diff --git a/.DS_Store b/.DS_Store index 1440f0b..4daca96 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index 3084414..d56cdee 100644 --- a/.gitignore +++ b/.gitignore @@ -34,4 +34,12 @@ target/ **/.vscode **/.env **/.log +.logs/* +# 忽略所有日志文件 +*.log +# 忽略 logs 整个目录(推荐) +logs/ + +# 如果 logs 目录在多级目录下,可以用 **/logs/ +**/logs/ diff --git a/docs/.DS_Store b/docs/.DS_Store index d314c95..3a834a6 100644 Binary files a/docs/.DS_Store and b/docs/.DS_Store differ diff --git a/logs/sa-admin/dev/debug/debug-2026-06-02-1.log b/logs/sa-admin/dev/debug/debug-2026-06-02-1.log new file mode 100644 index 0000000..d4918c7 --- /dev/null +++ b/logs/sa-admin/dev/debug/debug-2026-06-02-1.log @@ -0,0 +1,8825 @@ +[2026-06-02 18:54:57,768][DEBUG][main] Found key 'AnsiColor.BRIGHT_GREEN' in PropertySource 'ansi' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:54:57,774][DEBUG][background-preinit] Logging Provider: org.jboss.logging.Log4j2LoggerProvider (LoggerProviders.java:162) +[2026-06-02 18:54:57,776][DEBUG][main] Found key 'AnsiColor.DEFAULT' in PropertySource 'ansi' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:54:57,782][DEBUG][background-preinit] Trying to load META-INF/validation.xml for XML based Validator configuration. (ValidationXmlParser.java:122) +[2026-06-02 18:54:57,782][DEBUG][background-preinit] Trying to load META-INF/validation.xml via TCCL (ResourceLoaderHelper.java:61) +[2026-06-02 18:54:57,783][DEBUG][background-preinit] Trying to load META-INF/validation.xml via Hibernate Validator's class loader (ResourceLoaderHelper.java:67) +[2026-06-02 18:54:57,783][DEBUG][background-preinit] No META-INF/validation.xml found. Using annotation based configuration only. (ValidationXmlParser.java:129) +[2026-06-02 18:54:57,786][DEBUG][background-preinit] Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. (TraversableResolvers.java:61) +[2026-06-02 18:54:57,805][DEBUG][background-preinit] Loaded expression factory via original TCCL (ResourceBundleMessageInterpolator.java:175) +[2026-06-02 18:54:57,852][DEBUG][main] Running with Spring Boot v3.3.1, Spring v6.1.10 (StartupInfoLogger.java:51) +[2026-06-02 18:54:57,853][DEBUG][main] Loading source class net.lab1024.sa.admin.AdminApplication (SpringApplication.java:687) +[2026-06-02 18:54:57,869][DEBUG][background-preinit] HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. (ValidatorFactoryConfigurationHelper.java:355) +[2026-06-02 18:54:57,875][DEBUG][background-preinit] HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. (ValidatorFactoryConfigurationHelper.java:447) +[2026-06-02 18:54:57,875][DEBUG][background-preinit] HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. (ValidatorFactoryConfigurationHelper.java:448) +[2026-06-02 18:54:57,875][DEBUG][background-preinit] HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. (ValidatorFactoryConfigurationHelper.java:449) +[2026-06-02 18:54:57,875][DEBUG][background-preinit] HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. (ValidatorFactoryConfigurationHelper.java:450) +[2026-06-02 18:54:57,875][DEBUG][background-preinit] HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. (ValidatorFactoryConfigurationHelper.java:451) +[2026-06-02 18:54:57,899][DEBUG][main] Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@351f2244 (AbstractApplicationContext.java:671) +[2026-06-02 18:54:57,918][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:57,933][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:57,986][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/config/MvcConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:57,986][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/config/OperateLogAspectConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:57,989][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/interceptor/AdminInterceptor.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,013][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/category/controller/CategoryController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,020][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/category/manager/CategoryCacheManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,020][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/category/service/CategoryQueryService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,020][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/category/service/CategoryService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,022][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/goods/controller/GoodsController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,026][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/goods/service/GoodsService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,027][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/bank/BankController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,028][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/bank/BankService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,031][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/enterprise/EnterpriseController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,031][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/enterprise/EnterpriseEmployeeManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,031][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/enterprise/EnterpriseService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,035][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/invoice/InvoiceController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,036][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/invoice/InvoiceService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,038][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/leave/controller/LeaveController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,039][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/leave/manager/LeaveManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,039][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/leave/service/LeaveService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,040][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/notice/controller/NoticeController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,045][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/notice/manager/NoticeManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,045][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/notice/service/NoticeEmployeeService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,046][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/notice/service/NoticeService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,046][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/notice/service/NoticeTypeService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,046][DEBUG][main] Ignored because not a concrete top-level class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/adapter/AbstractWarmFlowAdapter.class] (ClassPathScanningCandidateComponentProvider.java:482) +[2026-06-02 18:54:58,047][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/adapter/AddSignatureAdapter.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,047][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/adapter/DeputeAdapter.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,047][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/adapter/ReductionSignatureAdapter.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,048][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/adapter/TransferAdapter.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,052][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/controller/DefController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,053][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/controller/ExecuteController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,053][DEBUG][main] Ignored because not a concrete top-level class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/dao/FlowDefinitionDao.class] (ClassPathScanningCandidateComponentProvider.java:482) +[2026-06-02 18:54:58,063][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/handler/FlowProcessEventHandler.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,064][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/handler/WorkflowPermissionHandler.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,065][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/listener/WorkflowGlobalListener.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,065][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/service/FlowDefinitionService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,066][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/service/impl/FlowInstanceServiceImpl.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,067][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/service/impl/FlowTaskServiceImpl.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,067][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/service/impl/HandlerSelectServiceImpl.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,067][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/service/impl/HhDefServiceImpl.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,068][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/service/impl/NodeExtServiceImpl.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,068][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/datascope/DataScopeController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,069][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/datascope/MyBatisPlugin.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,072][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/datascope/service/DataScopeService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,072][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/datascope/service/DataScopeSqlConfigService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,072][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/datascope/service/DataScopeViewService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,073][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/department/controller/DepartmentController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,074][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/department/manager/DepartmentCacheManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,074][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/department/service/DepartmentService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,075][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/employee/controller/EmployeeController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,077][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/employee/manager/EmployeeManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,077][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/employee/service/EmployeeService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,078][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/login/controller/LoginController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,079][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/login/service/LoginService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,079][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/menu/controller/MenuController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,080][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/menu/service/MenuService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,081][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/message/AdminMessageController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,081][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/position/controller/PositionController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,082][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/position/manager/PositionManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,082][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/position/service/PositionService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,082][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/controller/RoleController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,082][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/controller/RoleDataScopeController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,083][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/controller/RoleEmployeeController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,083][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/controller/RoleMenuController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,085][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/manager/RoleDataScopeManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,085][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/manager/RoleEmployeeManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,085][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/manager/RoleMenuManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,086][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/service/RoleDataScopeService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,086][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/service/RoleEmployeeService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,086][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/service/RoleMenuService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,086][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/service/RoleService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,087][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminApiEncryptController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,087][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminCacheController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,087][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminChangeLogController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,088][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminConfigController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,088][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminDataMaskingDemoController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,089][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminDictController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,089][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminFileController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,089][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminHeartBeatController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,089][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminHelpDocController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,089][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminLoginLogController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,090][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminOperateLogController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,090][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminProtectController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,090][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminReloadController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,090][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminSerialNumberController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,093][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminSmartJobController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,103][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/common/swagger/SchemaEnumPropertyCustomizer.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,106][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/common/util/SmartTableMetadataUtil.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,106][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/common/util/SpringUtils.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,107][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/AsyncConfig$AsyncExceptionConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,107][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/AsyncConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,107][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/CacheConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,110][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/CorsFilterConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,111][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/DataSourceConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,111][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/FileConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,111][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/HeartBeatConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,112][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/JsonConfig$StringToLocalDate.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,112][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/JsonConfig$StringToLocalDateTime.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,112][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/JsonConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,112][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/MybatisDatabaseIdProviderConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,113][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/MybatisPlusConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,113][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/RedisConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,113][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/RepeatSubmitConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,114][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/RestTemplateConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,115][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/ScheduleConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,115][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/SwaggerConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,116][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/SystemEnvironmentConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,117][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/TokenConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,117][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/UrlConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,117][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/YamlProcessor.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,119][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/handler/GlobalExceptionHandler.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,119][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/handler/MybatisPlusFillHandler.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,120][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/listener/WebServerListener.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,120][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/apiencrypt/advice/DecryptRequestAdvice.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,120][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/apiencrypt/advice/EncryptResponseAdvice.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,121][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/apiencrypt/service/ApiEncryptServiceSmImpl.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,121][DEBUG][main] Ignored because not a concrete top-level class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/cache/CacheService.class] (ClassPathScanningCandidateComponentProvider.java:482) +[2026-06-02 18:54:58,122][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/captcha/CaptchaController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,122][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/captcha/CaptchaService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,122][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/changelog/controller/ChangeLogController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,123][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/changelog/service/ChangeLogService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,124][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/codegenerator/controller/CodeGeneratorController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,125][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/codegenerator/service/CodeGeneratorService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,126][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/codegenerator/service/CodeGeneratorTemplateService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,128][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/config/ConfigController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,130][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/config/ConfigService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,133][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/datatracer/controller/DataTracerController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,134][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/datatracer/manager/DataTracerManger.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,135][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/datatracer/service/DataTracerChangeContentService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,135][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/datatracer/service/DataTracerService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,135][DEBUG][main] Ignored because not a concrete top-level class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/dict/dao/DictDao.class] (ClassPathScanningCandidateComponentProvider.java:482) +[2026-06-02 18:54:58,135][DEBUG][main] Ignored because not a concrete top-level class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/dict/dao/DictDataDao.class] (ClassPathScanningCandidateComponentProvider.java:482) +[2026-06-02 18:54:58,137][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/dict/manager/DictManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,137][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/dict/service/DictService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,137][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/feedback/controller/FeedbackController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,138][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/feedback/service/FeedbackService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,138][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/file/controller/FileController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,139][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/file/service/FileService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,140][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/heartbeat/HeartBeatRecordHandler.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,140][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/heartbeat/HeartBeatService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,142][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/helpdoc/controller/HelpDocController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,144][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/helpdoc/manager/HelpDocManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,144][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/helpdoc/service/HelpDocCatalogService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,145][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/helpdoc/service/HelpDocService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,145][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/helpdoc/service/HelpDocUserService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,145][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/job/api/SmartJobClientManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,146][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/job/api/SmartJobService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,148][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/job/config/SmartJobAutoConfiguration.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,150][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/job/repository/SmartJobRepository.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,151][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/job/sample/SmartJobSample1.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,152][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/job/sample/SmartJobSample2.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,152][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/loginlog/LoginLogService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,153][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/mail/MailService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,153][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/message/controller/MessageController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,154][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/message/service/MessageManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,154][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/message/service/MessageService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,155][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/operatelog/OperateLogService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,157][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/redis/RedisService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,157][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/redis/RedissonPasswordConfigurationCustomizer.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,158][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/redis/RedissonService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,158][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/reload/ReloadCommand.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,158][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/reload/ReloadService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,158][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/reload/core/SmartReloadManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,162][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/securityprotect/service/Level3ProtectConfigService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,162][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/securityprotect/service/SecurityFileService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,162][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/securityprotect/service/SecurityLoginService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,162][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/securityprotect/service/SecurityPasswordService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,166][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/serialnumber/service/SerialNumberRecordService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,167][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/serialnumber/service/impl/SerialNumberInternService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,167][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/table/TableColumnController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:58,167][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/table/TableColumnService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,087][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.AutoConfigurationPackages' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,097][DEBUG][main] @EnableAutoConfiguration was declared on a class in the package 'net.lab1024.sa.admin'. Automatic @Repository and @Entity scanning is enabled. (AutoConfigurationPackages.java:213) +[2026-06-02 18:54:59,097][DEBUG][main] Scanning for Redis repositories in packages net.lab1024.sa.admin. (RepositoryConfigurationDelegate.java:153) +[2026-06-02 18:54:59,152][DEBUG][main] Creating shared instance of singleton bean 'net.lab1024.sa.admin.AdminApplication#MapperScannerRegistrar#0' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,154][DEBUG][main] Creating shared instance of singleton bean 'org.dromara.warm.flow.spring.boot.config.FlowAutoConfig#MapperScannerRegistrar#0' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,154][DEBUG][main] Creating shared instance of singleton bean 'propertySourcesPlaceholderConfigurer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,158][DEBUG][main] Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. (LogFactory.java:112) +[2026-06-02 18:54:59,170][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/category/dao/CategoryDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,170][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/goods/dao/GoodsDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,170][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/bank/BankDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,170][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/enterprise/dao/EnterpriseDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,170][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/enterprise/dao/EnterpriseEmployeeDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,170][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/invoice/InvoiceDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,170][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/leave/dao/LeaveDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,170][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/notice/dao/NoticeDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,170][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/notice/dao/NoticeTypeDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,170][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/dao/FlowDefinitionDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,170][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/mapper/WarmFlowMapper.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,170][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/department/dao/DepartmentDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,171][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/employee/dao/EmployeeDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,171][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/menu/dao/MenuDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,171][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/position/dao/PositionDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,171][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/dao/RoleDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,171][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/dao/RoleDataScopeDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,171][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/dao/RoleEmployeeDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,171][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/dao/RoleMenuDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,172][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/changelog/dao/ChangeLogDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,172][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/codegenerator/dao/CodeGeneratorConfigDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,172][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/codegenerator/dao/CodeGeneratorDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,172][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/config/ConfigDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,172][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/datatracer/dao/DataTracerDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,172][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/dict/dao/DictDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,173][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/dict/dao/DictDataDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,173][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/feedback/dao/FeedbackDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,173][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/file/dao/FileDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,173][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/heartbeat/HeartBeatRecordDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,173][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/helpdoc/dao/HelpDocCatalogDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,173][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/helpdoc/dao/HelpDocDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,173][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/job/repository/SmartJobDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,173][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/job/repository/SmartJobLogDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,173][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/loginlog/LoginLogDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,173][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/mail/MailTemplateDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,173][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/message/dao/MessageDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,173][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/operatelog/OperateLogDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,173][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/reload/dao/ReloadItemDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,173][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/reload/dao/ReloadResultDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,173][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/securityprotect/dao/LoginFailDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,173][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/securityprotect/dao/PasswordLogDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,173][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/serialnumber/dao/SerialNumberDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,174][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/serialnumber/dao/SerialNumberRecordDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,174][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/table/TableColumnDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,174][DEBUG][main] Creating MapperFactoryBean with name 'categoryDao' and 'net.lab1024.sa.admin.module.business.category.dao.CategoryDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,176][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'categoryDao'. (Logger.java:49) +[2026-06-02 18:54:59,176][DEBUG][main] Creating MapperFactoryBean with name 'goodsDao' and 'net.lab1024.sa.admin.module.business.goods.dao.GoodsDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,177][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'goodsDao'. (Logger.java:49) +[2026-06-02 18:54:59,177][DEBUG][main] Creating MapperFactoryBean with name 'bankDao' and 'net.lab1024.sa.admin.module.business.oa.bank.BankDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,177][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'bankDao'. (Logger.java:49) +[2026-06-02 18:54:59,177][DEBUG][main] Creating MapperFactoryBean with name 'enterpriseDao' and 'net.lab1024.sa.admin.module.business.oa.enterprise.dao.EnterpriseDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,177][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'enterpriseDao'. (Logger.java:49) +[2026-06-02 18:54:59,177][DEBUG][main] Creating MapperFactoryBean with name 'enterpriseEmployeeDao' and 'net.lab1024.sa.admin.module.business.oa.enterprise.dao.EnterpriseEmployeeDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,178][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'enterpriseEmployeeDao'. (Logger.java:49) +[2026-06-02 18:54:59,178][DEBUG][main] Creating MapperFactoryBean with name 'invoiceDao' and 'net.lab1024.sa.admin.module.business.oa.invoice.InvoiceDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,178][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'invoiceDao'. (Logger.java:49) +[2026-06-02 18:54:59,178][DEBUG][main] Creating MapperFactoryBean with name 'leaveDao' and 'net.lab1024.sa.admin.module.business.oa.leave.dao.LeaveDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,178][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'leaveDao'. (Logger.java:49) +[2026-06-02 18:54:59,178][DEBUG][main] Creating MapperFactoryBean with name 'noticeDao' and 'net.lab1024.sa.admin.module.business.oa.notice.dao.NoticeDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,178][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'noticeDao'. (Logger.java:49) +[2026-06-02 18:54:59,178][DEBUG][main] Creating MapperFactoryBean with name 'noticeTypeDao' and 'net.lab1024.sa.admin.module.business.oa.notice.dao.NoticeTypeDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,178][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'noticeTypeDao'. (Logger.java:49) +[2026-06-02 18:54:59,178][DEBUG][main] Creating MapperFactoryBean with name 'flowDefinitionDao' and 'net.lab1024.sa.admin.module.flow.dao.FlowDefinitionDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,179][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'flowDefinitionDao'. (Logger.java:49) +[2026-06-02 18:54:59,179][DEBUG][main] Creating MapperFactoryBean with name 'warmFlowMapper' and 'net.lab1024.sa.admin.module.flow.mapper.WarmFlowMapper' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,179][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'warmFlowMapper'. (Logger.java:49) +[2026-06-02 18:54:59,179][DEBUG][main] Creating MapperFactoryBean with name 'departmentDao' and 'net.lab1024.sa.admin.module.system.department.dao.DepartmentDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,179][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'departmentDao'. (Logger.java:49) +[2026-06-02 18:54:59,179][DEBUG][main] Creating MapperFactoryBean with name 'employeeDao' and 'net.lab1024.sa.admin.module.system.employee.dao.EmployeeDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,179][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'employeeDao'. (Logger.java:49) +[2026-06-02 18:54:59,179][DEBUG][main] Creating MapperFactoryBean with name 'menuDao' and 'net.lab1024.sa.admin.module.system.menu.dao.MenuDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,179][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'menuDao'. (Logger.java:49) +[2026-06-02 18:54:59,179][DEBUG][main] Creating MapperFactoryBean with name 'positionDao' and 'net.lab1024.sa.admin.module.system.position.dao.PositionDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,179][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'positionDao'. (Logger.java:49) +[2026-06-02 18:54:59,179][DEBUG][main] Creating MapperFactoryBean with name 'roleDao' and 'net.lab1024.sa.admin.module.system.role.dao.RoleDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,179][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'roleDao'. (Logger.java:49) +[2026-06-02 18:54:59,179][DEBUG][main] Creating MapperFactoryBean with name 'roleDataScopeDao' and 'net.lab1024.sa.admin.module.system.role.dao.RoleDataScopeDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,179][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'roleDataScopeDao'. (Logger.java:49) +[2026-06-02 18:54:59,179][DEBUG][main] Creating MapperFactoryBean with name 'roleEmployeeDao' and 'net.lab1024.sa.admin.module.system.role.dao.RoleEmployeeDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,180][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'roleEmployeeDao'. (Logger.java:49) +[2026-06-02 18:54:59,180][DEBUG][main] Creating MapperFactoryBean with name 'roleMenuDao' and 'net.lab1024.sa.admin.module.system.role.dao.RoleMenuDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,180][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'roleMenuDao'. (Logger.java:49) +[2026-06-02 18:54:59,180][DEBUG][main] Creating MapperFactoryBean with name 'changeLogDao' and 'net.lab1024.sa.base.module.support.changelog.dao.ChangeLogDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,180][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'changeLogDao'. (Logger.java:49) +[2026-06-02 18:54:59,180][DEBUG][main] Creating MapperFactoryBean with name 'codeGeneratorConfigDao' and 'net.lab1024.sa.base.module.support.codegenerator.dao.CodeGeneratorConfigDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,180][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'codeGeneratorConfigDao'. (Logger.java:49) +[2026-06-02 18:54:59,180][DEBUG][main] Creating MapperFactoryBean with name 'codeGeneratorDao' and 'net.lab1024.sa.base.module.support.codegenerator.dao.CodeGeneratorDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,180][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'codeGeneratorDao'. (Logger.java:49) +[2026-06-02 18:54:59,180][DEBUG][main] Creating MapperFactoryBean with name 'configDao' and 'net.lab1024.sa.base.module.support.config.ConfigDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,180][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'configDao'. (Logger.java:49) +[2026-06-02 18:54:59,180][DEBUG][main] Creating MapperFactoryBean with name 'dataTracerDao' and 'net.lab1024.sa.base.module.support.datatracer.dao.DataTracerDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,180][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'dataTracerDao'. (Logger.java:49) +[2026-06-02 18:54:59,180][DEBUG][main] Creating MapperFactoryBean with name 'dictDao' and 'net.lab1024.sa.base.module.support.dict.dao.DictDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,180][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'dictDao'. (Logger.java:49) +[2026-06-02 18:54:59,180][DEBUG][main] Creating MapperFactoryBean with name 'dictDataDao' and 'net.lab1024.sa.base.module.support.dict.dao.DictDataDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,181][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'dictDataDao'. (Logger.java:49) +[2026-06-02 18:54:59,181][DEBUG][main] Creating MapperFactoryBean with name 'feedbackDao' and 'net.lab1024.sa.base.module.support.feedback.dao.FeedbackDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,181][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'feedbackDao'. (Logger.java:49) +[2026-06-02 18:54:59,181][DEBUG][main] Creating MapperFactoryBean with name 'fileDao' and 'net.lab1024.sa.base.module.support.file.dao.FileDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,181][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'fileDao'. (Logger.java:49) +[2026-06-02 18:54:59,181][DEBUG][main] Creating MapperFactoryBean with name 'heartBeatRecordDao' and 'net.lab1024.sa.base.module.support.heartbeat.HeartBeatRecordDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,181][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'heartBeatRecordDao'. (Logger.java:49) +[2026-06-02 18:54:59,181][DEBUG][main] Creating MapperFactoryBean with name 'helpDocCatalogDao' and 'net.lab1024.sa.base.module.support.helpdoc.dao.HelpDocCatalogDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,181][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'helpDocCatalogDao'. (Logger.java:49) +[2026-06-02 18:54:59,181][DEBUG][main] Creating MapperFactoryBean with name 'helpDocDao' and 'net.lab1024.sa.base.module.support.helpdoc.dao.HelpDocDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,181][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'helpDocDao'. (Logger.java:49) +[2026-06-02 18:54:59,181][DEBUG][main] Creating MapperFactoryBean with name 'smartJobDao' and 'net.lab1024.sa.base.module.support.job.repository.SmartJobDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,181][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'smartJobDao'. (Logger.java:49) +[2026-06-02 18:54:59,181][DEBUG][main] Creating MapperFactoryBean with name 'smartJobLogDao' and 'net.lab1024.sa.base.module.support.job.repository.SmartJobLogDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,181][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'smartJobLogDao'. (Logger.java:49) +[2026-06-02 18:54:59,181][DEBUG][main] Creating MapperFactoryBean with name 'loginLogDao' and 'net.lab1024.sa.base.module.support.loginlog.LoginLogDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,182][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'loginLogDao'. (Logger.java:49) +[2026-06-02 18:54:59,182][DEBUG][main] Creating MapperFactoryBean with name 'mailTemplateDao' and 'net.lab1024.sa.base.module.support.mail.MailTemplateDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,182][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'mailTemplateDao'. (Logger.java:49) +[2026-06-02 18:54:59,182][DEBUG][main] Creating MapperFactoryBean with name 'messageDao' and 'net.lab1024.sa.base.module.support.message.dao.MessageDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,182][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'messageDao'. (Logger.java:49) +[2026-06-02 18:54:59,182][DEBUG][main] Creating MapperFactoryBean with name 'operateLogDao' and 'net.lab1024.sa.base.module.support.operatelog.OperateLogDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,182][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'operateLogDao'. (Logger.java:49) +[2026-06-02 18:54:59,182][DEBUG][main] Creating MapperFactoryBean with name 'reloadItemDao' and 'net.lab1024.sa.base.module.support.reload.dao.ReloadItemDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,182][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'reloadItemDao'. (Logger.java:49) +[2026-06-02 18:54:59,182][DEBUG][main] Creating MapperFactoryBean with name 'reloadResultDao' and 'net.lab1024.sa.base.module.support.reload.dao.ReloadResultDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,182][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'reloadResultDao'. (Logger.java:49) +[2026-06-02 18:54:59,182][DEBUG][main] Creating MapperFactoryBean with name 'loginFailDao' and 'net.lab1024.sa.base.module.support.securityprotect.dao.LoginFailDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,182][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'loginFailDao'. (Logger.java:49) +[2026-06-02 18:54:59,182][DEBUG][main] Creating MapperFactoryBean with name 'passwordLogDao' and 'net.lab1024.sa.base.module.support.securityprotect.dao.PasswordLogDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,183][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'passwordLogDao'. (Logger.java:49) +[2026-06-02 18:54:59,183][DEBUG][main] Creating MapperFactoryBean with name 'serialNumberDao' and 'net.lab1024.sa.base.module.support.serialnumber.dao.SerialNumberDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,183][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'serialNumberDao'. (Logger.java:49) +[2026-06-02 18:54:59,183][DEBUG][main] Creating MapperFactoryBean with name 'serialNumberRecordDao' and 'net.lab1024.sa.base.module.support.serialnumber.dao.SerialNumberRecordDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,183][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'serialNumberRecordDao'. (Logger.java:49) +[2026-06-02 18:54:59,183][DEBUG][main] Creating MapperFactoryBean with name 'tableColumnDao' and 'net.lab1024.sa.base.module.support.table.TableColumnDao' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,183][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'tableColumnDao'. (Logger.java:49) +[2026-06-02 18:54:59,185][DEBUG][main] Identified candidate component class: URL [jar:file:/Users/wang/wang/javasoft/apache-maven-3.9.12/repo/org/dromara/warm/warm-flow-mybatis-plus-core/1.7.3/warm-flow-mybatis-plus-core-1.7.3.jar!/org/dromara/warm/flow/orm/mapper/FlowDefinitionMapper.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,185][DEBUG][main] Identified candidate component class: URL [jar:file:/Users/wang/wang/javasoft/apache-maven-3.9.12/repo/org/dromara/warm/warm-flow-mybatis-plus-core/1.7.3/warm-flow-mybatis-plus-core-1.7.3.jar!/org/dromara/warm/flow/orm/mapper/FlowFormMapper.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,185][DEBUG][main] Identified candidate component class: URL [jar:file:/Users/wang/wang/javasoft/apache-maven-3.9.12/repo/org/dromara/warm/warm-flow-mybatis-plus-core/1.7.3/warm-flow-mybatis-plus-core-1.7.3.jar!/org/dromara/warm/flow/orm/mapper/FlowHisTaskMapper.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,185][DEBUG][main] Identified candidate component class: URL [jar:file:/Users/wang/wang/javasoft/apache-maven-3.9.12/repo/org/dromara/warm/warm-flow-mybatis-plus-core/1.7.3/warm-flow-mybatis-plus-core-1.7.3.jar!/org/dromara/warm/flow/orm/mapper/FlowInstanceMapper.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,185][DEBUG][main] Identified candidate component class: URL [jar:file:/Users/wang/wang/javasoft/apache-maven-3.9.12/repo/org/dromara/warm/warm-flow-mybatis-plus-core/1.7.3/warm-flow-mybatis-plus-core-1.7.3.jar!/org/dromara/warm/flow/orm/mapper/FlowNodeMapper.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,185][DEBUG][main] Identified candidate component class: URL [jar:file:/Users/wang/wang/javasoft/apache-maven-3.9.12/repo/org/dromara/warm/warm-flow-mybatis-plus-core/1.7.3/warm-flow-mybatis-plus-core-1.7.3.jar!/org/dromara/warm/flow/orm/mapper/FlowSkipMapper.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,185][DEBUG][main] Identified candidate component class: URL [jar:file:/Users/wang/wang/javasoft/apache-maven-3.9.12/repo/org/dromara/warm/warm-flow-mybatis-plus-core/1.7.3/warm-flow-mybatis-plus-core-1.7.3.jar!/org/dromara/warm/flow/orm/mapper/FlowTaskMapper.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,185][DEBUG][main] Identified candidate component class: URL [jar:file:/Users/wang/wang/javasoft/apache-maven-3.9.12/repo/org/dromara/warm/warm-flow-mybatis-plus-core/1.7.3/warm-flow-mybatis-plus-core-1.7.3.jar!/org/dromara/warm/flow/orm/mapper/FlowUserMapper.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,185][DEBUG][main] Identified candidate component class: URL [jar:file:/Users/wang/wang/javasoft/apache-maven-3.9.12/repo/org/dromara/warm/warm-flow-mybatis-plus-core/1.7.3/warm-flow-mybatis-plus-core-1.7.3.jar!/org/dromara/warm/flow/orm/mapper/WarmMapper.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-02 18:54:59,185][DEBUG][main] Creating MapperFactoryBean with name 'flowDefinitionMapper' and 'org.dromara.warm.flow.orm.mapper.FlowDefinitionMapper' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,186][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'flowDefinitionMapper'. (Logger.java:49) +[2026-06-02 18:54:59,186][DEBUG][main] Creating MapperFactoryBean with name 'flowFormMapper' and 'org.dromara.warm.flow.orm.mapper.FlowFormMapper' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,186][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'flowFormMapper'. (Logger.java:49) +[2026-06-02 18:54:59,186][DEBUG][main] Creating MapperFactoryBean with name 'flowHisTaskMapper' and 'org.dromara.warm.flow.orm.mapper.FlowHisTaskMapper' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,186][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'flowHisTaskMapper'. (Logger.java:49) +[2026-06-02 18:54:59,186][DEBUG][main] Creating MapperFactoryBean with name 'flowInstanceMapper' and 'org.dromara.warm.flow.orm.mapper.FlowInstanceMapper' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,186][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'flowInstanceMapper'. (Logger.java:49) +[2026-06-02 18:54:59,186][DEBUG][main] Creating MapperFactoryBean with name 'flowNodeMapper' and 'org.dromara.warm.flow.orm.mapper.FlowNodeMapper' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,187][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'flowNodeMapper'. (Logger.java:49) +[2026-06-02 18:54:59,187][DEBUG][main] Creating MapperFactoryBean with name 'flowSkipMapper' and 'org.dromara.warm.flow.orm.mapper.FlowSkipMapper' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,187][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'flowSkipMapper'. (Logger.java:49) +[2026-06-02 18:54:59,187][DEBUG][main] Creating MapperFactoryBean with name 'flowTaskMapper' and 'org.dromara.warm.flow.orm.mapper.FlowTaskMapper' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,187][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'flowTaskMapper'. (Logger.java:49) +[2026-06-02 18:54:59,187][DEBUG][main] Creating MapperFactoryBean with name 'flowUserMapper' and 'org.dromara.warm.flow.orm.mapper.FlowUserMapper' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,187][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'flowUserMapper'. (Logger.java:49) +[2026-06-02 18:54:59,187][DEBUG][main] Creating MapperFactoryBean with name 'warmMapper' and 'org.dromara.warm.flow.orm.mapper.WarmMapper' mapperInterface (Logger.java:49) +[2026-06-02 18:54:59,187][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'warmMapper'. (Logger.java:49) +[2026-06-02 18:54:59,267][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.sql.init.dependency.DatabaseInitializationDependencyConfigurer$DependsOnDatabaseInitializationPostProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,290][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,292][DEBUG][main] Creating shared instance of singleton bean 'springUtils' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,292][DEBUG][main] Creating shared instance of singleton bean 'preserveErrorControllerTargetClassPostProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,292][DEBUG][main] Creating shared instance of singleton bean 'cn.hutool.extra.spring.SpringUtil' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,292][DEBUG][main] Creating shared instance of singleton bean 'springdocBeanFactoryPostProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,295][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,295][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,302][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,303][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,305][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,305][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.context.internalConfigurationPropertiesBinder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,306][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,313][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.context.annotation.internalScheduledAnnotationProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,313][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.scheduling.annotation.SchedulingConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,315][DEBUG][main] Creating shared instance of singleton bean 'methodValidationPostProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,317][DEBUG][main] Autowiring by type from bean name 'methodValidationPostProcessor' via factory method to bean named 'environment' (ConstructorResolver.java:945) +[2026-06-02 18:54:59,318][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.context.properties.EnableConfigurationPropertiesRegistrar.methodValidationExcludeFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,325][DEBUG][main] Creating shared instance of singleton bean 'persistenceExceptionTranslationPostProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,325][DEBUG][main] Autowiring by type from bean name 'persistenceExceptionTranslationPostProcessor' via factory method to bean named 'environment' (ConstructorResolver.java:945) +[2026-06-02 18:54:59,326][DEBUG][main] Creating shared instance of singleton bean 'smartReloadManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,327][DEBUG][main] Creating shared instance of singleton bean 'defaultPointcutAdvisor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,327][DEBUG][main] Creating shared instance of singleton bean 'dataSourceConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,327][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,327][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,327][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.cache.config.internalCacheAdvisor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,327][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.cache.annotation.ProxyCachingConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,327][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.cache.config.internalJCacheAdvisor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,327][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.cache.jcache.config.ProxyJCacheConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,331][DEBUG][main] Found AspectJ method: public java.lang.Object net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(org.aspectj.lang.ProceedingJoinPoint) throws java.lang.Throwable (ReflectiveAspectJAdvisorFactory.java:269) +[2026-06-02 18:54:59,332][DEBUG][main] Found AspectJ method: public java.lang.Object net.lab1024.sa.base.module.support.repeatsubmit.RepeatSubmitAspect.around(org.aspectj.lang.ProceedingJoinPoint) throws java.lang.Throwable (ReflectiveAspectJAdvisorFactory.java:269) +[2026-06-02 18:54:59,335][DEBUG][main] Found AspectJ method: public java.lang.Object io.micrometer.observation.aop.ObservedAspect.observeClass(org.aspectj.lang.ProceedingJoinPoint) throws java.lang.Throwable (ReflectiveAspectJAdvisorFactory.java:269) +[2026-06-02 18:54:59,335][DEBUG][main] Found AspectJ method: public java.lang.Object io.micrometer.observation.aop.ObservedAspect.observeMethod(org.aspectj.lang.ProceedingJoinPoint) throws java.lang.Throwable (ReflectiveAspectJAdvisorFactory.java:269) +[2026-06-02 18:54:59,392][DEBUG][main] Creating shared instance of singleton bean 'jCacheOperationSource' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,404][DEBUG][main] Creating shared instance of singleton bean 'jCacheInterceptor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,404][DEBUG][main] Autowiring by type from bean name 'jCacheInterceptor' via factory method to bean named 'jCacheOperationSource' (ConstructorResolver.java:945) +[2026-06-02 18:54:59,407][DEBUG][main] Autowiring by type from bean name 'org.springframework.cache.config.internalJCacheAdvisor' via factory method to bean named 'jCacheOperationSource' (ConstructorResolver.java:945) +[2026-06-02 18:54:59,407][DEBUG][main] Autowiring by type from bean name 'org.springframework.cache.config.internalJCacheAdvisor' via factory method to bean named 'jCacheInterceptor' (ConstructorResolver.java:945) +[2026-06-02 18:54:59,410][DEBUG][main] Creating shared instance of singleton bean 'cacheOperationSource' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,415][DEBUG][main] Creating shared instance of singleton bean 'cacheInterceptor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,415][DEBUG][main] Autowiring by type from bean name 'cacheInterceptor' via factory method to bean named 'cacheOperationSource' (ConstructorResolver.java:945) +[2026-06-02 18:54:59,528][DEBUG][main] Autowiring by type from bean name 'org.springframework.cache.config.internalCacheAdvisor' via factory method to bean named 'cacheOperationSource' (ConstructorResolver.java:945) +[2026-06-02 18:54:59,528][DEBUG][main] Autowiring by type from bean name 'org.springframework.cache.config.internalCacheAdvisor' via factory method to bean named 'cacheInterceptor' (ConstructorResolver.java:945) +[2026-06-02 18:54:59,537][DEBUG][main] Creating shared instance of singleton bean 'transactionAttributeSource' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,544][DEBUG][main] Creating shared instance of singleton bean 'transactionInterceptor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,545][DEBUG][main] Autowiring by type from bean name 'transactionInterceptor' via factory method to bean named 'transactionAttributeSource' (ConstructorResolver.java:945) +[2026-06-02 18:54:59,547][DEBUG][main] Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionAttributeSource' (ConstructorResolver.java:945) +[2026-06-02 18:54:59,547][DEBUG][main] Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionInterceptor' (ConstructorResolver.java:945) +[2026-06-02 18:54:59,549][DEBUG][main] Creating shared instance of singleton bean 'paginationInterceptor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,549][DEBUG][main] Creating shared instance of singleton bean 'mybatisPlusConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,558][DEBUG][main] Creating shared instance of singleton bean 'myBatisPlugin' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,561][DEBUG][main] Found key 'spring.datasource.driver-class-name' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:54:59,561][DEBUG][main] Found key 'spring.datasource.url' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:54:59,561][DEBUG][main] Found key 'spring.datasource.username' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:54:59,561][DEBUG][main] Found key 'spring.datasource.password' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:54:59,561][DEBUG][main] Found key 'spring.datasource.initial-size' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:54:59,562][DEBUG][main] Found key 'spring.datasource.min-idle' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:54:59,562][DEBUG][main] Found key 'spring.datasource.max-active' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:54:59,562][DEBUG][main] Found key 'spring.datasource.max-wait' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:54:59,562][DEBUG][main] Found key 'spring.datasource.time-between-eviction-runs-millis' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:54:59,562][DEBUG][main] Found key 'spring.datasource.min-evictable-idle-time-millis' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:54:59,562][DEBUG][main] Found key 'spring.datasource.filters' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:54:59,563][DEBUG][main] Found key 'spring.datasource.druid.username' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:54:59,563][DEBUG][main] Found key 'spring.datasource.druid.password' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:54:59,563][DEBUG][main] Found key 'spring.datasource.druid.login.enabled' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:54:59,563][DEBUG][main] Found key 'spring.datasource.druid.method.pointcut' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:54:59,564][DEBUG][main] Creating shared instance of singleton bean 'jdkRegexpMethodPointcut' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,568][DEBUG][main] Creating shared instance of singleton bean 'reloadCommand' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,568][DEBUG][main] Creating shared instance of singleton bean 'reloadItemDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,570][DEBUG][main] Creating shared instance of singleton bean 'sqlSessionFactory' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:54:59,572][DEBUG][main] Creating shared instance of singleton bean 'druidDataSource' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:00,620][DEBUG][main] Property 'configuration' or 'configLocation' not specified, using default MyBatis Configuration (Logger.java:49) +[2026-06-02 18:55:00,639][DEBUG][main] Registered plugin: 'com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor@1d3546f9' (Logger.java:49) +[2026-06-02 18:55:00,639][DEBUG][main] Registered plugin: 'net.lab1024.sa.admin.module.system.datascope.MyBatisPlugin@229514ff' (Logger.java:49) +[2026-06-02 18:55:00,715][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/business/category/CategoryMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,726][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/business/goods/GoodsMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,736][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/business/oa/bank/BankMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,744][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/business/oa/enterprise/EnterpriseEmployeeMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,754][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/business/oa/enterprise/EnterpriseMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,761][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/business/oa/invoice/InvoiceMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,768][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/business/oa/leave/LeaveMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,783][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/business/oa/notice/NoticeMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,792][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/flow/WarmFLowMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,799][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/system/PositionMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,806][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/system/department/DepartmentMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,814][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/system/employee/EmployeeMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,821][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/system/menu/MenuMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,826][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/system/role/RoleDataScopeMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,832][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/system/role/RoleEmployeeMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,837][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/system/role/RoleMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,842][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/system/role/RoleMenuMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,850][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/ChangeLogMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,852][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/CodeGeneratorMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,856][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/ConfigMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,861][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/DataTracerMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,866][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/DictDataMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,870][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/DictMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,875][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/FeedbackMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,881][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/FileMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,885][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/HeartBeatRecordMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,891][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/HelpDocDao.xml]' (Logger.java:49) +[2026-06-02 18:55:00,897][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/LoginFailMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,903][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/LoginLogMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,908][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/MessageMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,913][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/OperateLogMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,918][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/PasswordLogMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,923][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/ReloadItemMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,927][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/ReloadResultMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,931][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/SerialNumberMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,934][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/SerialNumberRecordMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,939][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/SmartJobLogMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,944][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/SmartJobMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,949][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/TableColumnMapper.xml]' (Logger.java:49) +[2026-06-02 18:55:00,953][DEBUG][main] Get /172.20.10.11 network interface (Sequence.java:155) +[2026-06-02 18:55:00,954][DEBUG][main] Get network interface info: name:en0 (en0) (Sequence.java:159) +[2026-06-02 18:55:00,954][DEBUG][main] Initialization Sequence datacenterId:23 workerId:20 (Sequence.java:103) +[2026-06-02 18:55:00,958][DEBUG][main] Creating shared instance of singleton bean 'dataSourceScriptDatabaseInitializer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:00,958][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:00,960][DEBUG][main] Creating shared instance of singleton bean 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:00,960][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.context.properties.BoundConfigurationProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:00,965][DEBUG][main] Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'druidDataSource' (ConstructorResolver.java:945) +[2026-06-02 18:55:00,966][DEBUG][main] Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:00,969][DEBUG][main] Creating shared instance of singleton bean 'sqlSessionTemplate' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:00,969][DEBUG][main] Creating shared instance of singleton bean 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:00,970][DEBUG][main] Creating shared instance of singleton bean 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:00,973][DEBUG][main] Autowiring by type from bean name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' via constructor to bean named 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:00,973][DEBUG][main] Autowiring by type from bean name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@351f2244' (ConstructorResolver.java:945) +[2026-06-02 18:55:00,975][DEBUG][main] Creating shared instance of singleton bean 'databaseIdProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:00,975][DEBUG][main] Creating shared instance of singleton bean 'mybatisDatabaseIdProviderConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:00,980][DEBUG][main] Autowiring by type from bean name 'sqlSessionTemplate' via factory method to bean named 'sqlSessionFactory' (ConstructorResolver.java:945) +[2026-06-02 18:55:00,997][DEBUG][main] Creating shared instance of singleton bean 'reloadResultDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,009][DEBUG][main] Found key 'reload.interval-seconds' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:55:01,011][DEBUG][main] Creating shared instance of singleton bean 'webServerFactoryCustomizerBeanPostProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,011][DEBUG][main] Creating shared instance of singleton bean 'errorPageRegistrarBeanPostProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,011][DEBUG][main] Creating shared instance of singleton bean 'meterRegistryPostProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,011][DEBUG][main] Autowiring by type from bean name 'meterRegistryPostProcessor' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@351f2244' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,013][DEBUG][main] Creating shared instance of singleton bean 'healthEndpointGroupsBeanPostProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,014][DEBUG][main] Creating shared instance of singleton bean 'metricsRepositoryMethodInvocationListenerBeanPostProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,015][DEBUG][main] Creating shared instance of singleton bean 'observationRegistryPostProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,016][DEBUG][main] Creating shared instance of singleton bean 'projectingArgumentResolverBeanPostProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,025][DEBUG][main] Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@a20898c] (UiApplicationContextUtils.java:86) +[2026-06-02 18:55:01,026][DEBUG][main] Creating shared instance of singleton bean 'tomcatServletWebServerFactory' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,026][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,045][DEBUG][main] Creating shared instance of singleton bean 'websocketServletWebServerCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,045][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration$TomcatWebSocketConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,047][DEBUG][main] Creating shared instance of singleton bean 'servletWebServerFactoryCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,047][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,048][DEBUG][main] Creating shared instance of singleton bean 'server-org.springframework.boot.autoconfigure.web.ServerProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,056][DEBUG][main] Autowiring by type from bean name 'servletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,058][DEBUG][main] Creating shared instance of singleton bean 'sslBundleRegistry' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,058][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,058][DEBUG][main] Creating shared instance of singleton bean 'spring.ssl-org.springframework.boot.autoconfigure.ssl.SslProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,060][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration' via constructor to bean named 'spring.ssl-org.springframework.boot.autoconfigure.ssl.SslProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,061][DEBUG][main] Creating shared instance of singleton bean 'sslPropertiesSslBundleRegistrar' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,061][DEBUG][main] Creating shared instance of singleton bean 'fileWatcher' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,062][DEBUG][main] Autowiring by type from bean name 'sslPropertiesSslBundleRegistrar' via factory method to bean named 'fileWatcher' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,066][DEBUG][main] Creating shared instance of singleton bean 'tomcatServletWebServerFactoryCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,066][DEBUG][main] Autowiring by type from bean name 'tomcatServletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,067][DEBUG][main] Creating shared instance of singleton bean 'tomcatWebServerFactoryCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,067][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration$TomcatWebServerFactoryCustomizerConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,068][DEBUG][main] Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'environment' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,068][DEBUG][main] Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,071][DEBUG][main] Creating shared instance of singleton bean 'localeCharsetMappingsCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,071][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,071][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,086][DEBUG][main] Creating shared instance of singleton bean 'errorPageCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,086][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,087][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,088][DEBUG][main] Creating shared instance of singleton bean 'dispatcherServletRegistration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,088][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,089][DEBUG][main] Creating shared instance of singleton bean 'dispatcherServlet' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,089][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,089][DEBUG][main] Creating shared instance of singleton bean 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,092][DEBUG][main] Autowiring by type from bean name 'dispatcherServlet' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,105][DEBUG][main] Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'dispatcherServlet' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,106][DEBUG][main] Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,106][DEBUG][main] Creating shared instance of singleton bean 'multipartConfigElement' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,106][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,107][DEBUG][main] Creating shared instance of singleton bean 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,109][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration' via constructor to bean named 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,114][DEBUG][main] Autowiring by type from bean name 'errorPageCustomizer' via factory method to bean named 'dispatcherServletRegistration' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,167][DEBUG][main] Code archive: /Users/wang/wang/javasoft/apache-maven-3.9.12/repo/org/springframework/boot/spring-boot/3.3.1/spring-boot-3.3.1.jar (DocumentRoot.java:81) +[2026-06-02 18:55:01,167][DEBUG][main] Code archive: /Users/wang/wang/javasoft/apache-maven-3.9.12/repo/org/springframework/boot/spring-boot/3.3.1/spring-boot-3.3.1.jar (DocumentRoot.java:125) +[2026-06-02 18:55:01,167][DEBUG][main] None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored. (DocumentRoot.java:149) +[2026-06-02 18:55:01,189][DEBUG][main] Setting state for [Connector["http-nio-1024"]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,189][DEBUG][main] Setting state for [StandardService[Tomcat]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,189][DEBUG][main] Setting state for [StandardServer[-1]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,189][DEBUG][main] Setting state for [StandardServer[-1]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,189][DEBUG][main] Setting state for [StandardServer[-1]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,189][DEBUG][main] Setting state for [org.apache.catalina.deploy.NamingResourcesImpl@3da55998] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,189][DEBUG][main] Setting state for [org.apache.catalina.deploy.NamingResourcesImpl@3da55998] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,189][DEBUG][main] Setting state for [org.apache.catalina.deploy.NamingResourcesImpl@3da55998] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,189][DEBUG][main] Setting state for [StandardService[Tomcat]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,189][DEBUG][main] Setting state for [StandardService[Tomcat]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,189][DEBUG][main] Setting state for [StandardEngine[Tomcat]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,190][DEBUG][main] Setting state for [SimpleRealm[StandardEngine[Tomcat]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,190][DEBUG][main] Setting state for [SimpleRealm[StandardEngine[Tomcat]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,190][DEBUG][main] Setting state for [SimpleRealm[StandardEngine[Tomcat]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,190][DEBUG][main] Setting state for [SimpleRealm[StandardEngine[Tomcat]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,190][DEBUG][main] Setting state for [SimpleRealm[StandardEngine[Tomcat]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,190][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,190][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,190][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,191][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,191][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,191][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,197][DEBUG][main] Setting state for [org.apache.catalina.webresources.StandardRoot@52667676] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,197][DEBUG][main] Setting state for [org.apache.catalina.webresources.StandardRoot@52667676] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,197][DEBUG][main] Setting state for [org.apache.catalina.webresources.StandardRoot@52667676] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,198][DEBUG][main] Setting state for [org.apache.catalina.webresources.DirResourceSet@1f370472] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,198][DEBUG][main] Setting state for [org.apache.catalina.webresources.DirResourceSet@1f370472] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,198][DEBUG][main] Setting state for [org.apache.catalina.webresources.DirResourceSet@1f370472] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,198][DEBUG][main] Setting state for [org.apache.catalina.webresources.DirResourceSet@1f370472] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,198][DEBUG][main] Setting state for [org.apache.catalina.webresources.DirResourceSet@1f370472] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,198][DEBUG][main] Setting state for [org.apache.catalina.webresources.StandardRoot@52667676] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,198][DEBUG][main] Setting state for [org.apache.catalina.webresources.StandardRoot@52667676] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,198][DEBUG][main] Setting state for [WebappLoader[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,198][DEBUG][main] Setting state for [WebappLoader[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,198][DEBUG][main] Setting state for [WebappLoader[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,198][DEBUG][main] Starting this Loader (DirectJDKLog.java:173) +[2026-06-02 18:55:01,202][DEBUG][main] Setting state for [WebappLoader[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,202][DEBUG][main] Setting state for [WebappLoader[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,218][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@278cbf5a] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,218][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@278cbf5a] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,218][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@278cbf5a] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,218][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@278cbf5a] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,218][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@278cbf5a] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,218][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@7ca0b05e] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,218][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@7ca0b05e] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,218][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@7ca0b05e] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,218][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@7ca0b05e] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,218][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@7ca0b05e] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,218][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@237bdbcb] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,218][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@237bdbcb] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,219][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@237bdbcb] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,219][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@237bdbcb] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,219][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@237bdbcb] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,219][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,219][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,219][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,219][DEBUG][main] Setting state for [NonLoginAuthenticator[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,219][DEBUG][main] Setting state for [NonLoginAuthenticator[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,219][DEBUG][main] Setting state for [NonLoginAuthenticator[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,220][DEBUG][main] Setting state for [NonLoginAuthenticator[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,220][DEBUG][main] Setting state for [NonLoginAuthenticator[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,220][DEBUG][main] Setting state for [StandardContextValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,220][DEBUG][main] Setting state for [StandardContextValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,220][DEBUG][main] Setting state for [StandardContextValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,220][DEBUG][main] Setting state for [StandardContextValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,220][DEBUG][main] Setting state for [StandardContextValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,220][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,220][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,220][DEBUG][main] No manager found. Checking if cluster manager should be used. Cluster configured: [false], Application distributable: [false] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,223][DEBUG][main] Configured a manager of class [org.apache.catalina.session.StandardManager] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,224][DEBUG][main] Setting state for [org.apache.catalina.deploy.NamingResourcesImpl@543196f9] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,224][DEBUG][main] Setting state for [org.apache.catalina.deploy.NamingResourcesImpl@543196f9] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,224][DEBUG][main] Setting state for [org.apache.catalina.deploy.NamingResourcesImpl@543196f9] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,224][DEBUG][main] Setting state for [org.apache.catalina.deploy.NamingResourcesImpl@543196f9] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,224][DEBUG][main] Setting state for [org.apache.catalina.deploy.NamingResourcesImpl@543196f9] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,226][DEBUG][main] Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT] (ServletWebServerApplicationContext.java:290) +[2026-06-02 18:55:01,228][DEBUG][main] Creating shared instance of singleton bean 'druidServlet' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,230][DEBUG][main] Creating shared instance of singleton bean 'filterRegistrationBean' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,233][DEBUG][main] Creating shared instance of singleton bean 'webMvcObservationFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,233][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.servlet.WebMvcObservationAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,233][DEBUG][main] Creating shared instance of singleton bean 'observationRegistry' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,233][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,236][DEBUG][main] Creating shared instance of singleton bean 'propertiesObservationFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,236][DEBUG][main] Creating shared instance of singleton bean 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,238][DEBUG][main] Autowiring by type from bean name 'propertiesObservationFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,240][DEBUG][main] Creating shared instance of singleton bean 'metricsObservationHandlerGrouping' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,240][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$OnlyMetricsConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,241][DEBUG][main] Creating shared instance of singleton bean 'defaultMeterObservationHandler' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,241][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$MeterObservationHandlerConfiguration$OnlyMetricsMeterObservationHandlerConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,242][DEBUG][main] Creating shared instance of singleton bean 'simpleMeterRegistry' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,242][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleMetricsExportAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,243][DEBUG][main] Creating shared instance of singleton bean 'simpleConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,243][DEBUG][main] Creating shared instance of singleton bean 'management.simple.metrics.export-org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,244][DEBUG][main] Autowiring by type from bean name 'simpleConfig' via factory method to bean named 'management.simple.metrics.export-org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,246][DEBUG][main] Creating shared instance of singleton bean 'micrometerClock' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,246][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,247][DEBUG][main] Autowiring by type from bean name 'simpleMeterRegistry' via factory method to bean named 'simpleConfig' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,247][DEBUG][main] Autowiring by type from bean name 'simpleMeterRegistry' via factory method to bean named 'micrometerClock' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,260][DEBUG][main] Creating shared instance of singleton bean 'propertiesMeterFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,260][DEBUG][main] Creating shared instance of singleton bean 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,262][DEBUG][main] Autowiring by type from bean name 'propertiesMeterFilter' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,264][DEBUG][main] Creating shared instance of singleton bean 'metricsHttpClientUriTagFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,264][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.HttpClientObservationsAutoConfiguration$MeterFilterConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,265][DEBUG][main] Autowiring by type from bean name 'metricsHttpClientUriTagFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,265][DEBUG][main] Autowiring by type from bean name 'metricsHttpClientUriTagFilter' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,266][DEBUG][main] Creating shared instance of singleton bean 'metricsHttpServerUriTagFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,266][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.servlet.WebMvcObservationAutoConfiguration$MeterFilterConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,267][DEBUG][main] Autowiring by type from bean name 'metricsHttpServerUriTagFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,267][DEBUG][main] Autowiring by type from bean name 'metricsHttpServerUriTagFilter' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,269][DEBUG][main] Autowiring by type from bean name 'defaultMeterObservationHandler' via factory method to bean named 'simpleMeterRegistry' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,269][DEBUG][main] Autowiring by type from bean name 'defaultMeterObservationHandler' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,272][DEBUG][main] Autowiring by type from bean name 'webMvcObservationFilter' via factory method to bean named 'observationRegistry' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,272][DEBUG][main] Autowiring by type from bean name 'webMvcObservationFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,275][DEBUG][main] Creating shared instance of singleton bean 'servletEndpointRegistrar' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,275][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,275][DEBUG][main] Creating shared instance of singleton bean 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,277][DEBUG][main] Creating shared instance of singleton bean 'servletEndpointDiscoverer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,277][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration$WebEndpointServletConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,277][DEBUG][main] Autowiring by type from bean name 'servletEndpointDiscoverer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@351f2244' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,278][DEBUG][main] Creating shared instance of singleton bean 'webEndpointPathMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,278][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,279][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@351f2244' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,279][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration' via constructor to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,281][DEBUG][main] Creating shared instance of singleton bean 'servletExposeExcludePropertyEndpointFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,281][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,282][DEBUG][main] Autowiring by type from bean name 'servletExposeExcludePropertyEndpointFilter' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,287][DEBUG][main] Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,287][DEBUG][main] Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'servletEndpointDiscoverer' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,287][DEBUG][main] Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'dispatcherServletRegistration' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,294][DEBUG][main] Creating shared instance of singleton bean 'corsFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,294][DEBUG][main] Creating shared instance of singleton bean 'corsFilterConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,294][DEBUG][main] Found key 'access-control-allow-origin' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:55:01,301][DEBUG][main] Creating shared instance of singleton bean 'requestContextFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,303][DEBUG][main] Creating shared instance of singleton bean 'formContentFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,303][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,305][DEBUG][main] Creating shared instance of singleton bean 'saFirewallCheckFilterForJakartaServlet' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,305][DEBUG][main] Creating shared instance of singleton bean 'cn.dev33.satoken.spring.SaTokenContextRegister' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,306][DEBUG][main] Creating shared instance of singleton bean 'characterEncodingFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,312][DEBUG][main] Mapping filters: webMvcObservationFilter urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=2147483647, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, saFirewallCheckFilterForJakartaServlet urls=[/*] order=-1000, requestContextFilter urls=[/*] order=-105, corsFilter urls=[/*] order=2147483647 (ServletContextInitializerBeans.java:235) +[2026-06-02 18:55:01,312][DEBUG][main] Mapping servlets: druidServlet urls=[/druid/*], dispatcherServlet urls=[/] (ServletContextInitializerBeans.java:235) +[2026-06-02 18:55:01,315][DEBUG][main] Add container child [StandardWrapper[druidServlet]] to container [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,315][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,315][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,315][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,315][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,315][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,316][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,316][DEBUG][main] Setting state for [StandardWrapperValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,316][DEBUG][main] Setting state for [StandardWrapperValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,316][DEBUG][main] Setting state for [StandardWrapperValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,316][DEBUG][main] Setting state for [StandardWrapperValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,316][DEBUG][main] Setting state for [StandardWrapperValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,316][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,316][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,316][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,316][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,316][DEBUG][main] Add container child [StandardWrapper[dispatcherServlet]] to container [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,316][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,316][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,316][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,317][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,317][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,317][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,317][DEBUG][main] Setting state for [StandardWrapperValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,317][DEBUG][main] Setting state for [StandardWrapperValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,317][DEBUG][main] Setting state for [StandardWrapperValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,317][DEBUG][main] Setting state for [StandardWrapperValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,317][DEBUG][main] Setting state for [StandardWrapperValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,317][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,317][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,317][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,317][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,325][DEBUG][main] Setting state for [StandardManager[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,325][DEBUG][main] Setting state for [StandardManager[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,325][DEBUG][main] Setting state for [StandardManager[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,325][DEBUG][main] Setting state for [org.springframework.boot.web.embedded.tomcat.LazySessionIdGenerator@2530baf6] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,326][DEBUG][main] Setting state for [org.springframework.boot.web.embedded.tomcat.LazySessionIdGenerator@2530baf6] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,326][DEBUG][main] Setting state for [org.springframework.boot.web.embedded.tomcat.LazySessionIdGenerator@2530baf6] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,326][DEBUG][main] Setting state for [org.springframework.boot.web.embedded.tomcat.LazySessionIdGenerator@2530baf6] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,326][DEBUG][main] Setting state for [org.springframework.boot.web.embedded.tomcat.LazySessionIdGenerator@2530baf6] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,330][DEBUG][main] Setting state for [StandardManager[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,330][DEBUG][main] Setting state for [StandardManager[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,332][DEBUG][main] Filter 'requestContextFilter' configured for use (GenericFilterBean.java:240) +[2026-06-02 18:55:01,333][DEBUG][main] Filter 'webMvcObservationFilter' configured for use (GenericFilterBean.java:240) +[2026-06-02 18:55:01,335][DEBUG][main] Filter 'corsFilter' configured for use (GenericFilterBean.java:240) +[2026-06-02 18:55:01,335][DEBUG][main] Filter 'characterEncodingFilter' configured for use (GenericFilterBean.java:240) +[2026-06-02 18:55:01,335][DEBUG][main] Filter 'formContentFilter' configured for use (GenericFilterBean.java:240) +[2026-06-02 18:55:01,335][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,335][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,336][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,336][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,336][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,336][DEBUG][main] Setting state for [ErrorReportValve[StandardEngine[Tomcat].StandardHost[localhost]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,336][DEBUG][main] Setting state for [ErrorReportValve[StandardEngine[Tomcat].StandardHost[localhost]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,336][DEBUG][main] Setting state for [ErrorReportValve[StandardEngine[Tomcat].StandardHost[localhost]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,336][DEBUG][main] Setting state for [ErrorReportValve[StandardEngine[Tomcat].StandardHost[localhost]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,336][DEBUG][main] Setting state for [ErrorReportValve[StandardEngine[Tomcat].StandardHost[localhost]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,336][DEBUG][main] Setting state for [StandardHostValve[StandardEngine[Tomcat].StandardHost[localhost]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,336][DEBUG][main] Setting state for [StandardHostValve[StandardEngine[Tomcat].StandardHost[localhost]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,337][DEBUG][main] Setting state for [StandardHostValve[StandardEngine[Tomcat].StandardHost[localhost]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,337][DEBUG][main] Setting state for [StandardHostValve[StandardEngine[Tomcat].StandardHost[localhost]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,337][DEBUG][main] Setting state for [StandardHostValve[StandardEngine[Tomcat].StandardHost[localhost]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,337][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,337][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,337][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,337][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,337][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,337][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,337][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,337][DEBUG][main] Setting state for [AccessLogValve[StandardEngine[Tomcat]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,337][DEBUG][main] Setting state for [AccessLogValve[StandardEngine[Tomcat]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,337][DEBUG][main] Setting state for [AccessLogValve[StandardEngine[Tomcat]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,338][DEBUG][main] Setting state for [AccessLogValve[StandardEngine[Tomcat]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,338][DEBUG][main] Setting state for [AccessLogValve[StandardEngine[Tomcat]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,338][DEBUG][main] Setting state for [StandardEngineValve[StandardEngine[Tomcat]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,338][DEBUG][main] Setting state for [StandardEngineValve[StandardEngine[Tomcat]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,338][DEBUG][main] Setting state for [StandardEngineValve[StandardEngine[Tomcat]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,338][DEBUG][main] Setting state for [StandardEngineValve[StandardEngine[Tomcat]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,338][DEBUG][main] Setting state for [StandardEngineValve[StandardEngine[Tomcat]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,338][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,338][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,338][DEBUG][main] Setting state for [StandardEngine[Tomcat]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,339][DEBUG][main] Setting state for [StandardEngine[Tomcat]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,339][DEBUG][main] Setting state for [org.apache.catalina.mapper.MapperListener@425a5c2e] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,339][DEBUG][main] Setting state for [org.apache.catalina.mapper.MapperListener@425a5c2e] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,340][DEBUG][main] Registered host [localhost] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,340][DEBUG][main] Register Wrapper [druidServlet] in Context [] for service [StandardService[Tomcat]] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,340][DEBUG][main] Register Wrapper [dispatcherServlet] in Context [] for service [StandardService[Tomcat]] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,340][DEBUG][main] Register Context [] for service [StandardService[Tomcat]] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,340][DEBUG][main] Register host [localhost] at domain [null] for service [StandardService[Tomcat]] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,340][DEBUG][main] Setting state for [org.apache.catalina.mapper.MapperListener@425a5c2e] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,340][DEBUG][main] Setting state for [StandardService[Tomcat]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,342][DEBUG][main] Setting state for [StandardServer[-1]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,347][DEBUG][main] Creating shared instance of singleton bean 'adminApplication' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,348][DEBUG][main] Creating shared instance of singleton bean 'mvcConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,348][DEBUG][main] Creating shared instance of singleton bean 'adminInterceptor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,349][DEBUG][main] Creating shared instance of singleton bean 'loginService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,356][DEBUG][main] Creating shared instance of singleton bean 'employeeService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,357][DEBUG][main] Creating shared instance of singleton bean 'employeeDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,369][DEBUG][main] Creating shared instance of singleton bean 'departmentDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,377][DEBUG][main] Creating shared instance of singleton bean 'employeeManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,382][DEBUG][main] Creating shared instance of singleton bean 'roleEmployeeService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,382][DEBUG][main] Creating shared instance of singleton bean 'roleEmployeeDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,389][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:01,389][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:01,391][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:01,391][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:01,391][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:01,392][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:01,392][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:01,392][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:01,392][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:01,393][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 84 (Log.java:228) +[2026-06-02 18:55:01,393][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:01,394][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:01,394][DEBUG][main] Creating shared instance of singleton bean 'roleDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,394][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:01,394][DEBUG][RMI TCP Connection(1)-127.0.0.1] connectionId=rmi://127.0.0.1 7, name=org.springframework.boot:type=Admin,name=SpringApplication, attribute=Ready (LoggingProviderImpl.java:230) +[2026-06-02 18:55:01,395][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: [127.0.0.1] exception: (Log.java:236) +javax.management.InstanceNotFoundException: org.springframework.boot:type=Admin,name=SpringApplication + at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1073) ~[?:?] + at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:632) ~[?:?] + at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:679) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1449) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1310) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1405) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:639) ~[?:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) ~[?:?] + at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) ~[?:?] + at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) ~[?:?] + at java.base/java.security.AccessController.doPrivileged(AccessController.java:714) ~[?:?] + at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721) ~[?:?] + at java.base/java.security.AccessController.doPrivileged(AccessController.java:400) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720) ~[?:?] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-02 18:55:01,401][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:01,401][DEBUG][RMI TCP Connection(1)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@58e412ce: connectionId=rmi://127.0.0.1 7] closing. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:01,402][DEBUG][RMI TCP Connection(1)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@58e412ce: connectionId=rmi://127.0.0.1 7] closed. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:01,409][DEBUG][main] Creating shared instance of singleton bean 'roleEmployeeManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,443][DEBUG][main] Creating shared instance of singleton bean 'departmentService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,443][DEBUG][main] Creating shared instance of singleton bean 'departmentCacheManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,450][DEBUG][main] Creating shared instance of singleton bean 'securityPasswordService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,451][DEBUG][main] Creating shared instance of singleton bean 'passwordLogDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,462][DEBUG][main] Creating shared instance of singleton bean 'level3ProtectConfigService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,462][DEBUG][main] Creating shared instance of singleton bean 'configService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,463][DEBUG][main] Creating shared instance of singleton bean 'configDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,477][DEBUG][main] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:01,480][DEBUG][main] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@62eb918] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:01,491][DEBUG][main] Creating shared instance of singleton bean 'dataScopeSqlConfigService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,491][DEBUG][main] Creating shared instance of singleton bean 'dataScopeViewService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,492][DEBUG][main] Creating shared instance of singleton bean 'roleDataScopeDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,577][DEBUG][main] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:01,578][DEBUG][main] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.487, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.524}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:01,580][DEBUG][main] ==> Preparing: SELECT config_id,config_key,config_value,config_name,remark,update_time,create_time FROM t_config (BaseJdbcLogger.java:135) +[2026-06-02 18:55:01,652][DEBUG][main] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-02 18:55:01,731][DEBUG][main] <== Total: 2 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:01,733][DEBUG][main] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@62eb918] (Logger.java:49) +[2026-06-02 18:55:01,739][DEBUG][main] Trying to load META-INF/validation.xml for XML based Validator configuration. (ValidationXmlParser.java:122) +[2026-06-02 18:55:01,739][DEBUG][main] Trying to load META-INF/validation.xml via TCCL (ResourceLoaderHelper.java:61) +[2026-06-02 18:55:01,739][DEBUG][main] Trying to load META-INF/validation.xml via Hibernate Validator's class loader (ResourceLoaderHelper.java:67) +[2026-06-02 18:55:01,739][DEBUG][main] No META-INF/validation.xml found. Using annotation based configuration only. (ValidationXmlParser.java:129) +[2026-06-02 18:55:01,739][DEBUG][main] Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. (TraversableResolvers.java:61) +[2026-06-02 18:55:01,739][DEBUG][main] Loaded expression factory via original TCCL (ResourceBundleMessageInterpolator.java:175) +[2026-06-02 18:55:01,740][DEBUG][main] HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. (ValidatorFactoryConfigurationHelper.java:355) +[2026-06-02 18:55:01,740][DEBUG][main] HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. (ValidatorFactoryConfigurationHelper.java:447) +[2026-06-02 18:55:01,740][DEBUG][main] HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. (ValidatorFactoryConfigurationHelper.java:448) +[2026-06-02 18:55:01,740][DEBUG][main] HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. (ValidatorFactoryConfigurationHelper.java:449) +[2026-06-02 18:55:01,740][DEBUG][main] HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. (ValidatorFactoryConfigurationHelper.java:450) +[2026-06-02 18:55:01,740][DEBUG][main] HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. (ValidatorFactoryConfigurationHelper.java:451) +[2026-06-02 18:55:01,821][DEBUG][main] Creating shared instance of singleton bean 'positionDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,831][DEBUG][main] Creating shared instance of singleton bean 'captchaService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,831][DEBUG][main] Creating shared instance of singleton bean 'systemEnvironment' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,831][DEBUG][main] Creating shared instance of singleton bean 'systemEnvironmentConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,832][DEBUG][main] Found key 'spring.profiles.active' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:55:01,832][DEBUG][main] Found key 'project.name' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:55:01,833][DEBUG][main] Creating shared instance of singleton bean 'redisService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,833][DEBUG][main] Creating shared instance of singleton bean 'stringRedisTemplate' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,834][DEBUG][main] Creating shared instance of singleton bean 'org.redisson.spring.starter.RedissonAutoConfigurationV2' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,834][DEBUG][main] Creating shared instance of singleton bean 'redissonPasswordConfigurationCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,836][DEBUG][main] Creating shared instance of singleton bean 'spring.redis.redisson-org.redisson.spring.starter.RedissonProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,837][DEBUG][main] Creating shared instance of singleton bean 'spring.data.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,845][DEBUG][main] Creating shared instance of singleton bean 'redissonConnectionFactory' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,845][DEBUG][main] Creating shared instance of singleton bean 'redisson' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,845][DEBUG][main] Creating shared instance of singleton bean 'redisConnectionDetails' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,845][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:01,846][DEBUG][main] Autowiring by type from bean name 'redisConnectionDetails' via factory method to bean named 'spring.data.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:01,891][DEBUG][main] Using SLF4J as the default logging framework (InternalLoggerFactory.java:63) +[2026-06-02 18:55:01,892][DEBUG][main] -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 (GlobalEventExecutor.java:53) +[2026-06-02 18:55:01,896][DEBUG][main] -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 (InternalThreadLocalMap.java:100) +[2026-06-02 18:55:01,896][DEBUG][main] -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 (InternalThreadLocalMap.java:101) +[2026-06-02 18:55:01,907][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:01,908][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:01,908][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:01,908][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:01,908][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:01,908][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:01,908][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:01,908][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:01,908][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:01,909][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:01,909][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:01,909][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 84 (Log.java:228) +[2026-06-02 18:55:01,909][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:01,909][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:01,909][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:01,909][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:01,909][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:01,909][DEBUG][RMI TCP Connection(1)-127.0.0.1] connectionId=rmi://127.0.0.1 8, name=org.springframework.boot:type=Admin,name=SpringApplication, attribute=Ready (LoggingProviderImpl.java:230) +[2026-06-02 18:55:01,909][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: [127.0.0.1] exception: (Log.java:236) +javax.management.InstanceNotFoundException: org.springframework.boot:type=Admin,name=SpringApplication + at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1073) ~[?:?] + at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:632) ~[?:?] + at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:679) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1449) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1310) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1405) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:639) ~[?:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) ~[?:?] + at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) ~[?:?] + at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) ~[?:?] + at java.base/java.security.AccessController.doPrivileged(AccessController.java:714) ~[?:?] + at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721) ~[?:?] + at java.base/java.security.AccessController.doPrivileged(AccessController.java:400) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720) ~[?:?] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-02 18:55:01,910][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:01,910][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:01,910][DEBUG][RMI TCP Connection(1)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@299d682c: connectionId=rmi://127.0.0.1 8] closing. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:01,910][DEBUG][RMI TCP Connection(1)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@299d682c: connectionId=rmi://127.0.0.1 8] closed. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:01,921][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:3c:9e:b1:fc:89:f7:33:d3, Subject:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Key type:RSA, Length:2048, Cert Id:3044386973, Valid from:2016/7/7 07:48, Valid until:2030/12/31 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:01,922][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:08:87:4f:23:f4:bb:f6:3b:d8:06:a7:ae:b0:a1:2c:f4:67:2b:ba:2a, Subject:CN=Legion of the Bouncy Castle Inc., OU=Java Software Code Signing, O=Oracle Corporation, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Key type:DSA, Length:2048, Cert Id:2266411741, Valid from:2022/1/25 08:58, Valid until:2027/1/25 08:58 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:01,926][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0b:ae:66:bc:5a:ba:7f:95:87:c6:f9:e9:04:e3:33:04, Subject:CN=DigiCert Timestamp 2024, O=DigiCert, C=US, Issuer:CN=DigiCert Trusted G4 RSA4096 SHA256 TimeStamping CA, O="DigiCert, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:3934399196, Valid from:2024/9/26 08:00, Valid until:2035/11/26 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:01,926][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:07:36:37:b7:24:54:7c:d8:47:ac:fd:28:66:2a:5e:5b, Subject:CN=DigiCert Trusted G4 RSA4096 SHA256 TimeStamping CA, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:4096, Cert Id:3207540671, Valid from:2022/3/23 08:00, Valid until:2037/3/23 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:01,926][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:0e:9b:18:8e:f9:d0:2d:e7:ef:db:50:e2:08:40:18:5a, Subject:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:4096, Cert Id:845088433, Valid from:2022/8/1 08:00, Valid until:2031/11/10 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:01,954][DEBUG][main] X509Certificate: Alg:SHA1withDSA, Serial:10, Subject:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Sun Microsystems Inc, L=Palo Alto, ST=CA, C=US, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Sun Microsystems Inc, L=Palo Alto, ST=CA, C=US, Key type:DSA, Length:1024, Cert Id:1776909028, Valid from:2001/4/25 15:00, Valid until:2020/4/25 15:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:01,954][DEBUG][main] X509Certificate: Alg:SHA1withDSA, Serial:04:7f, Subject:CN=Legion of the Bouncy Castle Inc., OU=Java Software Code Signing, O=Sun Microsystems Inc, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Sun Microsystems Inc, L=Palo Alto, ST=CA, C=US, Key type:DSA, Length:1024, Cert Id:2271114451, Valid from:2017/3/11 09:15, Valid until:2020/4/25 15:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:01,955][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:03:01:9a:02:3a:ff:58:b1:6b:d6:d5:ea:e6:17:f0:66, Subject:CN=DigiCert Timestamp Responder, O=DigiCert, C=US, Issuer:CN=DigiCert Assured ID CA-1, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3795447098, Valid from:2014/10/22 08:00, Valid until:2024/10/22 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:01,955][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:06:fd:f9:03:96:03:ad:ea:00:0a:eb:3f:27:bb:ba:1b, Subject:CN=DigiCert Assured ID CA-1, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3183604018, Valid from:2006/11/10 08:00, Valid until:2021/11/10 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:01,958][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:3c:9e:b1:fc:89:f7:33:d3, Subject:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Key type:RSA, Length:2048, Cert Id:3044386973, Valid from:2016/7/7 07:48, Valid until:2030/12/31 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:01,958][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:4e:fb:7b:c6:2e:2b:04:9e, Subject:CN=Legion of the Bouncy Castle Inc., OU=Java Software Code Signing, O=Oracle Corporation, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Key type:DSA, Length:2048, Cert Id:3640944114, Valid from:2017/3/11 09:07, Valid until:2022/3/11 09:07 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:01,959][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:cd:3f:85:68:ae:76:c6:1b:b0:fe:71:60:cc:a7:6d, Subject:CN=TIMESTAMP-SHA256-2019-10-15, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:380147180, Valid from:2019/10/1 08:00, Valid until:2030/10/17 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:01,959][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0a:a1:25:d6:d6:32:1b:7e:41:e4:05:da:36:97:c2:15, Subject:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:2614494003, Valid from:2016/1/7 20:00, Valid until:2031/1/7 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:01,975][DEBUG][main] X509Certificate: Alg:SHA1withDSA, Serial:10, Subject:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Sun Microsystems Inc, L=Palo Alto, ST=CA, C=US, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Sun Microsystems Inc, L=Palo Alto, ST=CA, C=US, Key type:DSA, Length:1024, Cert Id:1776909028, Valid from:2001/4/25 15:00, Valid until:2020/4/25 15:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:01,975][DEBUG][main] X509Certificate: Alg:SHA1withDSA, Serial:04:7f, Subject:CN=Legion of the Bouncy Castle Inc., OU=Java Software Code Signing, O=Sun Microsystems Inc, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Sun Microsystems Inc, L=Palo Alto, ST=CA, C=US, Key type:DSA, Length:1024, Cert Id:2271114451, Valid from:2017/3/11 09:15, Valid until:2020/4/25 15:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:01,977][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:03:01:9a:02:3a:ff:58:b1:6b:d6:d5:ea:e6:17:f0:66, Subject:CN=DigiCert Timestamp Responder, O=DigiCert, C=US, Issuer:CN=DigiCert Assured ID CA-1, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3795447098, Valid from:2014/10/22 08:00, Valid until:2024/10/22 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:01,977][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:06:fd:f9:03:96:03:ad:ea:00:0a:eb:3f:27:bb:ba:1b, Subject:CN=DigiCert Assured ID CA-1, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3183604018, Valid from:2006/11/10 08:00, Valid until:2021/11/10 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:01,982][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:3c:9e:b1:fc:89:f7:33:d3, Subject:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Key type:RSA, Length:2048, Cert Id:3044386973, Valid from:2016/7/7 07:48, Valid until:2030/12/31 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:01,982][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:4e:fb:7b:c6:2e:2b:04:9e, Subject:CN=Legion of the Bouncy Castle Inc., OU=Java Software Code Signing, O=Oracle Corporation, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Key type:DSA, Length:2048, Cert Id:3640944114, Valid from:2017/3/11 09:07, Valid until:2022/3/11 09:07 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:01,984][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:cd:3f:85:68:ae:76:c6:1b:b0:fe:71:60:cc:a7:6d, Subject:CN=TIMESTAMP-SHA256-2019-10-15, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:380147180, Valid from:2019/10/1 08:00, Valid until:2030/10/17 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:01,985][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0a:a1:25:d6:d6:32:1b:7e:41:e4:05:da:36:97:c2:15, Subject:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:2614494003, Valid from:2016/1/7 20:00, Valid until:2031/1/7 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,006][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:0c:e7:e0:e5:17:d8:46:fe:8f:e5:60:fc:1b:f0:30:39, Subject:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3434562768, Valid from:2006/11/10 08:00, Valid until:2031/11/10 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,007][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:08:20:a8:44:47:ee:c4:58:6d:a2:6b:97:b3:5c:f2:6f, Subject:CN=Open Preservation Foundation, O=Open Preservation Foundation, L=London, C=GB, Issuer:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3262224480, Valid from:2019/7/5 08:00, Valid until:2020/5/20 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,007][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:09:18:1b:5f:d5:bb:66:75:53:43:b5:6f:95:50:08, Subject:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3406727098, Valid from:2013/10/22 20:00, Valid until:2028/10/22 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,007][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:cd:3f:85:68:ae:76:c6:1b:b0:fe:71:60:cc:a7:6d, Subject:CN=TIMESTAMP-SHA256-2019-10-15, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:380147180, Valid from:2019/10/1 08:00, Valid until:2030/10/17 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,007][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0a:a1:25:d6:d6:32:1b:7e:41:e4:05:da:36:97:c2:15, Subject:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:2614494003, Valid from:2016/1/7 20:00, Valid until:2031/1/7 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,010][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:0c:e7:e0:e5:17:d8:46:fe:8f:e5:60:fc:1b:f0:30:39, Subject:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3434562768, Valid from:2006/11/10 08:00, Valid until:2031/11/10 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,010][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:08:20:a8:44:47:ee:c4:58:6d:a2:6b:97:b3:5c:f2:6f, Subject:CN=Open Preservation Foundation, O=Open Preservation Foundation, L=London, C=GB, Issuer:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3262224480, Valid from:2019/7/5 08:00, Valid until:2020/5/20 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,010][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:09:18:1b:5f:d5:bb:66:75:53:43:b5:6f:95:50:08, Subject:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3406727098, Valid from:2013/10/22 20:00, Valid until:2028/10/22 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,010][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:cd:3f:85:68:ae:76:c6:1b:b0:fe:71:60:cc:a7:6d, Subject:CN=TIMESTAMP-SHA256-2019-10-15, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:380147180, Valid from:2019/10/1 08:00, Valid until:2030/10/17 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,010][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0a:a1:25:d6:d6:32:1b:7e:41:e4:05:da:36:97:c2:15, Subject:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:2614494003, Valid from:2016/1/7 20:00, Valid until:2031/1/7 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,012][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:0c:e7:e0:e5:17:d8:46:fe:8f:e5:60:fc:1b:f0:30:39, Subject:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3434562768, Valid from:2006/11/10 08:00, Valid until:2031/11/10 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,012][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:08:20:a8:44:47:ee:c4:58:6d:a2:6b:97:b3:5c:f2:6f, Subject:CN=Open Preservation Foundation, O=Open Preservation Foundation, L=London, C=GB, Issuer:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3262224480, Valid from:2019/7/5 08:00, Valid until:2020/5/20 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,012][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:09:18:1b:5f:d5:bb:66:75:53:43:b5:6f:95:50:08, Subject:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3406727098, Valid from:2013/10/22 20:00, Valid until:2028/10/22 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,012][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:cd:3f:85:68:ae:76:c6:1b:b0:fe:71:60:cc:a7:6d, Subject:CN=TIMESTAMP-SHA256-2019-10-15, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:380147180, Valid from:2019/10/1 08:00, Valid until:2030/10/17 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,012][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0a:a1:25:d6:d6:32:1b:7e:41:e4:05:da:36:97:c2:15, Subject:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:2614494003, Valid from:2016/1/7 20:00, Valid until:2031/1/7 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,014][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:0c:e7:e0:e5:17:d8:46:fe:8f:e5:60:fc:1b:f0:30:39, Subject:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3434562768, Valid from:2006/11/10 08:00, Valid until:2031/11/10 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,014][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:08:20:a8:44:47:ee:c4:58:6d:a2:6b:97:b3:5c:f2:6f, Subject:CN=Open Preservation Foundation, O=Open Preservation Foundation, L=London, C=GB, Issuer:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3262224480, Valid from:2019/7/5 08:00, Valid until:2020/5/20 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,015][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:09:18:1b:5f:d5:bb:66:75:53:43:b5:6f:95:50:08, Subject:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3406727098, Valid from:2013/10/22 20:00, Valid until:2028/10/22 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,015][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:cd:3f:85:68:ae:76:c6:1b:b0:fe:71:60:cc:a7:6d, Subject:CN=TIMESTAMP-SHA256-2019-10-15, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:380147180, Valid from:2019/10/1 08:00, Valid until:2030/10/17 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,015][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0a:a1:25:d6:d6:32:1b:7e:41:e4:05:da:36:97:c2:15, Subject:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:2614494003, Valid from:2016/1/7 20:00, Valid until:2031/1/7 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,016][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:0c:e7:e0:e5:17:d8:46:fe:8f:e5:60:fc:1b:f0:30:39, Subject:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3434562768, Valid from:2006/11/10 08:00, Valid until:2031/11/10 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,016][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:08:20:a8:44:47:ee:c4:58:6d:a2:6b:97:b3:5c:f2:6f, Subject:CN=Open Preservation Foundation, O=Open Preservation Foundation, L=London, C=GB, Issuer:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3262224480, Valid from:2019/7/5 08:00, Valid until:2020/5/20 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,016][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:09:18:1b:5f:d5:bb:66:75:53:43:b5:6f:95:50:08, Subject:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3406727098, Valid from:2013/10/22 20:00, Valid until:2028/10/22 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,017][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:cd:3f:85:68:ae:76:c6:1b:b0:fe:71:60:cc:a7:6d, Subject:CN=TIMESTAMP-SHA256-2019-10-15, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:380147180, Valid from:2019/10/1 08:00, Valid until:2030/10/17 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,017][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0a:a1:25:d6:d6:32:1b:7e:41:e4:05:da:36:97:c2:15, Subject:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:2614494003, Valid from:2016/1/7 20:00, Valid until:2031/1/7 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,018][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:0c:e7:e0:e5:17:d8:46:fe:8f:e5:60:fc:1b:f0:30:39, Subject:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3434562768, Valid from:2006/11/10 08:00, Valid until:2031/11/10 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,018][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:08:20:a8:44:47:ee:c4:58:6d:a2:6b:97:b3:5c:f2:6f, Subject:CN=Open Preservation Foundation, O=Open Preservation Foundation, L=London, C=GB, Issuer:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3262224480, Valid from:2019/7/5 08:00, Valid until:2020/5/20 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,018][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:09:18:1b:5f:d5:bb:66:75:53:43:b5:6f:95:50:08, Subject:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3406727098, Valid from:2013/10/22 20:00, Valid until:2028/10/22 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,018][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:cd:3f:85:68:ae:76:c6:1b:b0:fe:71:60:cc:a7:6d, Subject:CN=TIMESTAMP-SHA256-2019-10-15, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:380147180, Valid from:2019/10/1 08:00, Valid until:2030/10/17 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,018][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0a:a1:25:d6:d6:32:1b:7e:41:e4:05:da:36:97:c2:15, Subject:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:2614494003, Valid from:2016/1/7 20:00, Valid until:2031/1/7 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,019][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:0c:e7:e0:e5:17:d8:46:fe:8f:e5:60:fc:1b:f0:30:39, Subject:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3434562768, Valid from:2006/11/10 08:00, Valid until:2031/11/10 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,019][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:08:20:a8:44:47:ee:c4:58:6d:a2:6b:97:b3:5c:f2:6f, Subject:CN=Open Preservation Foundation, O=Open Preservation Foundation, L=London, C=GB, Issuer:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3262224480, Valid from:2019/7/5 08:00, Valid until:2020/5/20 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,019][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:09:18:1b:5f:d5:bb:66:75:53:43:b5:6f:95:50:08, Subject:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3406727098, Valid from:2013/10/22 20:00, Valid until:2028/10/22 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,019][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:cd:3f:85:68:ae:76:c6:1b:b0:fe:71:60:cc:a7:6d, Subject:CN=TIMESTAMP-SHA256-2019-10-15, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:380147180, Valid from:2019/10/1 08:00, Valid until:2030/10/17 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,019][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0a:a1:25:d6:d6:32:1b:7e:41:e4:05:da:36:97:c2:15, Subject:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:2614494003, Valid from:2016/1/7 20:00, Valid until:2031/1/7 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,022][DEBUG][main] -Dio.netty.eventLoopThreads: 20 (MultithreadEventLoopGroup.java:44) +[2026-06-02 18:55:02,033][DEBUG][main] -Dio.netty.noUnsafe: false (PlatformDependent0.java:550) +[2026-06-02 18:55:02,033][DEBUG][main] Java version: 21 (PlatformDependent0.java:1068) +[2026-06-02 18:55:02,034][DEBUG][main] sun.misc.Unsafe.theUnsafe: available (PlatformDependent0.java:140) +[2026-06-02 18:55:02,034][DEBUG][main] sun.misc.Unsafe base methods: all available (PlatformDependent0.java:199) +[2026-06-02 18:55:02,034][DEBUG][main] sun.misc.Unsafe.storeFence: available (PlatformDependent0.java:231) +[2026-06-02 18:55:02,034][DEBUG][main] java.nio.Buffer.address: available (PlatformDependent0.java:274) +[2026-06-02 18:55:02,034][DEBUG][main] direct buffer constructor: unavailable: Reflective setAccessible(true) disabled (PlatformDependent0.java:360) +[2026-06-02 18:55:02,034][DEBUG][main] java.nio.Bits.unaligned: available, true (PlatformDependent0.java:438) +[2026-06-02 18:55:02,035][DEBUG][main] jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @30c7da1e (PlatformDependent0.java:506) +[2026-06-02 18:55:02,035][DEBUG][main] java.nio.DirectByteBuffer.(long, {int,long}): unavailable (PlatformDependent0.java:536) +[2026-06-02 18:55:02,035][DEBUG][main] sun.misc.Unsafe: available (PlatformDependent.java:1186) +[2026-06-02 18:55:02,035][DEBUG][main] -Dio.netty.tmpdir: /var/folders/kn/4p33snzd7v14kyzt43vz7t5r0000gn/T (java.io.tmpdir) (PlatformDependent.java:1332) +[2026-06-02 18:55:02,036][DEBUG][main] -Dio.netty.bitMode: 64 (sun.arch.data.model) (PlatformDependent.java:1411) +[2026-06-02 18:55:02,036][DEBUG][main] Platform: MacOS (PlatformDependent.java:1154) +[2026-06-02 18:55:02,036][DEBUG][main] -Dio.netty.maxDirectMemory: -1 bytes (PlatformDependent.java:178) +[2026-06-02 18:55:02,036][DEBUG][main] -Dio.netty.uninitializedArrayAllocationThreshold: -1 (PlatformDependent.java:185) +[2026-06-02 18:55:02,036][DEBUG][main] java.nio.ByteBuffer.cleaner(): available (CleanerJava9.java:71) +[2026-06-02 18:55:02,036][DEBUG][main] -Dio.netty.noPreferDirect: false (PlatformDependent.java:205) +[2026-06-02 18:55:02,036][DEBUG][main] -Dio.netty.noKeySetOptimization: false (NioEventLoop.java:110) +[2026-06-02 18:55:02,036][DEBUG][main] -Dio.netty.selectorAutoRebuildThreshold: 512 (NioEventLoop.java:111) +[2026-06-02 18:55:02,038][DEBUG][main] org.jctools-core.MpscChunkedArrayQueue: available (PlatformDependent.java:1029) +[2026-06-02 18:55:02,047][DEBUG][main] -Djava.net.preferIPv4Stack: false (NetUtil.java:148) +[2026-06-02 18:55:02,047][DEBUG][main] -Djava.net.preferIPv6Addresses: false (NetUtil.java:149) +[2026-06-02 18:55:02,048][DEBUG][main] Loopback interface: lo0 (lo0, 0:0:0:0:0:0:0:1%lo0) (NetUtilInitializations.java:145) +[2026-06-02 18:55:02,048][DEBUG][main] Failed to get SOMAXCONN from sysctl and file /proc/sys/net/core/somaxconn. Default: 128 (NetUtil.java:206) +[2026-06-02 18:55:02,055][DEBUG][main] Default ResolvedAddressTypes: IPV4_PREFERRED (DnsNameResolver.java:147) +[2026-06-02 18:55:02,055][DEBUG][main] Localhost address: localhost/127.0.0.1 (DnsNameResolver.java:148) +[2026-06-02 18:55:02,055][DEBUG][main] Windows hostname: null (DnsNameResolver.java:157) +[2026-06-02 18:55:02,055][DEBUG][main] Default search domains: [] (DnsNameResolver.java:170) +[2026-06-02 18:55:02,056][DEBUG][main] Default UnixResolverOptions{ndots=1, timeout=5, attempts=16} (DnsNameResolver.java:179) +[2026-06-02 18:55:02,060][DEBUG][main] -Dio.netty.hostsFileRefreshInterval: 0 (DefaultHostsFileEntriesResolver.java:53) +[2026-06-02 18:55:02,068][DEBUG][main] -Dio.netty.leakDetection.level: simple (ResourceLeakDetector.java:129) +[2026-06-02 18:55:02,068][DEBUG][main] -Dio.netty.leakDetection.targetRecords: 4 (ResourceLeakDetector.java:130) +[2026-06-02 18:55:02,068][DEBUG][main] Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@123fd460 (ResourceLeakDetectorFactory.java:196) +[2026-06-02 18:55:02,085][DEBUG][main] -Dio.netty.processId: 66984 (auto-detected) (DefaultChannelId.java:84) +[2026-06-02 18:55:02,085][DEBUG][main] -Dio.netty.machineId: 22:e2:2d:ff:fe:b7:d6:75 (auto-detected) (DefaultChannelId.java:106) +[2026-06-02 18:55:02,097][DEBUG][main] -Dio.netty.allocator.numHeapArenas: 20 (PooledByteBufAllocator.java:157) +[2026-06-02 18:55:02,097][DEBUG][main] -Dio.netty.allocator.numDirectArenas: 20 (PooledByteBufAllocator.java:158) +[2026-06-02 18:55:02,097][DEBUG][main] -Dio.netty.allocator.pageSize: 8192 (PooledByteBufAllocator.java:160) +[2026-06-02 18:55:02,097][DEBUG][main] -Dio.netty.allocator.maxOrder: 9 (PooledByteBufAllocator.java:165) +[2026-06-02 18:55:02,097][DEBUG][main] -Dio.netty.allocator.chunkSize: 4194304 (PooledByteBufAllocator.java:169) +[2026-06-02 18:55:02,097][DEBUG][main] -Dio.netty.allocator.smallCacheSize: 256 (PooledByteBufAllocator.java:170) +[2026-06-02 18:55:02,097][DEBUG][main] -Dio.netty.allocator.normalCacheSize: 64 (PooledByteBufAllocator.java:171) +[2026-06-02 18:55:02,097][DEBUG][main] -Dio.netty.allocator.maxCachedBufferCapacity: 32768 (PooledByteBufAllocator.java:172) +[2026-06-02 18:55:02,097][DEBUG][main] -Dio.netty.allocator.cacheTrimInterval: 8192 (PooledByteBufAllocator.java:173) +[2026-06-02 18:55:02,097][DEBUG][main] -Dio.netty.allocator.cacheTrimIntervalMillis: 0 (PooledByteBufAllocator.java:174) +[2026-06-02 18:55:02,097][DEBUG][main] -Dio.netty.allocator.useCacheForAllThreads: false (PooledByteBufAllocator.java:175) +[2026-06-02 18:55:02,097][DEBUG][main] -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 (PooledByteBufAllocator.java:176) +[2026-06-02 18:55:02,100][DEBUG][main] -Dio.netty.allocator.type: pooled (ByteBufUtil.java:89) +[2026-06-02 18:55:02,100][DEBUG][main] -Dio.netty.threadLocalDirectBufferSize: 0 (ByteBufUtil.java:101) +[2026-06-02 18:55:02,100][DEBUG][main] -Dio.netty.maxThreadLocalCharBufferSize: 16384 (ByteBufUtil.java:104) +[2026-06-02 18:55:02,102][DEBUG][main] -Dio.netty.bootstrap.extensions: null (ChannelInitializerExtensions.java:54) +[2026-06-02 18:55:02,123][DEBUG][redisson-netty-2-2] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-02 18:55:02,125][DEBUG][redisson-netty-2-3] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-02 18:55:02,127][DEBUG][redisson-netty-2-3] -Dio.netty.recycler.maxCapacityPerThread: 4096 (Recycler.java:96) +[2026-06-02 18:55:02,127][DEBUG][redisson-netty-2-3] -Dio.netty.recycler.ratio: 8 (Recycler.java:97) +[2026-06-02 18:55:02,127][DEBUG][redisson-netty-2-3] -Dio.netty.recycler.chunkSize: 32 (Recycler.java:98) +[2026-06-02 18:55:02,127][DEBUG][redisson-netty-2-3] -Dio.netty.recycler.blocking: false (Recycler.java:99) +[2026-06-02 18:55:02,127][DEBUG][redisson-netty-2-3] -Dio.netty.recycler.batchFastThreadLocalOnly: true (Recycler.java:100) +[2026-06-02 18:55:02,130][DEBUG][redisson-netty-2-3] -Dio.netty.buffer.checkAccessible: true (AbstractByteBuf.java:63) +[2026-06-02 18:55:02,130][DEBUG][redisson-netty-2-3] -Dio.netty.buffer.checkBounds: true (AbstractByteBuf.java:64) +[2026-06-02 18:55:02,130][DEBUG][redisson-netty-2-3] Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@5955622a (ResourceLeakDetectorFactory.java:196) +[2026-06-02 18:55:02,141][DEBUG][redisson-netty-2-4] new connection created: RedisConnection@1503453252 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x577a3abf, L:/127.0.0.1:57550 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=0] (ClientConnectionsEntry.java:190) +[2026-06-02 18:55:02,141][DEBUG][redisson-netty-2-5] new pubsub connection created: RedisPubSubConnection@1061906526 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc91961a1, L:/127.0.0.1:57551 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=0] (ClientConnectionsEntry.java:203) +[2026-06-02 18:55:02,144][DEBUG][redisson-netty-2-6] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-02 18:55:02,146][DEBUG][redisson-netty-2-7] new connection created: RedisConnection@1463937780 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc35a792c, L:/127.0.0.1:57552 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@59861e6c[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-02 18:55:02,146][DEBUG][redisson-netty-2-8] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-02 18:55:02,148][DEBUG][redisson-netty-2-9] new connection created: RedisConnection@483188732 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8b395847, L:/127.0.0.1:57553 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@120b3215[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-02 18:55:02,148][DEBUG][redisson-netty-2-10] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-02 18:55:02,150][DEBUG][redisson-netty-2-11] new connection created: RedisConnection@741715936 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1ee17a15, L:/127.0.0.1:57554 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@22f24416[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-02 18:55:02,151][DEBUG][redisson-netty-2-12] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-02 18:55:02,153][DEBUG][redisson-netty-2-13] new connection created: RedisConnection@520776176 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x9fe51c28, L:/127.0.0.1:57555 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@11cd9461[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-02 18:55:02,153][DEBUG][redisson-netty-2-14] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-02 18:55:02,155][DEBUG][redisson-netty-2-15] new connection created: RedisConnection@1806990078 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7808fecb, L:/127.0.0.1:57556 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@657389f8[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-02 18:55:02,155][DEBUG][redisson-netty-2-16] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-02 18:55:02,156][DEBUG][redisson-netty-2-17] new connection created: RedisConnection@705947636 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x3d21aef0, L:/127.0.0.1:57557 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@24d40cc6[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-02 18:55:02,157][DEBUG][redisson-netty-2-18] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-02 18:55:02,160][DEBUG][redisson-netty-2-19] new connection created: RedisConnection@459117959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0e4b39cc, L:/127.0.0.1:57558 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@159a689c[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-02 18:55:02,160][DEBUG][redisson-netty-2-20] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-02 18:55:02,162][DEBUG][redisson-netty-2-21] new connection created: RedisConnection@1669800014 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5dbc4068, L:/127.0.0.1:57559 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6d40c24e[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-02 18:55:02,162][DEBUG][redisson-netty-2-22] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-02 18:55:02,163][DEBUG][redisson-netty-2-23] new connection created: RedisConnection@305428161 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xda7489bb, L:/127.0.0.1:57560 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1cf39af7[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-02 18:55:02,164][DEBUG][redisson-netty-2-24] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-02 18:55:02,165][DEBUG][redisson-netty-2-25] new connection created: RedisConnection@271284986 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xad6e8414, L:/127.0.0.1:57561 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1eec868f[Completed normally], command=(PING), params=[], codec=null], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-02 18:55:02,166][DEBUG][redisson-netty-2-26] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-02 18:55:02,168][DEBUG][redisson-netty-2-27] new connection created: RedisConnection@1659106873 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa76ce844, L:/127.0.0.1:57562 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6c240415[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-02 18:55:02,168][DEBUG][redisson-netty-2-28] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-02 18:55:02,171][DEBUG][redisson-netty-2-29] new connection created: RedisConnection@448015959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x541d330c, L:/127.0.0.1:57563 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1473c371[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-02 18:55:02,171][DEBUG][redisson-netty-2-30] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-02 18:55:02,172][DEBUG][redisson-netty-2-31] new connection created: RedisConnection@1244979154 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xcb988a77, L:/127.0.0.1:57564 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@44f328e4[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-02 18:55:02,173][DEBUG][redisson-netty-2-1] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-02 18:55:02,175][DEBUG][redisson-netty-2-32] new connection created: RedisConnection@1853684738 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa5689acc, L:/127.0.0.1:57565 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@60bb1fbd[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-02 18:55:02,175][DEBUG][redisson-netty-2-2] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-02 18:55:02,176][DEBUG][redisson-netty-2-3] new connection created: RedisConnection@754370241 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa23d3f60, L:/127.0.0.1:57566 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@70fd2629[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-02 18:55:02,177][DEBUG][redisson-netty-2-4] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-02 18:55:02,178][DEBUG][redisson-netty-2-5] new connection created: RedisConnection@831295943 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xbc8df318, L:/127.0.0.1:57567 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@35b3032e[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-02 18:55:02,178][DEBUG][redisson-netty-2-6] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-02 18:55:02,180][DEBUG][redisson-netty-2-7] new connection created: RedisConnection@600380527 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1204cc30, L:/127.0.0.1:57568 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7cdaf725[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-02 18:55:02,180][DEBUG][redisson-netty-2-8] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-02 18:55:02,181][DEBUG][redisson-netty-2-9] new connection created: RedisConnection@857327457 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x05df13a2, L:/127.0.0.1:57569 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6342bcef[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-02 18:55:02,181][DEBUG][redisson-netty-2-10] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-02 18:55:02,182][DEBUG][redisson-netty-2-11] new connection created: RedisConnection@65057122 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xb846b7b0, L:/127.0.0.1:57570 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@441b627a[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-02 18:55:02,182][DEBUG][redisson-netty-2-12] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-02 18:55:02,183][DEBUG][redisson-netty-2-13] new connection created: RedisConnection@819945749 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x85f40f2a, L:/127.0.0.1:57571 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@65311c93[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-02 18:55:02,183][DEBUG][redisson-netty-2-14] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-02 18:55:02,184][DEBUG][redisson-netty-2-15] new connection created: RedisConnection@1147239564 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x4edea812, L:/127.0.0.1:57572 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@332eeb0[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-02 18:55:02,184][DEBUG][redisson-netty-2-16] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-02 18:55:02,184][DEBUG][redisson-netty-2-17] new connection created: RedisConnection@96926130 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6ef3edc7, L:/127.0.0.1:57573 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@56eaef00[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-02 18:55:02,184][DEBUG][redisson-netty-2-18] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-02 18:55:02,185][DEBUG][redisson-netty-2-19] new connection created: RedisConnection@881368552 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0ebddc8d, L:/127.0.0.1:57574 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1e23f68c[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-02 18:55:02,212][DEBUG][main] Autowiring by type from bean name 'redissonConnectionFactory' via factory method to bean named 'redisson' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,217][DEBUG][main] Autowiring by type from bean name 'stringRedisTemplate' via factory method to bean named 'redissonConnectionFactory' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class java.lang.String to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class [B to class java.lang.String as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class java.lang.Number to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class [B to class java.lang.Number as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class java.lang.Enum to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class [B to class java.lang.Enum as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class java.lang.Boolean to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class [B to class java.lang.Boolean as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class java.util.Date to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class [B to class java.util.Date as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class java.util.UUID to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class [B to class java.util.UUID as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class java.time.LocalDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class [B to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class java.time.LocalDate to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class [B to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class java.time.LocalTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class [B to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class java.time.ZonedDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class [B to class java.time.ZonedDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class java.time.Instant to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class [B to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class java.time.ZoneId to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class [B to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class java.time.Period to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class [B to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class java.time.Duration to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class [B to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class java.time.OffsetDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class [B to class java.time.OffsetDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class java.time.OffsetTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,228][DEBUG][main] Adding converter from class [B to class java.time.OffsetTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,229][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,229][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,229][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,229][DEBUG][main] Adding converter from class java.time.LocalDate to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,229][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,229][DEBUG][main] Adding converter from class java.time.LocalTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,229][DEBUG][main] Adding converter from class java.util.Date to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,229][DEBUG][main] Adding converter from class java.time.Instant to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,229][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,229][DEBUG][main] Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,229][DEBUG][main] Adding converter from class java.time.ZoneId to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,229][DEBUG][main] Adding converter from class java.lang.String to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,229][DEBUG][main] Adding converter from class java.time.Duration to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,229][DEBUG][main] Adding converter from class java.lang.String to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,229][DEBUG][main] Adding converter from class java.time.Period to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,229][DEBUG][main] Adding converter from class java.lang.String to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,229][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,229][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,229][DEBUG][main] Adding converter from class java.lang.String to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,229][DEBUG][main] Adding converter from class java.lang.String to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,229][DEBUG][main] Adding converter from class [B to class java.lang.String as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,229][DEBUG][main] Adding converter from class java.lang.Number to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class [B to class java.lang.Number as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.lang.Enum to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class [B to class java.lang.Enum as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.lang.Boolean to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class [B to class java.lang.Boolean as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.util.Date to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class [B to class java.util.Date as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.util.UUID to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class [B to class java.util.UUID as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.time.LocalDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class [B to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.time.LocalDate to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class [B to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.time.LocalTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class [B to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.time.ZonedDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class [B to class java.time.ZonedDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.time.Instant to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class [B to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.time.ZoneId to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class [B to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.time.Period to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class [B to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.time.Duration to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class [B to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.time.OffsetDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class [B to class java.time.OffsetDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.time.OffsetTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class [B to class java.time.OffsetTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.time.LocalDate to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.time.LocalTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.util.Date to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.time.Instant to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.time.ZoneId to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.lang.String to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.time.Duration to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.lang.String to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.time.Period to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.lang.String to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,230][DEBUG][main] Adding converter from class java.lang.String to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.lang.String to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class [B to class java.lang.String as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.lang.Number to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class [B to class java.lang.Number as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.lang.Enum to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class [B to class java.lang.Enum as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.lang.Boolean to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class [B to class java.lang.Boolean as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.util.Date to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class [B to class java.util.Date as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.util.UUID to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class [B to class java.util.UUID as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.time.LocalDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class [B to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.time.LocalDate to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class [B to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.time.LocalTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class [B to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.time.ZonedDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class [B to class java.time.ZonedDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.time.Instant to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class [B to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.time.ZoneId to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class [B to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.time.Period to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class [B to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.time.Duration to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class [B to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.time.OffsetDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class [B to class java.time.OffsetDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.time.OffsetTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class [B to class java.time.OffsetTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.time.LocalDate to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.time.LocalTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.util.Date to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.time.Instant to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.time.ZoneId to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.lang.String to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.time.Duration to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.lang.String to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.time.Period to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.lang.String to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,237][DEBUG][main] Adding converter from class java.lang.String to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,238][DEBUG][main] Adding converter from class java.lang.String to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,238][DEBUG][main] Adding converter from class [B to class java.lang.String as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,238][DEBUG][main] Adding converter from class java.lang.Number to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,238][DEBUG][main] Adding converter from class [B to class java.lang.Number as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,238][DEBUG][main] Adding converter from class java.lang.Enum to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,238][DEBUG][main] Adding converter from class [B to class java.lang.Enum as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,238][DEBUG][main] Adding converter from class java.lang.Boolean to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,238][DEBUG][main] Adding converter from class [B to class java.lang.Boolean as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,238][DEBUG][main] Adding converter from class java.util.Date to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class [B to class java.util.Date as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.util.UUID to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class [B to class java.util.UUID as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.time.LocalDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class [B to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.time.LocalDate to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class [B to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.time.LocalTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class [B to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.time.ZonedDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class [B to class java.time.ZonedDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.time.Instant to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class [B to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.time.ZoneId to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class [B to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.time.Period to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class [B to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.time.Duration to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class [B to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.time.OffsetDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class [B to class java.time.OffsetDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.time.OffsetTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class [B to class java.time.OffsetTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.time.LocalDate to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.time.LocalTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.util.Date to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.time.Instant to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.time.ZoneId to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.lang.String to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.time.Duration to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.lang.String to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.time.Period to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.lang.String to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,239][DEBUG][main] Adding converter from class java.lang.String to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,242][DEBUG][main] Adding converter from class java.lang.String to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,242][DEBUG][main] Adding converter from class [B to class java.lang.String as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,242][DEBUG][main] Adding converter from class java.lang.Number to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,242][DEBUG][main] Adding converter from class [B to class java.lang.Number as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,242][DEBUG][main] Adding converter from class java.lang.Enum to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,242][DEBUG][main] Adding converter from class [B to class java.lang.Enum as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,242][DEBUG][main] Adding converter from class java.lang.Boolean to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,242][DEBUG][main] Adding converter from class [B to class java.lang.Boolean as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,242][DEBUG][main] Adding converter from class java.util.Date to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,242][DEBUG][main] Adding converter from class [B to class java.util.Date as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,242][DEBUG][main] Adding converter from class java.util.UUID to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,242][DEBUG][main] Adding converter from class [B to class java.util.UUID as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,242][DEBUG][main] Adding converter from class java.time.LocalDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,242][DEBUG][main] Adding converter from class [B to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,242][DEBUG][main] Adding converter from class java.time.LocalDate to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,242][DEBUG][main] Adding converter from class [B to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class java.time.LocalTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class [B to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class java.time.ZonedDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class [B to class java.time.ZonedDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class java.time.Instant to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class [B to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class java.time.ZoneId to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class [B to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class java.time.Period to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class [B to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class java.time.Duration to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class [B to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class java.time.OffsetDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class [B to class java.time.OffsetDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class java.time.OffsetTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class [B to class java.time.OffsetTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class java.time.LocalDate to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class java.time.LocalTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class java.util.Date to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class java.time.Instant to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class java.time.ZoneId to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class java.lang.String to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class java.time.Duration to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class java.lang.String to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class java.time.Period to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class java.lang.String to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,243][DEBUG][main] Adding converter from class java.lang.String to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:02,261][DEBUG][main] Creating shared instance of singleton bean 'redisTemplate' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,262][DEBUG][main] Creating shared instance of singleton bean 'redisConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,270][DEBUG][main] Creating shared instance of singleton bean 'valueOperations' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,271][DEBUG][main] Autowiring by type from bean name 'valueOperations' via factory method to bean named 'stringRedisTemplate' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,278][DEBUG][main] Creating shared instance of singleton bean 'hashOperations' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,278][DEBUG][main] Autowiring by type from bean name 'hashOperations' via factory method to bean named 'redisTemplate' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,283][DEBUG][main] Creating shared instance of singleton bean 'listOperations' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,283][DEBUG][main] Autowiring by type from bean name 'listOperations' via factory method to bean named 'redisTemplate' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,288][DEBUG][main] Creating shared instance of singleton bean 'setOperations' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,288][DEBUG][main] Autowiring by type from bean name 'setOperations' via factory method to bean named 'redisTemplate' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,296][DEBUG][main] Creating shared instance of singleton bean 'loginLogService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,296][DEBUG][main] Creating shared instance of singleton bean 'loginLogDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,313][DEBUG][main] Creating shared instance of singleton bean 'roleMenuService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,313][DEBUG][main] Creating shared instance of singleton bean 'roleMenuDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,325][DEBUG][main] Creating shared instance of singleton bean 'roleMenuManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,335][DEBUG][main] Creating shared instance of singleton bean 'menuDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,348][DEBUG][main] Creating shared instance of singleton bean 'securityLoginService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,348][DEBUG][main] Creating shared instance of singleton bean 'loginFailDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,361][DEBUG][main] Creating shared instance of singleton bean 'initLocalFileService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,361][DEBUG][main] Creating shared instance of singleton bean 'fileConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,361][DEBUG][main] Found key 'file.storage.cloud.region' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:55:02,362][DEBUG][main] Found key 'file.storage.cloud.endpoint' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:55:02,362][DEBUG][main] Found key 'file.storage.cloud.bucket-name' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:55:02,362][DEBUG][main] Found key 'file.storage.cloud.access-key' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:55:02,362][DEBUG][main] Found key 'file.storage.cloud.secret-key' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:55:02,362][DEBUG][main] Found key 'file.storage.cloud.private-url-expire-seconds' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:55:02,362][DEBUG][main] Found key 'file.storage.cloud.url-prefix' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:55:02,362][DEBUG][main] Found key 'file.storage.local.upload-path' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:55:02,362][DEBUG][main] Found key 'file.storage.mode' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:55:02,368][DEBUG][main] Found key 'file.storage.local.upload-path' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:55:02,368][DEBUG][main] Found key 'file.storage.local.url-prefix' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:55:02,368][DEBUG][main] Found key 'server.servlet.context-path' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:55:02,368][DEBUG][main] Found key 'server.port' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:55:02,375][DEBUG][main] Creating shared instance of singleton bean 'apiEncryptServiceSmImpl' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,383][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:3c:9e:b1:fc:89:f7:33:d3, Subject:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Key type:RSA, Length:2048, Cert Id:3044386973, Valid from:2016/7/7 07:48, Valid until:2030/12/31 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,383][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:08:87:4f:23:f4:bb:f6:3b:d8:06:a7:ae:b0:a1:2c:f4:67:2b:ba:2a, Subject:CN=Legion of the Bouncy Castle Inc., OU=Java Software Code Signing, O=Oracle Corporation, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Key type:DSA, Length:2048, Cert Id:2266411741, Valid from:2022/1/25 08:58, Valid until:2027/1/25 08:58 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,385][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0b:ae:66:bc:5a:ba:7f:95:87:c6:f9:e9:04:e3:33:04, Subject:CN=DigiCert Timestamp 2024, O=DigiCert, C=US, Issuer:CN=DigiCert Trusted G4 RSA4096 SHA256 TimeStamping CA, O="DigiCert, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:3934399196, Valid from:2024/9/26 08:00, Valid until:2035/11/26 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,385][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:07:36:37:b7:24:54:7c:d8:47:ac:fd:28:66:2a:5e:5b, Subject:CN=DigiCert Trusted G4 RSA4096 SHA256 TimeStamping CA, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:4096, Cert Id:3207540671, Valid from:2022/3/23 08:00, Valid until:2037/3/23 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,385][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:0e:9b:18:8e:f9:d0:2d:e7:ef:db:50:e2:08:40:18:5a, Subject:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:4096, Cert Id:845088433, Valid from:2022/8/1 08:00, Valid until:2031/11/10 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:02,416][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:02,416][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:02,416][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:02,417][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:02,417][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:02,417][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:02,417][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:02,417][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:02,417][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:02,417][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:02,417][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:02,418][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 84 (Log.java:228) +[2026-06-02 18:55:02,418][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:02,418][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:02,418][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:02,418][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:02,418][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:02,418][DEBUG][RMI TCP Connection(1)-127.0.0.1] connectionId=rmi://127.0.0.1 9, name=org.springframework.boot:type=Admin,name=SpringApplication, attribute=Ready (LoggingProviderImpl.java:230) +[2026-06-02 18:55:02,418][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: [127.0.0.1] exception: (Log.java:236) +javax.management.InstanceNotFoundException: org.springframework.boot:type=Admin,name=SpringApplication + at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1073) ~[?:?] + at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:632) ~[?:?] + at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:679) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1449) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1310) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1405) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:639) ~[?:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) ~[?:?] + at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) ~[?:?] + at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) ~[?:?] + at java.base/java.security.AccessController.doPrivileged(AccessController.java:714) ~[?:?] + at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721) ~[?:?] + at java.base/java.security.AccessController.doPrivileged(AccessController.java:400) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720) ~[?:?] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-02 18:55:02,419][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:02,419][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:02,419][DEBUG][RMI TCP Connection(1)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@1fe50420: connectionId=rmi://127.0.0.1 9] closing. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:02,419][DEBUG][RMI TCP Connection(1)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@1fe50420: connectionId=rmi://127.0.0.1 9] closed. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:02,469][DEBUG][main] Creating shared instance of singleton bean 'mailService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,470][DEBUG][main] Creating shared instance of singleton bean 'mailTemplateDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,483][DEBUG][main] Creating shared instance of singleton bean 'mailSender' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,483][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.mail.MailSenderPropertiesConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,484][DEBUG][main] Creating shared instance of singleton bean 'spring.mail-org.springframework.boot.autoconfigure.mail.MailProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,488][DEBUG][main] Autowiring by type from bean name 'mailSender' via factory method to bean named 'spring.mail-org.springframework.boot.autoconfigure.mail.MailProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,491][DEBUG][main] MimetypesFileTypeMap: load HOME (LogSupport.java:43) +[2026-06-02 18:55:02,492][DEBUG][main] Checking system property jakarta.activation.spi.MimeTypeRegistryProvider (FactoryFinder.java:105) +[2026-06-02 18:55:02,492][DEBUG][main] not found (FactoryFinder.java:120) +[2026-06-02 18:55:02,492][DEBUG][main] Using java.util.ServiceLoader to find jakarta.activation.spi.MimeTypeRegistryProvider (ServiceLoaderUtil.java:30) +[2026-06-02 18:55:02,493][DEBUG][main] ServiceProvider loading Facility used; returning object [org.eclipse.angus.activation.MimeTypeRegistryProviderImpl] (ServiceLoaderUtil.java:36) +[2026-06-02 18:55:02,493][DEBUG][main] MimeTypeRegistry: can't load from file - /Users/wang/.mime.types (LogSupport.java:49) +java.io.FileNotFoundException: /Users/wang/.mime.types (No such file or directory) + at java.base/java.io.FileInputStream.open0(Native Method) ~[?:?] + at java.base/java.io.FileInputStream.open(FileInputStream.java:213) ~[?:?] + at java.base/java.io.FileInputStream.(FileInputStream.java:152) ~[?:?] + at java.base/java.io.FileReader.(FileReader.java:75) ~[?:?] + at org.eclipse.angus.activation.MimeTypeFile.(MimeTypeFile.java:47) ~[angus-activation-2.0.2.jar:?] + at org.eclipse.angus.activation.MimeTypeRegistryProviderImpl.getByFileName(MimeTypeRegistryProviderImpl.java:28) ~[angus-activation-2.0.2.jar:?] + at jakarta.activation.MimetypesFileTypeMap.loadFile(MimetypesFileTypeMap.java:263) ~[jakarta.activation-api-2.1.3.jar:?] + at jakarta.activation.MimetypesFileTypeMap.(MimetypesFileTypeMap.java:107) ~[jakarta.activation-api-2.1.3.jar:?] + at jakarta.activation.MimetypesFileTypeMap.(MimetypesFileTypeMap.java:305) ~[jakarta.activation-api-2.1.3.jar:?] + at org.springframework.mail.javamail.ConfigurableMimeFileTypeMap.createFileTypeMap(ConfigurableMimeFileTypeMap.java:150) ~[spring-context-support-6.1.10.jar:6.1.10] + at org.springframework.mail.javamail.ConfigurableMimeFileTypeMap.getFileTypeMap(ConfigurableMimeFileTypeMap.java:123) ~[spring-context-support-6.1.10.jar:6.1.10] + at org.springframework.mail.javamail.ConfigurableMimeFileTypeMap.afterPropertiesSet(ConfigurableMimeFileTypeMap.java:110) ~[spring-context-support-6.1.10.jar:6.1.10] + at org.springframework.mail.javamail.JavaMailSenderImpl.(JavaMailSenderImpl.java:114) ~[spring-context-support-6.1.10.jar:6.1.10] + at org.springframework.boot.autoconfigure.mail.MailSenderPropertiesConfiguration.mailSender(MailSenderPropertiesConfiguration.java:44) ~[spring-boot-autoconfigure-3.3.1.jar:3.3.1] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:140) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:644) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:636) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1337) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1167) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:562) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1443) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1353) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:784) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:767) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:145) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:508) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1421) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:599) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:461) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:605) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:576) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:738) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:270) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:145) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:368) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1421) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:599) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:461) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:605) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:576) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:738) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:270) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:145) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:368) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1421) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:599) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:461) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:605) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:576) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:738) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:270) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:145) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:368) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1421) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:599) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) [spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) [spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) [spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:975) [spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:962) [spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624) [spring-context-6.1.10.jar:6.1.10] + at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) [spring-boot-3.3.1.jar:3.3.1] + at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) [spring-boot-3.3.1.jar:3.3.1] + at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456) [spring-boot-3.3.1.jar:3.3.1] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:335) [spring-boot-3.3.1.jar:3.3.1] + at net.lab1024.sa.admin.AdminApplication.main(AdminApplication.java:35) [classes/:?] +[2026-06-02 18:55:02,493][DEBUG][main] MimetypesFileTypeMap: load SYS (LogSupport.java:43) +[2026-06-02 18:55:02,493][DEBUG][main] Checking system property jakarta.activation.spi.MimeTypeRegistryProvider (FactoryFinder.java:105) +[2026-06-02 18:55:02,493][DEBUG][main] not found (FactoryFinder.java:120) +[2026-06-02 18:55:02,493][DEBUG][main] Using java.util.ServiceLoader to find jakarta.activation.spi.MimeTypeRegistryProvider (ServiceLoaderUtil.java:30) +[2026-06-02 18:55:02,493][DEBUG][main] ServiceProvider loading Facility used; returning object [org.eclipse.angus.activation.MimeTypeRegistryProviderImpl] (ServiceLoaderUtil.java:36) +[2026-06-02 18:55:02,494][DEBUG][main] MimeTypeRegistry: can't load from file - /Library/Java/JavaVirtualMachines/jdk-21.jdk/Contents/Home/conf/mime.types (LogSupport.java:49) +java.io.FileNotFoundException: /Library/Java/JavaVirtualMachines/jdk-21.jdk/Contents/Home/conf/mime.types (No such file or directory) + at java.base/java.io.FileInputStream.open0(Native Method) ~[?:?] + at java.base/java.io.FileInputStream.open(FileInputStream.java:213) ~[?:?] + at java.base/java.io.FileInputStream.(FileInputStream.java:152) ~[?:?] + at java.base/java.io.FileReader.(FileReader.java:75) ~[?:?] + at org.eclipse.angus.activation.MimeTypeFile.(MimeTypeFile.java:47) ~[angus-activation-2.0.2.jar:?] + at org.eclipse.angus.activation.MimeTypeRegistryProviderImpl.getByFileName(MimeTypeRegistryProviderImpl.java:28) ~[angus-activation-2.0.2.jar:?] + at jakarta.activation.MimetypesFileTypeMap.loadFile(MimetypesFileTypeMap.java:263) ~[jakarta.activation-api-2.1.3.jar:?] + at jakarta.activation.MimetypesFileTypeMap.(MimetypesFileTypeMap.java:120) ~[jakarta.activation-api-2.1.3.jar:?] + at jakarta.activation.MimetypesFileTypeMap.(MimetypesFileTypeMap.java:305) ~[jakarta.activation-api-2.1.3.jar:?] + at org.springframework.mail.javamail.ConfigurableMimeFileTypeMap.createFileTypeMap(ConfigurableMimeFileTypeMap.java:150) ~[spring-context-support-6.1.10.jar:6.1.10] + at org.springframework.mail.javamail.ConfigurableMimeFileTypeMap.getFileTypeMap(ConfigurableMimeFileTypeMap.java:123) ~[spring-context-support-6.1.10.jar:6.1.10] + at org.springframework.mail.javamail.ConfigurableMimeFileTypeMap.afterPropertiesSet(ConfigurableMimeFileTypeMap.java:110) ~[spring-context-support-6.1.10.jar:6.1.10] + at org.springframework.mail.javamail.JavaMailSenderImpl.(JavaMailSenderImpl.java:114) ~[spring-context-support-6.1.10.jar:6.1.10] + at org.springframework.boot.autoconfigure.mail.MailSenderPropertiesConfiguration.mailSender(MailSenderPropertiesConfiguration.java:44) ~[spring-boot-autoconfigure-3.3.1.jar:3.3.1] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:140) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:644) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:636) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1337) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1167) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:562) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1443) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1353) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:784) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:767) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:145) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:508) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1421) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:599) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:461) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:605) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:576) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:738) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:270) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:145) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:368) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1421) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:599) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:461) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:605) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:576) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:738) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:270) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:145) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:368) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1421) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:599) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:461) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:605) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:576) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:738) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:270) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:145) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:368) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1421) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:599) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) [spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) [spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) [spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:975) [spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:962) [spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624) [spring-context-6.1.10.jar:6.1.10] + at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) [spring-boot-3.3.1.jar:3.3.1] + at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) [spring-boot-3.3.1.jar:3.3.1] + at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456) [spring-boot-3.3.1.jar:3.3.1] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:335) [spring-boot-3.3.1.jar:3.3.1] + at net.lab1024.sa.admin.AdminApplication.main(AdminApplication.java:35) [classes/:?] +[2026-06-02 18:55:02,494][DEBUG][main] MimetypesFileTypeMap: load JAR (LogSupport.java:43) +[2026-06-02 18:55:02,494][DEBUG][main] MimetypesFileTypeMap: !anyLoaded (LogSupport.java:43) +[2026-06-02 18:55:02,494][DEBUG][main] MimetypesFileTypeMap: not loading mime types file: /META-INF/mime.types (LogSupport.java:43) +[2026-06-02 18:55:02,494][DEBUG][main] MimetypesFileTypeMap: load DEF (LogSupport.java:43) +[2026-06-02 18:55:02,494][DEBUG][main] Checking system property jakarta.activation.spi.MimeTypeRegistryProvider (FactoryFinder.java:105) +[2026-06-02 18:55:02,494][DEBUG][main] not found (FactoryFinder.java:120) +[2026-06-02 18:55:02,494][DEBUG][main] Using java.util.ServiceLoader to find jakarta.activation.spi.MimeTypeRegistryProvider (ServiceLoaderUtil.java:30) +[2026-06-02 18:55:02,494][DEBUG][main] ServiceProvider loading Facility used; returning object [org.eclipse.angus.activation.MimeTypeRegistryProviderImpl] (ServiceLoaderUtil.java:36) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: text/html, html (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: text/html, htm (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: text/html, HTML (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: text/html, HTM (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: text/plain, txt (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: text/plain, text (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: text/plain, TXT (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: text/plain, TEXT (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: image/gif, gif (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: image/gif, GIF (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: image/ief, ief (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: image/jpeg, jpeg (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: image/jpeg, jpg (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: image/jpeg, jpe (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: image/jpeg, JPG (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: image/tiff, tiff (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: image/tiff, tif (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: image/png, png (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: image/png, PNG (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: image/x-xwindowdump, xwd (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: application/postscript, ai (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: application/postscript, eps (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: application/postscript, ps (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: application/rtf, rtf (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: application/x-tex, tex (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: application/x-texinfo, texinfo (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: application/x-texinfo, texi (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: application/x-troff, t (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: application/x-troff, tr (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: application/x-troff, roff (LogSupport.java:46) +[2026-06-02 18:55:02,495][DEBUG][main] Added: MIMETypeEntry: audio/basic, au (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: audio/midi, midi (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: audio/midi, mid (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: audio/x-aifc, aifc (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: audio/x-aiff, aif (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: audio/x-aiff, aiff (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: audio/x-mpeg, mpeg (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: audio/x-mpeg, mpg (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: audio/x-wav, wav (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: video/mpeg, mpeg (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: video/mpeg, mpg (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: video/mpeg, mpe (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: video/quicktime, qt (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: video/quicktime, mov (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: video/x-msvideo, avi (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] MimetypesFileTypeMap: successfully loaded mime types file: /META-INF/mimetypes.default (LogSupport.java:43) +[2026-06-02 18:55:02,496][DEBUG][main] Checking system property jakarta.activation.spi.MimeTypeRegistryProvider (FactoryFinder.java:105) +[2026-06-02 18:55:02,496][DEBUG][main] not found (FactoryFinder.java:120) +[2026-06-02 18:55:02,496][DEBUG][main] Using java.util.ServiceLoader to find jakarta.activation.spi.MimeTypeRegistryProvider (ServiceLoaderUtil.java:30) +[2026-06-02 18:55:02,496][DEBUG][main] ServiceProvider loading Facility used; returning object [org.eclipse.angus.activation.MimeTypeRegistryProviderImpl] (ServiceLoaderUtil.java:36) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: text/html, html (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: text/html, htm (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: text/html, HTML (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: text/html, HTM (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: text/plain, txt (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: text/plain, text (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: text/plain, TXT (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: text/plain, TEXT (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: text/plain, java (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: text/plain, c (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: text/plain, c++ (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: text/plain, cpp (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: text/plain, pl (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: text/plain, cc (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: text/plain, h (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: image/gif, gif (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: image/gif, GIF (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: image/ief, ief (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: image/jpeg, jpeg (LogSupport.java:46) +[2026-06-02 18:55:02,496][DEBUG][main] Added: MIMETypeEntry: image/jpeg, jpg (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/jpeg, jpe (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/jpeg, JPG (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/tiff, tiff (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/tiff, tif (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/x-xwindowdump, xwd (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: application/postscript, ai (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: application/postscript, eps (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: application/postscript, ps (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: application/rtf, rtf (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: application/x-tex, tex (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: application/x-texinfo, texinfo (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: application/x-texinfo, texi (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: application/x-troff, t (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: application/x-troff, tr (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: application/x-troff, roff (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: audio/basic, au (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: audio/midi, midi (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: audio/midi, mid (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: audio/x-aifc, aifc (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: audio/x-aiff, aif (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: audio/x-aiff, aiff (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: audio/x-mpeg, mpeg (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: audio/x-mpeg, mpg (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: audio/x-wav, wav (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: video/mpeg, mpeg (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: video/mpeg, mpg (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: video/mpeg, mpe (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: video/quicktime, qt (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: video/quicktime, mov (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: video/x-msvideo, avi (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: text/x-speech, talk (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: text/css, css (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: text/csv, csv (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/x-xbitmap, xbm (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/x-xpixmap, xpm (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/png, png (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/svg+xml, svg (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/ief, ief (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/rgb, rgb (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/g3fax, g3f (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/x-xwindowdump, xwd (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/x-pict, pict (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/x-portable-pixmap, ppm (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/x-portable-graymap, pgm (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/x-portable-bitmap, pbm (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/x-portable-anymap, pnm (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/x-ms-bmp, bmp (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/x-cmu-raster, ras (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/x-photo-cd, pcd (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/cgm, cgm (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/x-cals, mil (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/x-cals, cal (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/fif, fif (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/x-mgx-dsf, dsf (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/x-cmx, cmx (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/wavelet, wi (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/vnd.dwg, dwg (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/vnd.dxf, dxf (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: image/vnd.svf, svf (LogSupport.java:46) +[2026-06-02 18:55:02,497][DEBUG][main] Added: MIMETypeEntry: audio/basic, au (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: audio/basic, snd (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: audio/x-aiff, aif (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: audio/x-aiff, aiff (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: audio/x-aiff, aifc (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: audio/x-wav, wav (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: audio/x-mpeg, mpa (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: audio/x-mpeg, abs (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: audio/x-mpeg, mpega (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: audio/x-mpeg-2, mp2a (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: audio/x-mpeg-2, mpa2 (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: audio/echospeech, es (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: audio/voxware, vox (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/fastman, lcc (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/x-pn-realaudio, ra (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/x-pn-realaudio, ram (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: x-music/x-midi, mmid (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/vnd.koan, skp (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: text/x-speech, talk (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: video/mpeg, mpeg (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: video/mpeg, mpg (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: video/mpeg, mpe (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: video/mpeg-2, mpv2 (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: video/mpeg-2, mp2v (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: video/quicktime, qt (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: video/quicktime, mov (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: video/x-msvideo, avi (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: video/x-sgi-movie, movie (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: video/vdo, vdo (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: video/vnd.vivo, viv (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/x-ns-proxy-autoconfig, pac (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: x-conference/x-cooltalk, ice (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/postscript, ai (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/postscript, eps (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/postscript, ps (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/rtf, rtf (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/pdf, pdf (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/vnd.mif, mif (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/x-troff, t (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/x-troff, tr (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/x-troff, roff (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/x-troff-man, man (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/x-troff-me, me (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/x-troff-ms, ms (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/x-latex, latex (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/x-tex, tex (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/x-texinfo, texinfo (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/x-texinfo, texi (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/x-dvi, dvi (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/msword, doc (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/msword, DOC (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/oda, oda (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/envoy, evy (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/x-gtar, gtar (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/x-tar, tar (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/x-ustar, ustar (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/x-bcpio, bcpio (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/x-cpio, cpio (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/x-shar, shar (LogSupport.java:46) +[2026-06-02 18:55:02,498][DEBUG][main] Added: MIMETypeEntry: application/zip, zip (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/mac-binhex40, hqx (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/x-stuffit, sit (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/x-stuffit, sea (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/fractals, fif (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/octet-stream, bin (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/octet-stream, uu (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/octet-stream, exe (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/x-wais-source, src (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/x-wais-source, wsrc (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/hdf, hdf (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: text/javascript, js (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: text/javascript, ls (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: text/javascript, mocha (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/x-sh, sh (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/x-csh, csh (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/x-perl, pl (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/x-tcl, tcl (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/futuresplash, spl (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/mbedlet, mbd (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/x-rad-powermedia, rad (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/mspowerpoint, ppz (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/x-asap, asp (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/astound, asn (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/x-olescript, axs (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/x-oleobject, ods (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: x-form/x-openscape, opp (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/x-webbasic, wba (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/x-alpha-form, frm (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: x-script/x-wfxclient, wfx (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/octet-stream, exe (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/octet-stream, com (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/x-pcn, pcn (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/vnd.ms-excel, xls (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/vnd.ms-powerpoint, ppt (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/vnd.ms-project, mpp (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/vnd.svd, svd (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/x-net-install, ins (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/ccv, ccv (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: workbook/formulaone, vts (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: x-world/x-vrml, wrl (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: x-world/x-vrml, vrml (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: x-world/x-vream, vrw (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/x-p3d, p3d (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: x-world/x-svr, svr (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: x-world/x-wvr, wvr (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: x-world/x-3dmf, 3dmf (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/mathematica, ma (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: x-model/x-mesh, msh (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/vis5d, v5d (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: application/iges, igs (LogSupport.java:46) +[2026-06-02 18:55:02,499][DEBUG][main] Added: MIMETypeEntry: drawing/x-dwf, dwf (LogSupport.java:46) +[2026-06-02 18:55:02,503][DEBUG][main] Found key 'spring.mail.username' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:55:02,508][DEBUG][main] Creating shared instance of singleton bean 'operateLogAspectConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,509][DEBUG][main] Initializing ExecutorService (ExecutorConfigurationSupport.java:264) +[2026-06-02 18:55:02,510][DEBUG][main] Creating shared instance of singleton bean 'categoryController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,511][DEBUG][main] Creating shared instance of singleton bean 'categoryService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,511][DEBUG][main] Creating shared instance of singleton bean 'categoryDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,522][DEBUG][main] Creating shared instance of singleton bean 'categoryQueryService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,522][DEBUG][main] Creating shared instance of singleton bean 'categoryCacheManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,529][DEBUG][main] Creating shared instance of singleton bean 'goodsController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,530][DEBUG][main] Creating shared instance of singleton bean 'goodsService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,530][DEBUG][main] Creating shared instance of singleton bean 'goodsDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,541][DEBUG][main] Creating shared instance of singleton bean 'dataTracerService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,542][DEBUG][main] Creating shared instance of singleton bean 'dataTracerDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,553][DEBUG][main] Creating shared instance of singleton bean 'dataTracerManger' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,559][DEBUG][main] Creating shared instance of singleton bean 'dataTracerChangeContentService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,559][DEBUG][main] Creating shared instance of singleton bean 'dictService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,559][DEBUG][main] Creating shared instance of singleton bean 'dictDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,571][DEBUG][main] Creating shared instance of singleton bean 'dictDataDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,584][DEBUG][main] Creating shared instance of singleton bean 'cacheManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,584][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.cache.CaffeineCacheConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,586][DEBUG][main] Creating shared instance of singleton bean 'spring.cache-org.springframework.boot.autoconfigure.cache.CacheProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,588][DEBUG][main] Creating shared instance of singleton bean 'cacheManagerCustomizers' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,588][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,589][DEBUG][main] Autowiring by type from bean name 'cacheManager' via factory method to bean named 'spring.cache-org.springframework.boot.autoconfigure.cache.CacheProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,589][DEBUG][main] Autowiring by type from bean name 'cacheManager' via factory method to bean named 'cacheManagerCustomizers' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,597][DEBUG][main] Creating shared instance of singleton bean 'dictManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,609][DEBUG][main] Creating shared instance of singleton bean 'bankController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,610][DEBUG][main] Creating shared instance of singleton bean 'bankService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,610][DEBUG][main] Creating shared instance of singleton bean 'bankDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,622][DEBUG][main] Creating shared instance of singleton bean 'enterpriseDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,634][DEBUG][main] Creating shared instance of singleton bean 'enterpriseController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,635][DEBUG][main] Creating shared instance of singleton bean 'enterpriseService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,635][DEBUG][main] Creating shared instance of singleton bean 'enterpriseEmployeeDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,644][DEBUG][main] Creating shared instance of singleton bean 'enterpriseEmployeeManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,655][DEBUG][main] Creating shared instance of singleton bean 'invoiceController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,655][DEBUG][main] Creating shared instance of singleton bean 'invoiceService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,656][DEBUG][main] Creating shared instance of singleton bean 'invoiceDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,667][DEBUG][main] Creating shared instance of singleton bean 'leaveController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,668][DEBUG][main] Creating shared instance of singleton bean 'leaveService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,668][DEBUG][main] Creating shared instance of singleton bean 'leaveDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,680][DEBUG][main] Creating shared instance of singleton bean 'leaveManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,685][DEBUG][main] Creating shared instance of singleton bean 'noticeController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,686][DEBUG][main] Creating shared instance of singleton bean 'noticeService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,686][DEBUG][main] Creating shared instance of singleton bean 'noticeDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,697][DEBUG][main] Creating shared instance of singleton bean 'noticeManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,698][DEBUG][main] Creating shared instance of singleton bean 'noticeTypeService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,699][DEBUG][main] Creating shared instance of singleton bean 'noticeTypeDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,715][DEBUG][main] Creating shared instance of singleton bean 'noticeEmployeeService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,719][DEBUG][main] Creating shared instance of singleton bean 'addSignatureAdapter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,719][DEBUG][main] Creating shared instance of singleton bean 'taskService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,719][DEBUG][main] Creating shared instance of singleton bean 'org.dromara.warm.flow.spring.boot.config.FlowAutoConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,723][DEBUG][main] Creating shared instance of singleton bean 'taskDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,727][DEBUG][main] Autowiring by type from bean name 'taskService' via factory method to bean named 'taskDao' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,737][DEBUG][main] Creating shared instance of singleton bean 'deputeAdapter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,737][DEBUG][main] Creating shared instance of singleton bean 'reductionSignatureAdapter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,738][DEBUG][main] Creating shared instance of singleton bean 'transferAdapter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,738][DEBUG][main] Creating shared instance of singleton bean 'defController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,739][DEBUG][main] Creating shared instance of singleton bean 'flowDefinitionService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,740][DEBUG][main] Creating shared instance of singleton bean 'definitionService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,740][DEBUG][main] Creating shared instance of singleton bean 'definitionDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,742][DEBUG][main] Autowiring by type from bean name 'definitionService' via factory method to bean named 'definitionDao' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,746][DEBUG][main] Creating shared instance of singleton bean 'flowDefinitionDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,764][DEBUG][main] Creating shared instance of singleton bean 'chartService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,771][DEBUG][main] Creating shared instance of singleton bean 'executeController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,772][DEBUG][main] Creating shared instance of singleton bean 'roleService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,774][DEBUG][main] Creating shared instance of singleton bean 'hisTaskService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,775][DEBUG][main] Creating shared instance of singleton bean 'hisTaskDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,777][DEBUG][main] Autowiring by type from bean name 'hisTaskService' via factory method to bean named 'hisTaskDao' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,780][DEBUG][main] Creating shared instance of singleton bean 'nodeService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,781][DEBUG][main] Creating shared instance of singleton bean 'nodeDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,783][DEBUG][main] Autowiring by type from bean name 'nodeService' via factory method to bean named 'nodeDao' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,788][DEBUG][main] Creating shared instance of singleton bean 'instanceService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,788][DEBUG][main] Creating shared instance of singleton bean 'instanceDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,791][DEBUG][main] Autowiring by type from bean name 'instanceService' via factory method to bean named 'instanceDao' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,795][DEBUG][main] Creating shared instance of singleton bean 'flowUserService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,795][DEBUG][main] Creating shared instance of singleton bean 'flowUserDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,797][DEBUG][main] Autowiring by type from bean name 'flowUserService' via factory method to bean named 'flowUserDao' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,805][DEBUG][main] Creating shared instance of singleton bean 'flowTaskServiceImpl' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,807][DEBUG][main] Creating shared instance of singleton bean 'warmFlowMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,809][DEBUG][main] Creating shared instance of singleton bean 'flowInstanceMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,822][DEBUG][main] Creating shared instance of singleton bean 'flowTaskMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,833][DEBUG][main] Creating shared instance of singleton bean 'flowProcessEventHandler' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,834][DEBUG][main] Creating shared instance of singleton bean 'flowHisTaskMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,850][DEBUG][main] Creating shared instance of singleton bean 'hhDefServiceImpl' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,850][DEBUG][main] Creating shared instance of singleton bean 'skipService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,850][DEBUG][main] Creating shared instance of singleton bean 'skipDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,853][DEBUG][main] Autowiring by type from bean name 'skipService' via factory method to bean named 'skipDao' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,859][DEBUG][main] Creating shared instance of singleton bean 'workflowPermissionHandler' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,860][DEBUG][main] Creating shared instance of singleton bean 'workflowGlobalListener' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,860][DEBUG][main] Autowiring by type from bean name 'workflowGlobalListener' via constructor to bean named 'flowProcessEventHandler' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,861][DEBUG][main] Creating shared instance of singleton bean 'flowInstanceServiceImpl' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,862][DEBUG][main] Autowiring by type from bean name 'flowInstanceServiceImpl' via constructor to bean named 'instanceService' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,862][DEBUG][main] Autowiring by type from bean name 'flowInstanceServiceImpl' via constructor to bean named 'definitionService' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,862][DEBUG][main] Autowiring by type from bean name 'flowInstanceServiceImpl' via constructor to bean named 'chartService' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,862][DEBUG][main] Autowiring by type from bean name 'flowInstanceServiceImpl' via constructor to bean named 'taskService' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,862][DEBUG][main] Autowiring by type from bean name 'flowInstanceServiceImpl' via constructor to bean named 'flowHisTaskMapper' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,862][DEBUG][main] Autowiring by type from bean name 'flowInstanceServiceImpl' via constructor to bean named 'flowInstanceMapper' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,862][DEBUG][main] Autowiring by type from bean name 'flowInstanceServiceImpl' via constructor to bean named 'flowProcessEventHandler' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,862][DEBUG][main] Autowiring by type from bean name 'flowInstanceServiceImpl' via constructor to bean named 'flowTaskServiceImpl' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,866][DEBUG][main] Creating shared instance of singleton bean 'handlerSelectServiceImpl' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,868][DEBUG][main] Creating shared instance of singleton bean 'nodeExtServiceImpl' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,869][DEBUG][main] Creating shared instance of singleton bean 'dataScopeController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,869][DEBUG][main] Creating shared instance of singleton bean 'dataScopeService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,872][DEBUG][main] Creating shared instance of singleton bean 'departmentController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,873][DEBUG][main] Creating shared instance of singleton bean 'employeeController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,876][DEBUG][main] Creating shared instance of singleton bean 'loginController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,877][DEBUG][main] Creating shared instance of singleton bean 'menuController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,878][DEBUG][main] Creating shared instance of singleton bean 'menuService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,878][DEBUG][main] Creating shared instance of singleton bean 'authUrl' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,878][DEBUG][main] Creating shared instance of singleton bean 'urlConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,878][DEBUG][main] Creating shared instance of singleton bean 'requestMappingHandlerMapping' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,878][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,879][DEBUG][main] Creating shared instance of singleton bean 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,881][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,881][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,881][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@2b2f5fcf' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,886][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,887][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,887][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,887][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@2b2f5fcf' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,889][DEBUG][main] Creating shared instance of singleton bean 'org.dromara.warm.flow.ui.config.WarmFlowUiConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,890][DEBUG][main] Creating shared instance of singleton bean 'swaggerWebMvcConfigurer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,890][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.webmvc.ui.SwaggerConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,891][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.properties.SwaggerUiConfigParameters' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,892][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.properties.SwaggerUiConfigProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,895][DEBUG][main] Autowiring by type from bean name 'org.springdoc.core.properties.SwaggerUiConfigParameters' via constructor to bean named 'org.springdoc.core.properties.SwaggerUiConfigProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,897][DEBUG][main] Creating shared instance of singleton bean 'indexPageTransformer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,897][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.properties.SwaggerUiOAuthProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,899][DEBUG][main] Creating shared instance of singleton bean 'swaggerWelcome' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,899][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.properties.SpringDocConfigProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,903][DEBUG][main] Creating shared instance of singleton bean 'springWebProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,903][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.webmvc.core.configuration.SpringDocWebMvcConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,906][DEBUG][main] Autowiring by type from bean name 'swaggerWelcome' via factory method to bean named 'org.springdoc.core.properties.SwaggerUiConfigProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,906][DEBUG][main] Autowiring by type from bean name 'swaggerWelcome' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,906][DEBUG][main] Autowiring by type from bean name 'swaggerWelcome' via factory method to bean named 'org.springdoc.core.properties.SwaggerUiConfigParameters' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,906][DEBUG][main] Autowiring by type from bean name 'swaggerWelcome' via factory method to bean named 'springWebProvider' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,910][DEBUG][main] Creating shared instance of singleton bean 'springdocObjectMapperProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,910][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,912][DEBUG][main] Autowiring by type from bean name 'springdocObjectMapperProvider' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,920][DEBUG][main] Autowiring by type from bean name 'indexPageTransformer' via factory method to bean named 'org.springdoc.core.properties.SwaggerUiConfigProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,920][DEBUG][main] Autowiring by type from bean name 'indexPageTransformer' via factory method to bean named 'org.springdoc.core.properties.SwaggerUiOAuthProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,920][DEBUG][main] Autowiring by type from bean name 'indexPageTransformer' via factory method to bean named 'org.springdoc.core.properties.SwaggerUiConfigParameters' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,920][DEBUG][main] Autowiring by type from bean name 'indexPageTransformer' via factory method to bean named 'swaggerWelcome' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,920][DEBUG][main] Autowiring by type from bean name 'indexPageTransformer' via factory method to bean named 'springdocObjectMapperProvider' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,921][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:02,921][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:02,922][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:02,922][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:02,922][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:02,922][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:02,922][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:02,922][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:02,922][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:02,922][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:02,922][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 84 (Log.java:228) +[2026-06-02 18:55:02,922][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:02,923][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:02,923][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:02,923][DEBUG][RMI TCP Connection(1)-127.0.0.1] connectionId=rmi://127.0.0.1 10, name=org.springframework.boot:type=Admin,name=SpringApplication, attribute=Ready (LoggingProviderImpl.java:230) +[2026-06-02 18:55:02,924][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: [127.0.0.1] exception: (Log.java:236) +javax.management.InstanceNotFoundException: org.springframework.boot:type=Admin,name=SpringApplication + at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1073) ~[?:?] + at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:632) ~[?:?] + at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:679) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1449) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1310) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1405) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:639) ~[?:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) ~[?:?] + at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) ~[?:?] + at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) ~[?:?] + at java.base/java.security.AccessController.doPrivileged(AccessController.java:714) ~[?:?] + at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721) ~[?:?] + at java.base/java.security.AccessController.doPrivileged(AccessController.java:400) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720) ~[?:?] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-02 18:55:02,924][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:02,924][DEBUG][RMI TCP Connection(1)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@48b6c645: connectionId=rmi://127.0.0.1 10] closing. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:02,924][DEBUG][RMI TCP Connection(1)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@48b6c645: connectionId=rmi://127.0.0.1 10] closed. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:02,924][DEBUG][main] Creating shared instance of singleton bean 'swaggerResourceResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,924][DEBUG][main] Autowiring by type from bean name 'swaggerResourceResolver' via factory method to bean named 'org.springdoc.core.properties.SwaggerUiConfigProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,925][DEBUG][main] Autowiring by type from bean name 'swaggerWebMvcConfigurer' via factory method to bean named 'org.springdoc.core.properties.SwaggerUiConfigParameters' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,925][DEBUG][main] Autowiring by type from bean name 'swaggerWebMvcConfigurer' via factory method to bean named 'indexPageTransformer' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,925][DEBUG][main] Autowiring by type from bean name 'swaggerWebMvcConfigurer' via factory method to bean named 'swaggerResourceResolver' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,927][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.data.web.config.SpringDataWebConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,927][DEBUG][main] Autowiring by type from bean name 'org.springframework.data.web.config.SpringDataWebConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@351f2244' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,929][DEBUG][main] Creating shared instance of singleton bean 'endpointObjectMapperWebMvcConfigurer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,929][DEBUG][main] Creating shared instance of singleton bean 'endpointObjectMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,929][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.jackson.JacksonEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,932][DEBUG][main] Autowiring by type from bean name 'endpointObjectMapperWebMvcConfigurer' via factory method to bean named 'endpointObjectMapper' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,939][DEBUG][main] Creating shared instance of singleton bean 'mvcContentNegotiationManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,942][DEBUG][main] Creating shared instance of singleton bean 'mvcConversionService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,943][DEBUG][main] Creating shared instance of singleton bean 'jsonConfig.StringToLocalDate' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,944][DEBUG][main] Creating shared instance of singleton bean 'jsonConfig.StringToLocalDateTime' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,951][DEBUG][main] Creating shared instance of singleton bean 'mvcResourceUrlProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:02,952][DEBUG][main] Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,952][DEBUG][main] Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcConversionService' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,952][DEBUG][main] Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' (ConstructorResolver.java:945) +[2026-06-02 18:55:02,967][DEBUG][main] + n.l.s.a.m.b.c.c.CategoryController: + {POST [/category/update]}: update(CategoryUpdateForm) + {POST [/category/add]}: add(CategoryAddForm) + {GET [/category/delete/{categoryId}]}: delete(Long) + {GET [/category/{categoryId}]}: queryDetail(Long) + {POST [/category/tree]}: queryTree(CategoryTreeQueryForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,970][DEBUG][main] + n.l.s.a.m.b.g.c.GoodsController: + {POST [/goods/update]}: update(GoodsUpdateForm) + {POST [/goods/add]}: add(GoodsAddForm) + {GET [/goods/delete/{goodsId}]}: delete(Long) + {POST [/goods/query]}: query(GoodsQueryForm) + {POST [/goods/batchDelete]}: batchDelete(ValidateList) + {POST [/goods/importGoods]}: importGoods(MultipartFile) + {GET [/goods/exportGoods]}: exportGoods(HttpServletResponse) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,971][DEBUG][main] + n.l.s.a.m.b.o.b.BankController: + {GET [/oa/bank/query/list/{enterpriseId}]}: queryList(Long) + {POST [/oa/bank/page/query]}: queryByPage(BankQueryForm) + {POST [/oa/bank/create]}: createBank(BankCreateForm) + {POST [/oa/bank/update]}: updateBank(BankUpdateForm) + {GET [/oa/bank/delete/{bankId}]}: deleteBank(Long) + {GET [/oa/bank/get/{bankId}]}: getDetail(Long) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,972][DEBUG][main] + n.l.s.a.m.b.o.e.EnterpriseController: + {GET [/oa/enterprise/query/list]}: queryList(Integer) + {POST [/oa/enterprise/create]}: createEnterprise(EnterpriseCreateForm) + {POST [/oa/enterprise/update]}: updateEnterprise(EnterpriseUpdateForm) + {GET [/oa/enterprise/delete/{enterpriseId}]}: deleteEnterprise(Long) + {POST [/oa/enterprise/employee/queryPage]}: queryPageEmployeeList(EnterpriseEmployeeQueryForm) + {POST [/oa/enterprise/exportExcel]}: exportExcel(EnterpriseQueryForm,HttpServletResponse) + {POST [/oa/enterprise/page/query]}: queryByPage(EnterpriseQueryForm) + {POST [/oa/enterprise/employee/add]}: addEmployee(EnterpriseEmployeeForm) + {POST [/oa/enterprise/employee/list]}: employeeList(List) + {POST [/oa/enterprise/employee/delete]}: deleteEmployee(EnterpriseEmployeeForm) + {GET [/oa/enterprise/get/{enterpriseId}]}: getDetail(Long) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,973][DEBUG][main] + n.l.s.a.m.b.o.i.InvoiceController: + {GET [/oa/invoice/query/list/{enterpriseId}]}: queryList(Long) + {POST [/oa/invoice/page/query]}: queryByPage(InvoiceQueryForm) + {POST [/oa/invoice/create]}: createInvoice(InvoiceAddForm) + {POST [/oa/invoice/update]}: updateInvoice(InvoiceUpdateForm) + {GET [/invoice/delete/{invoiceId}]}: deleteInvoice(Long) + {GET [/oa/invoice/get/{invoiceId}]}: getDetail(Long) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,974][DEBUG][main] + n.l.s.a.m.b.o.l.c.LeaveController: + {POST [/leave/update]}: update(LeaveUpdateForm) + {POST [/leave/add]}: add(LeaveAddForm) + {GET [/leave/delete/{id}]}: batchDelete(Long) + {POST [/leave/batchDelete]}: batchDelete(ValidateList) + {POST [/leave/queryPage]}: queryPage(LeaveQueryForm) + {GET [/leave/{id}]}: getDetail(Long) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,975][DEBUG][main] + n.l.s.a.m.b.o.n.c.NoticeController: + {GET [/oa/noticeType/update/{noticeTypeId}/{name}]}: update(Long,String) + {POST [/oa/notice/update]}: update(NoticeUpdateForm) + {POST [/oa/notice/add]}: add(NoticeAddForm) + {GET [/oa/noticeType/add/{name}]}: add(String) + {GET [/oa/notice/delete/{noticeId}]}: delete(Long) + {POST [/oa/notice/query]}: query(NoticeQueryForm) + {GET [/oa/noticeType/getAll]}: getAll() + {GET [/oa/notice/employee/view/{noticeId}]}: view(Long,HttpServletRequest) + {GET [/oa/notice/getUpdateVO/{noticeId}]}: getUpdateFormVO(Long) + {POST [/oa/notice/employee/queryViewRecord]}: queryViewRecord(NoticeViewRecordQueryForm) + {GET [/oa/noticeType/delete/{noticeTypeId}]}: deleteNoticeType(Long) + {POST [/oa/notice/employee/query]}: queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,978][DEBUG][main] + n.l.s.a.m.f.c.DefController: + {GET [/flow/definition/delete/{ids}]}: remove(List) + {POST [/flow/definition/add]}: add(FlowDefinition) + {GET [/flow/definition/publish/{id}]}: publish(Long) + {GET [/flow/definition/active/{definitionId}]}: active(Long) + {GET [/flow/definition/{id}]}: getInfo(Long) + {POST [/flow/definition/update]}: edit(FlowDefinition) + {POST [/flow/definition/importDefinition]}: importDefinition(MultipartFile) + {POST [/flow/definition/exportDefinition/{id}]}: exportDefinition(Long,HttpServletResponse) + {POST [/flow/definition/queryPage]}: queryPage(FlowDefinitionQueryForm) + {GET [/flow/definition/unPublish/{id}]}: unPublish(Long) + {GET [/flow/definition/copyDef/{id}]}: copyDef(Long) + {GET [/flow/definition/chartDef/{definitionId}]}: chartDef(Long) + {GET [/flow/definition/unActive/{definitionId}]}: unActive(Long) + {GET [/flow/definition/flowChart/{instanceId}]}: flowChart(Long) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,979][DEBUG][main] + n.l.s.a.m.f.c.ExecuteController: + {GET [/flow/execute/active/{instanceId}]}: active(Long) + {POST [/flow/execute/approveTaskByInstance]}: approveTaskByInstance(ApproveTaskInsForm) + {GET [/flow/execute/getTaskDetail/{taskId}]}: getTaskDetailById(Long) + {POST [/flow/execute/interactiveType]}: interactiveType(WarmFlowInteractiveTypeVO) + {GET [/flow/execute/idReverseDisplayName/{ids}]}: idReverseDisplayName(Long[]) + {GET [/flow/execute/getDoneTaskDetail/{taskId}]}: getDoneTaskDetail(Long) + {POST [/flow/execute/startWorkFlow]}: startWorkFlow(StartProcessForm) + {POST [/flow/execute/completeTask]}: completeTask(CompleteTaskForm) + {GET [/flow/execute/toDoPage]}: toDoPage(FlowTask,int,int) + {GET [/flow/execute/copyPage]}: copyPage(FlowTask,int,int) + {GET [/flow/execute/donePage]}: donePage(FlowHisTask,int,int) + {GET [/flow/execute/doneList/{instanceId}]}: doneList(Long) + {GET [/flow/execute/getTaskById/{taskId}]}: getTaskById(Long) + {GET [/flow/execute/anyNodeList/{instanceId}]}: anyNodeList(Long) + {GET [/flow/execute/unActive/{instanceId}]}: unActive(Long) + {GET [/flow/execute/interactiveTypeEmployeeEntity]}: interactiveTypeEmployeeEntity(WarmFlowInteractiveTypeVO,int,int) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,980][DEBUG][main] + n.l.s.a.m.s.d.DataScopeController: + {GET [/dataScope/list]}: dataScopeList() (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,980][DEBUG][main] + n.l.s.a.m.s.d.c.DepartmentController: + {POST [/department/update]}: updateDepartment(DepartmentUpdateForm) + {GET [/department/delete/{departmentId}]}: deleteDepartment(Long) + {GET [/department/listAll]}: listAll() + {GET [/department/treeList]}: departmentTree() + {POST [/department/add]}: addDepartment(DepartmentAddForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,981][DEBUG][main] + n.l.s.a.m.s.e.c.EmployeeController: + {POST [/employee/query]}: query(EmployeeQueryForm) + {GET [/employee/queryAll]}: queryAllEmployee(Boolean) + {GET [/employee/update/disabled/{employeeId}]}: updateDisableFlag(Long) + {POST [/employee/update/batch/delete]}: batchUpdateDeleteFlag(List) + {POST [/employee/update/batch/department]}: batchUpdateDepartment(EmployeeBatchUpdateDepartmentForm) + {POST [/employee/update]}: updateEmployee(EmployeeUpdateForm) + {POST [/employee/update/center]}: updateCenter(EmployeeUpdateCenterForm) + {POST [/employee/update/avatar]}: updateAvatar(EmployeeUpdateAvatarForm) + {POST [/employee/update/password]}: updatePassword(EmployeeUpdatePasswordForm) + {GET [/employee/update/password/reset/{employeeId}]}: resetPassword(Long) + {POST [/employee/add]}: addEmployee(EmployeeAddForm) + {GET [/employee/getPasswordComplexityEnabled]}: getPasswordComplexityEnabled() + {GET [/employee/getAllEmployeeByDepartmentId/{departmentId}]}: getAllEmployeeByDepartmentId(Long) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,982][DEBUG][main] + n.l.s.a.m.s.l.c.LoginController: + {GET [/login/logout]}: logout() + {POST [/login]}: login(LoginForm,HttpServletRequest) + {GET [/login/getTwoFactorLoginFlag]}: getTwoFactorLoginFlag() + {GET [/login/getCaptcha]}: getCaptcha() + {GET [/login/sendEmailCode/{loginName}]}: sendEmailCode(String) + {GET [/login/getLoginInfo]}: getLoginInfo() (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,982][DEBUG][main] + n.l.s.a.m.s.m.c.MenuController: + {GET [/menu/batchDelete]}: batchDeleteMenu(List) + {POST [/menu/add]}: addMenu(MenuAddForm) + {POST [/menu/update]}: updateMenu(MenuUpdateForm) + {GET [/menu/query]}: queryMenuList() + {GET [/menu/detail/{menuId}]}: getMenuDetail(Long) + {GET [/menu/tree]}: queryMenuTree(Boolean) + {GET [/menu/auth/url]}: getAuthUrl() (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,983][DEBUG][main] + n.l.s.a.m.s.m.AdminMessageController: + {GET [/message/delete/{messageId}]}: delete(Long) + {POST [/message/query]}: query(MessageQueryForm) + {POST [/message/sendMessages]}: sendMessages(ValidateList) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,984][DEBUG][main] + n.l.s.a.m.s.p.c.PositionController: + {GET [/position/queryList]}: queryList() + {POST [/position/update]}: update(PositionUpdateForm) + {POST [/position/add]}: add(PositionAddForm) + {GET [/position/delete/{positionId}]}: batchDelete(Long) + {POST [/position/batchDelete]}: batchDelete(ValidateList) + {POST [/position/queryPage]}: queryPage(PositionQueryForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,984][DEBUG][main] + n.l.s.a.m.s.r.c.RoleController: + {GET [/role/getAll]}: getAllRole() + {POST [/role/add]}: addRole(RoleAddForm) + {GET [/role/get/{roleId}]}: getRole(Long) + {GET [/role/delete/{roleId}]}: deleteRole(Long) + {POST [/role/update]}: updateRole(RoleUpdateForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,985][DEBUG][main] + n.l.s.a.m.s.r.c.RoleDataScopeController: + {GET [/role/dataScope/getRoleDataScopeList/{roleId}]}: dataScopeListByRole(Long) + {POST [/role/dataScope/updateRoleDataScopeList]}: updateRoleDataScopeList(RoleDataScopeUpdateForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,985][DEBUG][main] + n.l.s.a.m.s.r.c.RoleEmployeeController: + {GET [/role/employee/getAllEmployeeByRoleId/{roleId}]}: listAllEmployeeRoleId(Long) + {POST [/role/employee/batchRemoveRoleEmployee]}: batchRemoveEmployee(RoleEmployeeUpdateForm) + {POST [/role/employee/batchAddRoleEmployee]}: addEmployeeList(RoleEmployeeUpdateForm) + {GET [/role/employee/getRoles/{employeeId}]}: getRoleByEmployeeId(Long) + {POST [/role/employee/queryEmployee]}: queryEmployee(RoleEmployeeQueryForm) + {GET [/role/employee/removeEmployee]}: removeEmployee(Long,Long) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,986][DEBUG][main] + n.l.s.a.m.s.r.c.RoleMenuController: + {GET [/role/menu/getRoleSelectedMenu/{roleId}]}: getRoleSelectedMenu(Long) + {POST [/role/menu/updateRoleMenu]}: updateRoleMenu(RoleMenuUpdateForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,987][DEBUG][main] + n.l.s.a.m.s.s.AdminApiEncryptController: + {POST [/support/apiEncrypt/testRequestEncrypt]}: testRequestEncrypt(JweForm) + {POST [/support/apiEncrypt/testResponseEncrypt]}: testResponseEncrypt(JweForm) + {POST [/support/apiEncrypt/testDecryptAndEncrypt]}: testDecryptAndEncrypt(JweForm) + {POST [/support/apiEncrypt/testArray]}: testArray(ValidateList) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,987][DEBUG][main] + n.l.s.a.m.s.s.AdminCacheController: + {GET [/support/cache/remove/{cacheName}]}: removeCache(String) + {GET [/support/cache/names]}: cacheNames() + {GET [/support/cache/keys/{cacheName}]}: cacheKeys(String) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,988][DEBUG][main] + n.l.s.a.m.s.s.AdminChangeLogController: + {POST [/support/changeLog/update]}: update(ChangeLogUpdateForm) + {POST [/support/changeLog/add]}: add(ChangeLogAddForm) + {POST [/support/changeLog/batchDelete]}: batchDelete(ValidateList) + {GET [/support/changeLog/delete/{changeLogId}]}: batchDelete(Long) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,989][DEBUG][main] + n.l.s.a.m.s.s.AdminConfigController: + {POST [/support/config/query]}: queryConfigPage(ConfigQueryForm) + {POST [/support/config/update]}: updateConfig(ConfigUpdateForm) + {POST [/support/config/add]}: addConfig(ConfigAddForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,989][DEBUG][main] + n.l.s.a.m.s.s.AdminDataMaskingDemoController: + {GET [/support/dataMasking/demo/query]}: query() (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,990][DEBUG][main] + n.l.s.a.m.s.s.AdminDictController: + {POST [/support/dict/update]}: update(DictUpdateForm) + {POST [/support/dict/add]}: add(DictAddForm) + {GET [/support/dict/delete/{dictId}]}: delete(Long) + {GET [/support/dict/getAllDictData]}: getAll() + {GET [/support/dict/dictData/updateDisabled/{dictDataId}]}: updateDictDataDisabled(Long) + {POST [/support/dict/dictData/batchDelete]}: batchDeleteDictData(ValidateList) + {POST [/support/dict/batchDelete]}: batchDelete(ValidateList) + {POST [/support/dict/queryPage]}: queryPage(DictQueryForm) + {GET [/support/dict/getAllDict]}: getAllDict() + {GET [/support/dict/updateDisabled/{dictId}]}: updateDisabled(Long) + {GET [/support/dict/value/list/{dictCode}]}: queryDictData(String) + {GET [/support/dict/dictData/queryDictData/{dictId}]}: queryDictData(Long) + {POST [/support/dict/dictData/add]}: addDictData(DictDataAddForm) + {POST [/support/dict/dictData/update]}: updateDictData(DictDataUpdateForm) + {GET [/support/dict/dictData/delete/{dictDataId}]}: deleteDictData(Long) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,991][DEBUG][main] + n.l.s.a.m.s.s.AdminFileController: + {POST [/support/file/queryPage]}: queryPage(FileQueryForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,991][DEBUG][main] + n.l.s.a.m.s.s.AdminHeartBeatController: + {POST [/support/heartBeat/query]}: query(HeartBeatRecordQueryForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,992][DEBUG][main] + n.l.s.a.m.s.s.AdminHelpDocController: + {POST [/support/helpDoc/update]}: update(HelpDocUpdateForm) + {POST [/support/helpDoc/add]}: add(HelpDocAddForm) + {GET [/support/helpDoc/delete/{helpDocId}]}: delete(Long) + {POST [/support/helpDoc/query]}: query(HelpDocQueryForm) + {POST [/support/helpDoc/helpDocCatalog/add]}: addHelpDocCatalog(HelpDocCatalogAddForm) + {POST [/support/helpDoc/helpDocCatalog/update]}: updateHelpDocCatalog(HelpDocCatalogUpdateForm) + {GET [/support/helpDoc/helpDocCatalog/delete/{helpDocCatalogId}]}: deleteHelpDocCatalog(Long) + {GET [/support/helpDoc/getDetail/{helpDocId}]}: getDetail(Long) + {GET [/support/helpDoc/queryHelpDocByRelationId/{relationId}]}: queryHelpDocByRelationId(Long) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,993][DEBUG][main] + n.l.s.a.m.s.s.AdminLoginLogController: + {POST [/support/loginLog/page/query/login]}: queryByPageLogin(LoginLogQueryForm) + {POST [/support/loginLog/page/query]}: queryByPage(LoginLogQueryForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,994][DEBUG][main] + n.l.s.a.m.s.s.AdminOperateLogController: + {GET [/support/operateLog/detail/{operateLogId}]}: detail(Long) + {POST [/support/operateLog/page/query/login]}: queryByPageLogin(OperateLogQueryForm) + {GET [/support/operateLog/module/list]}: moduleList() + {POST [/support/operateLog/page/query]}: queryByPage(OperateLogQueryForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,994][DEBUG][main] + n.l.s.a.m.s.s.AdminProtectController: + {POST [/support/protect/loginFail/batchDelete]}: batchDelete(ValidateList) + {POST [/support/protect/loginFail/queryPage]}: queryPage(LoginFailQueryForm) + {POST [/support/protect/level3protect/updateConfig]}: updateConfig(Level3ProtectConfigForm) + {GET [/support/protect/level3protect/getConfig]}: getConfig() (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,995][DEBUG][main] + n.l.s.a.m.s.s.AdminReloadController: + {GET [/support/reload/query]}: query() + {GET [/support/reload/result/{tag}]}: queryReloadResult(String) + {POST [/support/reload/update]}: updateByTag(ReloadForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,995][DEBUG][main] + n.l.s.a.m.s.s.AdminSerialNumberController: + {POST [/support/serialNumber/generate]}: generate(SerialNumberGenerateForm) + {GET [/support/serialNumber/all]}: getAll() + {POST [/support/serialNumber/queryRecord]}: queryRecord(SerialNumberRecordQueryForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,996][DEBUG][main] + n.l.s.a.m.s.s.AdminSmartJobController: + {POST [/support/job/execute]}: execute(SmartJobExecuteForm) + {POST [/support/job/add]}: addJob(SmartJobAddForm) + {POST [/support/job/update/enabled]}: updateJobEnabled(SmartJobEnabledUpdateForm) + {GET [/support/job/{jobId}]}: queryJobInfo(Integer) + {POST [/support/job/query]}: queryJob(SmartJobQueryForm) + {POST [/support/job/update]}: updateJob(SmartJobUpdateForm) + {GET [/support/job/delete]}: deleteJob(Integer) + {POST [/support/job/log/query]}: queryJobLog(SmartJobLogQueryForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,997][DEBUG][main] + n.l.s.b.m.s.c.CaptchaController: + {GET [/support/captcha]}: generateCaptcha() (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,997][DEBUG][main] + n.l.s.b.m.s.c.c.ChangeLogController: + {POST [/support/changeLog/queryPage]}: queryPage(ChangeLogQueryForm) + {GET [/support/changeLog/getDetail/{changeLogId}]}: getDetail(Long) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,998][DEBUG][main] + n.l.s.b.m.s.c.c.CodeGeneratorController: + {GET [/support/codeGenerator/table/getTableColumns/{table}]}: getTableColumns(String) + {POST [/support/codeGenerator/table/queryTableList]}: queryTableList(TableQueryForm) + {GET [/support/codeGenerator/table/getConfig/{table}]}: getTableConfig(String) + {POST [/support/codeGenerator/code/preview]}: preview(CodeGeneratorPreviewForm) + {GET [/support/codeGenerator/code/download/{tableName}], produces [application/octet-stream]}: download(String,HttpServletResponse) + {POST [/support/codeGenerator/table/updateConfig]}: updateConfig(CodeGeneratorConfigForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,999][DEBUG][main] + n.l.s.b.m.s.c.ConfigController: + {GET [/support/config/queryByKey]}: queryByKey(String) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,999][DEBUG][main] + n.l.s.b.m.s.d.c.DataTracerController: + {POST [/support/dataTracer/query]}: query(DataTracerQueryForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,999][DEBUG][main] + n.l.s.b.m.s.f.c.FeedbackController: + {POST [/support/feedback/add]}: add(FeedbackAddForm) + {POST [/support/feedback/query]}: query(FeedbackQueryForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:02,999][DEBUG][main] + n.l.s.b.m.s.f.c.FileController: + {GET [/support/file/getFileUrl]}: getUrl(String) + {POST [/support/file/upload]}: upload(MultipartFile,Integer) + {GET [/support/file/downLoad]}: downLoad(String,HttpServletRequest,HttpServletResponse) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:03,000][DEBUG][main] + n.l.s.b.m.s.h.c.HelpDocController: + {GET [/support/helpDoc/helpDocCatalog/getAll]}: getAll() + {GET [/support/helpDoc/user/view/{helpDocId}]}: view(Long,HttpServletRequest) + {GET [/support/helpDoc/user/queryAllHelpDocList]}: queryAllHelpDocList() + {POST [/support/helpDoc/user/queryViewRecord]}: queryViewRecord(HelpDocViewRecordQueryForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:03,001][DEBUG][main] + n.l.s.b.m.s.m.c.MessageController: + {POST [/support/message/queryMyMessage]}: query(MessageQueryForm) + {GET [/support/message/getUnreadCount]}: getUnreadCount() + {GET [/support/message/read/{messageId}]}: updateReadFlag(Long) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:03,001][DEBUG][main] + n.l.s.b.m.s.t.TableColumnController: + {GET [/support/tableColumn/delete/{tableId}]}: deleteTableColumn(Integer) + {POST [/support/tableColumn/update]}: updateTableColumn(TableColumnUpdateForm) + {GET [/support/tableColumn/getColumns/{tableId}]}: getColumns(Integer) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:03,003][DEBUG][main] + o.s.b.a.w.s.e.BasicErrorController: + { [/error]}: error(HttpServletRequest) + { [/error], produces [text/html]}: errorHtml(HttpServletRequest,HttpServletResponse) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:03,003][DEBUG][main] + o.d.w.f.u.c.WarmFlowUiController: + {GET [/warm-flow-ui/config]}: config() (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:03,004][DEBUG][main] + o.d.w.f.u.c.WarmFlowController: + {GET [/warm-flow/execute/load/{taskId}]}: load(Long) + {POST [/warm-flow/execute/handle]}: handle(Map,Long,String,String,String) + {POST [/warm-flow/form-content]}: saveFormContent(FlowDto) + {GET [/warm-flow/handler-feedback]}: handlerFeedback(HandlerFeedBackDto) + {GET [/warm-flow/handler-type]}: handlerType() + {POST [/warm-flow/save-json]}: saveJson(DefJson) + {GET [/warm-flow/query-def/{id}]}: queryDef(Long) + {GET [/warm-flow/query-flow-chart/{id}]}: queryFlowChart(Long) + {GET [/warm-flow/handler-result]}: handlerResult(HandlerQuery) + {GET [/warm-flow/handler-dict]}: handlerDict() + {GET [/warm-flow/published-form]}: publishedForm() + {GET [/warm-flow/form-content/{id}]}: getFormContent(Long) + {GET [/warm-flow/execute/hisLoad/{taskId}]}: hisLoad(Long) + {GET [/warm-flow/node-ext]}: nodeExt() (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:03,009][DEBUG][main] + o.s.w.a.MultipleOpenApiWebMvcResource: + {GET [/v3/api-docs/{group}], produces [application/json]}: openapiJson(HttpServletRequest,String,String,Locale) + {GET [/v3/api-docs.yaml/{group}], produces [application/vnd.oai.openapi]}: openapiYaml(HttpServletRequest,String,String,Locale) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:03,011][DEBUG][main] + o.s.w.a.OpenApiWebMvcResource: + {GET [/v3/api-docs], produces [application/json]}: openapiJson(HttpServletRequest,String,Locale) + {GET [/v3/api-docs.yaml], produces [application/vnd.oai.openapi]}: openapiYaml(HttpServletRequest,String,Locale) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:03,012][DEBUG][main] + o.s.w.u.SwaggerWelcomeWebMvc: + {GET [/swagger-ui.html]}: redirectToUi(HttpServletRequest) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:03,012][DEBUG][main] + o.s.w.u.SwaggerConfigResource: + {GET [/v3/api-docs/swagger-config], produces [application/json]}: openapiJson(HttpServletRequest) (AbstractHandlerMethodMapping.java:294) +[2026-06-02 18:55:03,013][DEBUG][main] 253 mappings in 'requestMappingHandlerMapping' (AbstractHandlerMethodMapping.java:366) +[2026-06-02 18:55:03,030][DEBUG][main] Creating shared instance of singleton bean 'methodUrlMap' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,037][DEBUG][main] Autowiring by type from bean name 'authUrl' via factory method to bean named 'methodUrlMap' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,056][DEBUG][main] Creating shared instance of singleton bean 'adminMessageController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,057][DEBUG][main] Creating shared instance of singleton bean 'messageService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,057][DEBUG][main] Creating shared instance of singleton bean 'messageDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,065][DEBUG][main] Creating shared instance of singleton bean 'messageManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,073][DEBUG][main] Creating shared instance of singleton bean 'positionController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,074][DEBUG][main] Creating shared instance of singleton bean 'positionService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,076][DEBUG][main] Creating shared instance of singleton bean 'positionManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,081][DEBUG][main] Creating shared instance of singleton bean 'roleController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,082][DEBUG][main] Creating shared instance of singleton bean 'roleDataScopeController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,083][DEBUG][main] Creating shared instance of singleton bean 'roleDataScopeService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,083][DEBUG][main] Creating shared instance of singleton bean 'roleDataScopeManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,090][DEBUG][main] Creating shared instance of singleton bean 'roleEmployeeController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,091][DEBUG][main] Creating shared instance of singleton bean 'roleMenuController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,092][DEBUG][main] Creating shared instance of singleton bean 'adminApiEncryptController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,094][DEBUG][main] Creating shared instance of singleton bean 'adminCacheController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,094][DEBUG][main] Creating shared instance of singleton bean 'caffeineCacheService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,094][DEBUG][main] Creating shared instance of singleton bean 'cacheConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,099][DEBUG][main] Creating shared instance of singleton bean 'adminChangeLogController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,099][DEBUG][main] Creating shared instance of singleton bean 'changeLogService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,099][DEBUG][main] Creating shared instance of singleton bean 'changeLogDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,108][DEBUG][main] Creating shared instance of singleton bean 'adminConfigController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,110][DEBUG][main] Creating shared instance of singleton bean 'adminDataMaskingDemoController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,111][DEBUG][main] Creating shared instance of singleton bean 'adminDictController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,113][DEBUG][main] Creating shared instance of singleton bean 'adminFileController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,113][DEBUG][main] Creating shared instance of singleton bean 'fileService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,114][DEBUG][main] Creating shared instance of singleton bean 'fileDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,121][DEBUG][main] Creating shared instance of singleton bean 'securityFileService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,127][DEBUG][main] Creating shared instance of singleton bean 'adminHeartBeatController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,127][DEBUG][main] Creating shared instance of singleton bean 'heartBeatService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,127][DEBUG][main] Creating shared instance of singleton bean 'heartBeatRecordDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,137][DEBUG][main] Creating shared instance of singleton bean 'adminHelpDocController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,138][DEBUG][main] Creating shared instance of singleton bean 'helpDocService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,138][DEBUG][main] Creating shared instance of singleton bean 'helpDocDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,148][DEBUG][main] Creating shared instance of singleton bean 'helpDocManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,151][DEBUG][main] Creating shared instance of singleton bean 'helpDocCatalogService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,151][DEBUG][main] Creating shared instance of singleton bean 'helpDocCatalogDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,167][DEBUG][main] Creating shared instance of singleton bean 'adminLoginLogController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,168][DEBUG][main] Creating shared instance of singleton bean 'adminOperateLogController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,168][DEBUG][main] Creating shared instance of singleton bean 'operateLogService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,168][DEBUG][main] Creating shared instance of singleton bean 'operateLogDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,181][DEBUG][main] Creating shared instance of singleton bean 'adminProtectController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,182][DEBUG][main] Creating shared instance of singleton bean 'adminReloadController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,182][DEBUG][main] Creating shared instance of singleton bean 'reloadService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,185][DEBUG][main] Creating shared instance of singleton bean 'adminSerialNumberController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,185][DEBUG][main] Creating shared instance of singleton bean 'serialNumberDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,196][DEBUG][main] Creating shared instance of singleton bean 'serialNumberInternService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,197][DEBUG][main] Creating shared instance of singleton bean 'serialNumberRecordDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,214][DEBUG][main] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:03,214][DEBUG][main] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@60877629] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:03,214][DEBUG][main] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:03,214][DEBUG][main] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.487, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.524}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:03,214][DEBUG][main] ==> Preparing: SELECT serial_number_id,business_name,format,rule_type,init_number,step_random_range,remark,last_number,last_time,update_time,create_time FROM t_serial_number (BaseJdbcLogger.java:135) +[2026-06-02 18:55:03,215][DEBUG][main] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-02 18:55:03,253][DEBUG][main] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:03,253][DEBUG][main] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@60877629] (Logger.java:49) +[2026-06-02 18:55:03,256][DEBUG][main] Creating shared instance of singleton bean 'serialNumberRecordService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,259][DEBUG][main] Creating shared instance of singleton bean 'adminSmartJobController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,260][DEBUG][main] Creating shared instance of singleton bean 'smartJobService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,260][DEBUG][main] Creating shared instance of singleton bean 'smartJobDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,267][DEBUG][main] Creating shared instance of singleton bean 'smartJobLogDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,273][DEBUG][main] Creating shared instance of singleton bean 'smartJobClientManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,274][DEBUG][main] Creating shared instance of singleton bean 'initJobLauncher' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,274][DEBUG][main] Creating shared instance of singleton bean 'smartJobAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,274][DEBUG][main] Creating shared instance of singleton bean 'smart.job-net.lab1024.sa.base.module.support.job.config.SmartJobConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,275][DEBUG][main] Creating shared instance of singleton bean 'smartJobRepository' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,277][DEBUG][main] Creating shared instance of singleton bean 'smartJobSample1' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,278][DEBUG][main] Creating shared instance of singleton bean 'smartJobSample2' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,279][DEBUG][main] Autowiring by type from bean name 'smartJobAutoConfiguration' via constructor to bean named 'smart.job-net.lab1024.sa.base.module.support.job.config.SmartJobConfig' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,279][DEBUG][main] Autowiring by type from bean name 'smartJobAutoConfiguration' via constructor to bean named 'smartJobRepository' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,279][DEBUG][main] Autowiring by type from bean name 'smartJobAutoConfiguration' via constructor to bean named 'smartJobSample1' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,279][DEBUG][main] Autowiring by type from bean name 'smartJobAutoConfiguration' via constructor to bean named 'smartJobSample2' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,280][DEBUG][main] Autowiring by type from bean name 'initJobLauncher' via factory method to bean named 'redisson' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,281][DEBUG][main] Initializing ExecutorService (ExecutorConfigurationSupport.java:264) +[2026-06-02 18:55:03,283][DEBUG][main] Autowiring by type from bean name 'smartJobClientManager' via constructor to bean named 'initJobLauncher' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,283][DEBUG][main] Autowiring by type from bean name 'smartJobClientManager' via constructor to bean named 'smartJobRepository' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,283][DEBUG][main] Autowiring by type from bean name 'smartJobClientManager' via constructor to bean named 'smartJobSample1' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,283][DEBUG][main] Autowiring by type from bean name 'smartJobClientManager' via constructor to bean named 'smartJobSample2' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,283][DEBUG][main] Autowiring by type from bean name 'smartJobClientManager' via constructor to bean named 'redisson' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,297][DEBUG][main] Creating shared instance of singleton bean 'schemaEnumPropertyCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,298][DEBUG][main] Creating shared instance of singleton bean 'smartTableMetadataUtil' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,299][DEBUG][main] Creating shared instance of singleton bean 'asyncConfig.AsyncExceptionConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,300][DEBUG][main] Creating shared instance of singleton bean 'asyncConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,300][DEBUG][main] Creating shared instance of singleton bean 'heartBeatConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,300][DEBUG][main] Creating shared instance of singleton bean 'heartBeatRecordHandler' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,301][DEBUG][main] Found key 'heart-beat.interval-seconds' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:55:03,301][DEBUG][main] Creating shared instance of singleton bean 'jsonConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,302][DEBUG][main] Creating shared instance of singleton bean 'repeatSubmitConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,302][DEBUG][main] Creating shared instance of singleton bean 'restTemplateConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,302][DEBUG][main] Found key 'http.pool.max-total' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:55:03,302][DEBUG][main] Found key 'http.pool.connect-timeout' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:55:03,302][DEBUG][main] Found key 'http.pool.read-timeout' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:55:03,302][DEBUG][main] Found key 'http.pool.write-timeout' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:55:03,303][DEBUG][main] Found key 'http.pool.keep-alive' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:55:03,303][DEBUG][main] Creating shared instance of singleton bean 'scheduleConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,304][DEBUG][main] Creating shared instance of singleton bean 'swaggerConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,304][DEBUG][main] Found key 'springdoc.swagger-ui.server-base-url' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:55:03,304][DEBUG][main] Creating shared instance of singleton bean 'tokenConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,305][DEBUG][main] Creating shared instance of singleton bean 'getSaTokenConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,305][DEBUG][main] Creating shared instance of singleton bean 'cn.dev33.satoken.spring.SaBeanRegister' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,310][DEBUG][main] Creating shared instance of singleton bean 'yamlProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,311][DEBUG][main] Creating shared instance of singleton bean 'globalExceptionHandler' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,312][DEBUG][main] Creating shared instance of singleton bean 'mybatisPlusFillHandler' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,314][DEBUG][main] Creating shared instance of singleton bean 'webServerListener' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,314][DEBUG][main] Found key 'reload.interval-seconds' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:55:03,314][DEBUG][main] Creating shared instance of singleton bean 'decryptRequestAdvice' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,315][DEBUG][main] Creating shared instance of singleton bean 'jacksonObjectMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,315][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,316][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,316][DEBUG][main] Creating shared instance of singleton bean 'customizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,318][DEBUG][main] Creating shared instance of singleton bean 'standardJacksonObjectMapperBuilderCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,318][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,318][DEBUG][main] Creating shared instance of singleton bean 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,321][DEBUG][main] Autowiring by type from bean name 'standardJacksonObjectMapperBuilderCustomizer' via factory method to bean named 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,322][DEBUG][main] Creating shared instance of singleton bean 'parameterNamesModule' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,322][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$ParameterNamesModuleConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,325][DEBUG][main] Creating shared instance of singleton bean 'jsonMixinModule' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,325][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonMixinConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,326][DEBUG][main] Creating shared instance of singleton bean 'jsonMixinModuleEntries' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,326][DEBUG][main] Autowiring by type from bean name 'jsonMixinModuleEntries' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@351f2244' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,334][DEBUG][main] Autowiring by type from bean name 'jsonMixinModule' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@351f2244' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,334][DEBUG][main] Autowiring by type from bean name 'jsonMixinModule' via factory method to bean named 'jsonMixinModuleEntries' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,335][DEBUG][main] Creating shared instance of singleton bean 'jsonComponentModule' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,335][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,339][DEBUG][main] Creating shared instance of singleton bean 'jacksonGeoModule' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,339][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.data.web.config.SpringDataJacksonConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,340][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.data.web.config.SpringDataWebSettings' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,342][DEBUG][main] Creating shared instance of singleton bean 'pageModule' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,344][DEBUG][main] Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@351f2244' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,344][DEBUG][main] Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'customizer' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,344][DEBUG][main] Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'standardJacksonObjectMapperBuilderCustomizer' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,382][DEBUG][main] Autowiring by type from bean name 'jacksonObjectMapper' via factory method to bean named 'jacksonObjectMapperBuilder' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,401][DEBUG][main] Creating shared instance of singleton bean 'encryptResponseAdvice' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,402][DEBUG][main] Creating shared instance of singleton bean 'captchaController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,403][DEBUG][main] Creating shared instance of singleton bean 'changeLogController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,405][DEBUG][main] Creating shared instance of singleton bean 'codeGeneratorController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,405][DEBUG][main] Creating shared instance of singleton bean 'codeGeneratorService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,405][DEBUG][main] Creating shared instance of singleton bean 'codeGeneratorDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,406][DEBUG][main] Creating shared instance of singleton bean 'codeGeneratorConfigDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,416][DEBUG][main] Creating shared instance of singleton bean 'codeGeneratorTemplateService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,424][DEBUG][main] Creating shared instance of singleton bean 'configController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,425][DEBUG][main] Creating shared instance of singleton bean 'dataTracerController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,426][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:03,426][DEBUG][main] Creating shared instance of singleton bean 'feedbackController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,427][DEBUG][main] Creating shared instance of singleton bean 'feedbackService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,427][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:03,427][DEBUG][main] Creating shared instance of singleton bean 'feedbackDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,427][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:03,427][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:03,427][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:03,427][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:03,427][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:03,427][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:03,428][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:03,428][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:03,428][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:03,428][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 84 (Log.java:228) +[2026-06-02 18:55:03,428][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:03,428][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:03,428][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:03,428][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:03,434][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:03,434][DEBUG][RMI TCP Connection(1)-127.0.0.1] connectionId=rmi://127.0.0.1 11, name=org.springframework.boot:type=Admin,name=SpringApplication, attribute=Ready (LoggingProviderImpl.java:230) +[2026-06-02 18:55:03,434][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: [127.0.0.1] exception: (Log.java:236) +javax.management.InstanceNotFoundException: org.springframework.boot:type=Admin,name=SpringApplication + at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1073) ~[?:?] + at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:632) ~[?:?] + at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:679) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1449) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1310) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1405) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:639) ~[?:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) ~[?:?] + at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) ~[?:?] + at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) ~[?:?] + at java.base/java.security.AccessController.doPrivileged(AccessController.java:714) ~[?:?] + at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721) ~[?:?] + at java.base/java.security.AccessController.doPrivileged(AccessController.java:400) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720) ~[?:?] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-02 18:55:03,435][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:03,435][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:03,435][DEBUG][RMI TCP Connection(1)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@28a78e58: connectionId=rmi://127.0.0.1 11] closing. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:03,435][DEBUG][RMI TCP Connection(1)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@28a78e58: connectionId=rmi://127.0.0.1 11] closed. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:03,442][DEBUG][main] Creating shared instance of singleton bean 'fileController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,443][DEBUG][main] Creating shared instance of singleton bean 'helpDocController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,443][DEBUG][main] Creating shared instance of singleton bean 'helpDocUserService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,446][DEBUG][main] Creating shared instance of singleton bean 'messageController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,447][DEBUG][main] Creating shared instance of singleton bean 'redissonService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,448][DEBUG][main] Autowiring by type from bean name 'redissonService' via constructor to bean named 'redisson' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,449][DEBUG][main] Creating shared instance of singleton bean 'tableColumnController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,449][DEBUG][main] Creating shared instance of singleton bean 'tableColumnService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,449][DEBUG][main] Creating shared instance of singleton bean 'tableColumnDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,460][DEBUG][main] Creating shared instance of singleton bean 'smart-async-executor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,460][DEBUG][main] Initializing ExecutorService (ExecutorConfigurationSupport.java:264) +[2026-06-02 18:55:03,460][DEBUG][main] Initializing ExecutorService 'smart-async-executor' (ExecutorConfigurationSupport.java:264) +[2026-06-02 18:55:03,468][DEBUG][main] Creating shared instance of singleton bean 'heartBeatManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,471][DEBUG][main] Creating shared instance of singleton bean 'zSetOperations' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,471][DEBUG][main] Autowiring by type from bean name 'zSetOperations' via factory method to bean named 'redisTemplate' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,483][DEBUG][main] Creating shared instance of singleton bean 'repeatSubmitAspect' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,483][DEBUG][main] Creating shared instance of singleton bean 'restTemplate' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,533][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:57:0a:11:97:42:c4:e3:cc, Subject:CN=Actalis Authentication Root CA, O=Actalis S.p.A./03358520967, L=Milan, C=IT, Issuer:CN=Actalis Authentication Root CA, O=Actalis S.p.A./03358520967, L=Milan, C=IT, Key type:RSA, Length:4096, Cert Id:1729119956, Valid from:2011/9/22 19:22, Valid until:2030/9/22 19:22 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,534][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:01, Subject:CN=AddTrust External CA Root, OU=AddTrust External TTP Network, O=AddTrust AB, C=SE, Issuer:CN=AddTrust External CA Root, OU=AddTrust External TTP Network, O=AddTrust AB, C=SE, Key type:RSA, Length:2048, Cert Id:3968614624, Valid from:2000/5/30 18:48, Valid until:2020/5/30 18:48 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,534][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:01, Subject:CN=AddTrust Qualified CA Root, OU=AddTrust TTP Network, O=AddTrust AB, C=SE, Issuer:CN=AddTrust Qualified CA Root, OU=AddTrust TTP Network, O=AddTrust AB, C=SE, Key type:RSA, Length:2048, Cert Id:607365522, Valid from:2000/5/30 18:44, Valid until:2020/5/30 18:44 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,535][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:06:6c:9f:cf:99:bf:8c:0a:39:e2:f0:78:8a:43:e6:96:36:5b:ca, Subject:CN=Amazon Root CA 1, O=Amazon, C=US, Issuer:CN=Amazon Root CA 1, O=Amazon, C=US, Key type:RSA, Length:2048, Cert Id:2822522334, Valid from:2015/5/26 08:00, Valid until:2038/1/17 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,535][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:06:6c:9f:d2:96:35:86:9f:0a:0f:e5:86:78:f8:5b:26:bb:8a:37, Subject:CN=Amazon Root CA 2, O=Amazon, C=US, Issuer:CN=Amazon Root CA 2, O=Amazon, C=US, Key type:RSA, Length:4096, Cert Id:2528834908, Valid from:2015/5/26 08:00, Valid until:2040/5/26 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,537][DEBUG][main] X509Certificate: Alg:SHA256withECDSA, Serial:06:6c:9f:d5:74:97:36:66:3f:3b:0b:9a:d9:e8:9e:76:03:f2:4a, Subject:CN=Amazon Root CA 3, O=Amazon, C=US, Issuer:CN=Amazon Root CA 3, O=Amazon, C=US, Key type:EC, Length:256, Cert Id:2732679773, Valid from:2015/5/26 08:00, Valid until:2040/5/26 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,538][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:06:6c:9f:d7:c1:bb:10:4c:29:43:e5:71:7b:7b:2c:c8:1a:c1:0e, Subject:CN=Amazon Root CA 4, O=Amazon, C=US, Issuer:CN=Amazon Root CA 4, O=Amazon, C=US, Key type:EC, Length:384, Cert Id:2640694783, Valid from:2015/5/26 08:00, Valid until:2040/5/26 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,538][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:02, Subject:CN=Buypass Class 2 Root CA, O=Buypass AS-983163327, C=NO, Issuer:CN=Buypass Class 2 Root CA, O=Buypass AS-983163327, C=NO, Key type:RSA, Length:4096, Cert Id:969960563, Valid from:2010/10/26 16:38, Valid until:2040/10/26 16:38 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,538][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:02, Subject:CN=Buypass Class 3 Root CA, O=Buypass AS-983163327, C=NO, Issuer:CN=Buypass Class 3 Root CA, O=Buypass AS-983163327, C=NO, Key type:RSA, Length:4096, Cert Id:1264269967, Valid from:2010/10/26 16:28, Valid until:2040/10/26 16:28 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,538][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:00:a3:da:42:7e:a4:b1:ae:da, Subject:CN=Chambers of Commerce Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Issuer:CN=Chambers of Commerce Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Key type:RSA, Length:4096, Cert Id:4266703372, Valid from:2008/8/1 20:29, Valid until:2038/7/31 20:29 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,538][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:06:25:33:b1:47:03:33:27:5c:f9:8d:9a:b9:bf:cc:f8, Subject:CN=Certainly Root E1, O=Certainly, C=US, Issuer:CN=Certainly Root E1, O=Certainly, C=US, Key type:EC, Length:384, Cert Id:792571453, Valid from:2021/4/1 08:00, Valid until:2046/4/1 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,538][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:00:8e:0f:f9:4b:90:71:68:65:33:54:f4:d4:44:39:b7:e0, Subject:CN=Certainly Root R1, O=Certainly, C=US, Issuer:CN=Certainly Root R1, O=Certainly, C=US, Key type:RSA, Length:4096, Cert Id:2255958535, Valid from:2021/4/1 08:00, Valid until:2046/4/1 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,539][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:00:fe:dc:e3:01:0f:c9:48:ff, Subject:CN=Certigna, O=Dhimyotis, C=FR, Issuer:CN=Certigna, O=Dhimyotis, C=FR, Key type:RSA, Length:2048, Cert Id:3506875840, Valid from:2007/6/29 23:13, Valid until:2027/6/29 23:13 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,539][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:00:ca:e9:1b:89:f1:55:03:0d:a3:e6:41:6d:c4:e3:a6:e1, Subject:CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR, Issuer:CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR, Key type:RSA, Length:4096, Cert Id:356684591, Valid from:2013/10/1 16:32, Valid until:2033/10/1 16:32 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,539][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:01:00:20, Subject:CN=Certum CA, O=Unizeto Sp. z o.o., C=PL, Issuer:CN=Certum CA, O=Unizeto Sp. z o.o., C=PL, Key type:RSA, Length:2048, Cert Id:3550516030, Valid from:2002/6/11 18:46, Valid until:2027/6/11 18:46 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,539][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:04:44:c0, Subject:CN=Certum Trusted Network CA, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Issuer:CN=Certum Trusted Network CA, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Key type:RSA, Length:2048, Cert Id:2014002193, Valid from:2008/10/22 20:07, Valid until:2029/12/31 20:07 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,539][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:15:c8:bd:65:47:5c:af:b8:97:00:5e:e4:06:d2:bc:9d, Subject:OU=ePKI Root Certification Authority, O="Chunghwa Telecom Co., Ltd.", C=TW, Issuer:OU=ePKI Root Certification Authority, O="Chunghwa Telecom Co., Ltd.", C=TW, Key type:RSA, Length:4096, Cert Id:3632331159, Valid from:2004/12/20 10:31, Valid until:2034/12/20 10:31 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,539][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:01, Subject:CN=AAA Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=AAA Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:2048, Cert Id:3097386402, Valid from:2004/1/1 08:00, Valid until:2029/1/1 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,540][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:1f:47:af:aa:62:00:70:50:54:4c:01:9e:9b:63:99:2a, Subject:CN=COMODO ECC Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO ECC Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:EC, Length:384, Cert Id:1146488932, Valid from:2008/3/6 08:00, Valid until:2038/1/19 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,540][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:4c:aa:f9:ca:db:63:6f:e0:1f:f7:4e:d8:5b:03:86:9d, Subject:CN=COMODO RSA Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO RSA Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:4096, Cert Id:1769425049, Valid from:2010/1/19 08:00, Valid until:2038/1/19 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,540][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0b:93:1c:3a:d6:39:67:ea:67:23:bf:c3:af:9a:f4:4b, Subject:CN=DigiCert Assured ID Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3909568913, Valid from:2013/8/1 20:00, Valid until:2038/1/15 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,540][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:0b:a1:5a:fa:1d:df:a0:b5:49:44:af:cd:24:a0:6c:ec, Subject:CN=DigiCert Assured ID Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:EC, Length:384, Cert Id:3649430051, Valid from:2013/8/1 20:00, Valid until:2038/1/15 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,540][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:0c:e7:e0:e5:17:d8:46:fe:8f:e5:60:fc:1b:f0:30:39, Subject:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3434562768, Valid from:2006/11/10 08:00, Valid until:2031/11/10 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,540][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:03:69:8f:e7:12:d5:19:f3:ce:d0:fd:b7:b1:64:30:11, Subject:CN=DigiCert CS ECC P384 Root G5, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert CS ECC P384 Root G5, O="DigiCert, Inc.", C=US, Key type:EC, Length:384, Cert Id:381797637, Valid from:2021/1/15 08:00, Valid until:2046/1/15 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,540][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:06:ce:e1:31:be:6d:55:c8:07:f7:c0:c7:fb:44:e6:20, Subject:CN=DigiCert CS RSA4096 Root G5, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert CS RSA4096 Root G5, O="DigiCert, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:1193514382, Valid from:2021/1/15 08:00, Valid until:2046/1/15 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,541][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:08:3b:e0:56:90:42:46:b1:a1:75:6a:c9:59:91:c7:4a, Subject:CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:1341898239, Valid from:2006/11/10 08:00, Valid until:2031/11/10 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,541][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:03:3a:f1:e6:a7:11:a9:a0:bb:28:64:b1:1d:09:fa:e5, Subject:CN=DigiCert Global Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:1136084297, Valid from:2013/8/1 20:00, Valid until:2038/1/15 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,541][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:05:55:56:bc:f2:5e:a4:35:35:c3:a4:0f:d5:ab:45:72, Subject:CN=DigiCert Global Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:EC, Length:384, Cert Id:3498998753, Valid from:2013/8/1 20:00, Valid until:2038/1/15 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,541][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:02:ac:5c:26:6a:0b:40:9b:8f:0b:79:f2:ae:46:25:77, Subject:CN=DigiCert High Assurance EV Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert High Assurance EV Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:2884286942, Valid from:2006/11/10 08:00, Valid until:2031/11/10 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,541][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:09:e0:93:65:ac:f7:d9:c8:b9:3e:1c:0b:04:2a:2e:f3, Subject:CN=DigiCert TLS ECC P384 Root G5, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert TLS ECC P384 Root G5, O="DigiCert, Inc.", C=US, Key type:EC, Length:384, Cert Id:3940772018, Valid from:2021/1/15 08:00, Valid until:2046/1/15 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,541][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:08:f9:b4:78:a8:fa:7e:da:6a:33:37:89:de:7c:cf:8a, Subject:CN=DigiCert TLS RSA4096 Root G5, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert TLS RSA4096 Root G5, O="DigiCert, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:165956757, Valid from:2021/1/15 08:00, Valid until:2046/1/15 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,542][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:05:9b:1b:57:9e:8e:21:32:e2:39:07:bd:a7:77:75:5c, Subject:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:4096, Cert Id:1057369358, Valid from:2013/8/1 20:00, Valid until:2038/1/15 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,542][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:09:83:f3, Subject:CN=D-TRUST Root Class 3 CA 2 2009, O=D-Trust GmbH, C=DE, Issuer:CN=D-TRUST Root Class 3 CA 2 2009, O=D-Trust GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:1430153102, Valid from:2009/11/5 16:35, Valid until:2029/11/5 16:35 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,542][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:09:83:f4, Subject:CN=D-TRUST Root Class 3 CA 2 EV 2009, O=D-Trust GmbH, C=DE, Issuer:CN=D-TRUST Root Class 3 CA 2 EV 2009, O=D-Trust GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:971313728, Valid from:2009/11/5 16:50, Valid until:2029/11/5 16:50 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,542][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:3c:f6:07:a9:68:70:0e:da:8b:84, Subject:CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:EC, Length:384, Cert Id:3832035707, Valid from:2018/2/19 02:30, Valid until:2043/2/19 02:30 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,542][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:31:f5:e4:62:0c:6c:58:ed:d6:d8, Subject:CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:RSA, Length:2048, Cert Id:392709196, Valid from:2018/2/19 02:30, Valid until:2043/2/19 02:30 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,542][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:00:86:4d:bf:0f:e3:5e:d7:7d:8e:d8, Subject:CN=emSign Root CA - G2, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign Root CA - G2, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:RSA, Length:4096, Cert Id:3373940126, Valid from:2018/2/19 02:30, Valid until:2043/2/19 02:30 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,542][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:38:63:de:f8, Subject:CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net, Issuer:CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net, Key type:RSA, Length:2048, Cert Id:3966431214, Valid from:1999/12/25 01:50, Valid until:2029/7/24 22:15 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,543][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:45:6b:50:54, Subject:CN=Entrust Root Certification Authority, OU="(c) 2006 Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority, OU="(c) 2006 Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, O="Entrust, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:3033563200, Valid from:2006/11/28 04:23, Valid until:2026/11/28 04:53 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,543][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:00:a6:8b:79:29:00:00:00:00:50:d0:91:f9, Subject:CN=Entrust Root Certification Authority - EC1, OU="(c) 2012 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - EC1, OU="(c) 2012 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:EC, Length:384, Cert Id:924514073, Valid from:2012/12/18 23:25, Valid until:2037/12/18 23:55 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,544][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:4a:53:8c:28, Subject:CN=Entrust Root Certification Authority - G2, OU="(c) 2009 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - G2, OU="(c) 2009 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1936920337, Valid from:2009/7/8 01:25, Valid until:2030/12/8 01:55 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,544][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:00:d9:b5:43:7f:af:a9:39:0f:00:00:00:00:55:65:ad:58, Subject:CN=Entrust Root Certification Authority - G4, OU="(c) 2015 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - G4, OU="(c) 2015 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:1368037548, Valid from:2015/5/27 19:11, Valid until:2037/12/27 19:41 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,544][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:02:34:56, Subject:CN=GeoTrust Global CA, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Global CA, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:2266349922, Valid from:2002/5/21 12:00, Valid until:2022/5/21 12:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,544][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:18:ac:b5:6a:fd:69:b6:15:3a:63:6c:af:da:fa:c4:a1, Subject:CN=GeoTrust Primary Certification Authority, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:3329622139, Valid from:2006/11/27 08:00, Valid until:2036/7/17 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,544][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:3c:b2:f4:48:0a:00:e2:fe:eb:24:3b:5e:60:3e:c3:6b, Subject:CN=GeoTrust Primary Certification Authority - G2, OU=(c) 2007 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority - G2, OU=(c) 2007 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Key type:EC, Length:384, Cert Id:3180663474, Valid from:2007/11/5 08:00, Valid until:2038/1/19 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,544][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:15:ac:6e:94:19:b2:79:4b:41:f6:27:a9:c3:18:0f:1f, Subject:CN=GeoTrust Primary Certification Authority - G3, OU=(c) 2008 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority - G3, OU=(c) 2008 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:2964813538, Valid from:2008/4/2 08:00, Valid until:2037/12/2 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,544][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:01, Subject:CN=GeoTrust Universal CA, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Universal CA, O=GeoTrust Inc., C=US, Key type:RSA, Length:4096, Cert Id:313566089, Valid from:2004/3/4 13:00, Valid until:2029/3/4 13:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,545][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:04:00:00:00:00:01:15:4b:5a:c3:94, Subject:CN=GlobalSign Root CA, OU=Root CA, O=GlobalSign nv-sa, C=BE, Issuer:CN=GlobalSign Root CA, OU=Root CA, O=GlobalSign nv-sa, C=BE, Key type:RSA, Length:2048, Cert Id:536948034, Valid from:1998/9/1 20:00, Valid until:2028/1/28 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,545][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:11:d2:bb:ba:33:6e:d4:bc:e6:24:68:c5:0d:84:1d:98:e8:43, Subject:CN=GlobalSign Root E46, O=GlobalSign nv-sa, C=BE, Issuer:CN=GlobalSign Root E46, O=GlobalSign nv-sa, C=BE, Key type:EC, Length:384, Cert Id:3405603905, Valid from:2019/3/20 08:00, Valid until:2046/3/20 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,545][DEBUG][main] X509Certificate: Alg:SHA256withECDSA, Serial:2a:38:a4:1c:96:0a:04:de:42:b2:28:a5:0b:e8:34:98:02, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R4, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R4, Key type:EC, Length:256, Cert Id:2371693751, Valid from:2012/11/13 08:00, Valid until:2038/1/19 11:14 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,545][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:60:59:49:e0:26:2e:bb:55:f9:0a:77:8a:71:f9:4a:d8:6c, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R5, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R5, Key type:EC, Length:384, Cert Id:1997048439, Valid from:2012/11/13 08:00, Valid until:2038/1/19 11:14 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,546][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:00:00:00:00:01:21:58:53:08:a2, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R3, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R3, Key type:RSA, Length:2048, Cert Id:733875591, Valid from:2009/3/18 18:00, Valid until:2029/3/18 18:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,546][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:11:d2:bb:b9:d7:23:18:9e:40:5f:0a:9d:2d:d0:df:25:67:d1, Subject:CN=GlobalSign Root R46, O=GlobalSign nv-sa, C=BE, Issuer:CN=GlobalSign Root R46, O=GlobalSign nv-sa, C=BE, Key type:RSA, Length:4096, Cert Id:1275948927, Valid from:2019/3/20 08:00, Valid until:2046/3/20 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,546][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:45:e6:bb:03:83:33:c3:85:65:48:e6:ff:45:51, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R6, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R6, Key type:RSA, Length:4096, Cert Id:3788339543, Valid from:2014/12/10 08:00, Valid until:2034/12/10 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,546][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:00, Subject:OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.", C=US, Issuer:OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:4023522997, Valid from:2004/6/30 01:06, Valid until:2034/6/30 01:06 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,546][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:00, Subject:CN=Go Daddy Root Certificate Authority - G2, O="GoDaddy.com, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Go Daddy Root Certificate Authority - G2, O="GoDaddy.com, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:439600313, Valid from:2009/9/1 08:00, Valid until:2038/1/1 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,546][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:02:03:e5:93:6f:31:b0:13:49:88:6b:a2:17, Subject:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:657172038, Valid from:2016/6/22 08:00, Valid until:2036/6/22 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,546][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:02:03:e5:ae:c5:8d:04:25:1a:ab:11:25:aa, Subject:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:948387669, Valid from:2016/6/22 08:00, Valid until:2036/6/22 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,546][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:02:03:e5:b8:82:eb:20:f8:25:27:6d:3d:66, Subject:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:1163081155, Valid from:2016/6/22 08:00, Valid until:2036/6/22 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,547][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:02:03:e5:c0:68:ef:63:1a:9c:72:90:50:52, Subject:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:1326433111, Valid from:2016/6/22 08:00, Valid until:2036/6/22 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,547][DEBUG][main] X509Certificate: Alg:SHA256withECDSA, Serial:00, Subject:CN=Hellenic Academic and Research Institutions ECC RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Issuer:CN=Hellenic Academic and Research Institutions ECC RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Key type:EC, Length:384, Cert Id:513613456, Valid from:2015/7/7 18:37, Valid until:2040/6/30 18:37 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,547][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:00, Subject:CN=Hellenic Academic and Research Institutions RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Issuer:CN=Hellenic Academic and Research Institutions RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Key type:RSA, Length:4096, Cert Id:3491990565, Valid from:2015/7/7 18:11, Valid until:2040/6/30 18:11 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,547][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0a:01:42:80:00:00:01:45:23:c8:44:b5:00:00:00:02, Subject:CN=IdenTrust Commercial Root CA 1, O=IdenTrust, C=US, Issuer:CN=IdenTrust Commercial Root CA 1, O=IdenTrust, C=US, Key type:RSA, Length:4096, Cert Id:1232565210, Valid from:2014/1/17 02:12, Valid until:2034/1/17 02:12 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,547][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0a:01:42:80:00:00:01:45:23:cf:46:7c:00:00:00:02, Subject:CN=IdenTrust Public Sector Root CA 1, O=IdenTrust, C=US, Issuer:CN=IdenTrust Public Sector Root CA 1, O=IdenTrust, C=US, Key type:RSA, Length:4096, Cert Id:2123370772, Valid from:2014/1/17 01:53, Valid until:2034/1/17 01:53 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,547][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:00:82:10:cf:b0:d2:40:e3:59:44:63:e0:bb:63:82:8b:00, Subject:CN=ISRG Root X1, O=Internet Security Research Group, C=US, Issuer:CN=ISRG Root X1, O=Internet Security Research Group, C=US, Key type:RSA, Length:4096, Cert Id:1521974916, Valid from:2015/6/4 19:04, Valid until:2035/6/4 19:04 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,547][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:41:d2:9d:d1:72:ea:ee:a7:80:c1:2c:6c:e9:2f:87:52, Subject:CN=ISRG Root X2, O=Internet Security Research Group, C=US, Issuer:CN=ISRG Root X2, O=Internet Security Research Group, C=US, Key type:EC, Length:384, Cert Id:3398642244, Valid from:2020/9/4 08:00, Valid until:2040/9/18 00:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,547][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0a:7e:a6:df:4b:44:9e:da:6a:24:85:9e:e6:b8:15:d3:16:7f:bb:b1, Subject:CN=LuxTrust Global Root 2, O=LuxTrust S.A., C=LU, Issuer:CN=LuxTrust Global Root 2, O=LuxTrust S.A., C=LU, Key type:RSA, Length:4096, Cert Id:3055636602, Valid from:2015/3/5 21:21, Valid until:2035/3/5 21:21 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,548][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0b:b8, Subject:CN=LuxTrust Global Root, O=LuxTrust s.a., C=LU, Issuer:CN=LuxTrust Global Root, O=LuxTrust s.a., C=LU, Key type:RSA, Length:2048, Cert Id:1714819687, Valid from:2011/3/17 17:51, Valid until:2021/3/17 17:51 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,548][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:66:f2:3d:af:87:de:8b:b1:4a:ea:0c:57:31:01:c2:ec, Subject:CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Issuer:CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Key type:EC, Length:384, Cert Id:3240761285, Valid from:2019/12/19 07:06, Valid until:2042/7/19 07:16 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,548][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:1e:d3:97:09:5f:d8:b4:b3:47:70:1e:aa:be:7f:45:b3, Subject:CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Issuer:CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Key type:RSA, Length:4096, Cert Id:2848349048, Valid from:2019/12/19 06:51, Valid until:2042/7/19 07:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,548][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:3a:b6:50:8b, Subject:CN=QuoVadis Root Certification Authority, OU=Root Certification Authority, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root Certification Authority, OU=Root Certification Authority, O=QuoVadis Limited, C=BM, Key type:RSA, Length:2048, Cert Id:2412561694, Valid from:2001/3/20 02:33, Valid until:2021/3/18 02:33 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,548][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:78:58:5f:2e:ad:2c:19:4b:e3:37:07:35:34:13:28:b5:96:d4:65:93, Subject:CN=QuoVadis Root CA 1 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 1 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:3532531262, Valid from:2012/1/13 01:27, Valid until:2042/1/13 01:27 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,548][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:05:09, Subject:CN=QuoVadis Root CA 2, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 2, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:338250116, Valid from:2006/11/25 02:27, Valid until:2031/11/25 02:23 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,548][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:44:57:34:24:5b:81:89:9b:35:f2:ce:b8:2b:3b:5b:a7:26:f0:75:28, Subject:CN=QuoVadis Root CA 2 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 2 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:696763521, Valid from:2012/1/13 02:59, Valid until:2042/1/13 02:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,548][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:05:c6, Subject:CN=QuoVadis Root CA 3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:1470392860, Valid from:2006/11/25 03:11, Valid until:2031/11/25 03:06 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,549][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:2e:f5:9b:02:28:a7:db:7a:ff:d5:a3:a9:ee:bd:03:a0:cf:12:6a:1d, Subject:CN=QuoVadis Root CA 3 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 3 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:3589344305, Valid from:2012/1/13 04:26, Valid until:2042/1/13 04:26 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,549][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:00, Subject:OU=Security Communication RootCA2, O="SECOM Trust Systems CO.,LTD.", C=JP, Issuer:OU=Security Communication RootCA2, O="SECOM Trust Systems CO.,LTD.", C=JP, Key type:RSA, Length:2048, Cert Id:1521072570, Valid from:2009/5/29 13:00, Valid until:2029/5/29 13:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,549][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:50:24:9b:a2:ef:8e:a6:bf:6c:2c:1f:1a:63:85:d4:c3, Subject:CN=Sectigo Public Code Signing Root E46, O=Sectigo Limited, C=GB, Issuer:CN=Sectigo Public Code Signing Root E46, O=Sectigo Limited, C=GB, Key type:EC, Length:384, Cert Id:3143279241, Valid from:2021/3/22 08:00, Valid until:2046/3/22 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,549][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:4b:2c:3b:01:01:8b:ad:2a:bc:8c:7b:5b:3e:ed:90:57, Subject:CN=Sectigo Public Code Signing Root R46, O=Sectigo Limited, C=GB, Issuer:CN=Sectigo Public Code Signing Root R46, O=Sectigo Limited, C=GB, Key type:RSA, Length:4096, Cert Id:2667769042, Valid from:2021/3/22 08:00, Valid until:2046/3/22 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,549][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:42:f2:cc:da:1b:69:37:44:5f:15:fe:75:28:10:b8:f4, Subject:CN=Sectigo Public Server Authentication Root E46, O=Sectigo Limited, C=GB, Issuer:CN=Sectigo Public Server Authentication Root E46, O=Sectigo Limited, C=GB, Key type:EC, Length:384, Cert Id:3789385269, Valid from:2021/3/22 08:00, Valid until:2046/3/22 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,549][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:75:8d:fd:8b:ae:7c:07:00:fa:a9:25:a7:e1:c7:ad:14, Subject:CN=Sectigo Public Server Authentication Root R46, O=Sectigo Limited, C=GB, Issuer:CN=Sectigo Public Server Authentication Root R46, O=Sectigo Limited, C=GB, Key type:RSA, Length:4096, Cert Id:3806652169, Valid from:2021/3/22 08:00, Valid until:2046/3/22 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,549][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:0c:f0:8e:5c:08:16:a5:ad:42:7f:f0:eb:27:18:59:d0, Subject:CN=SecureTrust CA, O=SecureTrust Corporation, C=US, Issuer:CN=SecureTrust CA, O=SecureTrust Corporation, C=US, Key type:RSA, Length:2048, Cert Id:2034155325, Valid from:2006/11/8 03:31, Valid until:2030/1/1 03:40 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,549][DEBUG][main] X509Certificate: Alg:SHA256withECDSA, Serial:75:e6:df:cb:c1:68:5b:a8, Subject:CN=SSL.com Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:EC, Length:384, Cert Id:2926673683, Valid from:2016/2/13 02:14, Valid until:2041/2/13 02:14 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,549][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:56:b6:29:cd:34:bc:78:f6, Subject:CN=SSL.com EV Root Certification Authority RSA R2, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com EV Root Certification Authority RSA R2, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:RSA, Length:4096, Cert Id:1381862403, Valid from:2017/6/1 02:14, Valid until:2042/5/31 02:14 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,550][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:7b:2c:9b:d3:16:80:32:99, Subject:CN=SSL.com Root Certification Authority RSA, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com Root Certification Authority RSA, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:RSA, Length:4096, Cert Id:156725711, Valid from:2016/2/13 01:39, Valid until:2041/2/13 01:39 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,550][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:14:03:f5:ab:fb:37:8b:17:40:5b:e2:43:b2:a5:d1:c4, Subject:CN=SSL.com TLS ECC Root CA 2022, O=SSL Corporation, C=US, Issuer:CN=SSL.com TLS ECC Root CA 2022, O=SSL Corporation, C=US, Key type:EC, Length:384, Cert Id:683561703, Valid from:2022/8/26 00:33, Valid until:2046/8/20 00:33 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,550][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:6f:be:da:ad:73:bd:08:40:e2:8b:4d:be:d4:f7:5b:91, Subject:CN=SSL.com TLS RSA Root CA 2022, O=SSL Corporation, C=US, Issuer:CN=SSL.com TLS RSA Root CA 2022, O=SSL Corporation, C=US, Key type:RSA, Length:4096, Cert Id:556880013, Valid from:2022/8/26 00:34, Valid until:2046/8/20 00:34 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,550][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:00, Subject:OU=Starfield Class 2 Certification Authority, O="Starfield Technologies, Inc.", C=US, Issuer:OU=Starfield Class 2 Certification Authority, O="Starfield Technologies, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1825617644, Valid from:2004/6/30 01:39, Valid until:2034/6/30 01:39 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,550][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:00, Subject:CN=Starfield Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Starfield Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:3268325709, Valid from:2009/9/1 08:00, Valid until:2038/1/1 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,550][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:00, Subject:CN=Starfield Services Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Starfield Services Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:1964785574, Valid from:2009/9/1 08:00, Valid until:2038/1/1 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,550][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:00:bb:40:1c:43:f5:5e:4f:b0, Subject:CN=SwissSign Gold CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Gold CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:1516221943, Valid from:2006/10/25 16:30, Valid until:2036/10/25 16:30 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,550][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:4e:b2:00:67:0c:03:5d:4f, Subject:CN=SwissSign Platinum CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Platinum CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:771312514, Valid from:2006/10/25 16:36, Valid until:2036/10/25 16:36 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,550][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:4f:1b:d4:2f:54:bb:2f:4b, Subject:CN=SwissSign Silver CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Silver CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:126726124, Valid from:2006/10/25 16:32, Valid until:2036/10/25 16:32 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,551][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:01:67:5f:27:d6:fe:7a:e3:e4:ac:be:09:5b:05:9e, Subject:CN=Telia Root CA v2, O=Telia Finland Oyj, C=FI, Issuer:CN=Telia Root CA v2, O=Telia Finland Oyj, C=FI, Key type:RSA, Length:4096, Cert Id:3473063976, Valid from:2018/11/29 19:55, Valid until:2043/11/29 19:55 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,551][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:00:95:be:16:a0:f7:2e:46:f1:7b:39:82:72:fa:8b:cd:96, Subject:CN=TeliaSonera Root CA v1, O=TeliaSonera, Issuer:CN=TeliaSonera Root CA v1, O=TeliaSonera, Key type:RSA, Length:4096, Cert Id:1495358374, Valid from:2007/10/18 20:00, Valid until:2032/10/18 20:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,551][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:34:4e:d5:57:20:d5:ed:ec:49:f4:2f:ce:37:db:2b:6d, Subject:CN=thawte Primary Root CA, OU="(c) 2006 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA, OU="(c) 2006 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:643000026, Valid from:2006/11/17 08:00, Valid until:2036/7/17 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,551][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:35:fc:26:5c:d9:84:4f:c9:3d:26:3d:57:9b:ae:d7:56, Subject:CN=thawte Primary Root CA - G2, OU="(c) 2007 thawte, Inc. - For authorized use only", O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA - G2, OU="(c) 2007 thawte, Inc. - For authorized use only", O="thawte, Inc.", C=US, Key type:EC, Length:384, Cert Id:2068083090, Valid from:2007/11/5 08:00, Valid until:2038/1/19 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,551][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:60:01:97:b7:46:a7:ea:b4:b4:9a:d6:4b:2f:f7:90:fb, Subject:CN=thawte Primary Root CA - G3, OU="(c) 2008 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA - G3, OU="(c) 2008 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1032730720, Valid from:2008/4/2 08:00, Valid until:2037/12/2 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,551][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:01, Subject:CN=T-TeleSec GlobalRoot Class 2, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Issuer:CN=T-TeleSec GlobalRoot Class 2, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:3056503257, Valid from:2008/10/1 18:40, Valid until:2033/10/2 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,551][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:01, Subject:CN=T-TeleSec GlobalRoot Class 3, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Issuer:CN=T-TeleSec GlobalRoot Class 3, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:1894096264, Valid from:2008/10/1 18:29, Valid until:2033/10/2 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,551][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0c:be, Subject:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Issuer:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Key type:RSA, Length:4096, Cert Id:861175838, Valid from:2012/6/27 14:28, Valid until:2030/12/31 23:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,551][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:5c:8b:99:c5:5a:94:c5:d2:71:56:de:cd:89:80:cc:26, Subject:CN=USERTrust ECC Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Issuer:CN=USERTrust ECC Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Key type:EC, Length:384, Cert Id:3329287386, Valid from:2010/2/1 08:00, Valid until:2038/1/19 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,551][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:01:fd:6d:30:fc:a3:ca:51:a8:1b:bc:64:0e:35:03:2d, Subject:CN=USERTrust RSA Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Issuer:CN=USERTrust RSA Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Key type:RSA, Length:4096, Cert Id:3947601401, Valid from:2010/2/1 08:00, Valid until:2038/1/19 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,552][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:44:be:0c:8b:50:00:24:b4:11:d3:36:2d:e0:b3:5f:1b, Subject:CN=UTN-USERFirst-Object, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US, Issuer:CN=UTN-USERFirst-Object, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US, Key type:RSA, Length:2048, Cert Id:3997913868, Valid from:1999/7/10 02:31, Valid until:2019/7/10 02:40 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,552][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:00:9b:7e:06:49:a3:3e:62:b9:d5:ee:90:48:71:29:ef:57, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:2057300190, Valid from:1999/10/1 08:00, Valid until:2036/7/17 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,552][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:2f:80:fe:23:8c:0e:22:0f:48:67:12:28:91:87:ac:b3, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G4, OU="(c) 2007 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G4, OU="(c) 2007 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:EC, Length:384, Cert Id:4163473319, Valid from:2007/11/5 08:00, Valid until:2038/1/19 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,552][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:18:da:d1:9e:26:7d:e8:bb:4a:21:58:cd:cc:6b:3b:4a, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:303010488, Valid from:2006/11/8 08:00, Valid until:2036/7/17 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,552][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:40:1a:c4:64:21:b3:13:21:03:0e:bb:e4:12:1a:c5:1d, Subject:CN=VeriSign Universal Root Certification Authority, OU="(c) 2008 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Universal Root Certification Authority, OU="(c) 2008 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:2318285810, Valid from:2008/4/2 08:00, Valid until:2037/12/2 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,552][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:50:94:6c:ec:18:ea:d5:9c:4d:d5:97:ef:75:8f:a0:ad, Subject:CN=XRamp Global Certification Authority, O=XRamp Security Services Inc, OU=www.xrampsecurity.com, C=US, Issuer:CN=XRamp Global Certification Authority, O=XRamp Security Services Inc, OU=www.xrampsecurity.com, C=US, Key type:RSA, Length:2048, Cert Id:3342493210, Valid from:2004/11/2 01:14, Valid until:2035/1/1 13:37 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:03,581][DEBUG][main] Creating shared instance of singleton bean 'x509TrustManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,581][DEBUG][main] Creating shared instance of singleton bean 'sslSocketFactory' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,583][DEBUG][main] Creating shared instance of singleton bean 'businessApi' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,584][DEBUG][main] Creating shared instance of singleton bean 'supportApi' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,584][DEBUG][main] Creating shared instance of singleton bean 'noNeedLoginUrlList' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,584][DEBUG][main] Autowiring by type from bean name 'noNeedLoginUrlList' via factory method to bean named 'methodUrlMap' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,585][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,586][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,586][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,586][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$ThreadPoolTaskExecutorBuilderConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,587][DEBUG][main] Creating shared instance of singleton bean 'threadPoolTaskExecutorBuilder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,587][DEBUG][main] Creating shared instance of singleton bean 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,588][DEBUG][main] Autowiring by type from bean name 'threadPoolTaskExecutorBuilder' via factory method to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,590][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$TaskExecutorBuilderConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,590][DEBUG][main] Creating shared instance of singleton bean 'taskExecutorBuilder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,590][DEBUG][main] Autowiring by type from bean name 'taskExecutorBuilder' via factory method to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,591][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$SimpleAsyncTaskExecutorBuilderConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,592][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$SimpleAsyncTaskExecutorBuilderConfiguration' via constructor to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,592][DEBUG][main] Creating shared instance of singleton bean 'simpleAsyncTaskExecutorBuilder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,593][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,593][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,594][DEBUG][main] Creating shared instance of singleton bean 'defaultValidator' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,594][DEBUG][main] Autowiring by type from bean name 'defaultValidator' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@351f2244' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,595][DEBUG][main] Loaded expression factory via original TCCL (ResourceBundleMessageInterpolator.java:175) +[2026-06-02 18:55:03,596][DEBUG][main] Setting custom MessageInterpolator of type org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator (AbstractConfigurationImpl.java:176) +[2026-06-02 18:55:03,596][DEBUG][main] Setting custom ConstraintValidatorFactory of type org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory (AbstractConfigurationImpl.java:208) +[2026-06-02 18:55:03,597][DEBUG][main] Trying to load META-INF/validation.xml for XML based Validator configuration. (ValidationXmlParser.java:122) +[2026-06-02 18:55:03,597][DEBUG][main] Trying to load META-INF/validation.xml via user class loader (ResourceLoaderHelper.java:54) +[2026-06-02 18:55:03,597][DEBUG][main] Trying to load META-INF/validation.xml via TCCL (ResourceLoaderHelper.java:61) +[2026-06-02 18:55:03,597][DEBUG][main] Trying to load META-INF/validation.xml via Hibernate Validator's class loader (ResourceLoaderHelper.java:67) +[2026-06-02 18:55:03,597][DEBUG][main] No META-INF/validation.xml found. Using annotation based configuration only. (ValidationXmlParser.java:129) +[2026-06-02 18:55:03,597][DEBUG][main] Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. (TraversableResolvers.java:61) +[2026-06-02 18:55:03,598][DEBUG][main] HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. (ValidatorFactoryConfigurationHelper.java:355) +[2026-06-02 18:55:03,598][DEBUG][main] HV000234: Using org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator as ValidatorFactory-scoped message interpolator. (ValidatorFactoryConfigurationHelper.java:447) +[2026-06-02 18:55:03,598][DEBUG][main] HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. (ValidatorFactoryConfigurationHelper.java:448) +[2026-06-02 18:55:03,598][DEBUG][main] HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. (ValidatorFactoryConfigurationHelper.java:449) +[2026-06-02 18:55:03,598][DEBUG][main] HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. (ValidatorFactoryConfigurationHelper.java:450) +[2026-06-02 18:55:03,598][DEBUG][main] HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. (ValidatorFactoryConfigurationHelper.java:451) +[2026-06-02 18:55:03,603][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,604][DEBUG][main] Creating shared instance of singleton bean 'error' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,604][DEBUG][main] Creating shared instance of singleton bean 'beanNameViewResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,605][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,605][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@351f2244' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,605][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,606][DEBUG][main] Creating shared instance of singleton bean 'conventionErrorViewResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,606][DEBUG][main] Creating shared instance of singleton bean 'errorAttributes' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,608][DEBUG][main] Creating shared instance of singleton bean 'basicErrorController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,608][DEBUG][main] Autowiring by type from bean name 'basicErrorController' via factory method to bean named 'errorAttributes' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,610][DEBUG][main] Creating shared instance of singleton bean 'welcomePageHandlerMapping' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,610][DEBUG][main] Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@351f2244' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,610][DEBUG][main] Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'mvcConversionService' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,610][DEBUG][main] Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,616][DEBUG][main] Creating shared instance of singleton bean 'welcomePageNotAcceptableHandlerMapping' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,616][DEBUG][main] Autowiring by type from bean name 'welcomePageNotAcceptableHandlerMapping' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@351f2244' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,616][DEBUG][main] Autowiring by type from bean name 'welcomePageNotAcceptableHandlerMapping' via factory method to bean named 'mvcConversionService' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,616][DEBUG][main] Autowiring by type from bean name 'welcomePageNotAcceptableHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,619][DEBUG][main] Creating shared instance of singleton bean 'localeResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,620][DEBUG][main] Creating shared instance of singleton bean 'themeResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,621][DEBUG][main] Creating shared instance of singleton bean 'flashMapManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,623][DEBUG][main] Creating shared instance of singleton bean 'mvcValidator' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,625][DEBUG][main] Creating shared instance of singleton bean 'mvcPatternParser' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,625][DEBUG][main] Creating shared instance of singleton bean 'mvcUrlPathHelper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,626][DEBUG][main] Creating shared instance of singleton bean 'mvcPathMatcher' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,627][DEBUG][main] Creating shared instance of singleton bean 'viewControllerHandlerMapping' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,628][DEBUG][main] Autowiring by type from bean name 'viewControllerHandlerMapping' via factory method to bean named 'mvcConversionService' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,628][DEBUG][main] Autowiring by type from bean name 'viewControllerHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,628][DEBUG][main] Creating shared instance of singleton bean 'beanNameHandlerMapping' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,628][DEBUG][main] Autowiring by type from bean name 'beanNameHandlerMapping' via factory method to bean named 'mvcConversionService' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,628][DEBUG][main] Autowiring by type from bean name 'beanNameHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,629][DEBUG][main] 'beanNameHandlerMapping' {} (AbstractDetectingUrlHandlerMapping.java:86) +[2026-06-02 18:55:03,631][DEBUG][main] Creating shared instance of singleton bean 'routerFunctionMapping' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,631][DEBUG][main] Autowiring by type from bean name 'routerFunctionMapping' via factory method to bean named 'mvcConversionService' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,631][DEBUG][main] Autowiring by type from bean name 'routerFunctionMapping' via factory method to bean named 'mvcResourceUrlProvider' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,632][DEBUG][main] Creating shared instance of singleton bean 'messageConverters' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,632][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,633][DEBUG][main] Creating shared instance of singleton bean 'stringHttpMessageConverter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,633][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,634][DEBUG][main] Autowiring by type from bean name 'stringHttpMessageConverter' via factory method to bean named 'environment' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,636][DEBUG][main] Creating shared instance of singleton bean 'mappingJackson2HttpMessageConverter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,636][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,636][DEBUG][main] Autowiring by type from bean name 'mappingJackson2HttpMessageConverter' via factory method to bean named 'jacksonObjectMapper' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,662][DEBUG][main] Creating shared instance of singleton bean 'resourceHandlerMapping' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,662][DEBUG][main] Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,662][DEBUG][main] Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcConversionService' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,662][DEBUG][main] Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,667][DEBUG][main] 'resourceHandlerMapping' {/webjars/**=ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]], /**=ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]], /doc.html=ResourceHttpRequestHandler [classpath [META-INF/resources/]], /warm-flow-ui/**=ResourceHttpRequestHandler [classpath [META-INF/resources/warm-flow-ui/], classpath [warm-flow-ui/]], /upload/**=ResourceHttpRequestHandler [URL [file:../upload/]], /swagger-ui*/*swagger-initializer.js=ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]], /swagger-ui*/**=ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]]} (SimpleUrlHandlerMapping.java:176) +[2026-06-02 18:55:03,670][DEBUG][main] Creating shared instance of singleton bean 'defaultServletHandlerMapping' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,670][DEBUG][main] Creating shared instance of singleton bean 'requestMappingHandlerAdapter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,670][DEBUG][main] Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcContentNegotiationManager' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,670][DEBUG][main] Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcConversionService' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,670][DEBUG][main] Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcValidator' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,674][DEBUG][main] Creating shared instance of singleton bean 'sortResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,675][DEBUG][main] Creating shared instance of singleton bean 'sortCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,675][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,676][DEBUG][main] Creating shared instance of singleton bean 'spring.data.web-org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,676][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration' via constructor to bean named 'spring.data.web-org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,680][DEBUG][main] Creating shared instance of singleton bean 'pageableResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,680][DEBUG][main] Creating shared instance of singleton bean 'pageableCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,687][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration$OpenApiResourceAdvice' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,688][DEBUG][main] Autowiring by type from bean name 'org.springdoc.core.configuration.SpringDocConfiguration$OpenApiResourceAdvice' via constructor to bean named 'org.springdoc.core.configuration.SpringDocConfiguration' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,689][DEBUG][main] ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 2 RequestBodyAdvice, 2 ResponseBodyAdvice (RequestMappingHandlerAdapter.java:634) +[2026-06-02 18:55:03,708][DEBUG][main] Creating shared instance of singleton bean 'handlerFunctionAdapter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,709][DEBUG][main] Creating shared instance of singleton bean 'mvcUriComponentsContributor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,710][DEBUG][main] Autowiring by type from bean name 'mvcUriComponentsContributor' via factory method to bean named 'mvcConversionService' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,710][DEBUG][main] Autowiring by type from bean name 'mvcUriComponentsContributor' via factory method to bean named 'requestMappingHandlerAdapter' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,711][DEBUG][main] Creating shared instance of singleton bean 'httpRequestHandlerAdapter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,711][DEBUG][main] Creating shared instance of singleton bean 'simpleControllerHandlerAdapter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,711][DEBUG][main] Creating shared instance of singleton bean 'handlerExceptionResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,712][DEBUG][main] Autowiring by type from bean name 'handlerExceptionResolver' via factory method to bean named 'mvcContentNegotiationManager' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,715][DEBUG][main] ControllerAdvice beans: 2 @ExceptionHandler, 2 ResponseBodyAdvice (ExceptionHandlerExceptionResolver.java:305) +[2026-06-02 18:55:03,716][DEBUG][main] Creating shared instance of singleton bean 'mvcViewResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,716][DEBUG][main] Autowiring by type from bean name 'mvcViewResolver' via factory method to bean named 'mvcContentNegotiationManager' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,718][DEBUG][main] Creating shared instance of singleton bean 'viewNameTranslator' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,719][DEBUG][main] Creating shared instance of singleton bean 'defaultViewResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,725][DEBUG][main] Creating shared instance of singleton bean 'viewResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,725][DEBUG][main] Autowiring by type from bean name 'viewResolver' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@2b2f5fcf' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,726][DEBUG][main] Creating shared instance of singleton bean 'viewResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,726][DEBUG][main] Creating shared instance of singleton bean 'freeMarkerViewResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,726][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.freemarker.FreeMarkerServletWebConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,727][DEBUG][main] Creating shared instance of singleton bean 'spring.freemarker-org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,729][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.freemarker.FreeMarkerServletWebConfiguration' via constructor to bean named 'spring.freemarker-org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,734][DEBUG][main] Creating shared instance of singleton bean 'cn.dev33.satoken.dao.SaTokenDaoForRedisTemplate' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,737][DEBUG][main] Creating shared instance of singleton bean 'cn.dev33.satoken.spring.SaBeanInject' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,739][DEBUG][main] Autowiring by type from bean name 'cn.dev33.satoken.spring.SaBeanInject' via constructor to bean named 'getSaTokenConfig' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,744][DEBUG][main] Creating shared instance of singleton bean 'getSaTokenContextForSpringInJakartaServlet' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,749][DEBUG][main] Creating shared instance of singleton bean 'getApplicationContextPathLoading' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,749][DEBUG][main] Found key 'server.servlet.context-path' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-02 18:55:03,750][DEBUG][main] Creating shared instance of singleton bean 'com.alibaba.druid.spring.boot3.autoconfigure.stat.DruidFilterConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,754][DEBUG][main] Creating shared instance of singleton bean 'com.alibaba.druid.spring.boot3.autoconfigure.DruidDataSourceAutoConfigure' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,755][DEBUG][main] Creating shared instance of singleton bean 'spring.datasource.druid-com.alibaba.druid.spring.boot3.autoconfigure.properties.DruidStatProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,755][DEBUG][main] Creating shared instance of singleton bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,759][DEBUG][main] Creating shared instance of singleton bean 'com.baomidou.mybatisplus.autoconfigure.DdlAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,760][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration$HikariPoolDataSourceMetadataProviderConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,760][DEBUG][main] Creating shared instance of singleton bean 'hikariPoolDataSourceMetadataProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,761][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,761][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,762][DEBUG][main] Creating shared instance of singleton bean 'com.github.xiaoymin.knife4j.spring.configuration.Knife4jAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,762][DEBUG][main] Creating shared instance of singleton bean 'knife4j-com.github.xiaoymin.knife4j.spring.configuration.Knife4jProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,764][DEBUG][main] Autowiring by type from bean name 'com.github.xiaoymin.knife4j.spring.configuration.Knife4jAutoConfiguration' via constructor to bean named 'knife4j-com.github.xiaoymin.knife4j.spring.configuration.Knife4jProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,764][DEBUG][main] Autowiring by type from bean name 'com.github.xiaoymin.knife4j.spring.configuration.Knife4jAutoConfiguration' via constructor to bean named 'environment' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,764][DEBUG][main] Creating shared instance of singleton bean 'knife4jOpenApiCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,764][DEBUG][main] Register Knife4jOpenApiCustomizer (Knife4jAutoConfiguration.java:61) +[2026-06-02 18:55:03,765][DEBUG][main] Creating shared instance of singleton bean 'knife4jJakartaOperationCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,765][DEBUG][main] Creating shared instance of singleton bean 'knife4j.basic-com.github.xiaoymin.knife4j.spring.configuration.Knife4jHttpBasic' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,766][DEBUG][main] Creating shared instance of singleton bean 'knife4j.setting-com.github.xiaoymin.knife4j.spring.configuration.Knife4jSetting' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,768][DEBUG][main] Creating shared instance of singleton bean 'warmFlowSpringUtil' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,768][DEBUG][main] Creating shared instance of singleton bean 'org.dromara.warm.plugin.modes.sb.helper.SpelHelper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,769][DEBUG][main] Creating shared instance of singleton bean 'formDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,771][DEBUG][main] Creating shared instance of singleton bean 'flowFormService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,771][DEBUG][main] Autowiring by type from bean name 'flowFormService' via factory method to bean named 'formDao' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,774][DEBUG][main] Creating shared instance of singleton bean 'initFlow' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,776][DEBUG][main] Creating shared instance of singleton bean 'warm-flow-org.dromara.warm.plugin.modes.sb.config.WarmFlowProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,892][DEBUG][main] Creating shared instance of singleton bean 'org.dromara.warm.flow.ui.controller.WarmFlowUiController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,893][DEBUG][main] Creating shared instance of singleton bean 'org.dromara.warm.flow.ui.controller.WarmFlowController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,895][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration$QuerydslProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,896][DEBUG][main] Creating shared instance of singleton bean 'queryDslQuerydslPredicateOperationCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,896][DEBUG][main] Autowiring by type from bean name 'queryDslQuerydslPredicateOperationCustomizer' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,896][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration$SpringDocWebFluxSupportConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,897][DEBUG][main] Creating shared instance of singleton bean 'webFluxSupportConverter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,897][DEBUG][main] Autowiring by type from bean name 'webFluxSupportConverter' via factory method to bean named 'springdocObjectMapperProvider' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,897][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration$SpringDocSpringDataWebPropertiesProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,898][DEBUG][main] Creating shared instance of singleton bean 'springDataWebPropertiesProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,898][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration$WebConversionServiceConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,898][DEBUG][main] Creating shared instance of singleton bean 'webConversionServiceProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,899][DEBUG][main] Creating shared instance of singleton bean 'localSpringDocParameterNameDiscoverer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,899][DEBUG][main] Creating shared instance of singleton bean 'additionalModelsConverter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,899][DEBUG][main] Autowiring by type from bean name 'additionalModelsConverter' via factory method to bean named 'springdocObjectMapperProvider' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,900][DEBUG][main] Creating shared instance of singleton bean 'propertyCustomizingConverter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,900][DEBUG][main] Creating shared instance of singleton bean 'fileSupportConverter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,901][DEBUG][main] Autowiring by type from bean name 'fileSupportConverter' via factory method to bean named 'springdocObjectMapperProvider' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,901][DEBUG][main] Creating shared instance of singleton bean 'responseSupportConverter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,901][DEBUG][main] Autowiring by type from bean name 'responseSupportConverter' via factory method to bean named 'springdocObjectMapperProvider' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,901][DEBUG][main] Creating shared instance of singleton bean 'schemaPropertyDeprecatingConverter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,902][DEBUG][main] Creating shared instance of singleton bean 'polymorphicModelConverter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,902][DEBUG][main] Autowiring by type from bean name 'polymorphicModelConverter' via factory method to bean named 'springdocObjectMapperProvider' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,902][DEBUG][main] Creating shared instance of singleton bean 'modelConverterRegistrar' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,903][DEBUG][main] Creating shared instance of singleton bean 'pageableOpenAPIConverter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,903][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocPageableConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,903][DEBUG][main] Autowiring by type from bean name 'pageableOpenAPIConverter' via factory method to bean named 'springdocObjectMapperProvider' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,904][DEBUG][main] Creating shared instance of singleton bean 'sortOpenAPIConverter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,904][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocSortConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,904][DEBUG][main] Autowiring by type from bean name 'sortOpenAPIConverter' via factory method to bean named 'springdocObjectMapperProvider' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,905][DEBUG][main] Autowiring by type from bean name 'modelConverterRegistrar' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,916][DEBUG][main] Creating shared instance of singleton bean 'operationBuilder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,916][DEBUG][main] Creating shared instance of singleton bean 'parameterBuilder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,917][DEBUG][main] Creating shared instance of singleton bean 'propertyResolverUtils' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,917][DEBUG][main] Autowiring by type from bean name 'propertyResolverUtils' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@2b2f5fcf' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,917][DEBUG][main] Autowiring by type from bean name 'propertyResolverUtils' via factory method to bean named 'messageSource' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,917][DEBUG][main] Autowiring by type from bean name 'propertyResolverUtils' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,918][DEBUG][main] Creating shared instance of singleton bean 'delegatingMethodParameterCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,920][DEBUG][main] Autowiring by type from bean name 'parameterBuilder' via factory method to bean named 'propertyResolverUtils' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,920][DEBUG][main] Autowiring by type from bean name 'parameterBuilder' via factory method to bean named 'springdocObjectMapperProvider' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,922][DEBUG][main] Creating shared instance of singleton bean 'requestBodyBuilder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,922][DEBUG][main] Autowiring by type from bean name 'requestBodyBuilder' via factory method to bean named 'parameterBuilder' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,924][DEBUG][main] Creating shared instance of singleton bean 'securityParser' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,924][DEBUG][main] Autowiring by type from bean name 'securityParser' via factory method to bean named 'propertyResolverUtils' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,925][DEBUG][main] Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'parameterBuilder' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,925][DEBUG][main] Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'requestBodyBuilder' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,925][DEBUG][main] Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'securityParser' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,925][DEBUG][main] Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'propertyResolverUtils' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,926][DEBUG][main] Creating shared instance of singleton bean 'genericReturnTypeParser' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,927][DEBUG][main] Creating shared instance of singleton bean 'springDocProviders' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,928][DEBUG][main] Creating shared instance of singleton bean 'routerFunctionProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,928][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.webmvc.core.configuration.SpringDocWebMvcConfiguration$SpringDocWebMvcRouterConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,929][DEBUG][main] Autowiring by type from bean name 'springDocProviders' via factory method to bean named 'springdocObjectMapperProvider' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,930][DEBUG][main] Creating shared instance of singleton bean 'springDocCustomizers' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,933][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocKotlinConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,934][DEBUG][main] Creating shared instance of singleton bean 'kotlinCoroutinesReturnTypeParser' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,935][DEBUG][main] Creating shared instance of singleton bean 'nullableKotlinRequestParameterCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,936][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocUIConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,936][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.webmvc.core.configuration.MultipleOpenApiSupportConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,937][DEBUG][main] Creating shared instance of singleton bean 'multipleOpenApiResource' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,937][DEBUG][main] Creating shared instance of singleton bean 'requestBuilder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,938][DEBUG][main] Autowiring by type from bean name 'requestBuilder' via factory method to bean named 'parameterBuilder' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,938][DEBUG][main] Autowiring by type from bean name 'requestBuilder' via factory method to bean named 'requestBodyBuilder' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,938][DEBUG][main] Autowiring by type from bean name 'requestBuilder' via factory method to bean named 'operationBuilder' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,938][DEBUG][main] Autowiring by type from bean name 'requestBuilder' via factory method to bean named 'localSpringDocParameterNameDiscoverer' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,940][DEBUG][main] Creating shared instance of singleton bean 'responseBuilder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,940][DEBUG][main] Autowiring by type from bean name 'responseBuilder' via factory method to bean named 'operationBuilder' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,940][DEBUG][main] Autowiring by type from bean name 'responseBuilder' via factory method to bean named 'genericReturnTypeParser' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,941][DEBUG][main] Autowiring by type from bean name 'responseBuilder' via factory method to bean named 'kotlinCoroutinesReturnTypeParser' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,941][DEBUG][main] Autowiring by type from bean name 'responseBuilder' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,941][DEBUG][main] Autowiring by type from bean name 'responseBuilder' via factory method to bean named 'propertyResolverUtils' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,942][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:03,942][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:03,942][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:03,943][DEBUG][main] Autowiring by type from bean name 'multipleOpenApiResource' via factory method to bean named 'businessApi' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,943][DEBUG][main] Autowiring by type from bean name 'multipleOpenApiResource' via factory method to bean named 'supportApi' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,943][DEBUG][main] Autowiring by type from bean name 'multipleOpenApiResource' via factory method to bean named 'requestBuilder' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,943][DEBUG][main] Autowiring by type from bean name 'multipleOpenApiResource' via factory method to bean named 'responseBuilder' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,943][DEBUG][main] Autowiring by type from bean name 'multipleOpenApiResource' via factory method to bean named 'operationBuilder' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,943][DEBUG][main] Autowiring by type from bean name 'multipleOpenApiResource' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,943][DEBUG][main] Autowiring by type from bean name 'multipleOpenApiResource' via factory method to bean named 'springDocProviders' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,943][DEBUG][main] Autowiring by type from bean name 'multipleOpenApiResource' via factory method to bean named 'springDocCustomizers' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,943][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:03,943][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:03,943][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:03,943][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:03,943][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:03,943][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:03,943][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:03,944][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:03,944][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 84 (Log.java:228) +[2026-06-02 18:55:03,944][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:03,944][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:03,944][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:03,944][DEBUG][RMI TCP Connection(1)-127.0.0.1] connectionId=rmi://127.0.0.1 12, name=org.springframework.boot:type=Admin,name=SpringApplication, attribute=Ready (LoggingProviderImpl.java:230) +[2026-06-02 18:55:03,944][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: [127.0.0.1] exception: (Log.java:236) +javax.management.InstanceNotFoundException: org.springframework.boot:type=Admin,name=SpringApplication + at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1073) ~[?:?] + at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:632) ~[?:?] + at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:679) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1449) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1310) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1405) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:639) ~[?:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) ~[?:?] + at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) ~[?:?] + at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) ~[?:?] + at java.base/java.security.AccessController.doPrivileged(AccessController.java:714) ~[?:?] + at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721) ~[?:?] + at java.base/java.security.AccessController.doPrivileged(AccessController.java:400) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720) ~[?:?] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-02 18:55:03,945][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:03,945][DEBUG][RMI TCP Connection(1)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@7320b9b4: connectionId=rmi://127.0.0.1 12] closing. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:03,945][DEBUG][RMI TCP Connection(1)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@7320b9b4: connectionId=rmi://127.0.0.1 12] closed. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:03,948][DEBUG][main] Autowiring by type from bean name 'openApiBuilder' via factory method to bean named 'securityParser' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,948][DEBUG][main] Autowiring by type from bean name 'openApiBuilder' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,948][DEBUG][main] Autowiring by type from bean name 'openApiBuilder' via factory method to bean named 'propertyResolverUtils' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,951][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.webmvc.core.configuration.SpringDocWebMvcConfiguration$SpringDocWebMvcActuatorConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,952][DEBUG][main] Creating shared instance of singleton bean 'openApiResource' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,952][DEBUG][main] Autowiring by type from bean name 'openApiResource' via factory method to bean named 'requestBuilder' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,952][DEBUG][main] Autowiring by type from bean name 'openApiResource' via factory method to bean named 'responseBuilder' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,952][DEBUG][main] Autowiring by type from bean name 'openApiResource' via factory method to bean named 'operationBuilder' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,952][DEBUG][main] Autowiring by type from bean name 'openApiResource' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,952][DEBUG][main] Autowiring by type from bean name 'openApiResource' via factory method to bean named 'springDocProviders' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,952][DEBUG][main] Autowiring by type from bean name 'openApiResource' via factory method to bean named 'springDocCustomizers' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,958][DEBUG][main] Creating shared instance of singleton bean 'swaggerConfigResource' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,958][DEBUG][main] Autowiring by type from bean name 'swaggerConfigResource' via factory method to bean named 'swaggerWelcome' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,958][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.audit.AuditEventsEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,959][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,959][DEBUG][main] Creating shared instance of singleton bean 'applicationAvailability' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,961][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,961][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.beans.BeansEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,962][DEBUG][main] Creating shared instance of singleton bean 'beansEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,962][DEBUG][main] Autowiring by type from bean name 'beansEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@351f2244' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,964][DEBUG][main] Creating shared instance of singleton bean 'meterRegistryCloser' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,964][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,965][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,965][DEBUG][main] Creating shared instance of singleton bean 'micrometerOptions' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,967][DEBUG][main] Creating shared instance of singleton bean 'lettuceMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,967][DEBUG][main] Autowiring by type from bean name 'lettuceMetrics' via factory method to bean named 'simpleMeterRegistry' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,967][DEBUG][main] Autowiring by type from bean name 'lettuceMetrics' via factory method to bean named 'micrometerOptions' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,968][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,968][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' via constructor to bean named 'spring.data.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,968][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' via constructor to bean named 'redisConnectionDetails' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,971][DEBUG][main] Creating shared instance of singleton bean 'lettuceClientResources' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,972][DEBUG][main] Starting with netty's non-blocking DNS resolver library (AddressResolverGroupProvider.java:34) +[2026-06-02 18:55:03,973][DEBUG][main] Starting without optional kqueue library (KqueueProvider.java:73) +[2026-06-02 18:55:03,973][DEBUG][main] Starting without optional io_uring library (IOUringProvider.java:75) +[2026-06-02 18:55:03,974][DEBUG][main] Starting without optional epoll library (EpollProvider.java:76) +[2026-06-02 18:55:03,974][DEBUG][main] -Dio.netty.eventLoopThreads: 10 (DefaultClientResources.java:122) +[2026-06-02 18:55:03,977][DEBUG][main] Creating executor io.netty.util.concurrent.DefaultEventExecutorGroup (DefaultEventLoopGroupProvider.java:231) +[2026-06-02 18:55:03,979][DEBUG][main] Using Slf4j logging framework (Loggers.java:254) +[2026-06-02 18:55:03,980][DEBUG][main] Starting with JFR support (EventRecorderHolder.java:47) +[2026-06-02 18:55:03,985][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizationAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,986][DEBUG][main] Creating shared instance of singleton bean 'platformTransactionManagerCustomizers' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,986][DEBUG][main] Creating shared instance of singleton bean 'transactionExecutionListeners' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,987][DEBUG][main] Creating shared instance of singleton bean 'spring.transaction-org.springframework.boot.autoconfigure.transaction.TransactionProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,989][DEBUG][main] Creating shared instance of singleton bean 'java.lang.Object' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,989][DEBUG][main] Creating shared instance of singleton bean 'cacheAutoConfigurationValidator' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,989][DEBUG][main] Autowiring by type from bean name 'cacheAutoConfigurationValidator' via factory method to bean named 'spring.cache-org.springframework.boot.autoconfigure.cache.CacheProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,989][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.cache.CachesEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,990][DEBUG][main] Creating shared instance of singleton bean 'cachesEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,990][DEBUG][main] Autowiring by type from bean name 'cachesEndpoint' via factory method to bean named 'cacheManager' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,992][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,992][DEBUG][main] Creating shared instance of singleton bean 'healthStatusAggregator' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,993][DEBUG][main] Creating shared instance of singleton bean 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,994][DEBUG][main] Autowiring by type from bean name 'healthStatusAggregator' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,995][DEBUG][main] Creating shared instance of singleton bean 'healthHttpCodeStatusMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,995][DEBUG][main] Autowiring by type from bean name 'healthHttpCodeStatusMapper' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,996][DEBUG][main] Creating shared instance of singleton bean 'healthEndpointGroups' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,996][DEBUG][main] Autowiring by type from bean name 'healthEndpointGroups' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@351f2244' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,996][DEBUG][main] Autowiring by type from bean name 'healthEndpointGroups' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:03,998][DEBUG][main] Creating shared instance of singleton bean 'healthContributorRegistry' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,999][DEBUG][main] Creating shared instance of singleton bean 'diskSpaceHealthIndicator' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,999][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthContributorAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:03,999][DEBUG][main] Creating shared instance of singleton bean 'management.health.diskspace-org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,000][DEBUG][main] Autowiring by type from bean name 'diskSpaceHealthIndicator' via factory method to bean named 'management.health.diskspace-org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,001][DEBUG][main] Creating shared instance of singleton bean 'pingHealthContributor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,001][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,002][DEBUG][main] Creating shared instance of singleton bean 'dbHealthContributor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,002][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthContributorAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,003][DEBUG][main] Creating shared instance of singleton bean 'management.health.db-org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,003][DEBUG][main] Autowiring by type from bean name 'dbHealthContributor' via factory method to bean named 'druidDataSource' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,003][DEBUG][main] Autowiring by type from bean name 'dbHealthContributor' via factory method to bean named 'management.health.db-org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,007][DEBUG][main] Creating shared instance of singleton bean 'redisHealthContributor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,007][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.data.redis.RedisReactiveHealthContributorAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,008][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.data.redis.RedisReactiveHealthContributorAutoConfiguration' via constructor to bean named 'redissonConnectionFactory' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,011][DEBUG][main] Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@351f2244' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,011][DEBUG][main] Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'healthEndpointGroups' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,011][DEBUG][main] Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'diskSpaceHealthIndicator' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,011][DEBUG][main] Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'pingHealthContributor' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,011][DEBUG][main] Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'dbHealthContributor' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,011][DEBUG][main] Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'redisHealthContributor' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,014][DEBUG][main] Creating shared instance of singleton bean 'healthEndpointGroupMembershipValidator' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,015][DEBUG][main] Autowiring by type from bean name 'healthEndpointGroupMembershipValidator' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,015][DEBUG][main] Autowiring by type from bean name 'healthEndpointGroupMembershipValidator' via factory method to bean named 'healthContributorRegistry' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,015][DEBUG][main] Creating shared instance of singleton bean 'healthEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,016][DEBUG][main] Autowiring by type from bean name 'healthEndpoint' via factory method to bean named 'healthContributorRegistry' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,016][DEBUG][main] Autowiring by type from bean name 'healthEndpoint' via factory method to bean named 'healthEndpointGroups' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,016][DEBUG][main] Autowiring by type from bean name 'healthEndpoint' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,018][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.ReactiveHealthEndpointConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,018][DEBUG][main] Creating shared instance of singleton bean 'reactiveHealthContributorRegistry' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,018][DEBUG][main] Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'diskSpaceHealthIndicator' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,018][DEBUG][main] Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'pingHealthContributor' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,018][DEBUG][main] Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'dbHealthContributor' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,018][DEBUG][main] Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'redisHealthContributor' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,018][DEBUG][main] Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'healthEndpointGroups' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,020][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointWebExtensionConfiguration$MvcAdditionalHealthEndpointPathsConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,020][DEBUG][main] Creating shared instance of singleton bean 'healthEndpointWebMvcHandlerMapping' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,021][DEBUG][main] Creating shared instance of singleton bean 'webEndpointDiscoverer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,021][DEBUG][main] Creating shared instance of singleton bean 'endpointOperationParameterMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,021][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,023][DEBUG][main] Creating shared instance of singleton bean 'endpointMediaTypes' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,024][DEBUG][main] Autowiring by type from bean name 'webEndpointDiscoverer' via factory method to bean named 'endpointOperationParameterMapper' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,024][DEBUG][main] Autowiring by type from bean name 'webEndpointDiscoverer' via factory method to bean named 'endpointMediaTypes' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,024][DEBUG][main] Creating shared instance of singleton bean 'endpointCachingOperationInvokerAdvisor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,024][DEBUG][main] Autowiring by type from bean name 'endpointCachingOperationInvokerAdvisor' via factory method to bean named 'environment' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,025][DEBUG][main] Creating shared instance of singleton bean 'webExposeExcludePropertyEndpointFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,028][DEBUG][main] Autowiring by type from bean name 'healthEndpointWebMvcHandlerMapping' via factory method to bean named 'webEndpointDiscoverer' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,028][DEBUG][main] Autowiring by type from bean name 'healthEndpointWebMvcHandlerMapping' via factory method to bean named 'healthEndpointGroups' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,037][DEBUG][main] Creating shared instance of singleton bean 'healthEndpointWebExtension' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,037][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointWebExtensionConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,038][DEBUG][main] Autowiring by type from bean name 'healthEndpointWebExtension' via factory method to bean named 'healthContributorRegistry' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,038][DEBUG][main] Autowiring by type from bean name 'healthEndpointWebExtension' via factory method to bean named 'healthEndpointGroups' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,038][DEBUG][main] Autowiring by type from bean name 'healthEndpointWebExtension' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,039][DEBUG][main] Creating shared instance of singleton bean 'infoEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,039][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.info.InfoEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,041][DEBUG][main] Creating shared instance of singleton bean 'conditionsReportEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,041][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,041][DEBUG][main] Autowiring by type from bean name 'conditionsReportEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@351f2244' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,041][DEBUG][main] Creating shared instance of singleton bean 'configurationPropertiesReportEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,041][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,042][DEBUG][main] Creating shared instance of singleton bean 'management.endpoint.configprops-org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,043][DEBUG][main] Autowiring by type from bean name 'configurationPropertiesReportEndpoint' via factory method to bean named 'management.endpoint.configprops-org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,047][DEBUG][main] Creating shared instance of singleton bean 'environmentEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,047][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,048][DEBUG][main] Creating shared instance of singleton bean 'management.endpoint.env-org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,048][DEBUG][main] Autowiring by type from bean name 'environmentEndpoint' via factory method to bean named 'environment' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,048][DEBUG][main] Autowiring by type from bean name 'environmentEndpoint' via factory method to bean named 'management.endpoint.env-org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,050][DEBUG][main] Creating shared instance of singleton bean 'loggersEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,050][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,051][DEBUG][main] Autowiring by type from bean name 'loggersEndpoint' via factory method to bean named 'springBootLoggingSystem' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,052][DEBUG][main] Creating shared instance of singleton bean 'heapDumpWebEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,052][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.management.HeapDumpWebEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,053][DEBUG][main] Creating shared instance of singleton bean 'dumpEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,053][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.management.ThreadDumpEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,054][DEBUG][main] Creating shared instance of singleton bean 'metricsEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,054][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,055][DEBUG][main] Autowiring by type from bean name 'metricsEndpoint' via factory method to bean named 'simpleMeterRegistry' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,056][DEBUG][main] Creating shared instance of singleton bean 'sbomEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,056][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.sbom.SbomEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,056][DEBUG][main] Creating shared instance of singleton bean 'management.endpoint.sbom-org.springframework.boot.actuate.sbom.SbomProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,057][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.sbom.SbomEndpointAutoConfiguration' via constructor to bean named 'management.endpoint.sbom-org.springframework.boot.actuate.sbom.SbomProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,057][DEBUG][main] Autowiring by type from bean name 'sbomEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@351f2244' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,058][DEBUG][main] Creating shared instance of singleton bean 'scheduledTasksEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,058][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,059][DEBUG][main] Creating shared instance of singleton bean 'mappingsEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,059][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,059][DEBUG][main] Autowiring by type from bean name 'mappingsEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@351f2244' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,060][DEBUG][main] Creating shared instance of singleton bean 'dispatcherServletMappingDescriptionProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,060][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration$ServletWebConfiguration$SpringMvcConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,061][DEBUG][main] Creating shared instance of singleton bean 'servletMappingDescriptionProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,061][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration$ServletWebConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,062][DEBUG][main] Creating shared instance of singleton bean 'filterMappingDescriptionProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,072][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,073][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,073][DEBUG][main] Creating shared instance of singleton bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,074][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' via constructor to bean named 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,074][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,076][DEBUG][main] Creating shared instance of singleton bean 'management.info-org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,077][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,077][DEBUG][main] Creating shared instance of singleton bean 'servletWebChildContextFactory' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,078][DEBUG][main] Creating shared instance of singleton bean 'managementServletContext' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,078][DEBUG][main] Autowiring by type from bean name 'managementServletContext' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,079][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.redis.RedisReactiveAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,080][DEBUG][main] Creating shared instance of singleton bean 'reactiveRedisTemplate' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,080][DEBUG][main] Autowiring by type from bean name 'reactiveRedisTemplate' via factory method to bean named 'redissonConnectionFactory' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,080][DEBUG][main] Autowiring by type from bean name 'reactiveRedisTemplate' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@351f2244' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,094][DEBUG][main] Creating shared instance of singleton bean 'reactiveStringRedisTemplate' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,094][DEBUG][main] Autowiring by type from bean name 'reactiveStringRedisTemplate' via factory method to bean named 'redissonConnectionFactory' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,096][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.data.redis.RedisHealthContributorAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,097][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,098][DEBUG][main] Creating shared instance of singleton bean 'spring.jmx-org.springframework.boot.autoconfigure.jmx.JmxProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,099][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' via constructor to bean named 'spring.jmx-org.springframework.boot.autoconfigure.jmx.JmxProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,099][DEBUG][main] Creating shared instance of singleton bean 'mbeanExporter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,100][DEBUG][main] Creating shared instance of singleton bean 'objectNamingStrategy' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,102][DEBUG][main] Autowiring by type from bean name 'mbeanExporter' via factory method to bean named 'objectNamingStrategy' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,102][DEBUG][main] Autowiring by type from bean name 'mbeanExporter' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@2b2f5fcf' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,104][DEBUG][main] Creating shared instance of singleton bean 'mbeanServer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,105][DEBUG][main] Found MBeanServer: com.sun.jmx.mbeanserver.JmxMBeanServer@5e4c8041 (JmxUtils.java:127) +[2026-06-02 18:55:04,114][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,114][DEBUG][main] Creating shared instance of singleton bean 'management.endpoints.jmx-org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,115][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@351f2244' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,115][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration' via constructor to bean named 'management.endpoints.jmx-org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,115][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration' via constructor to bean named 'spring.jmx-org.springframework.boot.autoconfigure.jmx.JmxProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,116][DEBUG][main] Creating shared instance of singleton bean 'jmxAnnotationEndpointDiscoverer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,116][DEBUG][main] Autowiring by type from bean name 'jmxAnnotationEndpointDiscoverer' via factory method to bean named 'endpointOperationParameterMapper' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,116][DEBUG][main] Creating shared instance of singleton bean 'jmxIncludeExcludePropertyEndpointFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,118][DEBUG][main] Creating shared instance of singleton bean 'endpointObjectNameFactory' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,118][DEBUG][main] Autowiring by type from bean name 'endpointObjectNameFactory' via factory method to bean named 'mbeanServer' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,118][DEBUG][main] Creating shared instance of singleton bean 'jmxMBeanExporter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,119][DEBUG][main] Autowiring by type from bean name 'jmxMBeanExporter' via factory method to bean named 'mbeanServer' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,119][DEBUG][main] Autowiring by type from bean name 'jmxMBeanExporter' via factory method to bean named 'endpointObjectNameFactory' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,119][DEBUG][main] Autowiring by type from bean name 'jmxMBeanExporter' via factory method to bean named 'jmxAnnotationEndpointDiscoverer' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,132][DEBUG][main] Creating shared instance of singleton bean 'eagerlyInitializeJmxEndpointExporter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,134][DEBUG][main] Creating shared instance of singleton bean 'controllerEndpointDiscoverer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,134][DEBUG][main] Creating shared instance of singleton bean 'controllerExposeExcludePropertyEndpointFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,136][DEBUG][main] Creating shared instance of singleton bean 'pathMappedEndpoints' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,136][DEBUG][main] Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'jmxAnnotationEndpointDiscoverer' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,136][DEBUG][main] Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'servletEndpointDiscoverer' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,136][DEBUG][main] Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'webEndpointDiscoverer' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,136][DEBUG][main] Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'controllerEndpointDiscoverer' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,142][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,143][DEBUG][main] Creating shared instance of singleton bean 'management.endpoint.logfile-org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,143][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.mail.MailSenderAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,143][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,144][DEBUG][main] Creating shared instance of singleton bean 'jvmGcMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,145][DEBUG][main] Using SLF4J as the default logging framework (InternalLoggerFactory.java:59) +[2026-06-02 18:55:04,147][DEBUG][main] Creating shared instance of singleton bean 'jvmHeapPressureMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,149][DEBUG][main] Creating shared instance of singleton bean 'jvmMemoryMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,149][DEBUG][main] Creating shared instance of singleton bean 'jvmThreadMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,150][DEBUG][main] Creating shared instance of singleton bean 'classLoaderMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,150][DEBUG][main] Creating shared instance of singleton bean 'jvmInfoMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,150][DEBUG][main] Creating shared instance of singleton bean 'jvmCompilationMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,151][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.Log4J2MetricsAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,151][DEBUG][main] Creating shared instance of singleton bean 'log4j2Metrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,152][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,152][DEBUG][main] Creating shared instance of singleton bean 'uptimeMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,153][DEBUG][main] Creating shared instance of singleton bean 'processorMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,154][DEBUG][main] Creating shared instance of singleton bean 'fileDescriptorMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,154][DEBUG][main] Creating shared instance of singleton bean 'diskSpaceMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,155][DEBUG][main] Autowiring by type from bean name 'diskSpaceMetrics' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,155][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMeterBinderProvidersConfiguration$RedisCacheMeterBinderProviderConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,155][DEBUG][main] Creating shared instance of singleton bean 'redisCacheMeterBinderProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,156][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMeterBinderProvidersConfiguration$JCacheCacheMeterBinderProviderConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,156][DEBUG][main] Creating shared instance of singleton bean 'jCacheCacheMeterBinderProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,157][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMeterBinderProvidersConfiguration$CaffeineCacheMeterBinderProviderConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,157][DEBUG][main] Creating shared instance of singleton bean 'caffeineCacheMeterBinderProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,157][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMeterBinderProvidersConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,157][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsRegistrarConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,158][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsRegistrarConfiguration' via constructor to bean named 'simpleMeterRegistry' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,158][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsRegistrarConfiguration' via constructor to bean named 'redisCacheMeterBinderProvider' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,158][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsRegistrarConfiguration' via constructor to bean named 'jCacheCacheMeterBinderProvider' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,158][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsRegistrarConfiguration' via constructor to bean named 'caffeineCacheMeterBinderProvider' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,158][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsRegistrarConfiguration' via constructor to bean named 'cacheManager' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,159][DEBUG][main] Creating shared instance of singleton bean 'cacheMetricsRegistrar' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,159][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,159][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,159][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration' via constructor to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,160][DEBUG][main] Creating shared instance of singleton bean 'repositoryTagsProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,160][DEBUG][main] Creating shared instance of singleton bean 'metricsRepositoryMethodInvocationListener' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,161][DEBUG][main] Autowiring by type from bean name 'metricsRepositoryMethodInvocationListener' via factory method to bean named 'repositoryTagsProvider' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,162][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.integration.IntegrationMetricsAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,162][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration$HikariDataSourceMetricsConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,163][DEBUG][main] Creating shared instance of singleton bean 'hikariDataSourceMeterBinder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,163][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration$DataSourcePoolMetadataMetricsConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,164][DEBUG][main] Creating shared instance of singleton bean 'dataSourcePoolMetadataMeterBinder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,164][DEBUG][main] Autowiring by type from bean name 'dataSourcePoolMetadataMeterBinder' via factory method to bean named 'druidDataSource' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,164][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,164][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.startup.StartupTimeMetricsListenerAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,165][DEBUG][main] Creating shared instance of singleton bean 'startupTimeMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,165][DEBUG][main] Autowiring by type from bean name 'startupTimeMetrics' via factory method to bean named 'simpleMeterRegistry' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,166][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$ThreadPoolTaskSchedulerBuilderConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,166][DEBUG][main] Creating shared instance of singleton bean 'threadPoolTaskSchedulerBuilder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,167][DEBUG][main] Creating shared instance of singleton bean 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,167][DEBUG][main] Autowiring by type from bean name 'threadPoolTaskSchedulerBuilder' via factory method to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,169][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$TaskSchedulerBuilderConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,169][DEBUG][main] Creating shared instance of singleton bean 'taskSchedulerBuilder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,169][DEBUG][main] Autowiring by type from bean name 'taskSchedulerBuilder' via factory method to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,170][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$SimpleAsyncTaskSchedulerBuilderConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,170][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$SimpleAsyncTaskSchedulerBuilderConfiguration' via constructor to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,170][DEBUG][main] Creating shared instance of singleton bean 'simpleAsyncTaskSchedulerBuilder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,171][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$TaskSchedulerConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,172][DEBUG][main] Creating shared instance of singleton bean 'taskScheduler' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,172][DEBUG][main] Autowiring by type from bean name 'taskScheduler' via factory method to bean named 'taskSchedulerBuilder' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,173][DEBUG][main] Initializing ExecutorService 'taskScheduler' (ExecutorConfigurationSupport.java:264) +[2026-06-02 18:55:04,178][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,179][DEBUG][main] Creating shared instance of singleton bean 'scheduledBeanLazyInitializationExcludeFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,179][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.task.TaskExecutorMetricsAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,184][DEBUG][main] Creating shared instance of singleton bean 'eagerTaskExecutorMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,184][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.web.tomcat.TomcatMetricsAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,184][DEBUG][main] Creating shared instance of singleton bean 'tomcatMetricsBinder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,184][DEBUG][main] Autowiring by type from bean name 'tomcatMetricsBinder' via factory method to bean named 'simpleMeterRegistry' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,185][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$ObservedAspectConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,185][DEBUG][main] Creating shared instance of singleton bean 'observedAspect' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,186][DEBUG][main] Autowiring by type from bean name 'observedAspect' via factory method to bean named 'observationRegistry' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,186][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$MeterObservationHandlerConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,186][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,186][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.client.RestClientAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,187][DEBUG][main] Creating shared instance of singleton bean 'httpMessageConvertersRestClientCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,187][DEBUG][main] Creating shared instance of singleton bean 'restClientSsl' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,187][DEBUG][main] Autowiring by type from bean name 'restClientSsl' via factory method to bean named 'sslBundleRegistry' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,188][DEBUG][main] Creating shared instance of singleton bean 'restClientBuilderConfigurer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,188][DEBUG][main] Creating shared instance of singleton bean 'observationRestClientCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,188][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.RestClientObservationConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,188][DEBUG][main] Autowiring by type from bean name 'observationRestClientCustomizer' via factory method to bean named 'observationRegistry' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,188][DEBUG][main] Autowiring by type from bean name 'observationRestClientCustomizer' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,190][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,190][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.RestTemplateObservationConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,190][DEBUG][main] Creating shared instance of singleton bean 'observationRestTemplateCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,190][DEBUG][main] Autowiring by type from bean name 'observationRestTemplateCustomizer' via factory method to bean named 'observationRegistry' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,190][DEBUG][main] Autowiring by type from bean name 'observationRestTemplateCustomizer' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,191][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.HttpClientObservationsAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,191][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksObservabilityAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,191][DEBUG][main] Creating shared instance of singleton bean 'observabilitySchedulingConfigurer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,191][DEBUG][main] Autowiring by type from bean name 'observabilitySchedulingConfigurer' via factory method to bean named 'observationRegistry' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,192][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,192][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,192][DEBUG][main] Creating shared instance of singleton bean 'springApplicationAdminRegistrar' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,192][DEBUG][main] Autowiring by type from bean name 'springApplicationAdminRegistrar' via factory method to bean named 'environment' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,193][DEBUG][main] Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication' (SpringApplicationAdminMXBeanRegistrar.java:131) +[2026-06-02 18:55:04,195][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$AspectJAutoProxyingConfiguration$CglibAutoProxyConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,195][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$AspectJAutoProxyingConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,196][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,196][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,196][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,196][DEBUG][main] Creating shared instance of singleton bean 'lifecycleProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,197][DEBUG][main] Creating shared instance of singleton bean 'spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,197][DEBUG][main] Autowiring by type from bean name 'lifecycleProcessor' via factory method to bean named 'spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,199][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,199][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.redis.RedisRepositoriesAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,199][DEBUG][main] Creating shared instance of singleton bean 'redisIndexConfiguration#0' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,200][DEBUG][main] Creating shared instance of singleton bean 'redisKeyspaceConfiguration#0' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,200][DEBUG][main] Creating shared instance of singleton bean 'redisMappingConfiguration#0' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,200][DEBUG][main] Creating shared instance of singleton bean 'keyValueMappingContext' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,207][DEBUG][main] Creating shared instance of singleton bean 'redisCustomConversions' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.lang.String to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class [B to class java.lang.String as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.lang.Number to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class [B to class java.lang.Number as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.lang.Enum to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class [B to class java.lang.Enum as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.lang.Boolean to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class [B to class java.lang.Boolean as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.util.Date to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class [B to class java.util.Date as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.util.UUID to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class [B to class java.util.UUID as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.time.LocalDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class [B to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.time.LocalDate to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class [B to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.time.LocalTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class [B to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.time.ZonedDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class [B to class java.time.ZonedDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.time.Instant to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class [B to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.time.ZoneId to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class [B to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.time.Period to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class [B to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.time.Duration to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class [B to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.time.OffsetDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class [B to class java.time.OffsetDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.time.OffsetTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class [B to class java.time.OffsetTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.time.LocalDate to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.time.LocalTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.util.Date to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.time.Instant to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.time.ZoneId to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.lang.String to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.time.Duration to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.lang.String to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.time.Period to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.lang.String to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,208][DEBUG][main] Adding converter from class java.lang.String to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,210][DEBUG][main] Creating shared instance of singleton bean 'redisReferenceResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,210][DEBUG][main] Creating shared instance of singleton bean 'redisConverter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.lang.String to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class [B to class java.lang.String as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.lang.Number to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class [B to class java.lang.Number as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.lang.Enum to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class [B to class java.lang.Enum as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.lang.Boolean to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class [B to class java.lang.Boolean as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.util.Date to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class [B to class java.util.Date as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.util.UUID to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class [B to class java.util.UUID as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.time.LocalDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class [B to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.time.LocalDate to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class [B to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.time.LocalTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class [B to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.time.ZonedDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class [B to class java.time.ZonedDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.time.Instant to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class [B to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.time.ZoneId to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class [B to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.time.Period to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class [B to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.time.Duration to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class [B to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.time.OffsetDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class [B to class java.time.OffsetDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.time.OffsetTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class [B to class java.time.OffsetTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.time.LocalDate to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.time.LocalTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.util.Date to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.time.Instant to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.time.ZoneId to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.lang.String to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.time.Duration to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.lang.String to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.time.Period to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.lang.String to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,211][DEBUG][main] Adding converter from class java.lang.String to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.lang.String to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class [B to class java.lang.String as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.lang.Number to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class [B to class java.lang.Number as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.lang.Enum to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class [B to class java.lang.Enum as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.lang.Boolean to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class [B to class java.lang.Boolean as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.util.Date to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class [B to class java.util.Date as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.util.UUID to class [B as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class [B to class java.util.UUID as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.time.LocalDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class [B to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.time.LocalDate to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class [B to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.time.LocalTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class [B to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.time.ZonedDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class [B to class java.time.ZonedDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.time.Instant to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class [B to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.time.ZoneId to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class [B to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.time.Period to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class [B to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.time.Duration to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class [B to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.time.OffsetDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class [B to class java.time.OffsetDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.time.OffsetTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class [B to class java.time.OffsetTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.time.LocalDate to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.time.LocalTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.util.Date to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.time.Instant to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.time.ZoneId to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.lang.String to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.time.Duration to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.lang.String to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.time.Period to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.lang.String to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,212][DEBUG][main] Adding converter from class java.lang.String to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-02 18:55:04,216][DEBUG][main] Creating shared instance of singleton bean 'redisKeyValueAdapter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,220][DEBUG][main] Starting RedisMessageListenerContainer... (RedisMessageListenerContainer.java:1007) +[2026-06-02 18:55:04,220][DEBUG][main] Postpone listening for Redis messages until actual listeners are added (RedisMessageListenerContainer.java:1007) +[2026-06-02 18:55:04,223][DEBUG][main] Creating shared instance of singleton bean 'redisKeyValueTemplate' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,227][DEBUG][main] Creating shared instance of singleton bean 'data-redis.repository-aot-processor#0' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,233][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.data.web.config.ProjectingArgumentResolverRegistrar' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,234][DEBUG][main] Creating shared instance of singleton bean 'offsetResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,236][DEBUG][main] Creating shared instance of singleton bean 'freeMarkerConfigurer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,270][DEBUG][main] File system access not preferred: using SpringTemplateLoader (FreeMarkerConfigurationFactory.java:362) +[2026-06-02 18:55:04,271][DEBUG][main] SpringTemplateLoader for FreeMarker: using resource loader [org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@351f2244, started on Tue Jun 02 18:54:57 CST 2026] and template loader path [classpath:/templates/] (SpringTemplateLoader.java:62) +[2026-06-02 18:55:04,273][DEBUG][main] Creating shared instance of singleton bean 'freeMarkerConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,273][DEBUG][main] Autowiring by type from bean name 'freeMarkerConfiguration' via factory method to bean named 'freeMarkerConfigurer' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,287][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,287][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@351f2244' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,287][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration' via constructor to bean named 'spring.freemarker-org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,288][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,289][DEBUG][main] Creating shared instance of singleton bean 'jdbcTemplate' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,289][DEBUG][main] Creating shared instance of singleton bean 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,290][DEBUG][main] Autowiring by type from bean name 'jdbcTemplate' via factory method to bean named 'druidDataSource' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,290][DEBUG][main] Autowiring by type from bean name 'jdbcTemplate' via factory method to bean named 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,300][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.NamedParameterJdbcTemplateConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,300][DEBUG][main] Creating shared instance of singleton bean 'namedParameterJdbcTemplate' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,301][DEBUG][main] Autowiring by type from bean name 'namedParameterJdbcTemplate' via factory method to bean named 'jdbcTemplate' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,306][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,306][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,306][DEBUG][main] Creating shared instance of singleton bean 'jdbcClient' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,307][DEBUG][main] Autowiring by type from bean name 'jdbcClient' via factory method to bean named 'namedParameterJdbcTemplate' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,308][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.netty.NettyAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,308][DEBUG][main] Creating shared instance of singleton bean 'spring.netty-org.springframework.boot.autoconfigure.netty.NettyProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,308][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.netty.NettyAutoConfiguration' via constructor to bean named 'spring.netty-org.springframework.boot.autoconfigure.netty.NettyProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,309][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,309][DEBUG][main] Creating shared instance of singleton bean 'spring.reactor-org.springframework.boot.autoconfigure.reactor.ReactorProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,309][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration' via constructor to bean named 'spring.reactor-org.springframework.boot.autoconfigure.reactor.ReactorProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,310][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,310][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$JdbcTransactionManagerConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,310][DEBUG][main] Creating shared instance of singleton bean 'transactionManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,310][DEBUG][main] Autowiring by type from bean name 'transactionManager' via factory method to bean named 'environment' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,310][DEBUG][main] Autowiring by type from bean name 'transactionManager' via factory method to bean named 'druidDataSource' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,318][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,318][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$TransactionTemplateConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,318][DEBUG][main] Creating shared instance of singleton bean 'transactionTemplate' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,319][DEBUG][main] Autowiring by type from bean name 'transactionTemplate' via factory method to bean named 'transactionManager' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,321][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,321][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,322][DEBUG][main] Creating shared instance of singleton bean 'multipartResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,322][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet.WebMvcEndpointManagementContextConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,323][DEBUG][main] Creating shared instance of singleton bean 'webEndpointServletHandlerMapping' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,324][DEBUG][main] Creating shared instance of singleton bean 'management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,325][DEBUG][main] Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'webEndpointDiscoverer' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,325][DEBUG][main] Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'servletEndpointDiscoverer' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,325][DEBUG][main] Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'controllerEndpointDiscoverer' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,325][DEBUG][main] Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'endpointMediaTypes' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,325][DEBUG][main] Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,325][DEBUG][main] Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,325][DEBUG][main] Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'environment' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,333][DEBUG][main] Creating shared instance of singleton bean 'controllerEndpointHandlerMapping' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,333][DEBUG][main] Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'controllerEndpointDiscoverer' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,333][DEBUG][main] Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,333][DEBUG][main] Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,340][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration$EnableSameManagementContextConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,341][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,341][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration' via constructor to bean named 'environment' (ConstructorResolver.java:945) +[2026-06-02 18:55:04,341][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,341][DEBUG][main] Creating shared instance of singleton bean 'management.server-org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,342][DEBUG][main] Creating shared instance of singleton bean 'flowDefinitionMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,347][DEBUG][main] Creating shared instance of singleton bean 'flowFormMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,351][DEBUG][main] Creating shared instance of singleton bean 'flowNodeMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,356][DEBUG][main] Creating shared instance of singleton bean 'flowSkipMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,360][DEBUG][main] Creating shared instance of singleton bean 'flowUserMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,363][DEBUG][main] Creating shared instance of singleton bean 'warmMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-02 18:55:04,392][DEBUG][main] Registering beans for JMX exposure on startup (MBeanExporter.java:450) +[2026-06-02 18:55:04,393][DEBUG][main] Auto-detecting user-defined JMX MBeans (MBeanExporter.java:557) +[2026-06-02 18:55:04,393][DEBUG][main] Bean with name 'druidDataSource' has been autodetected for JMX exposure (MBeanExporter.java:911) +[2026-06-02 18:55:04,397][DEBUG][main] Located MBean 'druidDataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=druidDataSource,type=DruidDataSource] (MBeanExporter.java:684) +[2026-06-02 18:55:04,398][DEBUG][main] Starting beans in phase -2147483647 (DefaultLifecycleProcessor.java:466) +[2026-06-02 18:55:04,398][DEBUG][main] Successfully started bean 'springBootLoggingLifecycle' (DefaultLifecycleProcessor.java:291) +[2026-06-02 18:55:04,398][DEBUG][main] Starting beans in phase 2147481599 (DefaultLifecycleProcessor.java:466) +[2026-06-02 18:55:04,399][DEBUG][main] Setting state for [Connector["http-nio-1024"]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-02 18:55:04,399][DEBUG][main] Setting state for [Connector["http-nio-1024"]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-02 18:55:04,402][DEBUG][main] Setting state for [Connector["http-nio-1024"]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-02 18:55:04,408][DEBUG][main] Successfully started bean 'webServerStartStop' (DefaultLifecycleProcessor.java:291) +[2026-06-02 18:55:04,408][DEBUG][main] Starting beans in phase 2147482623 (DefaultLifecycleProcessor.java:466) +[2026-06-02 18:55:04,408][DEBUG][main] Successfully started bean 'webServerGracefulShutdown' (DefaultLifecycleProcessor.java:291) +[2026-06-02 18:55:04,408][DEBUG][main] Starting beans in phase 2147483647 (DefaultLifecycleProcessor.java:466) +[2026-06-02 18:55:04,417][DEBUG][main] + + +============================ +CONDITIONS EVALUATION REPORT +============================ + + +Positive matches: +----------------- + + AdminSmartJobController matched: + - @ConditionalOnBean (types: net.lab1024.sa.base.module.support.job.config.SmartJobAutoConfiguration; SearchStrategy: all) found bean 'smartJobAutoConfiguration' (OnBeanCondition) + + AopAutoConfiguration matched: + - @ConditionalOnProperty (spring.aop.auto=true) matched (OnPropertyCondition) + + AopAutoConfiguration.AspectJAutoProxyingConfiguration matched: + - @ConditionalOnClass found required class 'org.aspectj.weaver.Advice' (OnClassCondition) + + AopAutoConfiguration.AspectJAutoProxyingConfiguration.CglibAutoProxyConfiguration matched: + - @ConditionalOnProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition) + + ApplicationAvailabilityAutoConfiguration#applicationAvailability matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.availability.ApplicationAvailability; SearchStrategy: all) did not find any beans (OnBeanCondition) + + AuditEventsEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + BeansEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + BeansEndpointAutoConfiguration#beansEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.beans.BeansEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + CacheAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition) + - @ConditionalOnBean (types: org.springframework.cache.interceptor.CacheAspectSupport; SearchStrategy: all) found bean 'cacheInterceptor'; @ConditionalOnMissingBean (names: cacheResolver types: org.springframework.cache.CacheManager; SearchStrategy: all) did not find any beans (OnBeanCondition) + + CacheAutoConfiguration#cacheManagerCustomizers matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.cache.CacheManagerCustomizers; SearchStrategy: all) did not find any beans (OnBeanCondition) + + CacheConfig#caffeineCacheService matched: + - @ConditionalOnProperty (spring.cache.type=caffeine) matched (OnPropertyCondition) + + CacheMeterBinderProvidersConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.instrument.binder.MeterBinder' (OnClassCondition) + + CacheMeterBinderProvidersConfiguration.CaffeineCacheMeterBinderProviderConfiguration matched: + - @ConditionalOnClass found required classes 'org.springframework.cache.caffeine.CaffeineCache', 'com.github.benmanes.caffeine.cache.Cache' (OnClassCondition) + + CacheMeterBinderProvidersConfiguration.JCacheCacheMeterBinderProviderConfiguration matched: + - @ConditionalOnClass found required classes 'org.springframework.cache.jcache.JCacheCache', 'javax.cache.CacheManager' (OnClassCondition) + + CacheMeterBinderProvidersConfiguration.RedisCacheMeterBinderProviderConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.data.redis.cache.RedisCache' (OnClassCondition) + + CacheMetricsAutoConfiguration matched: + - @ConditionalOnBean (types: org.springframework.cache.CacheManager; SearchStrategy: all) found bean 'cacheManager' (OnBeanCondition) + + CacheMetricsRegistrarConfiguration matched: + - @ConditionalOnBean (types: org.springframework.boot.actuate.metrics.cache.CacheMeterBinderProvider,io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans 'caffeineCacheMeterBinderProvider', 'simpleMeterRegistry', 'redisCacheMeterBinderProvider', 'jCacheCacheMeterBinderProvider' (OnBeanCondition) + + CachesEndpointAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition) + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + CachesEndpointAutoConfiguration#cachesEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.cache.CachesEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + CaffeineCacheConfiguration matched: + - @ConditionalOnClass found required classes 'com.github.benmanes.caffeine.cache.Caffeine', 'org.springframework.cache.caffeine.CaffeineCacheManager' (OnClassCondition) + - Cache org.springframework.boot.autoconfigure.cache.CaffeineCacheConfiguration CAFFEINE cache type (CacheCondition) + - @ConditionalOnMissingBean (types: org.springframework.cache.CacheManager; SearchStrategy: all) did not find any beans (OnBeanCondition) + + CompositeMeterRegistryAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.instrument.composite.CompositeMeterRegistry' (OnClassCondition) + + ConditionsReportEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + ConditionsReportEndpointAutoConfiguration#conditionsReportEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint; SearchStrategy: current) did not find any beans (OnBeanCondition) + + ConfigurationPropertiesReportEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + ConfigurationPropertiesReportEndpointAutoConfiguration#configurationPropertiesReportEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + DataSourceAutoConfiguration matched: + - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition) + - @ConditionalOnMissingBean (types: io.r2dbc.spi.ConnectionFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) + + DataSourceConfiguration.Hikari matched: + - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) + - @ConditionalOnProperty (spring.datasource.type=com.zaxxer.hikari.HikariDataSource) matched (OnPropertyCondition) + + DataSourceHealthContributorAutoConfiguration matched: + - @ConditionalOnClass found required classes 'org.springframework.jdbc.core.JdbcTemplate', 'org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource' (OnClassCondition) + - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) + - @ConditionalOnBean (types: javax.sql.DataSource; SearchStrategy: all) found bean 'druidDataSource' (OnBeanCondition) + + DataSourceHealthContributorAutoConfiguration#dbHealthContributor matched: + - @ConditionalOnMissingBean (names: dbHealthIndicator,dbHealthContributor; SearchStrategy: all) did not find any beans (OnBeanCondition) + + DataSourceInitializationConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.jdbc.datasource.init.DatabasePopulator' (OnClassCondition) + - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'druidDataSource'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer,org.springframework.boot.autoconfigure.sql.init.SqlR2dbcScriptDatabaseInitializer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + DataSourceJmxConfiguration matched: + - @ConditionalOnProperty (spring.jmx.enabled=true) matched (OnPropertyCondition) + + DataSourceJmxConfiguration.Hikari matched: + - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) + + DataSourcePoolMetadataProvidersConfiguration.HikariPoolDataSourceMetadataProviderConfiguration matched: + - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) + + DataSourcePoolMetricsAutoConfiguration matched: + - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) + - @ConditionalOnBean (types: javax.sql.DataSource,io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans 'simpleMeterRegistry', 'druidDataSource' (OnBeanCondition) + + DataSourcePoolMetricsAutoConfiguration.DataSourcePoolMetadataMetricsConfiguration matched: + - @ConditionalOnBean (types: org.springframework.boot.jdbc.metadata.DataSourcePoolMetadataProvider; SearchStrategy: all) found bean 'hikariPoolDataSourceMetadataProvider' (OnBeanCondition) + + DataSourcePoolMetricsAutoConfiguration.HikariDataSourceMetricsConfiguration matched: + - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) + + DataSourceTransactionManagerAutoConfiguration matched: + - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.core.JdbcTemplate', 'org.springframework.transaction.TransactionManager' (OnClassCondition) + + DataSourceTransactionManagerAutoConfiguration.JdbcTransactionManagerConfiguration matched: + - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'druidDataSource' (OnBeanCondition) + + DataSourceTransactionManagerAutoConfiguration.JdbcTransactionManagerConfiguration#transactionManager matched: + - @ConditionalOnMissingBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition) + + DdlAutoConfiguration matched: + - @ConditionalOnClass found required class 'com.baomidou.mybatisplus.extension.ddl.IDdl' (OnClassCondition) + + DiskSpaceHealthContributorAutoConfiguration matched: + - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) + + DiskSpaceHealthContributorAutoConfiguration#diskSpaceHealthIndicator matched: + - @ConditionalOnMissingBean (names: diskSpaceHealthIndicator; SearchStrategy: all) did not find any beans (OnBeanCondition) + + DispatcherServletAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + + DispatcherServletAutoConfiguration.DispatcherServletConfiguration matched: + - @ConditionalOnClass found required class 'jakarta.servlet.ServletRegistration' (OnClassCondition) + - Default DispatcherServlet did not find dispatcher servlet beans (DispatcherServletAutoConfiguration.DefaultDispatcherServletCondition) + + DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration matched: + - @ConditionalOnClass found required class 'jakarta.servlet.ServletRegistration' (OnClassCondition) + - DispatcherServlet Registration did not find servlet registration bean (DispatcherServletAutoConfiguration.DispatcherServletRegistrationCondition) + - DispatcherServlet Registration found servlet registration beans 'druidServlet' and none is named dispatcherServletRegistration (DispatcherServletAutoConfiguration.DispatcherServletRegistrationCondition) + + DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration#dispatcherServletRegistration matched: + - @ConditionalOnBean (names: dispatcherServlet types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition) + + DruidDataSourceAutoConfigure matched: + - @ConditionalOnClass found required class 'com.alibaba.druid.pool.DruidDataSource' (OnClassCondition) + - @ConditionalOnProperty (spring.datasource.type=com.alibaba.druid.pool.DruidDataSource) matched (OnPropertyCondition) + + EmbeddedWebServerFactoryCustomizerAutoConfiguration matched: + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnWarDeployment the application is not deployed as a WAR file. (OnWarDeploymentCondition) + + EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration matched: + - @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition) + + EndpointAutoConfiguration#endpointCachingOperationInvokerAdvisor matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor; SearchStrategy: all) did not find any beans (OnBeanCondition) + + EndpointAutoConfiguration#endpointOperationParameterMapper matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper; SearchStrategy: all) did not find any beans (OnBeanCondition) + + EnvironmentEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + EnvironmentEndpointAutoConfiguration#environmentEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.env.EnvironmentEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ErrorMvcAutoConfiguration matched: + - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + + ErrorMvcAutoConfiguration#basicErrorController matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorController; SearchStrategy: current) did not find any beans (OnBeanCondition) + + ErrorMvcAutoConfiguration#errorAttributes matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorAttributes; SearchStrategy: current) did not find any beans (OnBeanCondition) + + ErrorMvcAutoConfiguration.DefaultErrorViewResolverConfiguration#conventionErrorViewResolver matched: + - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.servlet.error.ErrorViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration matched: + - @ConditionalOnProperty (server.error.whitelabel.enabled) matched (OnPropertyCondition) + - ErrorTemplate Missing did not find error template view (ErrorMvcAutoConfiguration.ErrorTemplateMissingCondition) + + ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#beanNameViewResolver matched: + - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#defaultErrorView matched: + - @ConditionalOnMissingBean (names: error; SearchStrategy: all) did not find any beans (OnBeanCondition) + + FileConfig#initLocalFileService matched: + - @ConditionalOnProperty (file.storage.mode=local) matched (OnPropertyCondition) + + FlowAutoConfig matched: + - @ConditionalOnProperty (warm-flow.enabled=true) matched (OnPropertyCondition) + + FlowInstanceServiceImpl matched: + - @ConditionalOnProperty (warm-flow.enabled=true) matched (OnPropertyCondition) + + FlowProcessEventHandler matched: + - @ConditionalOnProperty (warm-flow.enabled=true) matched (OnPropertyCondition) + + FreeMarkerAutoConfiguration matched: + - @ConditionalOnClass found required classes 'freemarker.template.Configuration', 'org.springframework.ui.freemarker.FreeMarkerConfigurationFactory' (OnClassCondition) + + FreeMarkerServletWebConfiguration matched: + - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + + FreeMarkerServletWebConfiguration#freeMarkerConfigurer matched: + - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.freemarker.FreeMarkerConfig; SearchStrategy: all) did not find any beans (OnBeanCondition) + + FreeMarkerServletWebConfiguration#freeMarkerViewResolver matched: + - @ConditionalOnProperty (spring.freemarker.enabled) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (names: freeMarkerViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HealthContributorAutoConfiguration#pingHealthContributor matched: + - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) + + HealthEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + HealthEndpointConfiguration#healthContributorRegistry matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthContributorRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HealthEndpointConfiguration#healthEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HealthEndpointConfiguration#healthEndpointGroupMembershipValidator matched: + - @ConditionalOnProperty (management.endpoint.health.validate-group-membership=true) matched (OnPropertyCondition) + + HealthEndpointConfiguration#healthEndpointGroups matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpointGroups; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HealthEndpointConfiguration#healthHttpCodeStatusMapper matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HttpCodeStatusMapper; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HealthEndpointConfiguration#healthStatusAggregator matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.StatusAggregator; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HealthEndpointWebExtensionConfiguration matched: + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) + - @ConditionalOnBean (types: org.springframework.boot.actuate.health.HealthEndpoint; SearchStrategy: all) found bean 'healthEndpoint' (OnBeanCondition) + + HealthEndpointWebExtensionConfiguration#healthEndpointWebExtension matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HealthEndpointWebExtensionConfiguration.MvcAdditionalHealthEndpointPathsConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) + - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition) + + HeapDumpWebEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + HeapDumpWebEndpointAutoConfiguration#heapDumpWebEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.management.HeapDumpWebEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HttpClientObservationsAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.observation.Observation' (OnClassCondition) + - @ConditionalOnBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) found bean 'observationRegistry' (OnBeanCondition) + + HttpClientObservationsAutoConfiguration.MeterFilterConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) + + HttpEncodingAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.filter.CharacterEncodingFilter' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (server.servlet.encoding.enabled) matched (OnPropertyCondition) + + HttpEncodingAutoConfiguration#characterEncodingFilter matched: + - @ConditionalOnMissingBean (types: org.springframework.web.filter.CharacterEncodingFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HttpExchangesEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + HttpMessageConvertersAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.http.converter.HttpMessageConverter' (OnClassCondition) + - NoneNestedConditions 0 matched 1 did not; NestedCondition on HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition) + + HttpMessageConvertersAutoConfiguration#messageConverters matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.http.HttpMessageConverters; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.http.converter.StringHttpMessageConverter' (OnClassCondition) + + HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration#stringHttpMessageConverter matched: + - @ConditionalOnMissingBean (types: org.springframework.http.converter.StringHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + InfoEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + InfoEndpointAutoConfiguration#infoEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.info.InfoEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JacksonAutoConfiguration matched: + - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) + + JacksonAutoConfiguration.Jackson2ObjectMapperBuilderCustomizerConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) + + JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) + + JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration#jacksonObjectMapperBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.Jackson2ObjectMapperBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JacksonAutoConfiguration.JacksonObjectMapperConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) + + JacksonAutoConfiguration.JacksonObjectMapperConfiguration#jacksonObjectMapper matched: + - @ConditionalOnMissingBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JacksonAutoConfiguration.ParameterNamesModuleConfiguration matched: + - @ConditionalOnClass found required class 'com.fasterxml.jackson.module.paramnames.ParameterNamesModule' (OnClassCondition) + + JacksonAutoConfiguration.ParameterNamesModuleConfiguration#parameterNamesModule matched: + - @ConditionalOnMissingBean (types: com.fasterxml.jackson.module.paramnames.ParameterNamesModule; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JacksonEndpointAutoConfiguration#endpointObjectMapper matched: + - @ConditionalOnClass found required classes 'com.fasterxml.jackson.databind.ObjectMapper', 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) + - @ConditionalOnProperty (management.endpoints.jackson.isolated-object-mapper) matched (OnPropertyCondition) + + JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration matched: + - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) + - @ConditionalOnProperty (spring.mvc.converters.preferred-json-mapper=jackson) matched (OnPropertyCondition) + - @ConditionalOnBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found bean 'jacksonObjectMapper' (OnBeanCondition) + + JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration#mappingJackson2HttpMessageConverter matched: + - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter ignored: org.springframework.hateoas.server.mvc.TypeConstrainedMappingJackson2HttpMessageConverter,org.springframework.data.rest.webmvc.alps.AlpsJsonHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JdbcClientAutoConfiguration matched: + - @ConditionalOnSingleCandidate (types: org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate; SearchStrategy: all) found a single bean 'namedParameterJdbcTemplate'; @ConditionalOnMissingBean (types: org.springframework.jdbc.core.simple.JdbcClient; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JdbcTemplateAutoConfiguration matched: + - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.core.JdbcTemplate' (OnClassCondition) + - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'druidDataSource' (OnBeanCondition) + + JdbcTemplateConfiguration matched: + - @ConditionalOnMissingBean (types: org.springframework.jdbc.core.JdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JmxAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.jmx.export.MBeanExporter' (OnClassCondition) + - @ConditionalOnProperty (spring.jmx.enabled=true) matched (OnPropertyCondition) + + JmxAutoConfiguration#mbeanExporter matched: + - @ConditionalOnMissingBean (types: org.springframework.jmx.export.MBeanExporter; SearchStrategy: current) did not find any beans (OnBeanCondition) + + JmxAutoConfiguration#mbeanServer matched: + - @ConditionalOnMissingBean (types: javax.management.MBeanServer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JmxAutoConfiguration#objectNamingStrategy matched: + - @ConditionalOnMissingBean (types: org.springframework.jmx.export.naming.ObjectNamingStrategy; SearchStrategy: current) did not find any beans (OnBeanCondition) + + JmxEndpointAutoConfiguration matched: + - @ConditionalOnProperty (spring.jmx.enabled=true) matched (OnPropertyCondition) + + JmxEndpointAutoConfiguration#endpointObjectNameFactory matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.jmx.EndpointObjectNameFactory; SearchStrategy: current) did not find any beans (OnBeanCondition) + + JmxEndpointAutoConfiguration#jmxAnnotationEndpointDiscoverer matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.jmx.JmxEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JmxEndpointAutoConfiguration#jmxMBeanExporter matched: + - @ConditionalOnSingleCandidate (types: javax.management.MBeanServer; SearchStrategy: all) found a single bean 'mbeanServer' (OnBeanCondition) + + JvmMetricsAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) + + JvmMetricsAutoConfiguration#classLoaderMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.ClassLoaderMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JvmMetricsAutoConfiguration#jvmCompilationMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmCompilationMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JvmMetricsAutoConfiguration#jvmGcMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmGcMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JvmMetricsAutoConfiguration#jvmHeapPressureMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmHeapPressureMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JvmMetricsAutoConfiguration#jvmInfoMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmInfoMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JvmMetricsAutoConfiguration#jvmMemoryMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmMemoryMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JvmMetricsAutoConfiguration#jvmThreadMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmThreadMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + Knife4jAutoConfiguration matched: + - @ConditionalOnProperty (knife4j.enable=true) matched (OnPropertyCondition) + + Knife4jAutoConfiguration#knife4jJakartaOperationCustomizer matched: + - @ConditionalOnMissingBean (types: com.github.xiaoymin.knife4j.spring.extension.Knife4jJakartaOperationCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + Knife4jAutoConfiguration#knife4jOpenApiCustomizer matched: + - @ConditionalOnMissingBean (types: com.github.xiaoymin.knife4j.spring.extension.Knife4jOpenApiCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + LettuceConnectionConfiguration matched: + - @ConditionalOnClass found required class 'io.lettuce.core.RedisClient' (OnClassCondition) + - @ConditionalOnProperty (spring.data.redis.client-type=lettuce) matched (OnPropertyCondition) + + LettuceConnectionConfiguration#lettuceClientResources matched: + - @ConditionalOnMissingBean (types: io.lettuce.core.resource.ClientResources; SearchStrategy: all) did not find any beans (OnBeanCondition) + + LettuceMetricsAutoConfiguration matched: + - @ConditionalOnClass found required classes 'io.lettuce.core.RedisClient', 'io.lettuce.core.metrics.MicrometerCommandLatencyRecorder' (OnClassCondition) + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) + + LettuceMetricsAutoConfiguration#micrometerOptions matched: + - @ConditionalOnMissingBean (types: io.lettuce.core.metrics.MicrometerOptions; SearchStrategy: all) did not find any beans (OnBeanCondition) + + LifecycleAutoConfiguration#defaultLifecycleProcessor matched: + - @ConditionalOnMissingBean (names: lifecycleProcessor; SearchStrategy: current) did not find any beans (OnBeanCondition) + + Log4J2MetricsAutoConfiguration matched: + - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.binder.logging.Log4j2Metrics', 'org.apache.logging.log4j.LogManager', 'org.apache.logging.log4j.core.LoggerContext' (OnClassCondition) + - LoggerContext was an instance of org.apache.logging.log4j.core.LoggerContext (Log4J2MetricsAutoConfiguration.Log4JCoreLoggerContextCondition) + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) + + Log4J2MetricsAutoConfiguration#log4j2Metrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.logging.Log4j2Metrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + LogFileWebEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + LoggersEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + LoggersEndpointAutoConfiguration#loggersEndpoint matched: + - Logging System enabled (LoggersEndpointAutoConfiguration.OnEnabledLoggingSystemCondition) + - @ConditionalOnBean (types: org.springframework.boot.logging.LoggingSystem; SearchStrategy: all) found bean 'springBootLoggingSystem'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.logging.LoggersEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + MailSenderAutoConfiguration matched: + - @ConditionalOnClass found required classes 'jakarta.mail.internet.MimeMessage', 'jakarta.activation.MimeType', 'org.springframework.mail.MailSender' (OnClassCondition) + - AnyNestedCondition 1 matched 1 did not; NestedCondition on MailSenderAutoConfiguration.MailSenderCondition.JndiNameProperty @ConditionalOnProperty (spring.mail.jndi-name) did not find property 'jndi-name'; NestedCondition on MailSenderAutoConfiguration.MailSenderCondition.HostProperty @ConditionalOnProperty (spring.mail.host) matched (MailSenderAutoConfiguration.MailSenderCondition) + - @ConditionalOnMissingBean (types: org.springframework.mail.MailSender; SearchStrategy: all) did not find any beans (OnBeanCondition) + + MailSenderPropertiesConfiguration matched: + - @ConditionalOnProperty (spring.mail.host) matched (OnPropertyCondition) + + MailSenderPropertiesConfiguration#mailSender matched: + - @ConditionalOnMissingBean (types: org.springframework.mail.javamail.JavaMailSender; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ManagementContextAutoConfiguration.SameManagementContextConfiguration matched: + - Management Port actual port type (SAME) matched required type (OnManagementPortCondition) + + MappingsEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + MappingsEndpointAutoConfiguration.ServletWebConfiguration matched: + - found 'session' scope (OnWebApplicationCondition) + + MappingsEndpointAutoConfiguration.ServletWebConfiguration.SpringMvcConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) + - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition) + + MetricsAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.annotation.Timed' (OnClassCondition) + + MetricsAutoConfiguration#micrometerClock matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.Clock; SearchStrategy: all) did not find any beans (OnBeanCondition) + + MetricsEndpointAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.annotation.Timed' (OnClassCondition) + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + MetricsEndpointAutoConfiguration#metricsEndpoint matched: + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.MetricsEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + MultipartAutoConfiguration matched: + - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.multipart.support.StandardServletMultipartResolver', 'jakarta.servlet.MultipartConfigElement' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (spring.servlet.multipart.enabled) matched (OnPropertyCondition) + + MultipartAutoConfiguration#multipartConfigElement matched: + - @ConditionalOnMissingBean (types: jakarta.servlet.MultipartConfigElement; SearchStrategy: all) did not find any beans (OnBeanCondition) + + MultipartAutoConfiguration#multipartResolver matched: + - @ConditionalOnMissingBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + MultipleOpenApiSupportConfiguration matched: + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) + - AnyNestedCondition 1 matched 1 did not; NestedCondition on MultipleOpenApiSupportCondition.OnActuatorDifferentPort found non-matching nested conditions Management Port actual port type (SAME) did not match required type (DIFFERENT), @ConditionalOnProperty (springdoc.show-actuator) did not find property 'springdoc.show-actuator'; NestedCondition on MultipleOpenApiSupportCondition.OnMultipleOpenApiSupportCondition AnyNestedCondition 1 matched 1 did not; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupConfigProperty @ConditionalOnProperty (springdoc.group-configs[0].group) did not find property 'springdoc.group-configs[0].group'; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupedOpenApiBean @ConditionalOnBean (types: org.springdoc.core.models.GroupedOpenApi; SearchStrategy: all) found beans 'supportApi', 'businessApi' (MultipleOpenApiSupportCondition) + + MultipleOpenApiSupportConfiguration#multipleOpenApiResource matched: + - @ConditionalOnProperty (springdoc.use-management-port=false) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springdoc.webmvc.api.MultipleOpenApiWebMvcResource; SearchStrategy: all) did not find any beans (OnBeanCondition) + + MybatisPlusAutoConfiguration matched: + - @ConditionalOnClass found required classes 'org.apache.ibatis.session.SqlSessionFactory', 'org.mybatis.spring.SqlSessionFactoryBean' (OnClassCondition) + - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'druidDataSource' (OnBeanCondition) + + MybatisPlusAutoConfiguration#sqlSessionTemplate matched: + - @ConditionalOnMissingBean (types: org.mybatis.spring.SqlSessionTemplate; SearchStrategy: all) did not find any beans (OnBeanCondition) + + MybatisPlusLanguageDriverAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.apache.ibatis.scripting.LanguageDriver' (OnClassCondition) + + NamedParameterJdbcTemplateConfiguration matched: + - @ConditionalOnSingleCandidate (types: org.springframework.jdbc.core.JdbcTemplate; SearchStrategy: all) found a single bean 'jdbcTemplate'; @ConditionalOnMissingBean (types: org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition) + + NettyAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.netty.util.NettyRuntime' (OnClassCondition) + + ObservationAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.observation.ObservationRegistry' (OnClassCondition) + + ObservationAutoConfiguration#observationRegistry matched: + - @ConditionalOnMissingBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ObservationAutoConfiguration.MeterObservationHandlerConfiguration matched: + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry'; @ConditionalOnMissingBean (types: io.micrometer.core.instrument.observation.MeterObservationHandler; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ObservationAutoConfiguration.MeterObservationHandlerConfiguration.OnlyMetricsMeterObservationHandlerConfiguration matched: + - @ConditionalOnMissingBean (types: io.micrometer.tracing.Tracer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ObservationAutoConfiguration.ObservedAspectConfiguration matched: + - @ConditionalOnClass found required class 'org.aspectj.weaver.Advice' (OnClassCondition) + + ObservationAutoConfiguration.ObservedAspectConfiguration#observedAspect matched: + - @ConditionalOnMissingBean (types: io.micrometer.observation.aop.ObservedAspect; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ObservationAutoConfiguration.OnlyMetricsConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry'; @ConditionalOnMissingClass did not find unwanted class 'io.micrometer.tracing.Tracer' (OnClassCondition) + + PersistenceExceptionTranslationAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor' (OnClassCondition) + + PersistenceExceptionTranslationAutoConfiguration#persistenceExceptionTranslationPostProcessor matched: + - @ConditionalOnProperty (spring.dao.exceptiontranslation.enabled) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition) + + PropertyPlaceholderAutoConfiguration#propertySourcesPlaceholderConfigurer matched: + - @ConditionalOnMissingBean (types: org.springframework.context.support.PropertySourcesPlaceholderConfigurer; SearchStrategy: current) did not find any beans (OnBeanCondition) + + ReactiveHealthEndpointConfiguration matched: + - @ConditionalOnClass found required class 'reactor.core.publisher.Flux' (OnClassCondition) + - @ConditionalOnBean (types: org.springframework.boot.actuate.health.HealthEndpoint; SearchStrategy: all) found bean 'healthEndpoint' (OnBeanCondition) + + ReactiveHealthEndpointConfiguration#reactiveHealthContributorRegistry matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.ReactiveHealthContributorRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ReactorAutoConfiguration matched: + - @ConditionalOnClass found required class 'reactor.core.publisher.Hooks' (OnClassCondition) + + RedisAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.data.redis.core.RedisOperations' (OnClassCondition) + + RedisAutoConfiguration#redisConnectionDetails matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RedisHealthContributorAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition) + - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) + - @ConditionalOnBean (types: org.springframework.data.redis.connection.RedisConnectionFactory; SearchStrategy: all) found bean 'redissonConnectionFactory' (OnBeanCondition) + + RedisReactiveAutoConfiguration matched: + - @ConditionalOnClass found required classes 'org.springframework.data.redis.connection.ReactiveRedisConnectionFactory', 'org.springframework.data.redis.core.ReactiveRedisTemplate', 'reactor.core.publisher.Flux' (OnClassCondition) + + RedisReactiveAutoConfiguration#reactiveRedisTemplate matched: + - @ConditionalOnBean (types: org.springframework.data.redis.connection.ReactiveRedisConnectionFactory; SearchStrategy: all) found bean 'redissonConnectionFactory'; @ConditionalOnMissingBean (names: reactiveRedisTemplate; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RedisReactiveAutoConfiguration#reactiveStringRedisTemplate matched: + - @ConditionalOnBean (types: org.springframework.data.redis.connection.ReactiveRedisConnectionFactory; SearchStrategy: all) found bean 'redissonConnectionFactory'; @ConditionalOnMissingBean (names: reactiveStringRedisTemplate; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RedisReactiveHealthContributorAutoConfiguration matched: + - @ConditionalOnClass found required classes 'org.springframework.data.redis.connection.ReactiveRedisConnectionFactory', 'reactor.core.publisher.Flux' (OnClassCondition) + - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) + - @ConditionalOnBean (types: org.springframework.data.redis.connection.ReactiveRedisConnectionFactory; SearchStrategy: all) found bean 'redissonConnectionFactory' (OnBeanCondition) + + RedisReactiveHealthContributorAutoConfiguration#redisHealthContributor matched: + - @ConditionalOnMissingBean (names: redisHealthIndicator,redisHealthContributor; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RedisRepositoriesAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.data.redis.repository.configuration.EnableRedisRepositories' (OnClassCondition) + - @ConditionalOnProperty (spring.data.redis.repositories.enabled=true) matched (OnPropertyCondition) + - @ConditionalOnBean (types: org.springframework.data.redis.connection.RedisConnectionFactory; SearchStrategy: all) found bean 'redissonConnectionFactory'; @ConditionalOnMissingBean (types: org.springframework.data.redis.repository.support.RedisRepositoryFactoryBean; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RedissonAutoConfiguration#redisson matched: + - @ConditionalOnMissingBean (types: org.redisson.api.RedissonClient; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RedissonAutoConfiguration#redissonConnectionFactory matched: + - @ConditionalOnMissingBean (types: org.springframework.data.redis.connection.RedisConnectionFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RedissonAutoConfiguration#redissonReactive matched: + - @ConditionalOnMissingBean (types: org.redisson.api.RedissonReactiveClient; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RedissonAutoConfiguration#redissonRxJava matched: + - @ConditionalOnMissingBean (types: org.redisson.api.RedissonRxClient; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RedissonAutoConfiguration#stringRedisTemplate matched: + - @ConditionalOnMissingBean (types: org.springframework.data.redis.core.StringRedisTemplate; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RedissonAutoConfigurationV2 matched: + - @ConditionalOnClass found required classes 'org.redisson.Redisson', 'org.springframework.data.redis.core.RedisOperations' (OnClassCondition) + + RepositoryMetricsAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.data.repository.Repository' (OnClassCondition) + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) + + RepositoryMetricsAutoConfiguration#metricsRepositoryMethodInvocationListener matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.data.MetricsRepositoryMethodInvocationListener; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RepositoryMetricsAutoConfiguration#repositoryTagsProvider matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.data.RepositoryTagsProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RestClientAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.client.RestClient' (OnClassCondition) + - NoneNestedConditions 0 matched 1 did not; NestedCondition on NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (NotReactiveWebApplicationCondition) + + RestClientAutoConfiguration#httpMessageConvertersRestClientCustomizer matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.HttpMessageConvertersRestClientCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RestClientAutoConfiguration#restClientBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.web.client.RestClient$Builder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RestClientAutoConfiguration#restClientBuilderConfigurer matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.RestClientBuilderConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RestClientAutoConfiguration#restClientSsl matched: + - @ConditionalOnBean (types: org.springframework.boot.ssl.SslBundles; SearchStrategy: all) found bean 'sslBundleRegistry'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.RestClientSsl; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RestClientObservationConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.client.RestClient' (OnClassCondition) + - @ConditionalOnBean (types: org.springframework.web.client.RestClient$Builder; SearchStrategy: all) found bean 'restClientBuilder' (OnBeanCondition) + + RestTemplateAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition) + - NoneNestedConditions 0 matched 1 did not; NestedCondition on NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (NotReactiveWebApplicationCondition) + + RestTemplateAutoConfiguration#restTemplateBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RestTemplateObservationConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition) + - @ConditionalOnBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) found bean 'restTemplateBuilder' (OnBeanCondition) + + SbomEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + SbomEndpointAutoConfiguration#sbomEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.sbom.SbomEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ScheduledTasksEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + ScheduledTasksEndpointAutoConfiguration#scheduledTasksEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ScheduledTasksObservabilityAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' (OnClassCondition) + - @ConditionalOnBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) found bean 'observationRegistry' (OnBeanCondition) + + ServletEndpointManagementContextConfiguration matched: + - found 'session' scope (OnWebApplicationCondition) + + ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) + + ServletManagementContextAutoConfiguration matched: + - @ConditionalOnClass found required class 'jakarta.servlet.Servlet' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + + ServletWebServerFactoryAutoConfiguration matched: + - @ConditionalOnClass found required class 'jakarta.servlet.ServletRequest' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + + ServletWebServerFactoryAutoConfiguration#tomcatServletWebServerFactoryCustomizer matched: + - @ConditionalOnClass found required class 'org.apache.catalina.startup.Tomcat' (OnClassCondition) + + ServletWebServerFactoryConfiguration.EmbeddedTomcat matched: + - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition) + - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.server.ServletWebServerFactory; SearchStrategy: current) did not find any beans (OnBeanCondition) + + SimpleMetricsExportAutoConfiguration matched: + - @ConditionalOnEnabledMetricsExport management.defaults.metrics.export.enabled is considered true (OnMetricsExportEnabledCondition) + - @ConditionalOnBean (types: io.micrometer.core.instrument.Clock; SearchStrategy: all) found bean 'micrometerClock'; @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SimpleMetricsExportAutoConfiguration#simpleConfig matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.simple.SimpleConfig; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SmartJobAutoConfiguration matched: + - @ConditionalOnProperty (smart.job.enabled=true) matched (OnPropertyCondition) + + SmartJobClientManager matched: + - @ConditionalOnBean (types: net.lab1024.sa.base.module.support.job.config.SmartJobAutoConfiguration; SearchStrategy: all) found bean 'smartJobAutoConfiguration' (OnBeanCondition) + + SmartJobService matched: + - @ConditionalOnBean (types: net.lab1024.sa.base.module.support.job.config.SmartJobAutoConfiguration; SearchStrategy: all) found bean 'smartJobAutoConfiguration' (OnBeanCondition) + + SpringApplicationAdminJmxAutoConfiguration matched: + - @ConditionalOnProperty (spring.application.admin.enabled=true) matched (OnPropertyCondition) + + SpringApplicationAdminJmxAutoConfiguration#springApplicationAdminRegistrar matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDataWebAutoConfiguration matched: + - @ConditionalOnClass found required classes 'org.springframework.data.web.PageableHandlerMethodArgumentResolver', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnMissingBean (types: org.springframework.data.web.PageableHandlerMethodArgumentResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDataWebAutoConfiguration#pageableCustomizer matched: + - @ConditionalOnMissingBean (types: org.springframework.data.web.config.PageableHandlerMethodArgumentResolverCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDataWebAutoConfiguration#sortCustomizer matched: + - @ConditionalOnMissingBean (types: org.springframework.data.web.config.SortHandlerMethodArgumentResolverCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfigProperties matched: + - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SpringDocConfiguration matched: + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) + + SpringDocConfiguration#fileSupportConverter matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.converters.FileSupportConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#operationBuilder matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.service.OperationService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#parameterBuilder matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.service.GenericParameterService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#polymorphicModelConverter matched: + - @ConditionalOnProperty (springdoc.model-converters.polymorphic-converter.enabled) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springdoc.core.converters.PolymorphicModelConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#propertyCustomizingConverter matched: + - @ConditionalOnBean (types: org.springdoc.core.customizers.PropertyCustomizer; SearchStrategy: all) found bean 'schemaEnumPropertyCustomizer' (OnBeanCondition) + + SpringDocConfiguration#requestBodyBuilder matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.service.RequestBodyService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#responseSupportConverter matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.converters.ResponseSupportConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#schemaPropertyDeprecatingConverter matched: + - @ConditionalOnProperty (springdoc.model-converters.deprecating-converter.enabled) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springdoc.core.converters.SchemaPropertyDeprecatingConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#securityParser matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.service.SecurityService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#springDocCustomizers matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.SpringDocCustomizers; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#springDocProviders matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringDocProviders; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#springdocBeanFactoryPostProcessor matched: + - @ConditionalOnClass found required class 'org.springframework.boot.context.properties.bind.BindResult' (OnClassCondition) + - AnyNestedCondition 1 matched 1 did not; NestedCondition on CacheOrGroupedOpenApiCondition.OnCacheDisabled found non-matching nested conditions @ConditionalOnProperty (springdoc.cache.disabled) did not find property 'springdoc.cache.disabled', @ConditionalOnMissingBean (types: org.springdoc.core.models.GroupedOpenApi; SearchStrategy: all) found beans of type 'org.springdoc.core.models.GroupedOpenApi' businessApi, supportApi; NestedCondition on CacheOrGroupedOpenApiCondition.OnMultipleOpenApiSupportCondition AnyNestedCondition 1 matched 1 did not; NestedCondition on MultipleOpenApiSupportCondition.OnActuatorDifferentPort found non-matching nested conditions Management Port actual port type (SAME) did not match required type (DIFFERENT), @ConditionalOnProperty (springdoc.show-actuator) did not find property 'springdoc.show-actuator'; NestedCondition on MultipleOpenApiSupportCondition.OnMultipleOpenApiSupportCondition AnyNestedCondition 1 matched 1 did not; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupConfigProperty @ConditionalOnProperty (springdoc.group-configs[0].group) did not find property 'springdoc.group-configs[0].group'; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupedOpenApiBean @ConditionalOnBean (types: org.springdoc.core.models.GroupedOpenApi; SearchStrategy: all) found beans 'supportApi', 'businessApi' (CacheOrGroupedOpenApiCondition) + + SpringDocConfiguration#springdocObjectMapperProvider matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.providers.ObjectMapperProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration.QuerydslProvider matched: + - @ConditionalOnClass found required class 'org.springframework.data.querydsl.binding.QuerydslBindingsFactory' (OnClassCondition) + + SpringDocConfiguration.QuerydslProvider#queryDslQuerydslPredicateOperationCustomizer matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.QuerydslPredicateOperationCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration.SpringDocSpringDataWebPropertiesProvider matched: + - @ConditionalOnClass found required class 'org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties' (OnClassCondition) + + SpringDocConfiguration.SpringDocSpringDataWebPropertiesProvider#springDataWebPropertiesProvider matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringDataWebPropertiesProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration.SpringDocWebFluxSupportConfiguration matched: + - @ConditionalOnClass found required class 'reactor.core.publisher.Flux' (OnClassCondition) + + SpringDocConfiguration.SpringDocWebFluxSupportConfiguration#webFluxSupportConverter matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.converters.WebFluxSupportConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration.WebConversionServiceConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.boot.autoconfigure.web.format.WebConversionService' (OnClassCondition) + + SpringDocKotlinConfiguration matched: + - @ConditionalOnClass found required class 'kotlin.coroutines.Continuation' (OnClassCondition) + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) + - @ConditionalOnExpression (#{${springdoc.api-docs.enabled:true} and ${springdoc.enable-kotlin:true}}) resulted in true (OnExpressionCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SpringDocKotlinConfiguration#kotlinCoroutinesReturnTypeParser matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.parsers.KotlinCoroutinesReturnTypeParser; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocKotlinConfiguration#nullableKotlinRequestParameterCustomizer matched: + - @ConditionalOnProperty (springdoc.nullable-request-parameter-enabled) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.ParameterCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocPageableConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.data.domain.Pageable' (OnClassCondition) + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SpringDocPageableConfiguration#delegatingMethodParameterCustomizer matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.DelegatingMethodParameterCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocPageableConfiguration#pageableOpenAPIConverter matched: + - @ConditionalOnProperty (springdoc.model-converters.pageable-converter.enabled) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springdoc.core.converters.PageableOpenAPIConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocSortConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.data.domain.Sort' (OnClassCondition) + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SpringDocSortConfiguration#sortOpenAPIConverter matched: + - @ConditionalOnProperty (springdoc.model-converters.sort-converter.enabled) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springdoc.core.converters.SortOpenAPIConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocUIConfiguration matched: + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SpringDocWebMvcConfiguration matched: + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SpringDocWebMvcConfiguration#openApiResource matched: + - @ConditionalOnProperty (springdoc.use-management-port=false) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springdoc.webmvc.api.OpenApiWebMvcResource; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocWebMvcConfiguration#requestBuilder matched: + - @ConditionalOnMissingBean (types: org.springdoc.webmvc.core.service.RequestService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocWebMvcConfiguration#responseBuilder matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.service.GenericResponseService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocWebMvcConfiguration#springWebProvider matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringWebProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocWebMvcConfiguration.SpringDocWebMvcActuatorConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping' (OnClassCondition) + + SpringDocWebMvcConfiguration.SpringDocWebMvcRouterConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.servlet.function.RouterFunction' (OnClassCondition) + + SpringDocWebMvcConfiguration.SpringDocWebMvcRouterConfiguration#routerFunctionProvider matched: + - @ConditionalOnMissingBean (types: org.springdoc.webmvc.core.providers.RouterFunctionWebMvcProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SqlInitializationAutoConfiguration matched: + - @ConditionalOnProperty (spring.sql.init.enabled) matched (OnPropertyCondition) + - NoneNestedConditions 0 matched 1 did not; NestedCondition on SqlInitializationAutoConfiguration.SqlInitializationModeCondition.ModeIsNever @ConditionalOnProperty (spring.sql.init.mode=never) did not find property 'mode' (SqlInitializationAutoConfiguration.SqlInitializationModeCondition) + + SslAutoConfiguration#sslBundleRegistry matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.ssl.SslBundleRegistry,org.springframework.boot.ssl.SslBundles; SearchStrategy: all) did not find any beans (OnBeanCondition) + + StartupTimeMetricsListenerAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) + + StartupTimeMetricsListenerAutoConfiguration#startupTimeMetrics matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SwaggerConfig matched: + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (springdoc.swagger-ui.enabled) matched (OnPropertyCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SwaggerConfig#indexPageTransformer matched: + - @ConditionalOnMissingBean (types: org.springdoc.webmvc.ui.SwaggerIndexTransformer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SwaggerConfig#swaggerConfigResource matched: + - @ConditionalOnProperty (springdoc.use-management-port=false) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springdoc.webmvc.ui.SwaggerConfigResource; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SwaggerConfig#swaggerResourceResolver matched: + - @ConditionalOnMissingBean (types: org.springdoc.webmvc.ui.SwaggerResourceResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SwaggerConfig#swaggerWebMvcConfigurer matched: + - @ConditionalOnMissingBean (types: org.springdoc.webmvc.ui.SwaggerWebMvcConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SwaggerConfig#swaggerWelcome matched: + - @ConditionalOnProperty (springdoc.use-management-port=false) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springdoc.webmvc.ui.SwaggerWelcomeWebMvc; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SwaggerUiConfigParameters matched: + - @ConditionalOnProperty (springdoc.swagger-ui.enabled) matched (OnPropertyCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SwaggerUiConfigProperties matched: + - @ConditionalOnProperty (springdoc.swagger-ui.enabled) matched (OnPropertyCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SwaggerUiOAuthProperties matched: + - @ConditionalOnProperty (springdoc.swagger-ui.enabled) matched (OnPropertyCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SystemMetricsAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) + + SystemMetricsAutoConfiguration#diskSpaceMetrics matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.system.DiskSpaceMetricsBinder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SystemMetricsAutoConfiguration#fileDescriptorMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.FileDescriptorMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SystemMetricsAutoConfiguration#processorMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.ProcessorMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SystemMetricsAutoConfiguration#uptimeMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.UptimeMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TaskExecutionAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor' (OnClassCondition) + + TaskExecutorConfigurations.SimpleAsyncTaskExecutorBuilderConfiguration#simpleAsyncTaskExecutorBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + - @ConditionalOnThreading found PLATFORM (OnThreadingCondition) + + TaskExecutorConfigurations.TaskExecutorBuilderConfiguration#taskExecutorBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TaskExecutorConfigurations.ThreadPoolTaskExecutorBuilderConfiguration#threadPoolTaskExecutorBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskExecutorBuilder,org.springframework.boot.task.ThreadPoolTaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TaskExecutorMetricsAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.instrument.binder.jvm.ExecutorServiceMetrics' (OnClassCondition) + - @ConditionalOnBean (types: java.util.concurrent.Executor,io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans 'smart-async-executor', 'simpleMeterRegistry', 'taskScheduler' (OnBeanCondition) + + TaskSchedulingAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' (OnClassCondition) + + TaskSchedulingAutoConfiguration#scheduledBeanLazyInitializationExcludeFilter matched: + - @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) found bean 'org.springframework.context.annotation.internalScheduledAnnotationProcessor' (OnBeanCondition) + + TaskSchedulingConfigurations.SimpleAsyncTaskSchedulerBuilderConfiguration#simpleAsyncTaskSchedulerBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + - @ConditionalOnThreading found PLATFORM (OnThreadingCondition) + + TaskSchedulingConfigurations.TaskSchedulerBuilderConfiguration#taskSchedulerBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TaskSchedulingConfigurations.TaskSchedulerConfiguration matched: + - @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) found bean 'org.springframework.context.annotation.internalScheduledAnnotationProcessor'; @ConditionalOnMissingBean (types: org.springframework.scheduling.TaskScheduler,java.util.concurrent.ScheduledExecutorService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TaskSchedulingConfigurations.TaskSchedulerConfiguration#taskScheduler matched: + - @ConditionalOnThreading found PLATFORM (OnThreadingCondition) + + TaskSchedulingConfigurations.ThreadPoolTaskSchedulerBuilderConfiguration#threadPoolTaskSchedulerBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskSchedulerBuilder,org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ThreadDumpEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + ThreadDumpEndpointAutoConfiguration#dumpEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.management.ThreadDumpEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TomcatMetricsAutoConfiguration matched: + - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.binder.tomcat.TomcatMetrics', 'org.apache.catalina.Manager' (OnClassCondition) + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + + TomcatMetricsAutoConfiguration#tomcatMetricsBinder matched: + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry'; @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.tomcat.TomcatMetrics,org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TransactionAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition) + + TransactionAutoConfiguration.TransactionTemplateConfiguration matched: + - @ConditionalOnSingleCandidate (types: org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all) found a single bean 'transactionManager' (OnBeanCondition) + + TransactionAutoConfiguration.TransactionTemplateConfiguration#transactionTemplate matched: + - @ConditionalOnMissingBean (types: org.springframework.transaction.support.TransactionOperations; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TransactionManagerCustomizationAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition) + + TransactionManagerCustomizationAutoConfiguration#platformTransactionManagerCustomizers matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ValidationAutoConfiguration matched: + - @ConditionalOnClass found required class 'jakarta.validation.executable.ExecutableValidator' (OnClassCondition) + - @ConditionalOnResource found location classpath:META-INF/services/jakarta.validation.spi.ValidationProvider (OnResourceCondition) + + ValidationAutoConfiguration#defaultValidator matched: + - @ConditionalOnMissingBean (types: jakarta.validation.Validator; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ValidationAutoConfiguration#methodValidationPostProcessor matched: + - @ConditionalOnMissingBean (types: org.springframework.validation.beanvalidation.MethodValidationPostProcessor; SearchStrategy: current) did not find any beans (OnBeanCondition) + + WarmFlowUiConfig matched: + - @ConditionalOnProperty (warm-flow.ui=true) matched (OnPropertyCondition) + + WebEndpointAutoConfiguration matched: + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + + WebEndpointAutoConfiguration#controllerEndpointDiscoverer matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebEndpointAutoConfiguration#endpointMediaTypes matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebEndpointAutoConfiguration#pathMappedEndpoints matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebEndpointAutoConfiguration#webEndpointDiscoverer matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebEndpointAutoConfiguration.WebEndpointServletConfiguration matched: + - found 'session' scope (OnWebApplicationCondition) + + WebEndpointAutoConfiguration.WebEndpointServletConfiguration#servletEndpointDiscoverer matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration matched: + - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnMissingBean (types: org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration#formContentFilter matched: + - @ConditionalOnProperty (spring.mvc.formcontent.filter.enabled) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springframework.web.filter.FormContentFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration.EnableWebMvcConfiguration#flashMapManager matched: + - @ConditionalOnMissingBean (names: flashMapManager; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration.EnableWebMvcConfiguration#localeResolver matched: + - @ConditionalOnMissingBean (names: localeResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration.EnableWebMvcConfiguration#themeResolver matched: + - @ConditionalOnMissingBean (names: themeResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#defaultViewResolver matched: + - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.InternalResourceViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#requestContextFilter matched: + - @ConditionalOnMissingBean (types: org.springframework.web.context.request.RequestContextListener,org.springframework.web.filter.RequestContextFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#viewResolver matched: + - @ConditionalOnBean (types: org.springframework.web.servlet.ViewResolver; SearchStrategy: all) found beans 'defaultViewResolver', 'beanNameViewResolver', 'mvcViewResolver'; @ConditionalOnMissingBean (names: viewResolver types: org.springframework.web.servlet.view.ContentNegotiatingViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcEndpointManagementContextConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet,org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier; SearchStrategy: all) found beans 'webEndpointDiscoverer', 'dispatcherServlet' (OnBeanCondition) + + WebMvcEndpointManagementContextConfiguration#controllerEndpointHandlerMapping matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcEndpointManagementContextConfiguration#endpointObjectMapperWebMvcConfigurer matched: + - @ConditionalOnBean (types: org.springframework.boot.actuate.endpoint.jackson.EndpointObjectMapper; SearchStrategy: all) found bean 'endpointObjectMapper' (OnBeanCondition) + + WebMvcEndpointManagementContextConfiguration#webEndpointServletHandlerMapping matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcObservationAutoConfiguration matched: + - @ConditionalOnClass found required classes 'org.springframework.web.servlet.DispatcherServlet', 'io.micrometer.observation.Observation' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) found bean 'observationRegistry' (OnBeanCondition) + + WebMvcObservationAutoConfiguration#webMvcObservationFilter matched: + - @ConditionalOnMissingBean (types: org.springframework.web.filter.ServerHttpObservationFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcObservationAutoConfiguration.MeterFilterConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) + + WebSocketServletAutoConfiguration matched: + - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'jakarta.websocket.server.ServerContainer' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + + WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration matched: + - @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.tomcat.websocket.server.WsSci' (OnClassCondition) + + WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration#websocketServletWebServerCustomizer matched: + - @ConditionalOnMissingBean (names: websocketServletWebServerCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WorkflowGlobalListener matched: + - @ConditionalOnProperty (warm-flow.enabled=true) matched (OnPropertyCondition) + + WorkflowPermissionHandler matched: + - @ConditionalOnProperty (warm-flow.enabled=true) matched (OnPropertyCondition) + + +Negative matches: +----------------- + + ActiveMQAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition) + + AopAutoConfiguration.AspectJAutoProxyingConfiguration.JdkDynamicAutoProxyConfiguration: + Did not match: + - @ConditionalOnProperty (spring.aop.proxy-target-class=false) did not find property 'proxy-target-class' (OnPropertyCondition) + + AopAutoConfiguration.ClassProxyingConfiguration: + Did not match: + - @ConditionalOnMissingClass found unwanted class 'org.aspectj.weaver.Advice' (OnClassCondition) + + AppOpticsMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.appoptics.AppOpticsMeterRegistry' (OnClassCondition) + + ArtemisAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition) + + AtlasMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.atlas.AtlasMeterRegistry' (OnClassCondition) + + AuditAutoConfiguration: + Did not match: + - @ConditionalOnBean (types: org.springframework.boot.actuate.audit.AuditEventRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.audit.AuditEventRepository (OnBeanCondition) + Matched: + - @ConditionalOnProperty (management.auditevents.enabled) matched (OnPropertyCondition) + + AuditEventsEndpointAutoConfiguration#auditEventsEndpoint: + Did not match: + - @ConditionalOnBean (types: org.springframework.boot.actuate.audit.AuditEventRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.audit.AuditEventRepository (OnBeanCondition) + + AvailabilityHealthContributorAutoConfiguration#livenessStateHealthIndicator: + Did not match: + - @ConditionalOnProperty (management.health.livenessstate.enabled=true) did not find property 'enabled' (OnPropertyCondition) + + AvailabilityHealthContributorAutoConfiguration#readinessStateHealthIndicator: + Did not match: + - @ConditionalOnProperty (management.health.readinessstate.enabled=true) did not find property 'enabled' (OnPropertyCondition) + + AvailabilityProbesAutoConfiguration: + Did not match: + - Probes availability not running on a supported cloud platform (AvailabilityProbesAutoConfiguration.ProbesCondition) + + BatchAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.batch.core.launch.JobLauncher' (OnClassCondition) + + BatchObservationAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.batch.core.configuration.annotation.BatchObservabilityBeanPostProcessor' (OnClassCondition) + + BraveAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'brave.Tracer' (OnClassCondition) + + Cache2kCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.cache2k.Cache2kBuilder' (OnClassCondition) + + CacheAutoConfiguration.CacheManagerEntityManagerFactoryDependsOnPostProcessor: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean' (OnClassCondition) + + CacheConfig#redisCacheService: + Did not match: + - @ConditionalOnProperty (spring.cache.type=redis) found different value in property 'type' (OnPropertyCondition) + + CacheMeterBinderProvidersConfiguration.Cache2kCacheMeterBinderProviderConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.cache2k.Cache2kBuilder', 'org.cache2k.extra.spring.SpringCache2kCache', 'org.cache2k.extra.micrometer.Cache2kCacheMetrics' (OnClassCondition) + + CacheMeterBinderProvidersConfiguration.HazelcastCacheMeterBinderProviderConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'com.hazelcast.spring.cache.HazelcastCache', 'com.hazelcast.core.Hazelcast' (OnClassCondition) + + CachesEndpointAutoConfiguration#cachesEndpointWebExtension: + Did not match: + - @ConditionalOnAvailableEndpoint no 'management.endpoints' property marked it as exposed (OnAvailableEndpointCondition) + Matched: + - @ConditionalOnBean (types: org.springframework.boot.actuate.cache.CachesEndpoint; SearchStrategy: all) found bean 'cachesEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.cache.CachesEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) + + CassandraAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) + + CassandraDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) + + CassandraHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) + + CassandraReactiveDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) + + CassandraReactiveHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) + + CassandraReactiveRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.cassandra.ReactiveSession' (OnClassCondition) + + CassandraRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) + + ClientHttpConnectorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) + + CloudFoundryActuatorAutoConfiguration: + Did not match: + - @ConditionalOnCloudPlatform did not find CLOUD_FOUNDRY (OnCloudPlatformCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (management.cloudfoundry.enabled) matched (OnPropertyCondition) + + CodecsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) + + CompositeMeterRegistryConfiguration: + Did not match: + - NoneNestedConditions 1 matched 1 did not; NestedCondition on CompositeMeterRegistryConfiguration.MultipleNonPrimaryMeterRegistriesCondition.SingleInjectableMeterRegistry @ConditionalOnSingleCandidate (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found a single bean 'simpleMeterRegistry'; NestedCondition on CompositeMeterRegistryConfiguration.MultipleNonPrimaryMeterRegistriesCondition.NoMeterRegistryCondition @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans of type 'io.micrometer.core.instrument.MeterRegistry' simpleMeterRegistry (CompositeMeterRegistryConfiguration.MultipleNonPrimaryMeterRegistriesCondition) + + ConfigurationPropertiesReportEndpointAutoConfiguration#configurationPropertiesReportEndpointWebExtension: + Did not match: + - @ConditionalOnAvailableEndpoint no 'management.endpoints' property marked it as exposed (OnAvailableEndpointCondition) + Matched: + - @ConditionalOnBean (types: org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint; SearchStrategy: all) found bean 'configurationPropertiesReportEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ConnectionFactoryHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition) + + ConnectionPoolMetricsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.r2dbc.pool.ConnectionPool' (OnClassCondition) + + CouchbaseAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) + + CouchbaseCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) + + CouchbaseDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition) + + CouchbaseHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) + + CouchbaseReactiveDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) + + CouchbaseReactiveHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) + + CouchbaseReactiveRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) + + CouchbaseRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition) + + DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration: + Did not match: + - EmbeddedDataSource spring.datasource.url is set (DataSourceAutoConfiguration.EmbeddedDatabaseCondition) + + DataSourceAutoConfiguration.PooledDataSourceConfiguration: + Did not match: + - @ConditionalOnMissingBean (types: javax.sql.DataSource,javax.sql.XADataSource; SearchStrategy: all) found beans of type 'javax.sql.DataSource' druidDataSource (OnBeanCondition) + Matched: + - AnyNestedCondition 1 matched 1 did not; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.PooledDataSourceAvailable PooledDataSource found supported DataSource; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.ExplicitType @ConditionalOnProperty (spring.datasource.type) did not find property 'type' (DataSourceAutoConfiguration.PooledDataSourceCondition) + + DataSourceCheckpointRestoreConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.crac.Resource' (OnClassCondition) + + DataSourceConfiguration.Dbcp2: + Did not match: + - @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition) + + DataSourceConfiguration.Generic: + Did not match: + - @ConditionalOnProperty (spring.datasource.type) did not find property 'spring.datasource.type' (OnPropertyCondition) + + DataSourceConfiguration.OracleUcp: + Did not match: + - @ConditionalOnClass did not find required classes 'oracle.ucp.jdbc.PoolDataSourceImpl', 'oracle.jdbc.OracleConnection' (OnClassCondition) + + DataSourceConfiguration.Tomcat: + Did not match: + - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition) + + DataSourceJmxConfiguration.TomcatDataSourceJmxConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSourceProxy' (OnClassCondition) + + DataSourcePoolMetadataProvidersConfiguration.CommonsDbcp2PoolDataSourceMetadataProviderConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition) + + DataSourcePoolMetadataProvidersConfiguration.OracleUcpPoolDataSourceMetadataProviderConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'oracle.ucp.jdbc.PoolDataSource', 'oracle.jdbc.OracleConnection' (OnClassCondition) + + DataSourcePoolMetadataProvidersConfiguration.TomcatDataSourcePoolMetadataProviderConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition) + + DatadogMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.datadog.DatadogMeterRegistry' (OnClassCondition) + + DdlAutoConfiguration#ddlApplicationRunner: + Did not match: + - @ConditionalOnBean (types: com.baomidou.mybatisplus.extension.ddl.IDdl; SearchStrategy: all) did not find any beans of type com.baomidou.mybatisplus.extension.ddl.IDdl (OnBeanCondition) + + DispatcherServletAutoConfiguration.DispatcherServletConfiguration#multipartResolver: + Did not match: + - @ConditionalOnBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans of type org.springframework.web.multipart.MultipartResolver (OnBeanCondition) + + DruidDataSourceAutoConfigure#dataSource: + Did not match: + - @ConditionalOnMissingBean (types: com.alibaba.druid.spring.boot3.autoconfigure.DruidDataSourceWrapper,com.alibaba.druid.pool.DruidDataSource,javax.sql.DataSource; SearchStrategy: all) found beans of type 'javax.sql.DataSource' druidDataSource (OnBeanCondition) + + DruidFilterConfiguration#commonsLogFilter: + Did not match: + - @ConditionalOnProperty (spring.datasource.druid.filter.commons-log.enabled) did not find property 'enabled' (OnPropertyCondition) + + DruidFilterConfiguration#configFilter: + Did not match: + - @ConditionalOnProperty (spring.datasource.druid.filter.config.enabled) did not find property 'enabled' (OnPropertyCondition) + + DruidFilterConfiguration#encodingConvertFilter: + Did not match: + - @ConditionalOnProperty (spring.datasource.druid.filter.encoding.enabled) did not find property 'enabled' (OnPropertyCondition) + + DruidFilterConfiguration#log4j2Filter: + Did not match: + - @ConditionalOnProperty (spring.datasource.druid.filter.log4j2.enabled) did not find property 'enabled' (OnPropertyCondition) + + DruidFilterConfiguration#log4jFilter: + Did not match: + - @ConditionalOnProperty (spring.datasource.druid.filter.log4j.enabled) did not find property 'enabled' (OnPropertyCondition) + + DruidFilterConfiguration#slf4jLogFilter: + Did not match: + - @ConditionalOnProperty (spring.datasource.druid.filter.slf4j.enabled) did not find property 'enabled' (OnPropertyCondition) + + DruidFilterConfiguration#statFilter: + Did not match: + - @ConditionalOnProperty (spring.datasource.druid.filter.stat.enabled) did not find property 'enabled' (OnPropertyCondition) + + DruidFilterConfiguration#wallConfig: + Did not match: + - @ConditionalOnProperty (spring.datasource.druid.filter.wall.enabled) did not find property 'enabled' (OnPropertyCondition) + + DruidFilterConfiguration#wallFilter: + Did not match: + - @ConditionalOnProperty (spring.datasource.druid.filter.wall.enabled) did not find property 'enabled' (OnPropertyCondition) + + DruidSpringAopConfiguration: + Did not match: + - @ConditionalOnProperty (spring.datasource.druid.aop-patterns) did not find property 'spring.datasource.druid.aop-patterns' (OnPropertyCondition) + + DruidStatViewServletConfiguration: + Did not match: + - @ConditionalOnProperty (spring.datasource.druid.stat-view-servlet.enabled=true) did not find property 'spring.datasource.druid.stat-view-servlet.enabled' (OnPropertyCondition) + Matched: + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + + DruidWebStatFilterConfiguration: + Did not match: + - @ConditionalOnProperty (spring.datasource.druid.web-stat-filter.enabled=true) did not find property 'spring.datasource.druid.web-stat-filter.enabled' (OnPropertyCondition) + Matched: + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + + DynatraceMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.dynatrace.DynatraceMeterRegistry' (OnClassCondition) + + ElasticMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.elastic.ElasticMeterRegistry' (OnClassCondition) + + ElasticsearchClientAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'co.elastic.clients.elasticsearch.ElasticsearchClient' (OnClassCondition) + + ElasticsearchDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.elc.ElasticsearchTemplate' (OnClassCondition) + + ElasticsearchReactiveHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchClient' (OnClassCondition) + + ElasticsearchRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.repository.ElasticsearchRepository' (OnClassCondition) + + ElasticsearchRestClientAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestClientBuilder' (OnClassCondition) + + ElasticsearchRestHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestClient' (OnClassCondition) + + EmbeddedLdapAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.unboundid.ldap.listener.InMemoryDirectoryServer' (OnClassCondition) + + EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.ee10.webapp.WebAppContext' (OnClassCondition) + + EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'reactor.netty.http.server.HttpServer' (OnClassCondition) + + EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration#tomcatVirtualThreadsProtocolHandlerCustomizer: + Did not match: + - @ConditionalOnThreading did not find VIRTUAL (OnThreadingCondition) + + EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition) + + EnvironmentEndpointAutoConfiguration#environmentEndpointWebExtension: + Did not match: + - @ConditionalOnAvailableEndpoint no 'management.endpoints' property marked it as exposed (OnAvailableEndpointCondition) + Matched: + - @ConditionalOnBean (types: org.springframework.boot.actuate.env.EnvironmentEndpoint; SearchStrategy: all) found bean 'environmentEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ErrorWebFluxAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) + + FileConfig#initAmazonS3: + Did not match: + - @ConditionalOnProperty (file.storage.mode=cloud) found different value in property 'mode' (OnPropertyCondition) + + FileConfig#initCloudFileService: + Did not match: + - @ConditionalOnProperty (file.storage.mode=cloud) found different value in property 'mode' (OnPropertyCondition) + + FlywayAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition) + + FlywayEndpointAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition) + + FreeMarkerNonWebConfiguration: + Did not match: + - @ConditionalOnWebApplication found 'session' scope and did not find reactive web application classes (OnWebApplicationCondition) + + FreeMarkerReactiveWebConfiguration: + Did not match: + - did not find reactive web application classes (OnWebApplicationCondition) + + FreeMarkerServletWebConfiguration#resourceUrlEncodingFilter: + Did not match: + - @ConditionalOnEnabledResourceChain did not find class org.webjars.WebJarAssetLocator (OnEnabledResourceChainCondition) + + GangliaMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.ganglia.GangliaMeterRegistry' (OnClassCondition) + + GenericCacheConfiguration: + Did not match: + - Cache org.springframework.boot.autoconfigure.cache.GenericCacheConfiguration unknown cache type (CacheCondition) + + GraphQlAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlObservationAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlQueryByExampleAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlQuerydslAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.querydsl.core.Query' (OnClassCondition) + + GraphQlRSocketAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlReactiveQueryByExampleAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlReactiveQuerydslAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.querydsl.core.Query' (OnClassCondition) + + GraphQlWebFluxAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlWebFluxSecurityAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlWebMvcAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlWebMvcSecurityAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphiteMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.graphite.GraphiteMeterRegistry' (OnClassCondition) + + GroovyTemplateAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'groovy.text.markup.MarkupTemplateEngine' (OnClassCondition) + + GsonAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.google.gson.Gson' (OnClassCondition) + + GsonHttpMessageConvertersConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.google.gson.Gson' (OnClassCondition) + + H2ConsoleAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.h2.server.web.JakartaWebServlet' (OnClassCondition) + + HazelcastAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) + + HazelcastCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) + + HazelcastHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) + + HazelcastJpaDependencyAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) + + HealthEndpointReactiveWebExtensionConfiguration: + Did not match: + - did not find reactive web application classes (OnWebApplicationCondition) + + HealthEndpointWebExtensionConfiguration.JerseyAdditionalHealthEndpointPathsConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition) + + HibernateJpaAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.persistence.EntityManager' (OnClassCondition) + + HibernateMetricsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.persistence.EntityManagerFactory' (OnClassCondition) + + HttpExchangesAutoConfiguration: + Did not match: + - @ConditionalOnBean (types: org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository (OnBeanCondition) + Matched: + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (management.httpexchanges.recording.enabled) matched (OnPropertyCondition) + + HttpExchangesAutoConfiguration.ReactiveHttpExchangesConfiguration: + Did not match: + - did not find reactive web application classes (OnWebApplicationCondition) + - Ancestor org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) + + HttpExchangesAutoConfiguration.ServletHttpExchangesConfiguration: + Did not match: + - Ancestor org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) + Matched: + - found 'session' scope (OnWebApplicationCondition) + + HttpExchangesEndpointAutoConfiguration#httpExchangesEndpoint: + Did not match: + - @ConditionalOnBean (types: org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository (OnBeanCondition) + + HttpHandlerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition) + + HumioMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.humio.HumioMeterRegistry' (OnClassCondition) + + HypermediaAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.hateoas.EntityModel' (OnClassCondition) + + IdentifierGeneratorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.cloud.commons.util.InetUtils' (OnClassCondition) + + InfinispanCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.infinispan.spring.embedded.provider.SpringEmbeddedCacheManager' (OnClassCondition) + + InfluxDbAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.influxdb.InfluxDB' (OnClassCondition) + + InfluxDbHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.influxdb.InfluxDB' (OnClassCondition) + + InfluxMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.influx.InfluxMeterRegistry' (OnClassCondition) + + InfoContributorAutoConfiguration#buildInfoContributor: + Did not match: + - @ConditionalOnSingleCandidate (types: org.springframework.boot.info.BuildProperties; SearchStrategy: all) did not find any beans (OnBeanCondition) + Matched: + - @ConditionalOnEnabledInfoContributor management.info.defaults.enabled is considered true (OnEnabledInfoContributorCondition) + + InfoContributorAutoConfiguration#envInfoContributor: + Did not match: + - @ConditionalOnEnabledInfoContributor management.info.env.enabled is not true (OnEnabledInfoContributorCondition) + + InfoContributorAutoConfiguration#gitInfoContributor: + Did not match: + - @ConditionalOnSingleCandidate (types: org.springframework.boot.info.GitProperties; SearchStrategy: all) did not find any beans (OnBeanCondition) + Matched: + - @ConditionalOnEnabledInfoContributor management.info.defaults.enabled is considered true (OnEnabledInfoContributorCondition) + + InfoContributorAutoConfiguration#javaInfoContributor: + Did not match: + - @ConditionalOnEnabledInfoContributor management.info.java.enabled is not true (OnEnabledInfoContributorCondition) + + InfoContributorAutoConfiguration#osInfoContributor: + Did not match: + - @ConditionalOnEnabledInfoContributor management.info.os.enabled is not true (OnEnabledInfoContributorCondition) + + InfoContributorAutoConfiguration#processInfoContributor: + Did not match: + - @ConditionalOnEnabledInfoContributor management.info.process.enabled is not true (OnEnabledInfoContributorCondition) + + IntegrationAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.integration.config.EnableIntegration' (OnClassCondition) + + IntegrationGraphEndpointAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.integration.graph.IntegrationGraphServer' (OnClassCondition) + + JCacheCacheConfiguration: + Did not match: + - Cache org.springframework.boot.autoconfigure.cache.JCacheCacheConfiguration unknown cache type (CacheCondition) + Matched: + - @ConditionalOnClass found required classes 'javax.cache.Caching', 'org.springframework.cache.jcache.JCacheCacheManager' (OnClassCondition) + + JacksonHttpMessageConvertersConfiguration.MappingJackson2XmlHttpMessageConverterConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.fasterxml.jackson.dataformat.xml.XmlMapper' (OnClassCondition) + + JdbcRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration' (OnClassCondition) + + JedisConnectionConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'redis.clients.jedis.Jedis' (OnClassCondition) + + JerseyAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.spring.SpringComponentProvider' (OnClassCondition) + + JerseySameManagementContextConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition) + + JerseyServerMetricsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.glassfish.jersey.micrometer.server.ObservationApplicationEventListener' (OnClassCondition) + + JerseyWebEndpointManagementContextConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition) + + JettyMetricsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.eclipse.jetty.server.Server' (OnClassCondition) + + JmsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.jms.Message' (OnClassCondition) + + JmsHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition) + + JmxMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.jmx.JmxMeterRegistry' (OnClassCondition) + + JndiConnectionFactoryAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.jms.core.JmsTemplate' (OnClassCondition) + + JndiDataSourceAutoConfiguration: + Did not match: + - @ConditionalOnProperty (spring.datasource.jndi-name) did not find property 'jndi-name' (OnPropertyCondition) + Matched: + - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition) + + JooqAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.jooq.DSLContext' (OnClassCondition) + + JpaRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.jpa.repository.JpaRepository' (OnClassCondition) + + JsonbAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.json.bind.Jsonb' (OnClassCondition) + + JsonbHttpMessageConvertersConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.json.bind.Jsonb' (OnClassCondition) + + JtaAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.transaction.Transaction' (OnClassCondition) + + KafkaAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.kafka.core.KafkaTemplate' (OnClassCondition) + + KafkaMetricsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.kafka.core.ProducerFactory' (OnClassCondition) + + KairosMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.kairos.KairosMeterRegistry' (OnClassCondition) + + Knife4jAutoConfiguration#corsFilter: + Did not match: + - @ConditionalOnProperty (knife4j.cors=true) did not find property 'knife4j.cors' (OnPropertyCondition) + + Knife4jAutoConfiguration#productionSecurityFilter: + Did not match: + - @ConditionalOnProperty (knife4j.production=true) did not find property 'knife4j.production' (OnPropertyCondition) + + Knife4jAutoConfiguration#securityBasicAuthFilter: + Did not match: + - @ConditionalOnProperty (knife4j.basic.enable=true) found different value in property 'knife4j.basic.enable' (OnPropertyCondition) + + Knife4jInsightAutoConfiguration: + Did not match: + - @ConditionalOnProperty (knife4j.insight.enable=true) did not find property 'knife4j.insight.enable' (OnPropertyCondition) + + LdapAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.ldap.core.ContextSource' (OnClassCondition) + + LdapHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.ldap.core.LdapOperations' (OnClassCondition) + + LdapRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.ldap.repository.LdapRepository' (OnClassCondition) + + LettuceConnectionConfiguration#redisConnectionFactory: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.data.redis.connection.RedisConnectionFactory; SearchStrategy: all) found beans of type 'org.springframework.data.redis.connection.RedisConnectionFactory' redissonConnectionFactory (OnBeanCondition) + + LettuceConnectionConfiguration#redisConnectionFactoryVirtualThreads: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.data.redis.connection.RedisConnectionFactory; SearchStrategy: all) found beans of type 'org.springframework.data.redis.connection.RedisConnectionFactory' redissonConnectionFactory (OnBeanCondition) + + LiquibaseAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'liquibase.change.DatabaseChange' (OnClassCondition) + + LiquibaseEndpointAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'liquibase.integration.spring.SpringLiquibase' (OnClassCondition) + + LogFileWebEndpointAutoConfiguration#logFileWebEndpoint: + Did not match: + - Log File did not find logging file (LogFileWebEndpointAutoConfiguration.LogFileCondition) + + LogbackMetricsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'ch.qos.logback.classic.LoggerContext' (OnClassCondition) + + MailHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnEnabledHealthIndicator management.health.mail.enabled is false (OnEnabledHealthIndicatorCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.mail.javamail.JavaMailSenderImpl' (OnClassCondition) + + MailSenderJndiConfiguration: + Did not match: + - @ConditionalOnProperty (spring.mail.jndi-name) did not find property 'jndi-name' (OnPropertyCondition) + Matched: + - @ConditionalOnClass found required class 'jakarta.mail.Session' (OnClassCondition) + + MailSenderValidatorAutoConfiguration: + Did not match: + - @ConditionalOnProperty (spring.mail.test-connection) did not find property 'test-connection' (OnPropertyCondition) + + ManagementContextAutoConfiguration.DifferentManagementContextConfiguration: + Did not match: + - Management Port actual port type (SAME) did not match required type (DIFFERENT) (OnManagementPortCondition) + + ManagementWebSecurityAutoConfiguration: + Did not match: + - AllNestedConditions 1 matched 1 did not; NestedCondition on DefaultWebSecurityCondition.Beans @ConditionalOnMissingBean (types: org.springframework.security.web.SecurityFilterChain; SearchStrategy: all) did not find any beans; NestedCondition on DefaultWebSecurityCondition.Classes @ConditionalOnClass did not find required classes 'org.springframework.security.web.SecurityFilterChain', 'org.springframework.security.config.annotation.web.builders.HttpSecurity' (DefaultWebSecurityCondition) + Matched: + - found 'session' scope (OnWebApplicationCondition) + + MappingsEndpointAutoConfiguration.ReactiveWebConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition) + + MessageSourceAutoConfiguration: + Did not match: + - ResourceBundle did not find bundle with basename messages (MessageSourceAutoConfiguration.ResourceBundleCondition) + + MetricsAspectsAutoConfiguration: + Did not match: + - AnyNestedCondition 0 matched 2 did not; NestedCondition on MetricsAspectsAutoConfiguration.ObservationAnnotationsEnabledCondition.ManagementObservationsEnabledCondition @ConditionalOnProperty (management.observations.annotations.enabled=true) did not find property 'enabled'; NestedCondition on MetricsAspectsAutoConfiguration.ObservationAnnotationsEnabledCondition.MicrometerObservationsEnabledCondition @ConditionalOnProperty (micrometer.observations.annotations.enabled=true) did not find property 'enabled' (MetricsAspectsAutoConfiguration.ObservationAnnotationsEnabledCondition) + Matched: + - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.MeterRegistry', 'org.aspectj.weaver.Advice' (OnClassCondition) + + MicrometerTracingAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) + + MongoAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) + + MongoDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) + + MongoHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.mongodb.core.MongoTemplate' (OnClassCondition) + + MongoMetricsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.MongoClientSettings' (OnClassCondition) + + MongoReactiveAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) + + MongoReactiveDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) + + MongoReactiveHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.mongodb.core.ReactiveMongoTemplate' (OnClassCondition) + + MongoReactiveRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) + + MongoRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) + + MultipleOpenApiSupportConfiguration.SpringDocWebMvcActuatorDifferentConfiguration: + Did not match: + - Management Port actual port type (SAME) did not match required type (DIFFERENT) (OnManagementPortCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping' (OnClassCondition) + + MustacheAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.samskivert.mustache.Mustache' (OnClassCondition) + + MybatisPlusAutoConfiguration#sqlSessionFactory: + Did not match: + - @ConditionalOnMissingBean (types: org.apache.ibatis.session.SqlSessionFactory; SearchStrategy: all) found beans of type 'org.apache.ibatis.session.SqlSessionFactory' sqlSessionFactory (OnBeanCondition) + + MybatisPlusAutoConfiguration.MapperScannerRegistrarNotFoundConfiguration: + Did not match: + - @ConditionalOnMissingBean (types: org.mybatis.spring.mapper.MapperFactoryBean,org.mybatis.spring.mapper.MapperScannerConfigurer; SearchStrategy: all) found beans of type 'org.mybatis.spring.mapper.MapperScannerConfigurer' net.lab1024.sa.admin.AdminApplication#MapperScannerRegistrar#0 (OnBeanCondition) + + MybatisPlusInnerInterceptorAutoConfiguration: + Did not match: + - @ConditionalOnBean (types: com.baomidou.mybatisplus.extension.plugins.inner.InnerInterceptor; SearchStrategy: all) did not find any beans of type com.baomidou.mybatisplus.extension.plugins.inner.InnerInterceptor (OnBeanCondition) + + MybatisPlusLanguageDriverAutoConfiguration.FreeMarkerConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.mybatis.scripting.freemarker.FreeMarkerLanguageDriver', 'org.mybatis.scripting.freemarker.FreeMarkerLanguageDriverConfig' (OnClassCondition) + + MybatisPlusLanguageDriverAutoConfiguration.LegacyFreeMarkerConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.mybatis.scripting.freemarker.FreeMarkerLanguageDriver' (OnClassCondition) + + MybatisPlusLanguageDriverAutoConfiguration.LegacyVelocityConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.mybatis.scripting.velocity.Driver' (OnClassCondition) + + MybatisPlusLanguageDriverAutoConfiguration.ThymeleafConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.mybatis.scripting.thymeleaf.ThymeleafLanguageDriver' (OnClassCondition) + + MybatisPlusLanguageDriverAutoConfiguration.VelocityConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.mybatis.scripting.velocity.VelocityLanguageDriver', 'org.mybatis.scripting.velocity.VelocityLanguageDriverConfig' (OnClassCondition) + + Neo4jAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) + + Neo4jDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) + + Neo4jHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) + + Neo4jReactiveDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) + + Neo4jReactiveRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) + + Neo4jRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) + + NewRelicMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.newrelic.NewRelicMeterRegistry' (OnClassCondition) + + NoOpCacheConfiguration: + Did not match: + - Cache org.springframework.boot.autoconfigure.cache.NoOpCacheConfiguration unknown cache type (CacheCondition) + + NoOpMeterRegistryConfiguration: + Did not match: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans of type 'io.micrometer.core.instrument.MeterRegistry' simpleMeterRegistry (OnBeanCondition) + + NoopTracerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) + + OAuth2AuthorizationServerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.authorization.OAuth2Authorization' (OnClassCondition) + + OAuth2AuthorizationServerJwtAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.authorization.OAuth2Authorization' (OnClassCondition) + + OAuth2ClientAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.configuration.EnableWebSecurity' (OnClassCondition) + + OAuth2ResourceServerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthenticationToken' (OnClassCondition) + + ObservationAutoConfiguration.MeterObservationHandlerConfiguration.TracingAndMetricsObservationHandlerConfiguration: + Did not match: + - @ConditionalOnBean did not find required type 'io.micrometer.tracing.Tracer' (OnBeanCondition) + - @ConditionalOnBean (types: io.micrometer.tracing.Tracer; SearchStrategy: all) did not find any beans of type io.micrometer.tracing.Tracer (OnBeanCondition) + + ObservationAutoConfiguration.MetricsWithTracingConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) + + ObservationAutoConfiguration.OnlyTracingConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) + + org.springframework.boot.actuate.autoconfigure.opentelemetry.OpenTelemetryAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.opentelemetry.sdk.OpenTelemetrySdk' (OnClassCondition) + + org.springframework.boot.actuate.autoconfigure.tracing.OpenTelemetryAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.tracing.otel.bridge.OtelTracer' (OnClassCondition) + + OtlpAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.tracing.otel.bridge.OtelTracer' (OnClassCondition) + + OtlpMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.registry.otlp.OtlpMeterRegistry' (OnClassCondition) + + ProjectInfoAutoConfiguration#buildProperties: + Did not match: + - @ConditionalOnResource did not find resource '${spring.info.build.location:classpath:META-INF/build-info.properties}' (OnResourceCondition) + + ProjectInfoAutoConfiguration#gitProperties: + Did not match: + - GitResource did not find git info at classpath:git.properties (ProjectInfoAutoConfiguration.GitResourceAvailableCondition) + + PrometheusExemplarsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) + + PrometheusMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.prometheusmetrics.PrometheusMeterRegistry' (OnClassCondition) + + PrometheusSimpleclientExemplarsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) + + PrometheusSimpleclientMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.prometheus.PrometheusMeterRegistry' (OnClassCondition) + + PulsarAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.apache.pulsar.client.api.PulsarClient' (OnClassCondition) + + PulsarReactiveAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.apache.pulsar.client.api.PulsarClient' (OnClassCondition) + + QuartzAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.quartz.Scheduler' (OnClassCondition) + + QuartzEndpointAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.quartz.Scheduler' (OnClassCondition) + + R2dbcAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition) + + R2dbcDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.r2dbc.core.R2dbcEntityTemplate' (OnClassCondition) + + R2dbcInitializationConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'io.r2dbc.spi.ConnectionFactory', 'org.springframework.r2dbc.connection.init.DatabasePopulator' (OnClassCondition) + + R2dbcObservationAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.r2dbc.proxy.ProxyConnectionFactory' (OnClassCondition) + + R2dbcRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition) + + R2dbcTransactionManagerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.r2dbc.connection.R2dbcTransactionManager' (OnClassCondition) + + RSocketGraphQlClientAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + RSocketMessagingAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) + + RSocketRequesterAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) + + RSocketSecurityAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.rsocket.core.SecuritySocketAcceptorInterceptor' (OnClassCondition) + + RSocketServerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.rsocket.core.RSocketServer' (OnClassCondition) + + RSocketStrategiesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) + + RabbitAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.rabbitmq.client.Channel' (OnClassCondition) + + RabbitHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.amqp.rabbit.core.RabbitTemplate' (OnClassCondition) + + RabbitMetricsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.rabbitmq.client.ConnectionFactory' (OnClassCondition) + + ReactiveCloudFoundryActuatorAutoConfiguration: + Did not match: + - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) + + ReactiveElasticsearchClientAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'co.elastic.clients.transport.ElasticsearchTransport' (OnClassCondition) + + ReactiveElasticsearchRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchClient' (OnClassCondition) + + ReactiveManagementContextAutoConfiguration: + Did not match: + - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) + + ReactiveManagementWebSecurityAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity' (OnClassCondition) + + ReactiveMultipartAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) + + ReactiveOAuth2ClientAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity' (OnClassCondition) + + ReactiveOAuth2ResourceServerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity' (OnClassCondition) + + ReactiveSecurityAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity' (OnClassCondition) + + ReactiveUserDetailsServiceAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.authentication.ReactiveAuthenticationManager' (OnClassCondition) + + ReactiveWebServerFactoryAutoConfiguration: + Did not match: + - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) + + RedisAutoConfiguration#redisTemplate: + Did not match: + - @ConditionalOnMissingBean (names: redisTemplate; SearchStrategy: all) found beans named redisTemplate (OnBeanCondition) + + RedisAutoConfiguration#stringRedisTemplate: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.data.redis.core.StringRedisTemplate; SearchStrategy: all) found beans of type 'org.springframework.data.redis.core.StringRedisTemplate' stringRedisTemplate (OnBeanCondition) + + RedisCacheConfiguration: + Did not match: + - Cache org.springframework.boot.autoconfigure.cache.RedisCacheConfiguration unknown cache type (CacheCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition) + + RedisHealthContributorAutoConfiguration#redisHealthContributor: + Did not match: + - @ConditionalOnMissingBean (names: redisHealthIndicator,redisHealthContributor; SearchStrategy: all) found beans named redisHealthContributor (OnBeanCondition) + + RedissonAutoConfiguration#redisTemplate: + Did not match: + - @ConditionalOnMissingBean (names: redisTemplate; SearchStrategy: all) found beans named redisTemplate (OnBeanCondition) + + RepositoryRestMvcAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration' (OnClassCondition) + + SaOAuth2BeanInject: + Did not match: + - @ConditionalOnClass did not find required class 'cn.dev33.satoken.oauth2.SaOAuth2Manager' (OnClassCondition) + + SaOAuth2BeanRegister: + Did not match: + - @ConditionalOnClass did not find required class 'cn.dev33.satoken.oauth2.SaOAuth2Manager' (OnClassCondition) + + SaSsoBeanInject: + Did not match: + - @ConditionalOnClass did not find required class 'cn.dev33.satoken.sso.SaSsoManager' (OnClassCondition) + + SaSsoBeanRegister: + Did not match: + - @ConditionalOnClass did not find required class 'cn.dev33.satoken.sso.SaSsoManager' (OnClassCondition) + + Saml2RelyingPartyAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository' (OnClassCondition) + + SbomEndpointAutoConfiguration#sbomEndpointWebExtension: + Did not match: + - @ConditionalOnAvailableEndpoint no 'management.endpoints' property marked it as exposed (OnAvailableEndpointCondition) + Matched: + - @ConditionalOnBean (types: org.springframework.boot.actuate.sbom.SbomEndpoint; SearchStrategy: all) found bean 'sbomEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.sbom.SbomEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SecurityAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.authentication.DefaultAuthenticationEventPublisher' (OnClassCondition) + + SecurityFilterAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.config.http.SessionCreationPolicy' (OnClassCondition) + + SecurityRequestMatchersManagementContextConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.web.util.matcher.RequestMatcher' (OnClassCondition) + + SendGridAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.sendgrid.SendGrid' (OnClassCondition) + + ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition) + + ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration: + Did not match: + - @ConditionalOnProperty (management.server.add-application-context-header=true) did not find property 'add-application-context-header' (OnPropertyCondition) + + ServletWebServerFactoryAutoConfiguration.ForwardedHeaderFilterConfiguration: + Did not match: + - @ConditionalOnProperty (server.forward-headers-strategy=framework) did not find property 'server.forward-headers-strategy' (OnPropertyCondition) + + ServletWebServerFactoryConfiguration.EmbeddedJetty: + Did not match: + - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.ee10.webapp.WebAppContext' (OnClassCondition) + + ServletWebServerFactoryConfiguration.EmbeddedUndertow: + Did not match: + - @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition) + + SessionAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.session.Session' (OnClassCondition) + + SessionsEndpointAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.session.Session' (OnClassCondition) + + ShutdownEndpointAutoConfiguration: + Did not match: + - @ConditionalOnAvailableEndpoint no property management.endpoint.shutdown.enabled found so using endpoint default of false (OnAvailableEndpointCondition) + + SignalFxMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.signalfx.SignalFxMeterRegistry' (OnClassCondition) + + SimpleCacheConfiguration: + Did not match: + - Cache org.springframework.boot.autoconfigure.cache.SimpleCacheConfiguration unknown cache type (CacheCondition) + + SpringDocConfiguration#openAPIBuilder: + Did not match: + - @ConditionalOnMissingBean (types: org.springdoc.core.service.OpenAPIService; SearchStrategy: all) found beans of type 'org.springdoc.core.service.OpenAPIService' openApiBuilder (OnBeanCondition) + + SpringDocConfiguration#propertiesResolverForSchema: + Did not match: + - @ConditionalOnProperty (springdoc.api-docs.resolve-schema-properties) did not find property 'springdoc.api-docs.resolve-schema-properties' (OnPropertyCondition) + + SpringDocConfiguration#springdocBeanFactoryPostProcessor2: + Did not match: + - @ConditionalOnMissingClass found unwanted class 'org.springframework.boot.context.properties.bind.BindResult' (OnClassCondition) + + SpringDocConfiguration.SpringDocActuatorConfiguration: + Did not match: + - @ConditionalOnProperty (springdoc.show-actuator) did not find property 'springdoc.show-actuator' (OnPropertyCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' (OnClassCondition) + + SpringDocConfiguration.SpringDocRepositoryRestConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.rest.core.config.RepositoryRestConfiguration' (OnClassCondition) + + SpringDocDataRestConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.rest.core.config.RepositoryRestConfiguration' (OnClassCondition) + + SpringDocFunctionCatalogConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.cloud.function.web.function.FunctionEndpointInitializer' (OnClassCondition) + + SpringDocGroovyConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'groovy.lang.MetaClass' (OnClassCondition) + + SpringDocHateoasConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.hateoas.server.LinkRelationProvider' (OnClassCondition) + + SpringDocJacksonKotlinModuleConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.fasterxml.jackson.module.kotlin.KotlinModule' (OnClassCondition) + + SpringDocJavadocConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.github.therapi.runtimejavadoc.CommentFormatter' (OnClassCondition) + + SpringDocKotlinxConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'kotlinx.coroutines.flow.Flow' (OnClassCondition) + + SpringDocSecurityConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.web.SecurityFilterChain' (OnClassCondition) + + SpringDocSortConfiguration#delegatingMethodParameterCustomizer: + Did not match: + - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.DelegatingMethodParameterCustomizer; SearchStrategy: all) found beans of type 'org.springdoc.core.customizers.DelegatingMethodParameterCustomizer' delegatingMethodParameterCustomizer (OnBeanCondition) + + SpringDocWebMvcConfiguration.SpringDocWebMvcActuatorConfiguration#actuatorProvider: + Did not match: + - @ConditionalOnExpression (#{${springdoc.show-actuator:false} or ${springdoc.use-management-port:false}}) resulted in false (OnExpressionCondition) + + SpringDocWebMvcConfiguration.SpringDocWebMvcActuatorConfiguration#openApiActuatorResource: + Did not match: + - @ConditionalOnProperty (springdoc.use-management-port) did not find property 'springdoc.use-management-port' (OnPropertyCondition) + + StackdriverMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.stackdriver.StackdriverMeterRegistry' (OnClassCondition) + + StartupEndpointAutoConfiguration: + Did not match: + - ApplicationStartup configured applicationStartup is of type class org.springframework.core.metrics.DefaultApplicationStartup, expected BufferingApplicationStartup. (StartupEndpointAutoConfiguration.ApplicationStartupCondition) + + StatsdMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.statsd.StatsdMeterRegistry' (OnClassCondition) + + SwaggerConfig#springWebProvider: + Did not match: + - @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringWebProvider; SearchStrategy: all) found beans of type 'org.springdoc.core.providers.SpringWebProvider' springWebProvider (OnBeanCondition) + + SwaggerConfig#swaggerUiConfigParameters: + Did not match: + - @ConditionalOnMissingBean (types: org.springdoc.core.properties.SwaggerUiConfigParameters; SearchStrategy: all) found beans of type 'org.springdoc.core.properties.SwaggerUiConfigParameters' org.springdoc.core.properties.SwaggerUiConfigParameters (OnBeanCondition) + + SwaggerConfig#swaggerUiHome: + Did not match: + - @ConditionalOnProperty (springdoc.swagger-ui.use-root-path=true) did not find property 'springdoc.swagger-ui.use-root-path' (OnPropertyCondition) + + SwaggerConfig.SwaggerActuatorWelcomeConfiguration: + Did not match: + - @ConditionalOnProperty (springdoc.use-management-port) did not find property 'springdoc.use-management-port' (OnPropertyCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping' (OnClassCondition) + + TaskExecutorConfigurations.SimpleAsyncTaskExecutorBuilderConfiguration#simpleAsyncTaskExecutorBuilderVirtualThreads: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder; SearchStrategy: all) found beans of type 'org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder' simpleAsyncTaskExecutorBuilder (OnBeanCondition) + + TaskExecutorConfigurations.TaskExecutorConfiguration: + Did not match: + - @ConditionalOnMissingBean (types: java.util.concurrent.Executor; SearchStrategy: all) found beans of type 'java.util.concurrent.Executor' smart-async-executor (OnBeanCondition) + + TaskSchedulingConfigurations.SimpleAsyncTaskSchedulerBuilderConfiguration#simpleAsyncTaskSchedulerBuilderVirtualThreads: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder; SearchStrategy: all) found beans of type 'org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder' simpleAsyncTaskSchedulerBuilder (OnBeanCondition) + + TaskSchedulingConfigurations.TaskSchedulerConfiguration#taskSchedulerVirtualThreads: + Did not match: + - @ConditionalOnThreading did not find VIRTUAL (OnThreadingCondition) + + ThymeleafAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.thymeleaf.spring6.SpringTemplateEngine' (OnClassCondition) + + TransactionAutoConfiguration#transactionalOperator: + Did not match: + - @ConditionalOnSingleCandidate (types: org.springframework.transaction.ReactiveTransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TransactionAutoConfiguration.AspectJTransactionManagementConfiguration: + Did not match: + - @ConditionalOnBean did not find required type 'org.springframework.transaction.aspectj.AbstractTransactionAspect' (OnBeanCondition) + - @ConditionalOnBean (types: org.springframework.transaction.aspectj.AbstractTransactionAspect; SearchStrategy: all) did not find any beans of type org.springframework.transaction.aspectj.AbstractTransactionAspect (OnBeanCondition) + + TransactionAutoConfiguration.EnableTransactionManagementConfiguration: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration; SearchStrategy: all) found beans of type 'org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration' org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration (OnBeanCondition) + + TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration: + Did not match: + - Ancestor org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) + Matched: + - @ConditionalOnProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition) + + TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration: + Did not match: + - @ConditionalOnProperty (spring.aop.proxy-target-class=false) did not find property 'proxy-target-class' (OnPropertyCondition) + - Ancestor org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) + + WavefrontAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.application.ApplicationTags' (OnClassCondition) + + WavefrontMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.WavefrontSender' (OnClassCondition) + + WavefrontTracingAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.WavefrontSender' (OnClassCondition) + + WebClientAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) + + WebClientObservationConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) + + WebFluxAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) + + WebFluxEndpointManagementContextConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition) + + WebFluxObservationAutoConfiguration: + Did not match: + - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) + + WebMvcAutoConfiguration#hiddenHttpMethodFilter: + Did not match: + - @ConditionalOnProperty (spring.mvc.hiddenmethod.filter.enabled) did not find property 'enabled' (OnPropertyCondition) + + WebMvcAutoConfiguration.ProblemDetailsErrorHandlingConfiguration: + Did not match: + - @ConditionalOnProperty (spring.mvc.problemdetails.enabled=true) did not find property 'enabled' (OnPropertyCondition) + + WebMvcAutoConfiguration.ResourceChainCustomizerConfiguration: + Did not match: + - @ConditionalOnEnabledResourceChain did not find class org.webjars.WebJarAssetLocator (OnEnabledResourceChainCondition) + + WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#beanNameViewResolver: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) found beans of type 'org.springframework.web.servlet.view.BeanNameViewResolver' beanNameViewResolver (OnBeanCondition) + + WebMvcEndpointManagementContextConfiguration#managementHealthEndpointWebMvcHandlerMapping: + Did not match: + - Management Port actual port type (SAME) did not match required type (DIFFERENT) (OnManagementPortCondition) + + WebServiceTemplateAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.ws.client.core.WebServiceTemplate' (OnClassCondition) + + WebServicesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.ws.transport.http.MessageDispatcherServlet' (OnClassCondition) + + WebSessionIdResolverAutoConfiguration: + Did not match: + - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) + + WebSocketMessagingAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer' (OnClassCondition) + + WebSocketReactiveAutoConfiguration: + Did not match: + - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) + + WebSocketServletAutoConfiguration.JettyWebSocketConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.eclipse.jetty.ee10.websocket.jakarta.server.config.JakartaWebSocketServletContainerInitializer' (OnClassCondition) + + WebSocketServletAutoConfiguration.UndertowWebSocketConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.undertow.websockets.jsr.Bootstrap' (OnClassCondition) + + XADataSourceAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.transaction.TransactionManager' (OnClassCondition) + + ZipkinAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'zipkin2.reporter.Encoding' (OnClassCondition) + + +Exclusions: +----------- + + org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration + + +Unconditional classes: +---------------------- + + cn.dev33.satoken.spring.SaTokenContextRegister + + cn.dev33.satoken.spring.SaBeanRegister + + org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration + + cn.dev33.satoken.dao.SaTokenDaoForRedisTemplate + + org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration + + org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration + + org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration + + org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration + + org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration + + org.springframework.boot.actuate.autoconfigure.metrics.integration.IntegrationMetricsAutoConfiguration + + org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration + + org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration + + org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration + + cn.dev33.satoken.spring.SaBeanInject + + org.springframework.boot.actuate.autoconfigure.endpoint.jackson.JacksonEndpointAutoConfiguration + + cn.hutool.extra.spring.SpringUtil + + org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration + + org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration + + + (ConditionEvaluationReportLogger.java:72) +[2026-06-02 18:55:04,421][DEBUG][main] Application availability state LivenessState changed to CORRECT (ApplicationAvailabilityBean.java:77) +[2026-06-02 18:55:04,423][DEBUG][main] Application availability state ReadinessState changed to ACCEPTING_TRAFFIC (ApplicationAvailabilityBean.java:77) +[2026-06-02 18:55:04,449][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:04,449][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,450][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:04,450][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,450][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,450][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,450][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,450][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,450][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,450][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,450][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:04,450][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 84 (Log.java:228) +[2026-06-02 18:55:04,451][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:04,451][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,451][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:04,451][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,451][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,451][DEBUG][RMI TCP Connection(1)-127.0.0.1] connectionId=rmi://127.0.0.1 13, name=org.springframework.boot:type=Admin,name=SpringApplication, attribute=Ready (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,453][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:04,453][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,453][DEBUG][RMI TCP Connection(1)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@509a49a0: connectionId=rmi://127.0.0.1 13] closing. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,453][DEBUG][RMI TCP Connection(1)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@509a49a0: connectionId=rmi://127.0.0.1 13] closed. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,453][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: accepted socket from [127.0.0.1:57579] (Log.java:228) +[2026-06-02 18:55:04,453][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: accepted socket from [127.0.0.1:57578] (Log.java:228) +[2026-06-02 18:55:04,453][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,454][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,454][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,454][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,454][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,454][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,454][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,454][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,454][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,454][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,454][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,454][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,454][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,454][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,454][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,454][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,454][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 84 (Log.java:228) +[2026-06-02 18:55:04,454][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,454][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 84 (Log.java:228) +[2026-06-02 18:55:04,454][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,455][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,455][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,455][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,455][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,455][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,455][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,455][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,455][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,455][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,455][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,456][DEBUG][RMI TCP Connection(2)-127.0.0.1] connectionId=rmi://127.0.0.1 14 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,456][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 15 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,456][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,456][DEBUG][RMI TCP Connection(2)-127.0.0.1] connectionId=rmi://127.0.0.1 14, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,456][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,456][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 15, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,457][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,457][DEBUG][RMI TCP Connection(2)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@32f22a83: connectionId=rmi://127.0.0.1 14] closing. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,457][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,457][DEBUG][RMI TCP Connection(2)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@32f22a83: connectionId=rmi://127.0.0.1 14] closed. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,457][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,457][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,457][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,457][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,457][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 15 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,457][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,457][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 15, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,457][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,457][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,457][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,457][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,457][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,457][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,457][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 15 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,457][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,458][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 15, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,458][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,458][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,458][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,458][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,458][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,458][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,458][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,458][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,458][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,458][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,458][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,458][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,458][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 15 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,458][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,458][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 15, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,458][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 84 (Log.java:228) +[2026-06-02 18:55:04,458][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,458][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,458][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,458][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,458][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,458][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,458][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,458][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,458][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 15 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 15, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(2)-127.0.0.1] connectionId=rmi://127.0.0.1 16 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(2)-127.0.0.1] connectionId=rmi://127.0.0.1 16, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 15 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 15, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(2)-127.0.0.1] connectionId=rmi://127.0.0.1 16 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(2)-127.0.0.1] connectionId=rmi://127.0.0.1 16, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(3)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@256f2b39: connectionId=rmi://127.0.0.1 15] closing. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(3)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@256f2b39: connectionId=rmi://127.0.0.1 15] closed. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(2)-127.0.0.1] connectionId=rmi://127.0.0.1 16 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,459][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,460][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,460][DEBUG][RMI TCP Connection(2)-127.0.0.1] connectionId=rmi://127.0.0.1 16, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,460][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,460][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,460][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,460][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,460][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,460][DEBUG][RMI TCP Connection(2)-127.0.0.1] connectionId=rmi://127.0.0.1 16 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,460][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,460][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,460][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,460][DEBUG][RMI TCP Connection(2)-127.0.0.1] connectionId=rmi://127.0.0.1 16, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,460][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,460][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,460][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,460][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,460][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,460][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,460][DEBUG][RMI TCP Connection(2)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@95b2347: connectionId=rmi://127.0.0.1 16] closing. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,460][DEBUG][RMI TCP Connection(2)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@95b2347: connectionId=rmi://127.0.0.1 16] closed. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,460][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 84 (Log.java:228) +[2026-06-02 18:55:04,460][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,460][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,460][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,461][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,461][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 17 unwrapping query with defaultClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,461][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 17, name=org.springframework.boot:type=Endpoint,name=Beans,*, query=java.rmi.MarshalledObject@d (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,464][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,464][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,464][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,464][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,464][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,464][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 17 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,464][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,464][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 17, name=org.springframework.boot:type=Endpoint,name=Beans, operationName=beans, signature=[] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,512][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:04,513][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,513][DEBUG][RMI TCP Connection(3)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@673476f2: connectionId=rmi://127.0.0.1 17] closing. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,513][DEBUG][RMI TCP Connection(3)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@673476f2: connectionId=rmi://127.0.0.1 17] closed. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,514][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:04,514][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:04,514][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:04,514][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,514][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,514][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,515][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: accepted socket from [127.0.0.1:57580] (Log.java:228) +[2026-06-02 18:55:04,515][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,515][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:04,515][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:04,515][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,515][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:04,515][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,515][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,515][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,515][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,515][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,515][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,515][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,516][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,516][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,516][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,516][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,516][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,516][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,516][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,516][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,516][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,516][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,516][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,516][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,516][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,516][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,516][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,516][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,516][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:04,516][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,516][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 84 (Log.java:228) +[2026-06-02 18:55:04,516][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:04,516][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,516][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:04,517][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 84 (Log.java:228) +[2026-06-02 18:55:04,517][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,517][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:04,517][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 84 (Log.java:228) +[2026-06-02 18:55:04,517][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,517][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,517][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,517][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:04,517][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:04,517][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,517][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,517][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,517][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,517][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: (port 57518) op = 84 (Log.java:228) +[2026-06-02 18:55:04,517][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,517][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,518][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,518][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,518][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,518][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,518][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,518][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:04,518][DEBUG][RMI TCP Connection(2)-127.0.0.1] connectionId=rmi://127.0.0.1 20 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,518][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,518][DEBUG][RMI TCP Connection(1)-127.0.0.1] connectionId=rmi://127.0.0.1 18 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,518][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,518][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,518][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,518][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,518][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,518][DEBUG][RMI TCP Connection(2)-127.0.0.1] connectionId=rmi://127.0.0.1 20, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,518][DEBUG][RMI TCP Connection(1)-127.0.0.1] connectionId=rmi://127.0.0.1 18, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,518][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,518][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,518][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,518][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,518][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,518][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,518][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,518][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 19 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,519][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,519][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,519][DEBUG][RMI TCP Connection(4)-127.0.0.1] connectionId=rmi://127.0.0.1 21 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,519][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 19, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,519][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,519][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:04,519][DEBUG][RMI TCP Connection(4)-127.0.0.1] connectionId=rmi://127.0.0.1 21, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,519][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,519][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,519][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,519][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,519][DEBUG][RMI TCP Connection(2)-127.0.0.1] connectionId=rmi://127.0.0.1 20 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,519][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,519][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,519][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,519][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,519][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,519][DEBUG][RMI TCP Connection(2)-127.0.0.1] connectionId=rmi://127.0.0.1 20, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,519][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,519][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,519][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,519][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,519][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,519][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 19 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(1)-127.0.0.1] connectionId=rmi://127.0.0.1 18 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(4)-127.0.0.1] connectionId=rmi://127.0.0.1 21 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 19, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(1)-127.0.0.1] connectionId=rmi://127.0.0.1 18, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(4)-127.0.0.1] connectionId=rmi://127.0.0.1 21, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 19 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 19, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(2)-127.0.0.1] connectionId=rmi://127.0.0.1 20 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,520][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(1)-127.0.0.1] connectionId=rmi://127.0.0.1 18 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(4)-127.0.0.1] connectionId=rmi://127.0.0.1 21 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(2)-127.0.0.1] connectionId=rmi://127.0.0.1 20, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(1)-127.0.0.1] connectionId=rmi://127.0.0.1 18, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(4)-127.0.0.1] connectionId=rmi://127.0.0.1 21, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 19 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 19, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,521][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(1)-127.0.0.1] connectionId=rmi://127.0.0.1 20 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 19 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(2)-127.0.0.1] connectionId=rmi://127.0.0.1 18 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(2)-127.0.0.1] connectionId=rmi://127.0.0.1 18, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 19, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(4)-127.0.0.1] connectionId=rmi://127.0.0.1 21 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(4)-127.0.0.1] connectionId=rmi://127.0.0.1 21, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(1)-127.0.0.1] connectionId=rmi://127.0.0.1 20, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 19 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(4)-127.0.0.1] connectionId=rmi://127.0.0.1 21 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(1)-127.0.0.1] connectionId=rmi://127.0.0.1 20 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,522][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,523][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 19, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,523][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,523][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,523][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,523][DEBUG][RMI TCP Connection(4)-127.0.0.1] connectionId=rmi://127.0.0.1 21, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,523][DEBUG][RMI TCP Connection(2)-127.0.0.1] connectionId=rmi://127.0.0.1 18 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,523][DEBUG][RMI TCP Connection(1)-127.0.0.1] connectionId=rmi://127.0.0.1 20, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,523][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,523][DEBUG][RMI TCP Connection(2)-127.0.0.1] connectionId=rmi://127.0.0.1 18, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,523][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,523][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,523][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,523][DEBUG][RMI TCP Connection(4)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@6e1a9f88: connectionId=rmi://127.0.0.1 19] closing. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,523][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,523][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,523][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,523][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,523][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,523][DEBUG][RMI TCP Connection(4)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@6e1a9f88: connectionId=rmi://127.0.0.1 19] closed. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,523][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,523][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,524][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 21 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,524][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,524][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,524][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,524][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,524][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 21, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,524][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,524][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,524][DEBUG][RMI TCP Connection(1)-127.0.0.1] connectionId=rmi://127.0.0.1 20 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,524][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,524][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,524][DEBUG][RMI TCP Connection(2)-127.0.0.1] connectionId=rmi://127.0.0.1 18 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,524][DEBUG][RMI TCP Connection(1)-127.0.0.1] connectionId=rmi://127.0.0.1 20, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,524][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,524][DEBUG][RMI TCP Connection(2)-127.0.0.1] connectionId=rmi://127.0.0.1 18, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,524][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,524][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,524][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,524][DEBUG][RMI TCP Connection(1)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@100b766b: connectionId=rmi://127.0.0.1 21] closing. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,524][DEBUG][RMI TCP Connection(3)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@2077aa4c: connectionId=rmi://127.0.0.1 20] closing. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,524][DEBUG][RMI TCP Connection(1)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@100b766b: connectionId=rmi://127.0.0.1 21] closed. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,524][DEBUG][RMI TCP Connection(2)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@28a09e37: connectionId=rmi://127.0.0.1 18] closing. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,525][DEBUG][RMI TCP Connection(2)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@28a09e37: connectionId=rmi://127.0.0.1 18] closed. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,525][DEBUG][RMI TCP Connection(3)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@2077aa4c: connectionId=rmi://127.0.0.1 20] closed. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,526][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,526][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,526][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,526][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,527][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,527][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,527][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,527][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,527][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,527][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,527][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,527][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,527][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,527][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,527][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,527][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,528][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,528][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,528][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,528][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,528][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,528][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,528][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,528][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,528][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,528][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,528][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,528][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,528][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,528][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,528][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,528][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,528][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 84 (Log.java:228) +[2026-06-02 18:55:04,528][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: (port 57518) op = 84 (Log.java:228) +[2026-06-02 18:55:04,528][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 84 (Log.java:228) +[2026-06-02 18:55:04,528][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 84 (Log.java:228) +[2026-06-02 18:55:04,528][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,528][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(1)-127.0.0.1] connectionId=rmi://127.0.0.1 23 unwrapping query with defaultClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(4)-127.0.0.1] connectionId=rmi://127.0.0.1 22 unwrapping query with defaultClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(2)-127.0.0.1] connectionId=rmi://127.0.0.1 24 unwrapping query with defaultClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(1)-127.0.0.1] connectionId=rmi://127.0.0.1 23, name=org.springframework.boot:type=Endpoint,name=Mappings,*, query=java.rmi.MarshalledObject@d (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(2)-127.0.0.1] connectionId=rmi://127.0.0.1 24, name=org.springframework.boot:type=Endpoint,name=Health,*, query=java.rmi.MarshalledObject@d (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(4)-127.0.0.1] connectionId=rmi://127.0.0.1 22, name=org.springframework.boot:type=Endpoint,name=Env,*, query=java.rmi.MarshalledObject@d (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 25 unwrapping query with defaultClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 25, name=org.springframework.boot:type=Endpoint,name=Conditions,*, query=java.rmi.MarshalledObject@d (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,529][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,530][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,530][DEBUG][RMI TCP Connection(4)-127.0.0.1] connectionId=rmi://127.0.0.1 22 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,530][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,530][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,530][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,530][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,530][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,530][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,530][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,530][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 23 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,530][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,530][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,530][DEBUG][RMI TCP Connection(4)-127.0.0.1] connectionId=rmi://127.0.0.1 22, name=org.springframework.boot:type=Endpoint,name=Env, operationName=environment, signature=[] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,530][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,530][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,530][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,530][DEBUG][RMI TCP Connection(2)-127.0.0.1] connectionId=rmi://127.0.0.1 24 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,530][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,530][DEBUG][RMI TCP Connection(3)-127.0.0.1] connectionId=rmi://127.0.0.1 23, name=org.springframework.boot:type=Endpoint,name=Mappings, operationName=mappings, signature=[] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,530][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,530][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,530][DEBUG][RMI TCP Connection(2)-127.0.0.1] connectionId=rmi://127.0.0.1 24, name=org.springframework.boot:type=Endpoint,name=Health, operationName=health, signature=[] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,530][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-02 18:55:04,530][DEBUG][RMI TCP Connection(1)-127.0.0.1] connectionId=rmi://127.0.0.1 25 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,530][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:04,530][DEBUG][RMI TCP Connection(1)-127.0.0.1] connectionId=rmi://127.0.0.1 25, name=org.springframework.boot:type=Endpoint,name=Conditions, operationName=conditions, signature=[] (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,532][DEBUG][RMI TCP Connection(2)-127.0.0.1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:04,535][DEBUG][RMI TCP Connection(3)-127.0.0.1] Detected StandardServletMultipartResolver (DispatcherServlet.java:533) +[2026-06-02 18:55:04,535][DEBUG][RMI TCP Connection(3)-127.0.0.1] Detected AcceptHeaderLocaleResolver (DispatcherServlet.java:557) +[2026-06-02 18:55:04,535][DEBUG][RMI TCP Connection(3)-127.0.0.1] Detected FixedThemeResolver (DispatcherServlet.java:583) +[2026-06-02 18:55:04,535][DEBUG][RMI TCP Connection(2)-127.0.0.1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:04,536][DEBUG][RMI TCP Connection(3)-127.0.0.1] Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@5b610c90 (DispatcherServlet.java:733) +[2026-06-02 18:55:04,536][DEBUG][RMI TCP Connection(3)-127.0.0.1] Detected org.springframework.web.servlet.support.SessionFlashMapManager@4dc24d88 (DispatcherServlet.java:797) +[2026-06-02 18:55:04,536][DEBUG][RMI TCP Connection(3)-127.0.0.1] enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data (FrameworkServlet.java:549) +[2026-06-02 18:55:04,545][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,545][DEBUG][RMI TCP Connection(4)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@5838d70: connectionId=rmi://127.0.0.1 22] closing. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,546][DEBUG][RMI TCP Connection(4)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@5838d70: connectionId=rmi://127.0.0.1 22] closed. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,567][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:04,568][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,568][DEBUG][RMI TCP Connection(1)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@3b24ce62: connectionId=rmi://127.0.0.1 25] closing. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,568][DEBUG][RMI TCP Connection(1)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@3b24ce62: connectionId=rmi://127.0.0.1 25] closed. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,576][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 82 (Log.java:228) +[2026-06-02 18:55:04,577][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,577][DEBUG][RMI TCP Connection(3)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@74d7239b: connectionId=rmi://127.0.0.1 23] closing. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,577][DEBUG][RMI TCP Connection(3)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@74d7239b: connectionId=rmi://127.0.0.1 23] closed. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,614][DEBUG][boundedElastic-1] acquired connection for command (INFO) and params [server] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1503453252 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x577a3abf, L:/127.0.0.1:57550 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:04,617][DEBUG][redisson-netty-2-2] connection released for command (INFO) and params [server] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1503453252 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x577a3abf, L:/127.0.0.1:57550 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@54765504[Completed normally], command=(INFO), params=[server], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:04,624][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:04,624][DEBUG][RMI TCP Connection(2)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@337b99b: connectionId=rmi://127.0.0.1 24] closing. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:04,624][DEBUG][RMI TCP Connection(2)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@337b99b: connectionId=rmi://127.0.0.1 24] closed. (LoggingProviderImpl.java:230) +[2026-06-02 18:55:08,250][DEBUG][http-nio-1024-exec-1] Loading persistent provider registrations from [/Users/wang/sanduoyun/developspace/smart-flow-master/logs/sa-admin/dev/tomcat-logs/conf/jaspic-providers.xml] (DirectJDKLog.java:173) +[2026-06-02 18:55:08,271][DEBUG][http-nio-1024-exec-1] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:08,274][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:08,275][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:08,288][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1463937780 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc35a792c, L:/127.0.0.1:57552 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:08,289][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1463937780 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc35a792c, L:/127.0.0.1:57552 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3d319d9b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:08,290][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:08,290][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:08,291][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@483188732 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8b395847, L:/127.0.0.1:57553 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:08,291][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@483188732 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8b395847, L:/127.0.0.1:57553 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4be92c66[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:08,291][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:08,304][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:08,532][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 57518) connection closed (Log.java:228) +[2026-06-02 18:55:08,532][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: (port 57518) connection closed (Log.java:228) +[2026-06-02 18:55:08,533][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: (port 57518) connection closed (Log.java:228) +[2026-06-02 18:55:08,532][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: (port 57518) connection closed (Log.java:228) +[2026-06-02 18:55:08,533][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: close connection, socket: Socket[addr=/127.0.0.1,port=57579,localport=57518] (Log.java:228) +[2026-06-02 18:55:08,533][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: close connection, socket: Socket[addr=/127.0.0.1,port=57520,localport=57518] (Log.java:228) +[2026-06-02 18:55:08,533][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: close connection, socket: Socket[addr=/127.0.0.1,port=57578,localport=57518] (Log.java:228) +[2026-06-02 18:55:08,533][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: close connection, socket: Socket[addr=/127.0.0.1,port=57580,localport=57518] (Log.java:228) +[2026-06-02 18:55:08,533][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: accepted socket from [127.0.0.1:57658] (Log.java:228) +[2026-06-02 18:55:08,534][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 57518) op = 80 (Log.java:228) +[2026-06-02 18:55:08,535][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:08,535][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: socket close: Socket[addr=/127.0.0.1,port=57580,localport=57518] (Log.java:228) +[2026-06-02 18:55:08,535][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:08,535][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:08,535][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:08,535][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-02 18:55:08,535][DEBUG][RMI TCP Connection(3)-127.0.0.1] RMI TCP Connection(3)-127.0.0.1: socket close: Socket[addr=/127.0.0.1,port=57579,localport=57518] (Log.java:228) +[2026-06-02 18:55:08,536][DEBUG][RMI TCP Connection(1)-127.0.0.1] RMI TCP Connection(1)-127.0.0.1: socket close: Socket[addr=/127.0.0.1,port=57520,localport=57518] (Log.java:228) +[2026-06-02 18:55:08,536][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: socket close: Socket[addr=/127.0.0.1,port=57578,localport=57518] (Log.java:228) +[2026-06-02 18:55:08,643][DEBUG][http-nio-1024-exec-1] POST "/support/feedback/query", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:08,643][DEBUG][http-nio-1024-exec-10] POST "/support/changeLog/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:08,643][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.base.module.support.feedback.controller.FeedbackController#query(FeedbackQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:08,643][DEBUG][http-nio-1024-exec-5] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:08,643][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController#queryPage(ChangeLogQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:08,643][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:08,643][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:08,643][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:08,643][DEBUG][http-nio-1024-exec-9] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:08,643][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:08,643][DEBUG][http-nio-1024-exec-8] GET "/support/helpDoc/queryHelpDocByRelationId/0", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:08,644][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:08,644][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@520776176 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x9fe51c28, L:/127.0.0.1:57555 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:08,644][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1806990078 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7808fecb, L:/127.0.0.1:57556 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:08,643][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@741715936 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1ee17a15, L:/127.0.0.1:57554 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:08,644][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:08,644][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@705947636 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x3d21aef0, L:/127.0.0.1:57557 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:08,645][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.support.AdminHelpDocController#queryHelpDocByRelationId(Long) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:08,645][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:08,645][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@459117959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0e4b39cc, L:/127.0.0.1:57558 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:08,646][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@705947636 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x3d21aef0, L:/127.0.0.1:57557 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1453bc3d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:08,646][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1806990078 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7808fecb, L:/127.0.0.1:57556 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2b929707[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:08,646][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:08,646][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:08,646][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:08,646][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@520776176 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x9fe51c28, L:/127.0.0.1:57555 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@248e37e4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:08,646][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@741715936 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1ee17a15, L:/127.0.0.1:57554 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@447ae2e3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:08,646][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:08,646][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:08,646][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:08,646][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:08,646][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1669800014 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5dbc4068, L:/127.0.0.1:57559 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:08,646][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:08,646][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@305428161 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xda7489bb, L:/127.0.0.1:57560 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:08,646][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@271284986 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xad6e8414, L:/127.0.0.1:57561 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:08,647][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1659106873 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa76ce844, L:/127.0.0.1:57562 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:08,647][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@459117959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0e4b39cc, L:/127.0.0.1:57558 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3dddc50b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:08,647][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:08,647][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:08,647][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@448015959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x541d330c, L:/127.0.0.1:57563 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:08,648][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@271284986 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xad6e8414, L:/127.0.0.1:57561 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@ec3e208[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:08,651][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@305428161 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xda7489bb, L:/127.0.0.1:57560 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@25d3fa79[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:08,648][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1669800014 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5dbc4068, L:/127.0.0.1:57559 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@b439887[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:08,651][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1659106873 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa76ce844, L:/127.0.0.1:57562 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1f227a36[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:08,651][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:08,651][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:08,651][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@448015959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x541d330c, L:/127.0.0.1:57563 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6ebe5a57[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:08,652][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:08,652][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:08,652][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:08,652][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:08,652][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:08,652][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:08,654][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:08,654][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:08,820][DEBUG][http-nio-1024-exec-2] GET "/login/getTwoFactorLoginFlag", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:08,820][DEBUG][http-nio-1024-exec-3] GET "/login/getCaptcha", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:08,820][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getTwoFactorLoginFlag() (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:08,820][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getCaptcha() (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:08,861][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:08,862][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=false, dataType=1)] (LogFormatUtils.java:120) +[2026-06-02 18:55:08,875][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:09,453][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:09,454][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [51, 50, 48, 51]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1244979154 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xcb988a77, L:/127.0.0.1:57564 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:09,457][DEBUG][redisson-netty-2-30] connection released for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [51, 50, 48, 51]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1244979154 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xcb988a77, L:/127.0.0.1:57564 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ef1a8cd[Completed normally], command=(SETEX), params=[[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [51, 50, 48, 51]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:09,457][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:09,459][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:09,460][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=CaptchaVO(captchaUuid=504aee1c830e4bb1ba3140 (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:55:09,460][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:11,015][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:11,016][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@68e483d7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:11,016][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:11,016][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.487, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.524}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:11,016][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-02 18:55:11,017][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-02 18:55:11,055][DEBUG][smart-reload] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:11,056][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@68e483d7] (Logger.java:49) +[2026-06-02 18:55:13,286][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:13,286][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@44d2f00d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:13,286][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:13,286][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.487, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.524}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:13,287][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-02 18:55:13,287][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-02 18:55:13,355][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:13,355][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@44d2f00d] (Logger.java:49) +[2026-06-02 18:55:19,317][DEBUG][http-nio-1024-exec-6] POST "/login", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:19,317][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#login(LoginForm, HttpServletRequest) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:19,337][DEBUG][http-nio-1024-exec-6] Read "application/json;charset=UTF-8" to [LoginForm(loginName=admin, password=NzFlNWI2MjE5ODUyODAxOWM0OTI3ZDhkM2ZkNWY1ODY=, loginDevice=1, ema (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:55:19,370][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:19,371][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1853684738 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa5689acc, L:/127.0.0.1:57565 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:19,373][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1853684738 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa5689acc, L:/127.0.0.1:57565 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7378ac72[Completed normally], command=(GET), params=[[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:19,373][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:19,373][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:19,374][DEBUG][http-nio-1024-exec-6] acquired connection for command (DEL) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@754370241 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa23d3f60, L:/127.0.0.1:57566 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:19,374][DEBUG][redisson-netty-2-2] connection released for command (DEL) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@754370241 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa23d3f60, L:/127.0.0.1:57566 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2fec5eaa[Completed normally], command=(DEL), params=[[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...]], codec=org.redisson.client.codec.LongCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:19,374][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:19,374][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:19,375][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3d31b5cd] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:19,375][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:19,375][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.487, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.524}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:19,375][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT * FROM t_employee WHERE login_name = ? AND deleted_flag = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:19,380][DEBUG][http-nio-1024-exec-6] ==> Parameters: admin(String), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:19,427][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:19,427][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3d31b5cd] (Logger.java:49) +[2026-06-02 18:55:19,431][DEBUG][http-nio-1024-exec-6] X509Certificate: Alg:SHA1withDSA, Serial:10, Subject:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Sun Microsystems Inc, L=Palo Alto, ST=CA, C=US, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Sun Microsystems Inc, L=Palo Alto, ST=CA, C=US, Key type:DSA, Length:1024, Cert Id:1776909028, Valid from:2001/4/25 15:00, Valid until:2020/4/25 15:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:19,431][DEBUG][http-nio-1024-exec-6] X509Certificate: Alg:SHA1withDSA, Serial:40:21:68:11, Subject:CN=JCE Code Signing CA, OU=IBM Code Signing, O=IBM Corporation, C=US, Issuer:CN=JCE Code Signing CA, OU=IBM Code Signing, O=IBM Corporation, C=US, Key type:DSA, Length:1024, Cert Id:2468334409, Valid from:2004/2/5 05:45, Valid until:2020/5/27 04:45 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:19,431][DEBUG][http-nio-1024-exec-6] X509Certificate: Alg:SHA256withRSA, Serial:3c:9e:b1:fc:89:f7:33:d3, Subject:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Key type:RSA, Length:2048, Cert Id:3044386973, Valid from:2016/7/7 07:48, Valid until:2030/12/31 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:19,433][DEBUG][http-nio-1024-exec-6] X509Certificate: Alg:SHA1withDSA, Serial:37:f9:39:e5, Subject:CN=JCE Development, OU=Java Software, O=Sun Microsystems, L=Cupertino, ST=CA, C=US, Issuer:CN=JCE Development, OU=Java Software, O=Sun Microsystems, L=Cupertino, ST=CA, C=US, Key type:DSA, Length:1024, Cert Id:437846785, Valid from:1999/10/5 07:36, Valid until:2000/10/4 07:36 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:19,434][DEBUG][http-nio-1024-exec-6] X509Certificate: Alg:MD5withRSA, Serial:01, Subject:CN=JCE Development, OU=Java Software, O=Sun Microsystems, L=Cupertino, ST=CA, C=US, Issuer:CN=JCE Development, OU=Java Software, O=Sun Microsystems, L=Cupertino, ST=CA, C=US, Key type:RSA, Length:512, Cert Id:3945841328, Valid from:2002/10/31 23:27, Valid until:2007/10/31 23:27 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:19,434][DEBUG][http-nio-1024-exec-6] X509Certificate: Alg:MD5withRSA, Serial:02, Subject:CN=JCE Development, OU=Java Software, O=Sun Microsystems, L=Cupertino, ST=CA, C=US, Issuer:CN=JCE Development, OU=Java Software, O=Sun Microsystems, L=Cupertino, ST=CA, C=US, Key type:RSA, Length:512, Cert Id:1200127482, Valid from:2002/10/31 23:27, Valid until:2007/10/31 23:27 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:19,446][DEBUG][http-nio-1024-exec-6] X509Certificate: Alg:SHA256withRSA, Serial:3c:9e:b1:fc:89:f7:33:d3, Subject:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Key type:RSA, Length:2048, Cert Id:3044386973, Valid from:2016/7/7 07:48, Valid until:2030/12/31 08:00 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:19,446][DEBUG][http-nio-1024-exec-6] X509Certificate: Alg:SHA256withRSA, Serial:08:87:4f:23:f4:bb:f6:3b:d8:06:a7:ae:b0:a1:2c:f4:67:2b:ba:2a, Subject:CN=Legion of the Bouncy Castle Inc., OU=Java Software Code Signing, O=Oracle Corporation, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Key type:DSA, Length:2048, Cert Id:2266411741, Valid from:2022/1/25 08:58, Valid until:2027/1/25 08:58 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:19,448][DEBUG][http-nio-1024-exec-6] X509Certificate: Alg:SHA256withRSA, Serial:0b:ae:66:bc:5a:ba:7f:95:87:c6:f9:e9:04:e3:33:04, Subject:CN=DigiCert Timestamp 2024, O=DigiCert, C=US, Issuer:CN=DigiCert Trusted G4 RSA4096 SHA256 TimeStamping CA, O="DigiCert, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:3934399196, Valid from:2024/9/26 08:00, Valid until:2035/11/26 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:19,448][DEBUG][http-nio-1024-exec-6] X509Certificate: Alg:SHA256withRSA, Serial:07:36:37:b7:24:54:7c:d8:47:ac:fd:28:66:2a:5e:5b, Subject:CN=DigiCert Trusted G4 RSA4096 SHA256 TimeStamping CA, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:4096, Cert Id:3207540671, Valid from:2022/3/23 08:00, Valid until:2037/3/23 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:19,448][DEBUG][http-nio-1024-exec-6] X509Certificate: Alg:SHA384withRSA, Serial:0e:9b:18:8e:f9:d0:2d:e7:ef:db:50:e2:08:40:18:5a, Subject:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:4096, Cert Id:845088433, Valid from:2022/8/1 08:00, Valid until:2031/11/10 07:59 (LoggingProviderImpl.java:274) +[2026-06-02 18:55:19,616][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:19,616][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@40c51b2b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:19,616][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:19,616][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.487, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.524}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:19,616][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_login_fail where user_id = ? and user_type = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:19,617][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:19,667][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:19,667][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@40c51b2b] (Logger.java:49) +[2026-06-02 18:55:19,729][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:19,729][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@831295943 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xbc8df318, L:/127.0.0.1:57567 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:19,730][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@831295943 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xbc8df318, L:/127.0.0.1:57567 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1e94013[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:19,730][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:19,740][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:19,740][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@600380527 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1204cc30, L:/127.0.0.1:57568 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:19,741][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@600380527 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1204cc30, L:/127.0.0.1:57568 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@33702ae7[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:19,742][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:19,742][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:19,742][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 1030592, [123, 34, 64, 99, 108, 97, 115, 115, 34, 58, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@857327457 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x05df13a2, L:/127.0.0.1:57569 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:19,743][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 1030592, [123, 34, 64, 99, 108, 97, 115, 115, 34, 58, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@857327457 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x05df13a2, L:/127.0.0.1:57569 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2671da77[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 1030592, [123, 34, 64, 99, 108, 97, 115, 115, 34, 58, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:19,743][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:19,743][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:19,743][DEBUG][http-nio-1024-exec-6] acquired connection for command (DEL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@65057122 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xb846b7b0, L:/127.0.0.1:57570 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:19,744][DEBUG][redisson-netty-2-10] connection released for command (DEL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@65057122 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xb846b7b0, L:/127.0.0.1:57570 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@43dc8b34[Completed normally], command=(DEL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.LongCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:19,744][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:19,744][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:19,744][DEBUG][http-nio-1024-exec-6] acquired connection for command (DEL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@819945749 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x85f40f2a, L:/127.0.0.1:57571 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:19,744][DEBUG][redisson-netty-2-12] connection released for command (DEL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@819945749 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x85f40f2a, L:/127.0.0.1:57571 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4ef89b3e[Completed normally], command=(DEL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.LongCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:19,744][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:19,744][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:19,744][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1147239564 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x4edea812, L:/127.0.0.1:57572 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:19,745][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1147239564 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x4edea812, L:/127.0.0.1:57572 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@ce7c10c[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:19,745][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:19,745][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:19,745][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 1030592, [45, 52]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@96926130 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6ef3edc7, L:/127.0.0.1:57573 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:19,745][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 1030592, [45, 52]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@96926130 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6ef3edc7, L:/127.0.0.1:57573 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2c9986cf[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 1030592, [45, 52]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:19,745][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:19,746][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:19,746][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@881368552 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0ebddc8d, L:/127.0.0.1:57574 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:19,746][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@881368552 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0ebddc8d, L:/127.0.0.1:57574 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7e6b7522[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:19,746][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:19,746][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:19,746][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1503453252 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x577a3abf, L:/127.0.0.1:57550 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:19,747][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1503453252 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x577a3abf, L:/127.0.0.1:57550 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@fce5352[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:19,747][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:19,747][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:19,747][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1463937780 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc35a792c, L:/127.0.0.1:57552 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:19,747][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1463937780 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc35a792c, L:/127.0.0.1:57552 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5e74f2d6[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:19,747][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:19,748][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:19,748][DEBUG][http-nio-1024-exec-6] acquired connection for command (PEXPIRE) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2592000000] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@483188732 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8b395847, L:/127.0.0.1:57553 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:19,748][DEBUG][redisson-netty-2-8] connection released for command (PEXPIRE) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2592000000] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@483188732 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8b395847, L:/127.0.0.1:57553 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@46fa340d[Completed normally], command=(PEXPIRE), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2592000000], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:19,748][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:19,749][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:19,749][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@705947636 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x3d21aef0, L:/127.0.0.1:57557 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:19,750][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@705947636 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x3d21aef0, L:/127.0.0.1:57557 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@492369e2[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:19,750][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:19,750][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:19,750][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2592000, [123, 34, 64, 99, 108, 97, 115, 115, 34, 58, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@741715936 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1ee17a15, L:/127.0.0.1:57554 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:19,750][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2592000, [123, 34, 64, 99, 108, 97, 115, 115, 34, 58, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@741715936 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1ee17a15, L:/127.0.0.1:57554 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@78aa5b37[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2592000, [123, 34, 64, 99, 108, 97, 115, 115, 34, 58, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:19,750][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:19,750][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:19,750][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2592000, [49, 58, 49]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1806990078 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7808fecb, L:/127.0.0.1:57556 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:19,751][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2592000, [49, 58, 49]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1806990078 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7808fecb, L:/127.0.0.1:57556 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6e8ab4f4[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2592000, [49, 58, 49]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:19,751][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:19,751][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:19,751][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2592000, [49, 55, 56, 48, 51, 57, 55, 55, 49, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@520776176 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x9fe51c28, L:/127.0.0.1:57555 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:19,751][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2592000, [49, 55, 56, 48, 51, 57, 55, 55, 49, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@520776176 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x9fe51c28, L:/127.0.0.1:57555 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5c637853[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2592000, [49, 55, 56, 48, 51, 57, 55, 55, 49, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:19,751][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:19,751][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:19,751][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@459117959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0e4b39cc, L:/127.0.0.1:57558 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:19,752][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@459117959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0e4b39cc, L:/127.0.0.1:57558 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6a6a812d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:19,752][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:19,752][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:19,752][DEBUG][http-nio-1024-exec-6] acquired connection for command (DEL) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@271284986 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xad6e8414, L:/127.0.0.1:57561 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:19,752][DEBUG][redisson-netty-2-24] connection released for command (DEL) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@271284986 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xad6e8414, L:/127.0.0.1:57561 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@21d26293[Completed normally], command=(DEL), params=[[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...]], codec=org.redisson.client.codec.LongCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:19,752][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:19,757][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:19,757][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6475e296] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:19,758][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:19,758][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.487, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.524}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:19,758][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT t_department.*, t_employee.actual_name as managerName, parent_department.name as parentName FROM t_department left join t_employee on t_department.manager_id = t_employee.employee_id left join t_department parent_department on t_department.parent_id = parent_department.department_id order by sort desc (BaseJdbcLogger.java:135) +[2026-06-02 18:55:19,760][DEBUG][http-nio-1024-exec-6] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-02 18:55:19,822][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:19,822][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6475e296] (Logger.java:49) +[2026-06-02 18:55:19,823][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:19,823][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4ab6d13d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:19,823][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:19,823][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.487, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.524}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:19,823][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:19,823][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:19,870][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:19,870][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4ab6d13d] (Logger.java:49) +[2026-06-02 18:55:19,872][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:19,872][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@123a961c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:19,872][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:19,872][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.487, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.524}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:19,872][DEBUG][http-nio-1024-exec-6] ==> Preparing: delete from t_login_fail where user_id = ? and user_type = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:19,879][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:19,921][DEBUG][http-nio-1024-exec-6] <== Updates: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:19,922][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@123a961c] (Logger.java:49) +[2026-06-02 18:55:19,922][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:19,922][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@771c492c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:19,922][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:19,922][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.487, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.524}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:19,922][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:19,923][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:19,971][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:19,972][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@771c492c] (Logger.java:49) +[2026-06-02 18:55:19,972][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:19,972][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@14001fb5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:19,977][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:19,978][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.487, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.524}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:19,978][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-02 18:55:19,978][DEBUG][http-nio-1024-exec-6] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,081][DEBUG][http-nio-1024-exec-6] <== Total: 133 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,081][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@14001fb5] (Logger.java:49) +[2026-06-02 18:55:20,085][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:20,085][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@69806bac] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:20,086][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:20,086][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.487, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.524}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:20,086][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,086][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,141][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,141][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@69806bac] (Logger.java:49) +[2026-06-02 18:55:20,142][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:20,142][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@20bc0eac] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:20,142][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:20,142][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.487, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.524}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:20,142][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,142][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,189][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,189][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@20bc0eac] (Logger.java:49) +[2026-06-02 18:55:20,189][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:20,189][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7447888f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:20,190][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:20,190][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.487, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.524}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:20,190][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,190][DEBUG][http-nio-1024-exec-6] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,241][DEBUG][http-nio-1024-exec-6] <== Total: 133 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,242][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7447888f] (Logger.java:49) +[2026-06-02 18:55:20,244][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:20,244][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@d14979c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:20,244][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:20,244][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.487, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.524}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:20,244][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,246][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,287][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,287][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@d14979c] (Logger.java:49) +[2026-06-02 18:55:20,287][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:20,287][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@444f1695] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:20,288][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:20,288][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.487, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.524}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:20,288][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,288][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,324][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,324][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@444f1695] (Logger.java:49) +[2026-06-02 18:55:20,324][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,324][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1669800014 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5dbc4068, L:/127.0.0.1:57559 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,325][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1669800014 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5dbc4068, L:/127.0.0.1:57559 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6b48bbf8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,325][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,325][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,325][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@305428161 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xda7489bb, L:/127.0.0.1:57560 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,326][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@305428161 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xda7489bb, L:/127.0.0.1:57560 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@15024340[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,326][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,329][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:20,329][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@57aeb895] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:20,330][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:20,330][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.487, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.524}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:20,330][DEBUG][http-nio-1024-exec-6] ==> Preparing: INSERT INTO t_login_log ( user_id, user_type, user_name, login_ip, login_ip_region, user_agent, remark, login_device, login_result, create_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,332][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long), 1(Integer), 管理员(String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), (String), 电脑端(String), 0(Integer), 2026-06-02T18:55:20.328905(LocalDateTime) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,382][DEBUG][http-nio-1024-exec-6] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,383][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@57aeb895] (Logger.java:49) +[2026-06-02 18:55:20,408][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:20,409][DEBUG][smart-operate-log1] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:20,409][DEBUG][smart-operate-log1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@758e0b8f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:20,409][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=769d485013454588bae06839 (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:55:20,410][DEBUG][smart-operate-log1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:20,410][DEBUG][smart-operate-log1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.487, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.524}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:20,410][DEBUG][smart-operate-log1] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,411][DEBUG][smart-operate-log1] ==> Parameters: 0(Long), 0(Integer), 匿名(String), (String), (String), 系统-员工登录(String), 登录 @author 卓大(String), /login(String), net.lab1024.sa.admin.module.system.login.controller.LoginController.login(String), POST(String), OTHER(String), [{"captchaCode":"3203","password":"***","loginName":"admin","loginDevice":1,"captchaUuid":"504aee1c830e4bb1ba314040fef4dfa1"}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"data":{"administratorFlag":true,"departmentName":"","loginAccount":"admin","menuList":[{"createUserId":1,"updateUserId":1,"apiPerms":"system:menu:batchDelete","disabledFlag":false,"menuName":"删除","updateTime":1696673750000,"frameFlag":false,"parentId":26,"contextMenuId":26,"cacheFlag":false,"createTime":1628732756000,"permsType":1,"menuId":40,"menuType":3,"webPerms":"system:menu:batchDelete","visibleFlag":true},{"createUserId":1,"disabledFlag":false,"icon":"ClearOutlined","menuName":"组件演示","updateTime":1653059806000,"frameFlag":false,"parentId":84,"path":"/demonstration/index","component":"/support/demonstration/index.vue","cacheFlag":false,"createTime":1653059806000,"menuId":85,"menuType":2,"visibleFlag":true},{"createUserId":1,"updateUserId":1,"apiPerms":"system:employee:add","disabledFlag":false,"menuName":"添加员工","updateTime":1696674466000,"frameFlag":false,"parentId":46,"cacheFlag":false,"createTime":1653581498000,"permsType":1,"menuId":91,"menuType":3,"webPerms":"system:employee:add","visibleFlag":true},{"createUserId":1,"updateUserId":1,"apiPerms":"system:employee:update","disabledFlag":false,"menuName":"编辑员工","updateTime":1696674469000,"frameFlag":false,"parentId":46,"cacheFlag":false,"createTime":1653581530000,"permsType":1,"menuId":92,"menuType":3,"webPerms":"system:employee:update","visibleFlag":true},{"createUserId":1,"updateUserId":1,"apiPerms":"system:employee:disabled","disabledFlag":false,"menuName":"禁用启用员工","updateTime":1696674473000,"frameFlag":false,"parentId":46,"cacheFlag":false,"createTime":1653581557000,"permsType":1,"menuId":93,"menuType":3,"webPerms":"system:employee:disabled","visibleFlag":true},{"createUserId":1,"updateUserId":1,"apiPerms":"system:employee:department:update","disabledFlag":false,"menuName":"调整员工部门","updateTime":1696674454000,"frameFlag":false,"parentId":46,"cacheFlag":false,"createTime":1653581579000,"permsType":1,"menuId":94,"menuType":3,"webPerms":"system:employee:department:update","visibleFlag":true},{"createUserId":1,"updateUserId":1,"apiPerms":"system:employee:password:reset","disabledFlag":false,"menuName":"重置密码","updateTime":1696674477000,"frameFlag":false,"parentId":46,"cacheFlag":false,"createTime":1653581610000,"permsType":1,"menuId":95,"menuType":3,"webPerms":"system:employee:password:reset","visibleFlag":true},{"createUserId":1,"updateUserId":1,"apiPerms":"system:employee:delete","disabledFlag":false,"menuName":"删除员工","updateTime":1696674481000,"frameFlag":false,"parentId":46,"cacheFlag":false,"createTime":1653581648000,"permsType":1,"menuId":96,"menuType":3,"webPerms":"system:employee:delete","visibleFlag":true},{"createUserId":1,"updateUserId":1,"apiPerms":"system:role:add","disabledFlag":false,"menuName":"添加角色","updateTime":1696675351000,"frameFlag":false,"parentId":76,"cacheFlag":false,"createTime":1653582840000,"permsType":1,"menuId":97,"menuType":3,"webPerms":"system:role:add","visibleFlag":true},{"createUserId":1,"updateUserId":1,"apiPerms":"system:role:delete","disabledFlag":false,"menuName":"删除角色","updateTime":1696675355000,"frameFlag":false,"parentId":76,"cacheFlag":false,"createTime":1653582859000,"permsType":1,"menuId":98,"menuType":3,"webPerms":"system:role:delete","visibleFlag":true},{"createUserId":1,"updateUserId":1,"apiPerms":"system:role:update","disabledFlag":false,"menuName":"编辑角色","updateTime":1696675364000,"frameFlag":false,"parentId":76,"cacheFlag":false,"createTime":1653582895000,"permsType":1,"menuId":99,"menuType":3,"webPerms":"system:role:update","visibleFlag":true},{"createUserId":1,"updateUserId":1,"apiPerms":"system:role:dataScope:update","disabledFlag":false,"menuName":"更新数据范围","updateTime":1696675309000,"frameFlag":false,"parentId":76,"cacheFlag":false,"createTime":1653583023000,"permsType":1,"menuId":100,"menuType":3,"webPerms":"system:role:dataScope:update","visibleFlag":true},{"createUserId":1,"updateUserId":1,"apiPerms":"system:role:employee:batch:delete","disabledFlag":false,"menuName":"批量移除员工","up...(truncated)(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,415][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:20,425][DEBUG][http-nio-1024-exec-10] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:20,425][DEBUG][http-nio-1024-exec-1] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:20,426][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:20,426][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:20,426][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,426][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,426][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1659106873 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa76ce844, L:/127.0.0.1:57562 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,426][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@448015959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x541d330c, L:/127.0.0.1:57563 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,427][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1659106873 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa76ce844, L:/127.0.0.1:57562 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4b8da92f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,427][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@448015959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x541d330c, L:/127.0.0.1:57563 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@388f12d9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,427][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,427][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,427][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,427][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,427][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1244979154 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xcb988a77, L:/127.0.0.1:57564 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,427][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1853684738 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa5689acc, L:/127.0.0.1:57565 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,427][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1244979154 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xcb988a77, L:/127.0.0.1:57564 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@44e5983e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,427][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1853684738 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa5689acc, L:/127.0.0.1:57565 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3f57e20f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,427][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,427][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,427][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,427][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,427][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@754370241 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa23d3f60, L:/127.0.0.1:57566 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,427][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@831295943 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xbc8df318, L:/127.0.0.1:57567 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,428][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@831295943 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xbc8df318, L:/127.0.0.1:57567 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4247aed3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,428][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@754370241 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa23d3f60, L:/127.0.0.1:57566 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4aef69a2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,428][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,428][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,428][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,428][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,428][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@600380527 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1204cc30, L:/127.0.0.1:57568 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,428][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@857327457 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x05df13a2, L:/127.0.0.1:57569 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,428][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@857327457 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x05df13a2, L:/127.0.0.1:57569 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4472baa8[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,428][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@600380527 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1204cc30, L:/127.0.0.1:57568 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@28ddd14d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,428][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,428][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,428][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,428][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 51, 57, 55, 55, 50, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@65057122 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xb846b7b0, L:/127.0.0.1:57570 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,428][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,428][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 51, 57, 55, 55, 50, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@819945749 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x85f40f2a, L:/127.0.0.1:57571 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,429][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 51, 57, 55, 55, 50, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@65057122 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xb846b7b0, L:/127.0.0.1:57570 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@696e0aa3[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 51, 57, 55, 55, 50, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,429][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 51, 57, 55, 55, 50, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@819945749 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x85f40f2a, L:/127.0.0.1:57571 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ecb2477[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 51, 57, 55, 55, 50, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,429][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,429][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,431][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:20,431][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:20,431][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5c7e7817] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:20,431][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@be0b3] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:20,432][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:20,432][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:20,432][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:20,432][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,432][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,478][DEBUG][smart-operate-log1] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,479][DEBUG][smart-operate-log1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@758e0b8f] (Logger.java:49) +[2026-06-02 18:55:20,479][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.487, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.524}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:20,479][DEBUG][http-nio-1024-exec-10] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,479][DEBUG][http-nio-1024-exec-10] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,481][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,481][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@be0b3] (Logger.java:49) +[2026-06-02 18:55:20,481][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:20,481][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-02 18:55:20,482][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:20,518][DEBUG][http-nio-1024-exec-10] <== Total: 7 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,518][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5c7e7817] (Logger.java:49) +[2026-06-02 18:55:20,520][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:20,520][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=2, dictId=1, dictCode (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:55:20,521][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:20,683][DEBUG][http-nio-1024-exec-6] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:20,683][DEBUG][http-nio-1024-exec-4] GET "/support/helpDoc/queryHelpDocByRelationId/0", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:20,683][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:20,683][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,683][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1147239564 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x4edea812, L:/127.0.0.1:57572 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,684][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.support.AdminHelpDocController#queryHelpDocByRelationId(Long) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:20,684][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,684][DEBUG][http-nio-1024-exec-7] POST "/support/feedback/query", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:20,684][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@96926130 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6ef3edc7, L:/127.0.0.1:57573 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,684][DEBUG][http-nio-1024-exec-2] POST "/support/changeLog/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:20,684][DEBUG][http-nio-1024-exec-1] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:20,685][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController#queryPage(ChangeLogQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:20,685][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,685][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.base.module.support.feedback.controller.FeedbackController#query(FeedbackQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:20,685][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,686][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1503453252 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x577a3abf, L:/127.0.0.1:57550 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,686][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:20,686][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,686][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1463937780 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc35a792c, L:/127.0.0.1:57552 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,685][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@881368552 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0ebddc8d, L:/127.0.0.1:57574 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,686][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1147239564 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x4edea812, L:/127.0.0.1:57572 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@610dd31b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,687][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,687][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,687][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@483188732 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8b395847, L:/127.0.0.1:57553 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,687][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@96926130 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6ef3edc7, L:/127.0.0.1:57573 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@71a4220[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,688][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1463937780 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc35a792c, L:/127.0.0.1:57552 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@101a2af2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,688][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,688][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@881368552 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0ebddc8d, L:/127.0.0.1:57574 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@561c7e21[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,688][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1503453252 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x577a3abf, L:/127.0.0.1:57550 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@164aff96[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,688][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,688][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,689][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,689][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,689][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,689][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,689][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@705947636 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x3d21aef0, L:/127.0.0.1:57557 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,688][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,689][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@741715936 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1ee17a15, L:/127.0.0.1:57554 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,689][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1806990078 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7808fecb, L:/127.0.0.1:57556 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,689][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@483188732 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8b395847, L:/127.0.0.1:57553 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6cf86233[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,689][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,689][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@520776176 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x9fe51c28, L:/127.0.0.1:57555 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,690][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,690][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@459117959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0e4b39cc, L:/127.0.0.1:57558 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,690][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@741715936 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1ee17a15, L:/127.0.0.1:57554 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7a109097[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,690][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1806990078 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7808fecb, L:/127.0.0.1:57556 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5e184a92[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,690][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,690][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@705947636 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x3d21aef0, L:/127.0.0.1:57557 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@ea1b4aa[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,691][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@520776176 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x9fe51c28, L:/127.0.0.1:57555 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2baf1d5d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,691][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,691][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,691][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@271284986 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xad6e8414, L:/127.0.0.1:57561 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,691][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,691][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,691][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,691][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,691][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1669800014 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5dbc4068, L:/127.0.0.1:57559 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,692][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,691][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@305428161 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xda7489bb, L:/127.0.0.1:57560 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,691][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@459117959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0e4b39cc, L:/127.0.0.1:57558 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@53a1c74[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,692][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@448015959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x541d330c, L:/127.0.0.1:57563 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,692][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,692][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,692][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1659106873 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa76ce844, L:/127.0.0.1:57562 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,693][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1669800014 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5dbc4068, L:/127.0.0.1:57559 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5b1b78e4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,693][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1659106873 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa76ce844, L:/127.0.0.1:57562 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6b9d2943[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,693][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@271284986 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xad6e8414, L:/127.0.0.1:57561 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2bfceaa5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,693][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@448015959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x541d330c, L:/127.0.0.1:57563 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4d9fec29[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,693][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@305428161 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xda7489bb, L:/127.0.0.1:57560 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@447085e3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,693][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,693][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,693][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,693][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,693][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,693][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,694][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,693][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,694][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,694][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,694][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@831295943 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xbc8df318, L:/127.0.0.1:57567 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,694][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1853684738 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa5689acc, L:/127.0.0.1:57565 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,694][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 51, 57, 55, 55, 50, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@754370241 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa23d3f60, L:/127.0.0.1:57566 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,694][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@857327457 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x05df13a2, L:/127.0.0.1:57569 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,694][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1244979154 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xcb988a77, L:/127.0.0.1:57564 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,696][DEBUG][redisson-netty-2-1] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1853684738 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa5689acc, L:/127.0.0.1:57565 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@262aeb34[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,696][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,696][DEBUG][redisson-netty-2-30] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1244979154 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xcb988a77, L:/127.0.0.1:57564 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@478bc86d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,696][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,696][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,696][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,696][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 51, 57, 55, 55, 50, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@600380527 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1204cc30, L:/127.0.0.1:57568 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,696][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 51, 57, 55, 55, 50, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@754370241 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa23d3f60, L:/127.0.0.1:57566 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5b9efafb[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 51, 57, 55, 55, 50, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,697][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,696][DEBUG][redisson-netty-2-4] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@831295943 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xbc8df318, L:/127.0.0.1:57567 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3199dea1[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,696][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 51, 57, 55, 55, 50, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@65057122 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xb846b7b0, L:/127.0.0.1:57570 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,697][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,697][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@857327457 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x05df13a2, L:/127.0.0.1:57569 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@477e91f9[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,697][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,697][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,697][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:20,697][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 51, 57, 55, 55, 50, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@819945749 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x85f40f2a, L:/127.0.0.1:57571 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,697][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 51, 57, 55, 55, 50, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1147239564 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x4edea812, L:/127.0.0.1:57572 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:20,698][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 51, 57, 55, 55, 50, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@819945749 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x85f40f2a, L:/127.0.0.1:57571 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2104427d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 51, 57, 55, 55, 50, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,698][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 51, 57, 55, 55, 50, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@600380527 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1204cc30, L:/127.0.0.1:57568 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@560bd605[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 51, 57, 55, 55, 50, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,699][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,699][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 51, 57, 55, 55, 50, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@65057122 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xb846b7b0, L:/127.0.0.1:57570 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5d3231ca[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 51, 57, 55, 55, 50, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,699][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,699][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,699][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 51, 57, 55, 55, 50, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1147239564 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x4edea812, L:/127.0.0.1:57572 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6c451ffc[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 51, 57, 55, 55, 50, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:20,700][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:20,701][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:20,701][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@58aaa7a6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:20,701][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:20,701][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.487, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.524}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:20,702][DEBUG][http-nio-1024-exec-4] ==> Preparing: select t_help_doc.* from t_help_doc_relation left join t_help_doc on t_help_doc.help_doc_id = t_help_doc_relation.help_doc_id where t_help_doc_relation.relation_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,702][DEBUG][http-nio-1024-exec-4] ==> Parameters: 0(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,704][DEBUG][http-nio-1024-exec-6] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=1, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:55:20,704][DEBUG][http-nio-1024-exec-7] Read "application/json;charset=UTF-8" to [FeedbackQueryForm(searchWord=null, startDate=null, endDate=null)] (LogFormatUtils.java:120) +[2026-06-02 18:55:20,706][DEBUG][http-nio-1024-exec-2] Read "application/json;charset=UTF-8" to [ChangeLogQueryForm(type=null, keyword=null, publicDateBegin=null, publicDateEnd=null, createTime=nul (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:55:20,706][DEBUG][http-nio-1024-exec-1] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=2, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:55:20,726][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:20,726][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:20,727][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:20,728][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3dcdf6ef] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:20,728][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@33bb6466] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:20,730][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:20,730][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@f3ab0fc] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:20,726][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:20,730][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@31fbb87e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:20,731][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:20,731][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:20,731][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,732][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,733][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:20,750][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,750][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@58aaa7a6] (Logger.java:49) +[2026-06-02 18:55:20,750][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.487, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.524}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:20,751][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,751][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:20,751][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,751][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[], dataType=1)] (LogFormatUtils.java:120) +[2026-06-02 18:55:20,752][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:20,776][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:20,797][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,797][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3dcdf6ef] (Logger.java:49) +[2026-06-02 18:55:20,797][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:20,798][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:20,798][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@48491557] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:20,799][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:20,799][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT * FROM t_change_log order by t_change_log.version desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,800][DEBUG][http-nio-1024-exec-2] ==> Parameters: 8(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,802][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,802][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@31fbb87e] (Logger.java:49) +[2026-06-02 18:55:20,802][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:20,802][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.487, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.524}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:20,802][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@781ad253] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:20,802][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT COUNT(*) AS total FROM t_feedback (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,802][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:20,802][DEBUG][http-nio-1024-exec-7] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,853][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,853][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@f3ab0fc] (Logger.java:49) +[2026-06-02 18:55:20,854][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:20,854][DEBUG][http-nio-1024-exec-6] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,858][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long), false(Boolean), 1(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,859][DEBUG][smart-operate-log1] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:20,859][DEBUG][smart-operate-log1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7b49fb4e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:20,859][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:20,859][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=8, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:55:20,860][DEBUG][smart-operate-log1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:20,860][DEBUG][http-nio-1024-exec-7] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,861][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@33bb6466] (Logger.java:49) +[2026-06-02 18:55:20,861][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.487, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.524}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:20,861][DEBUG][http-nio-1024-exec-1] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,861][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:20,862][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), false(Boolean), 2(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,863][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:20,863][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=20, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:55:20,863][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:20,913][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,913][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@48491557] (Logger.java:49) +[2026-06-02 18:55:20,913][DEBUG][smart-operate-log1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:20,913][DEBUG][smart-operate-log1] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,913][DEBUG][smart-operate-log1] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 业务支撑-更新日志(String), 分页查询 @author 卓大(String), /support/changeLog/queryPage(String), net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController.queryPage(String), POST(String), UPDATE(String), [{"searchCount":false,"pageSize":8,"pageNum":1}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"data":{"total":0,"pages":0,"pageSize":8,"list":[],"pageNum":1,"emptyFlag":true},"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,915][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:20,915][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:55:20,915][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:20,916][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,917][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@781ad253] (Logger.java:49) +[2026-06-02 18:55:20,917][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:20,917][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:55:20,917][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:20,965][DEBUG][smart-operate-log1] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:20,965][DEBUG][smart-operate-log1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7b49fb4e] (Logger.java:49) +[2026-06-02 18:55:28,329][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 57518) connection closed (Log.java:228) +[2026-06-02 18:55:28,329][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: close connection, socket: Socket[addr=/127.0.0.1,port=57658,localport=57518] (Log.java:228) +[2026-06-02 18:55:28,329][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: socket close: Socket[addr=/127.0.0.1,port=57658,localport=57518] (Log.java:228) +[2026-06-02 18:55:32,502][DEBUG][http-nio-1024-exec-6] GET "/support/helpDoc/queryHelpDocByRelationId/132", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:32,502][DEBUG][http-nio-1024-exec-2] GET "/oa/noticeType/getAll", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:32,502][DEBUG][http-nio-1024-exec-7] POST "/oa/notice/query", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:32,502][DEBUG][http-nio-1024-exec-4] GET "/support/tableColumn/getColumns/30001", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:32,502][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#query(NoticeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:32,502][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:32,502][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:32,502][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:32,502][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:32,502][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:32,502][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.support.AdminHelpDocController#queryHelpDocByRelationId(Long) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:32,502][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1503453252 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x577a3abf, L:/127.0.0.1:57550 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:32,502][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@881368552 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0ebddc8d, L:/127.0.0.1:57574 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:32,502][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:32,502][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@96926130 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6ef3edc7, L:/127.0.0.1:57573 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:32,502][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1463937780 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc35a792c, L:/127.0.0.1:57552 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:32,503][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@96926130 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6ef3edc7, L:/127.0.0.1:57573 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6eeef44f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:32,503][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1463937780 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc35a792c, L:/127.0.0.1:57552 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@282fa724[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:32,503][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@881368552 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0ebddc8d, L:/127.0.0.1:57574 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2b58addc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:32,503][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1503453252 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x577a3abf, L:/127.0.0.1:57550 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@26b76619[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:32,503][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:32,503][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:32,503][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:32,503][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:32,503][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:32,503][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:32,503][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:32,503][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@741715936 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1ee17a15, L:/127.0.0.1:57554 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:32,503][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:32,503][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@483188732 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8b395847, L:/127.0.0.1:57553 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:32,503][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@705947636 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x3d21aef0, L:/127.0.0.1:57557 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:32,503][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1806990078 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7808fecb, L:/127.0.0.1:57556 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:32,505][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@705947636 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x3d21aef0, L:/127.0.0.1:57557 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3cd0ec09[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:32,505][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@483188732 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8b395847, L:/127.0.0.1:57553 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@50339f47[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:32,505][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:32,505][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@741715936 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1ee17a15, L:/127.0.0.1:57554 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@776bbab8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:32,505][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:32,505][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:32,505][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:32,505][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:32,505][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@520776176 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x9fe51c28, L:/127.0.0.1:57555 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:32,505][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@459117959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0e4b39cc, L:/127.0.0.1:57558 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:32,505][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1806990078 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7808fecb, L:/127.0.0.1:57556 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@57532b94[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:32,505][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:32,505][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:32,505][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1669800014 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5dbc4068, L:/127.0.0.1:57559 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:32,505][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:32,505][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@305428161 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xda7489bb, L:/127.0.0.1:57560 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:32,506][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@459117959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0e4b39cc, L:/127.0.0.1:57558 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ed4dd7f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:32,506][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@520776176 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x9fe51c28, L:/127.0.0.1:57555 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@666207ee[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:32,506][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:32,506][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:32,506][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:32,506][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:32,506][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@305428161 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xda7489bb, L:/127.0.0.1:57560 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@c2e3bf5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:32,506][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1669800014 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5dbc4068, L:/127.0.0.1:57559 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4c8b54a0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:32,506][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@448015959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x541d330c, L:/127.0.0.1:57563 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:32,506][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@271284986 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xad6e8414, L:/127.0.0.1:57561 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:32,506][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:32,506][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:32,506][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:32,506][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:32,506][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1659106873 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa76ce844, L:/127.0.0.1:57562 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:32,506][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1853684738 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa5689acc, L:/127.0.0.1:57565 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:32,507][DEBUG][redisson-netty-2-28] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@448015959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x541d330c, L:/127.0.0.1:57563 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1a90a1a8[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:32,507][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1659106873 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa76ce844, L:/127.0.0.1:57562 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3025213d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:32,507][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:32,507][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:32,507][DEBUG][redisson-netty-2-24] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@271284986 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xad6e8414, L:/127.0.0.1:57561 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ca61314[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:32,507][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:32,507][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:32,507][DEBUG][redisson-netty-2-1] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1853684738 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa5689acc, L:/127.0.0.1:57565 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@66cd0cca[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:32,507][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:32,507][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:32,507][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591987, [49, 55, 56, 48, 51, 57, 55, 55, 51, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1244979154 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xcb988a77, L:/127.0.0.1:57564 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:32,507][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591987, [49, 55, 56, 48, 51, 57, 55, 55, 51, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@754370241 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa23d3f60, L:/127.0.0.1:57566 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:32,507][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591987, [49, 55, 56, 48, 51, 57, 55, 55, 51, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@831295943 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xbc8df318, L:/127.0.0.1:57567 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:32,507][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:32,507][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:32,507][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591987, [49, 55, 56, 48, 51, 57, 55, 55, 51, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@857327457 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x05df13a2, L:/127.0.0.1:57569 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:32,508][DEBUG][redisson-netty-2-4] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591987, [49, 55, 56, 48, 51, 57, 55, 55, 51, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@831295943 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xbc8df318, L:/127.0.0.1:57567 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7cbfa183[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591987, [49, 55, 56, 48, 51, 57, 55, 55, 51, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:32,508][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591987, [49, 55, 56, 48, 51, 57, 55, 55, 51, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@754370241 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa23d3f60, L:/127.0.0.1:57566 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1724b914[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591987, [49, 55, 56, 48, 51, 57, 55, 55, 51, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:32,508][DEBUG][redisson-netty-2-30] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591987, [49, 55, 56, 48, 51, 57, 55, 55, 51, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1244979154 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xcb988a77, L:/127.0.0.1:57564 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@69d760ad[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591987, [49, 55, 56, 48, 51, 57, 55, 55, 51, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:32,508][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591987, [49, 55, 56, 48, 51, 57, 55, 55, 51, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@857327457 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x05df13a2, L:/127.0.0.1:57569 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1c5c813[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591987, [49, 55, 56, 48, 51, 57, 55, 55, 51, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:32,508][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:32,508][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:32,508][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:32,508][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:32,509][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:32,509][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5134950f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:32,509][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:32,509][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:32,510][DEBUG][http-nio-1024-exec-6] ==> Preparing: select t_help_doc.* from t_help_doc_relation left join t_help_doc on t_help_doc.help_doc_id = t_help_doc_relation.help_doc_id where t_help_doc_relation.relation_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:32,510][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:32,510][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:32,510][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3890cd60] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:32,510][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@64cd59b9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:32,512][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:32,513][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:20.861, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:20.919}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:32,513][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:32,514][DEBUG][http-nio-1024-exec-6] ==> Parameters: 132(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:32,514][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:32,514][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.487, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.524}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:32,514][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT notice_type_id,notice_type_name,update_time,create_time FROM t_notice_type (BaseJdbcLogger.java:135) +[2026-06-02 18:55:32,515][DEBUG][http-nio-1024-exec-2] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-02 18:55:32,516][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long), 30001(Integer) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:32,519][DEBUG][http-nio-1024-exec-7] Read "application/json;charset=UTF-8" to [NoticeQueryForm(noticeTypeId=null, keywords=, documentNumber=, createUserName=null, nodeName=null, f (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:55:32,524][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:32,524][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@62761436] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:32,533][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:32,551][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:32,551][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5134950f] (Logger.java:49) +[2026-06-02 18:55:32,551][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:32,551][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT COUNT(*) AS total FROM t_notice (BaseJdbcLogger.java:135) +[2026-06-02 18:55:32,552][DEBUG][http-nio-1024-exec-7] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-02 18:55:32,552][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:32,552][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[], dataType=1)] (LogFormatUtils.java:120) +[2026-06-02 18:55:32,552][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:32,552][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:32,553][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3890cd60] (Logger.java:49) +[2026-06-02 18:55:32,553][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:32,553][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[], dataType=1)] (LogFormatUtils.java:120) +[2026-06-02 18:55:32,553][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:32,559][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:32,559][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@64cd59b9] (Logger.java:49) +[2026-06-02 18:55:32,559][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:32,559][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-02 18:55:32,559][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:32,560][DEBUG][http-nio-1024-exec-1] GET "/support/tableColumn/getColumns/30001", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:32,561][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:32,561][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:32,561][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@600380527 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1204cc30, L:/127.0.0.1:57568 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:32,562][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@600380527 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1204cc30, L:/127.0.0.1:57568 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4df1ae50[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:32,562][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:32,562][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:32,562][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@819945749 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x85f40f2a, L:/127.0.0.1:57571 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:32,563][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@819945749 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x85f40f2a, L:/127.0.0.1:57571 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@412d6fc9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:32,563][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:32,563][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:32,563][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@65057122 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xb846b7b0, L:/127.0.0.1:57570 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:32,563][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@65057122 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xb846b7b0, L:/127.0.0.1:57570 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6e498de4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:32,563][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:32,563][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:32,563][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1147239564 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x4edea812, L:/127.0.0.1:57572 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:32,564][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1147239564 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x4edea812, L:/127.0.0.1:57572 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5849bf6e[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:32,564][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:32,564][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:32,564][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591987, [49, 55, 56, 48, 51, 57, 55, 55, 51, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1503453252 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x577a3abf, L:/127.0.0.1:57550 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:32,564][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591987, [49, 55, 56, 48, 51, 57, 55, 55, 51, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1503453252 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x577a3abf, L:/127.0.0.1:57550 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@56534229[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591987, [49, 55, 56, 48, 51, 57, 55, 55, 51, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:32,564][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:32,564][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:32,565][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5aff4999] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:32,565][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:32,565][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:20.861, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:20.919}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:32,565][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:32,565][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), 30001(Integer) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:32,594][DEBUG][http-nio-1024-exec-7] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:32,594][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@62761436] (Logger.java:49) +[2026-06-02 18:55:32,596][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:32,596][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:55:32,597][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:32,608][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:32,608][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5aff4999] (Logger.java:49) +[2026-06-02 18:55:32,609][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:32,609][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-02 18:55:32,609][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:33,321][DEBUG][http-nio-1024-exec-8] GET "/support/helpDoc/queryHelpDocByRelationId/257", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:33,321][DEBUG][http-nio-1024-exec-10] POST "/leave/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:33,321][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.business.oa.leave.controller.LeaveController#queryPage(LeaveQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:33,322][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:33,322][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.support.AdminHelpDocController#queryHelpDocByRelationId(Long) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:33,322][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1463937780 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc35a792c, L:/127.0.0.1:57552 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:33,322][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:33,322][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@96926130 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6ef3edc7, L:/127.0.0.1:57573 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:33,322][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1463937780 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc35a792c, L:/127.0.0.1:57552 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@cfd50a6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:33,322][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@96926130 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6ef3edc7, L:/127.0.0.1:57573 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@698ea2f1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:33,323][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:33,323][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:33,323][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:33,323][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:33,323][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@881368552 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0ebddc8d, L:/127.0.0.1:57574 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:33,323][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@705947636 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x3d21aef0, L:/127.0.0.1:57557 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:33,323][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@881368552 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0ebddc8d, L:/127.0.0.1:57574 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3318483a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:33,323][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@705947636 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x3d21aef0, L:/127.0.0.1:57557 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6a094f8e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:33,323][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:33,323][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:33,324][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:33,324][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:33,324][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@483188732 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8b395847, L:/127.0.0.1:57553 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:33,324][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@741715936 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1ee17a15, L:/127.0.0.1:57554 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:33,324][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@741715936 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1ee17a15, L:/127.0.0.1:57554 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@10232c92[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:33,324][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@483188732 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8b395847, L:/127.0.0.1:57553 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2e03dbe2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:33,324][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:33,324][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:33,324][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:33,324][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:33,325][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1806990078 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7808fecb, L:/127.0.0.1:57556 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:33,325][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@459117959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0e4b39cc, L:/127.0.0.1:57558 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:33,325][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1806990078 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7808fecb, L:/127.0.0.1:57556 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4419322f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:33,325][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@459117959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0e4b39cc, L:/127.0.0.1:57558 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2cad997f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:33,325][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:33,325][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:33,325][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:33,325][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:33,325][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591986, [49, 55, 56, 48, 51, 57, 55, 55, 51, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@520776176 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x9fe51c28, L:/127.0.0.1:57555 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:33,325][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591986, [49, 55, 56, 48, 51, 57, 55, 55, 51, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1669800014 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5dbc4068, L:/127.0.0.1:57559 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:33,325][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591986, [49, 55, 56, 48, 51, 57, 55, 55, 51, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@520776176 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x9fe51c28, L:/127.0.0.1:57555 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@12bbd744[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591986, [49, 55, 56, 48, 51, 57, 55, 55, 51, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:33,325][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591986, [49, 55, 56, 48, 51, 57, 55, 55, 51, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1669800014 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5dbc4068, L:/127.0.0.1:57559 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6232b1b2[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591986, [49, 55, 56, 48, 51, 57, 55, 55, 51, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:33,326][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:33,326][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:33,326][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:33,326][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@67e0bdd3] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:33,326][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:33,326][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:32.948, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:33.005}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:33,326][DEBUG][http-nio-1024-exec-8] ==> Preparing: select t_help_doc.* from t_help_doc_relation left join t_help_doc on t_help_doc.help_doc_id = t_help_doc_relation.help_doc_id where t_help_doc_relation.relation_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:33,327][DEBUG][http-nio-1024-exec-8] ==> Parameters: 257(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:33,327][DEBUG][http-nio-1024-exec-10] Read "application/json;charset=UTF-8" to [LeaveQueryForm(type=null, startTimeBegin=null, startTimeEnd=null, reason=null, flowStatus=null)] (LogFormatUtils.java:120) +[2026-06-02 18:55:33,329][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:33,329][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@52bbeb28] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:33,334][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:33,334][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:20.861, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:20.919}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:33,334][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT COUNT(*) AS total FROM t_leave WHERE t_leave.deleted_flag = 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:33,334][DEBUG][http-nio-1024-exec-10] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-02 18:55:33,399][DEBUG][http-nio-1024-exec-10] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:33,399][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:33,399][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@52bbeb28] (Logger.java:49) +[2026-06-02 18:55:33,399][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@67e0bdd3] (Logger.java:49) +[2026-06-02 18:55:33,400][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:33,400][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[], dataType=1)] (LogFormatUtils.java:120) +[2026-06-02 18:55:33,401][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:33,403][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:33,403][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:55:33,403][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:39,182][DEBUG][http-nio-1024-exec-3] POST "/flow/definition/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:39,182][DEBUG][http-nio-1024-exec-1] GET "/support/helpDoc/queryHelpDocByRelationId/253", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:39,182][DEBUG][http-nio-1024-exec-7] GET "/support/tableColumn/getColumns/10001", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:39,182][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.flow.controller.DefController#queryPage(FlowDefinitionQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:39,182][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:39,182][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:39,182][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:39,182][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@305428161 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xda7489bb, L:/127.0.0.1:57560 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:39,182][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1659106873 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa76ce844, L:/127.0.0.1:57562 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:39,183][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.support.AdminHelpDocController#queryHelpDocByRelationId(Long) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:39,183][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:39,183][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@448015959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x541d330c, L:/127.0.0.1:57563 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:39,183][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@305428161 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xda7489bb, L:/127.0.0.1:57560 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3694083b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:39,183][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1659106873 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa76ce844, L:/127.0.0.1:57562 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3c5a1ec5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:39,183][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@448015959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x541d330c, L:/127.0.0.1:57563 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6603c4f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:39,183][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:39,184][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:39,184][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:39,184][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:39,184][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:39,184][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:39,184][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@271284986 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xad6e8414, L:/127.0.0.1:57561 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:39,184][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1853684738 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa5689acc, L:/127.0.0.1:57565 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:39,184][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@754370241 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa23d3f60, L:/127.0.0.1:57566 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:39,184][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@271284986 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xad6e8414, L:/127.0.0.1:57561 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6de47d2a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:39,185][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1853684738 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa5689acc, L:/127.0.0.1:57565 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5060375d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:39,185][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@754370241 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa23d3f60, L:/127.0.0.1:57566 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ab6333a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:39,185][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:39,185][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:39,185][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:39,185][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:39,185][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:39,185][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:39,185][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@857327457 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x05df13a2, L:/127.0.0.1:57569 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:39,185][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1244979154 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xcb988a77, L:/127.0.0.1:57564 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:39,185][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@831295943 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xbc8df318, L:/127.0.0.1:57567 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:39,185][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1244979154 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xcb988a77, L:/127.0.0.1:57564 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1a130a9a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:39,185][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@857327457 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x05df13a2, L:/127.0.0.1:57569 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1d417682[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:39,185][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@831295943 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xbc8df318, L:/127.0.0.1:57567 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@371d8fdf[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:39,185][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:39,185][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:39,185][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:39,185][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:39,185][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:39,185][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:39,186][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@600380527 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1204cc30, L:/127.0.0.1:57568 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:39,186][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@819945749 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x85f40f2a, L:/127.0.0.1:57571 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:39,186][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@65057122 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xb846b7b0, L:/127.0.0.1:57570 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:39,186][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@600380527 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1204cc30, L:/127.0.0.1:57568 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4ce14c2[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:39,186][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:39,186][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@819945749 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x85f40f2a, L:/127.0.0.1:57571 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@11af78c4[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:39,186][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@65057122 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xb846b7b0, L:/127.0.0.1:57570 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5cd3f33d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:39,186][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:39,186][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:39,186][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:39,186][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:39,186][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591980, [49, 55, 56, 48, 51, 57, 55, 55, 51, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1147239564 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x4edea812, L:/127.0.0.1:57572 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:39,186][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:39,186][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591980, [49, 55, 56, 48, 51, 57, 55, 55, 51, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1503453252 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x577a3abf, L:/127.0.0.1:57550 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:39,186][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591980, [49, 55, 56, 48, 51, 57, 55, 55, 51, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@96926130 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6ef3edc7, L:/127.0.0.1:57573 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:39,187][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591980, [49, 55, 56, 48, 51, 57, 55, 55, 51, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1147239564 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x4edea812, L:/127.0.0.1:57572 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@e76faf[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591980, [49, 55, 56, 48, 51, 57, 55, 55, 51, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:39,187][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591980, [49, 55, 56, 48, 51, 57, 55, 55, 51, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1503453252 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x577a3abf, L:/127.0.0.1:57550 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@67ac15db[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591980, [49, 55, 56, 48, 51, 57, 55, 55, 51, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:39,187][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:39,188][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:39,188][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:39,188][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:39,188][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2c8b17a2] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:39,188][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@29f46c1a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:39,188][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:39,188][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:39,188][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:32.948, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:33.005}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:39,189][DEBUG][http-nio-1024-exec-1] ==> Preparing: select t_help_doc.* from t_help_doc_relation left join t_help_doc on t_help_doc.help_doc_id = t_help_doc_relation.help_doc_id where t_help_doc_relation.relation_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:39,189][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:20.861, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:20.919}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:39,189][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:39,189][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long), 10001(Integer) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:39,189][DEBUG][http-nio-1024-exec-1] ==> Parameters: 253(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:39,189][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591980, [49, 55, 56, 48, 51, 57, 55, 55, 51, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@96926130 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6ef3edc7, L:/127.0.0.1:57573 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@735c920c[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591980, [49, 55, 56, 48, 51, 57, 55, 55, 51, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:39,190][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:39,194][DEBUG][http-nio-1024-exec-3] Read "application/json;charset=UTF-8" to [FlowDefinitionQueryForm(flowCode=null, flowName=null, category=null, version=null, deletedFlag=null)] (LogFormatUtils.java:120) +[2026-06-02 18:55:39,223][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:39,223][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@528a8163] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:39,231][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:39,231][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:39,231][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT COUNT(*) AS total FROM flow_definition WHERE del_flag = '0' (BaseJdbcLogger.java:135) +[2026-06-02 18:55:39,232][DEBUG][http-nio-1024-exec-3] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-02 18:55:39,265][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:39,265][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2c8b17a2] (Logger.java:49) +[2026-06-02 18:55:39,265][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:39,265][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-02 18:55:39,266][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:39,267][DEBUG][http-nio-1024-exec-7] GET "/support/tableColumn/getColumns/10001", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:39,267][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:39,267][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:39,267][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1463937780 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc35a792c, L:/127.0.0.1:57552 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:39,268][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1463937780 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc35a792c, L:/127.0.0.1:57552 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@510d95f8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:39,268][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:39,268][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:39,268][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@881368552 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0ebddc8d, L:/127.0.0.1:57574 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:39,269][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:39,269][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@29f46c1a] (Logger.java:49) +[2026-06-02 18:55:39,269][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:39,269][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@881368552 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0ebddc8d, L:/127.0.0.1:57574 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@42f5f77b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:39,269][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[], dataType=1)] (LogFormatUtils.java:120) +[2026-06-02 18:55:39,269][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:39,269][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:39,269][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@705947636 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x3d21aef0, L:/127.0.0.1:57557 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:39,269][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:39,270][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@705947636 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x3d21aef0, L:/127.0.0.1:57557 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@485798ca[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:39,270][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:39,270][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:39,270][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@483188732 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8b395847, L:/127.0.0.1:57553 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:39,270][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@483188732 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8b395847, L:/127.0.0.1:57553 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@51440bca[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:39,270][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:39,270][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:39,270][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591980, [49, 55, 56, 48, 51, 57, 55, 55, 51, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@741715936 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1ee17a15, L:/127.0.0.1:57554 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:39,271][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591980, [49, 55, 56, 48, 51, 57, 55, 55, 51, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@741715936 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1ee17a15, L:/127.0.0.1:57554 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@76c73c65[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591980, [49, 55, 56, 48, 51, 57, 55, 55, 51, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:39,271][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:39,271][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:39,271][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@54b05491] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:39,272][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:39,272][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:32.948, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:33.005}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:39,272][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:39,272][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long), 10001(Integer) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:39,279][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:39,279][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@528a8163] (Logger.java:49) +[2026-06-02 18:55:39,281][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:39,282][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=0, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:55:39,282][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:39,321][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:39,321][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@54b05491] (Logger.java:49) +[2026-06-02 18:55:39,322][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:39,322][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-02 18:55:39,322][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:46,431][DEBUG][http-nio-1024-exec-5] GET "/support/helpDoc/queryHelpDocByRelationId/254", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:46,432][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.support.AdminHelpDocController#queryHelpDocByRelationId(Long) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:46,432][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:46,432][DEBUG][http-nio-1024-exec-10] GET "/flow/execute/toDoPage?pageNum=1&pageSize=10", parameters={masked} (LogFormatUtils.java:120) +[2026-06-02 18:55:46,432][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.flow.controller.ExecuteController#toDoPage(FlowTask, int, int) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:46,432][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@459117959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0e4b39cc, L:/127.0.0.1:57558 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:46,432][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:46,432][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1806990078 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7808fecb, L:/127.0.0.1:57556 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:46,433][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@459117959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0e4b39cc, L:/127.0.0.1:57558 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1a92f57f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:46,433][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1806990078 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7808fecb, L:/127.0.0.1:57556 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4e26fbac[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:46,433][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:46,433][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:46,433][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:46,433][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:46,433][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@520776176 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x9fe51c28, L:/127.0.0.1:57555 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:46,433][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1669800014 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5dbc4068, L:/127.0.0.1:57559 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:46,434][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@520776176 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x9fe51c28, L:/127.0.0.1:57555 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@67044068[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:46,434][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:46,434][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1669800014 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5dbc4068, L:/127.0.0.1:57559 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2f39051f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:46,434][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:46,434][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:46,434][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@305428161 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xda7489bb, L:/127.0.0.1:57560 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:46,434][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:46,434][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@448015959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x541d330c, L:/127.0.0.1:57563 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:46,434][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@305428161 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xda7489bb, L:/127.0.0.1:57560 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@310b45ea[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:46,435][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:46,435][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:46,435][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@448015959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x541d330c, L:/127.0.0.1:57563 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@46b9ff80[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:46,435][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1659106873 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa76ce844, L:/127.0.0.1:57562 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:46,435][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:46,435][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:46,435][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@271284986 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xad6e8414, L:/127.0.0.1:57561 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:46,435][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1659106873 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa76ce844, L:/127.0.0.1:57562 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1ab81cb0[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:46,435][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:46,435][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:46,435][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591973, [49, 55, 56, 48, 51, 57, 55, 55, 52, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1853684738 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa5689acc, L:/127.0.0.1:57565 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:46,435][DEBUG][redisson-netty-2-24] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@271284986 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xad6e8414, L:/127.0.0.1:57561 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5f904cff[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:46,435][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:46,435][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:46,435][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591973, [49, 55, 56, 48, 51, 57, 55, 55, 52, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@754370241 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa23d3f60, L:/127.0.0.1:57566 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:46,435][DEBUG][redisson-netty-2-1] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591973, [49, 55, 56, 48, 51, 57, 55, 55, 52, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1853684738 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa5689acc, L:/127.0.0.1:57565 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5027e0c4[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591973, [49, 55, 56, 48, 51, 57, 55, 55, 52, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:46,435][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:46,436][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591973, [49, 55, 56, 48, 51, 57, 55, 55, 52, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@754370241 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa23d3f60, L:/127.0.0.1:57566 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5572fc23[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591973, [49, 55, 56, 48, 51, 57, 55, 55, 52, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:46,436][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:46,436][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:46,436][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1cbb778c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:46,436][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:46,436][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:32.948, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:33.005}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:46,436][DEBUG][http-nio-1024-exec-5] ==> Preparing: select t_help_doc.* from t_help_doc_relation left join t_help_doc on t_help_doc.help_doc_id = t_help_doc_relation.help_doc_id where t_help_doc_relation.relation_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:46,436][DEBUG][http-nio-1024-exec-5] ==> Parameters: 254(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:46,439][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:46,439][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@cafc5e7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:46,439][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:46,439][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:46,439][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:46,440][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:46,487][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:46,487][DEBUG][http-nio-1024-exec-10] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:46,487][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1cbb778c] (Logger.java:49) +[2026-06-02 18:55:46,487][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@cafc5e7] (Logger.java:49) +[2026-06-02 18:55:46,487][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:46,487][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@132fa80c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:46,487][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:46,487][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:46,487][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:46,487][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[], dataType=1)] (LogFormatUtils.java:120) +[2026-06-02 18:55:46,488][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT er.role_id FROM t_role_employee er WHERE er.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:46,488][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:46,490][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:46,531][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:46,532][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@132fa80c] (Logger.java:49) +[2026-06-02 18:55:46,532][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:46,532][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2522f59b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:46,532][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:46,532][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:46,532][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT role_id,role_name,role_code,remark,update_time,create_time FROM t_role (BaseJdbcLogger.java:135) +[2026-06-02 18:55:46,532][DEBUG][http-nio-1024-exec-10] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-02 18:55:46,572][DEBUG][http-nio-1024-exec-10] <== Total: 6 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:46,573][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2522f59b] (Logger.java:49) +[2026-06-02 18:55:46,575][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:46,575][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5cd67740] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:46,589][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:46,589][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:46,589][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT COUNT(*) FROM (SELECT DISTINCT t.id, t.node_code, t.node_name, t.node_type, t.definition_id, t.instance_id, t.create_time, t.update_time, t.tenant_id, i.business_id, i.flow_status, i.activity_status, d.flow_name, t.form_custom, t.form_path FROM flow_task AS t LEFT JOIN flow_user uu ON uu.associated = t.id LEFT JOIN flow_definition d ON t.definition_id = d.id LEFT JOIN flow_instance i ON t.instance_id = i.id WHERE t.node_type = 1 AND t.del_flag = 0 AND uu.processed_by IN (?, ?, ?, ?, ?, ?, ?, ?) ORDER BY t.create_time DESC) TOTAL (BaseJdbcLogger.java:135) +[2026-06-02 18:55:46,591][DEBUG][http-nio-1024-exec-10] ==> Parameters: role:1(String), role:34(String), role:35(String), role:36(String), role:37(String), role:59(String), 1(String), dept:1(String) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:46,642][DEBUG][http-nio-1024-exec-10] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:46,642][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5cd67740] (Logger.java:49) +[2026-06-02 18:55:46,658][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:46,658][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@40678fa5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:46,659][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:46,659][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:46,659][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT id,create_time,update_time,tenant_id,del_flag,type,processed_by,associated,create_by FROM flow_user WHERE del_flag='0' (BaseJdbcLogger.java:135) +[2026-06-02 18:55:46,660][DEBUG][http-nio-1024-exec-10] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-02 18:55:46,704][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:46,704][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@40678fa5] (Logger.java:49) +[2026-06-02 18:55:46,710][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:46,710][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:55:46,711][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:53,048][DEBUG][http-nio-1024-exec-3] POST "/flow/definition/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:53,048][DEBUG][http-nio-1024-exec-8] GET "/support/tableColumn/getColumns/10001", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:53,048][DEBUG][http-nio-1024-exec-7] GET "/support/helpDoc/queryHelpDocByRelationId/253", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:53,049][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.flow.controller.DefController#queryPage(FlowDefinitionQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:53,049][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:53,049][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:53,049][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.support.AdminHelpDocController#queryHelpDocByRelationId(Long) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:53,049][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:53,049][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:53,049][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1244979154 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xcb988a77, L:/127.0.0.1:57564 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:53,049][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@857327457 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x05df13a2, L:/127.0.0.1:57569 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:53,049][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@831295943 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xbc8df318, L:/127.0.0.1:57567 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:53,053][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1244979154 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xcb988a77, L:/127.0.0.1:57564 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@725f558e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:53,054][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@831295943 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xbc8df318, L:/127.0.0.1:57567 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@48d39ed9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:53,055][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:53,055][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:53,055][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:53,055][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:53,055][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@600380527 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1204cc30, L:/127.0.0.1:57568 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:53,055][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@65057122 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xb846b7b0, L:/127.0.0.1:57570 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:53,055][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@857327457 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x05df13a2, L:/127.0.0.1:57569 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7eeed4a1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:53,055][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:53,056][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:53,056][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@819945749 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x85f40f2a, L:/127.0.0.1:57571 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:53,056][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@65057122 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xb846b7b0, L:/127.0.0.1:57570 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5443a9f4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:53,056][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@600380527 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1204cc30, L:/127.0.0.1:57568 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@114e32a7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:53,057][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:53,057][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:53,057][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:53,057][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:53,057][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1147239564 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x4edea812, L:/127.0.0.1:57572 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:53,058][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1503453252 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x577a3abf, L:/127.0.0.1:57550 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:53,058][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@819945749 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x85f40f2a, L:/127.0.0.1:57571 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4d7d3866[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:53,058][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:53,058][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:53,059][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@96926130 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6ef3edc7, L:/127.0.0.1:57573 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:53,059][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1147239564 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x4edea812, L:/127.0.0.1:57572 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5b018fc9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:53,059][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1503453252 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x577a3abf, L:/127.0.0.1:57550 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@197caeae[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:53,059][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:53,059][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:53,059][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:53,059][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:53,059][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@96926130 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6ef3edc7, L:/127.0.0.1:57573 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@54d2221b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:53,059][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1463937780 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc35a792c, L:/127.0.0.1:57552 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:53,059][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@881368552 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0ebddc8d, L:/127.0.0.1:57574 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:53,059][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:53,059][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:53,059][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@705947636 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x3d21aef0, L:/127.0.0.1:57557 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:53,060][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@705947636 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x3d21aef0, L:/127.0.0.1:57557 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@52be3d21[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:53,060][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1463937780 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc35a792c, L:/127.0.0.1:57552 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@77d03848[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:53,060][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@881368552 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0ebddc8d, L:/127.0.0.1:57574 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6bba278f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:53,060][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:53,060][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:53,060][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:53,060][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:53,060][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:53,060][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:53,061][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591966, [49, 55, 56, 48, 51, 57, 55, 55, 53, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@741715936 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1ee17a15, L:/127.0.0.1:57554 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:53,061][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591966, [49, 55, 56, 48, 51, 57, 55, 55, 53, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@483188732 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8b395847, L:/127.0.0.1:57553 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:53,061][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591966, [49, 55, 56, 48, 51, 57, 55, 55, 53, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@459117959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0e4b39cc, L:/127.0.0.1:57558 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:53,062][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591966, [49, 55, 56, 48, 51, 57, 55, 55, 53, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@459117959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0e4b39cc, L:/127.0.0.1:57558 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2b1c3de6[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591966, [49, 55, 56, 48, 51, 57, 55, 55, 53, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:53,062][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591966, [49, 55, 56, 48, 51, 57, 55, 55, 53, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@483188732 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8b395847, L:/127.0.0.1:57553 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4e02cc55[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591966, [49, 55, 56, 48, 51, 57, 55, 55, 53, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:53,062][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591966, [49, 55, 56, 48, 51, 57, 55, 55, 53, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@741715936 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1ee17a15, L:/127.0.0.1:57554 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5d0d5852[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591966, [49, 55, 56, 48, 51, 57, 55, 55, 53, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:53,062][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:53,062][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:53,062][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:53,063][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:53,063][DEBUG][http-nio-1024-exec-3] Read "application/json;charset=UTF-8" to [FlowDefinitionQueryForm(flowCode=null, flowName=null, category=null, version=null, deletedFlag=null)] (LogFormatUtils.java:120) +[2026-06-02 18:55:53,063][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@542ea934] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:53,064][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:53,064][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:53,064][DEBUG][http-nio-1024-exec-7] ==> Preparing: select t_help_doc.* from t_help_doc_relation left join t_help_doc on t_help_doc.help_doc_id = t_help_doc_relation.help_doc_id where t_help_doc_relation.relation_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:53,064][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:53,064][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:53,064][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@400ffbc5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:53,064][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7595e5ba] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:53,064][DEBUG][http-nio-1024-exec-7] ==> Parameters: 253(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:53,065][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:53,065][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:32.948, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:33.005}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:53,065][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:53,065][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long), 10001(Integer) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:53,069][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:53,069][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:20.861, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:20.919}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:53,070][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT COUNT(*) AS total FROM flow_definition WHERE del_flag = '0' (BaseJdbcLogger.java:135) +[2026-06-02 18:55:53,070][DEBUG][http-nio-1024-exec-3] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-02 18:55:53,102][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:53,103][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@542ea934] (Logger.java:49) +[2026-06-02 18:55:53,104][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:53,104][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[], dataType=1)] (LogFormatUtils.java:120) +[2026-06-02 18:55:53,105][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:53,114][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:53,114][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:53,114][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@400ffbc5] (Logger.java:49) +[2026-06-02 18:55:53,114][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7595e5ba] (Logger.java:49) +[2026-06-02 18:55:53,115][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:53,115][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:53,115][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-02 18:55:53,115][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=0, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:55:53,116][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:53,116][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:53,117][DEBUG][http-nio-1024-exec-9] GET "/support/tableColumn/getColumns/10001", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:53,117][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:53,118][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:53,118][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1806990078 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7808fecb, L:/127.0.0.1:57556 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:53,119][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1806990078 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7808fecb, L:/127.0.0.1:57556 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@568456cc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:53,119][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:53,119][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:53,119][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@520776176 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x9fe51c28, L:/127.0.0.1:57555 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:53,120][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@520776176 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x9fe51c28, L:/127.0.0.1:57555 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@130c77a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:53,120][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:53,120][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:53,120][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1669800014 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5dbc4068, L:/127.0.0.1:57559 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:53,121][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1669800014 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5dbc4068, L:/127.0.0.1:57559 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2f659444[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:53,121][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:53,121][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:53,122][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@305428161 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xda7489bb, L:/127.0.0.1:57560 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:53,124][DEBUG][redisson-netty-2-22] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@305428161 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xda7489bb, L:/127.0.0.1:57560 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@719481b5[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:53,124][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:53,124][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:53,124][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591966, [49, 55, 56, 48, 51, 57, 55, 55, 53, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@448015959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x541d330c, L:/127.0.0.1:57563 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:53,125][DEBUG][redisson-netty-2-28] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591966, [49, 55, 56, 48, 51, 57, 55, 55, 53, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@448015959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x541d330c, L:/127.0.0.1:57563 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7475bdda[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591966, [49, 55, 56, 48, 51, 57, 55, 55, 53, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:53,126][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:53,126][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:53,127][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@646a7a1e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:53,127][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:53,127][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:20.861, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:20.919}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:53,127][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:53,127][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), 10001(Integer) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:53,185][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:53,186][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@646a7a1e] (Logger.java:49) +[2026-06-02 18:55:53,186][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:53,186][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-02 18:55:53,187][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:54,242][DEBUG][http-nio-1024-exec-6] GET "/support/helpDoc/queryHelpDocByRelationId/254", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:54,242][DEBUG][http-nio-1024-exec-2] GET "/flow/execute/toDoPage?pageNum=1&pageSize=10", parameters={masked} (LogFormatUtils.java:120) +[2026-06-02 18:55:54,243][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.flow.controller.ExecuteController#toDoPage(FlowTask, int, int) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:54,243][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:54,243][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.support.AdminHelpDocController#queryHelpDocByRelationId(Long) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:54,243][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:54,243][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@271284986 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xad6e8414, L:/127.0.0.1:57561 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:54,243][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1659106873 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa76ce844, L:/127.0.0.1:57562 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:54,244][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@271284986 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xad6e8414, L:/127.0.0.1:57561 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@13753c6a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:54,244][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1659106873 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa76ce844, L:/127.0.0.1:57562 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@18ede995[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:54,244][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:54,244][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:54,244][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:54,244][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:54,245][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@754370241 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa23d3f60, L:/127.0.0.1:57566 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:54,245][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1853684738 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa5689acc, L:/127.0.0.1:57565 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:54,246][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@754370241 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa23d3f60, L:/127.0.0.1:57566 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@52987158[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:54,246][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1853684738 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa5689acc, L:/127.0.0.1:57565 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@21a5d2bf[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:54,246][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:54,246][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:54,246][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:54,246][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:54,246][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1244979154 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xcb988a77, L:/127.0.0.1:57564 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:54,247][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@831295943 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xbc8df318, L:/127.0.0.1:57567 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:54,248][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1244979154 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xcb988a77, L:/127.0.0.1:57564 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6b8e2308[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:54,248][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@831295943 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xbc8df318, L:/127.0.0.1:57567 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@37c02db4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:54,248][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:54,248][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:54,248][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:54,248][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:54,248][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@65057122 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xb846b7b0, L:/127.0.0.1:57570 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:54,248][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@857327457 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x05df13a2, L:/127.0.0.1:57569 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:54,249][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@857327457 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x05df13a2, L:/127.0.0.1:57569 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@58615671[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:54,249][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@65057122 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xb846b7b0, L:/127.0.0.1:57570 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1e8402d5[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:54,250][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:54,250][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:54,250][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:54,250][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:54,250][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591965, [49, 55, 56, 48, 51, 57, 55, 55, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@600380527 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1204cc30, L:/127.0.0.1:57568 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:54,250][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591965, [49, 55, 56, 48, 51, 57, 55, 55, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@819945749 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x85f40f2a, L:/127.0.0.1:57571 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:54,251][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591965, [49, 55, 56, 48, 51, 57, 55, 55, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@819945749 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x85f40f2a, L:/127.0.0.1:57571 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6bb3f6c0[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591965, [49, 55, 56, 48, 51, 57, 55, 55, 53, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:54,251][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591965, [49, 55, 56, 48, 51, 57, 55, 55, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@600380527 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1204cc30, L:/127.0.0.1:57568 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@34c5a74[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591965, [49, 55, 56, 48, 51, 57, 55, 55, 53, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:54,251][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:54,251][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:54,252][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:54,252][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@64395a9f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:54,252][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:54,252][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3d536c88] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:54,252][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:54,252][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:54,253][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:20.861, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:20.919}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:54,253][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:32.948, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:33.005}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:54,253][DEBUG][http-nio-1024-exec-6] ==> Preparing: select t_help_doc.* from t_help_doc_relation left join t_help_doc on t_help_doc.help_doc_id = t_help_doc_relation.help_doc_id where t_help_doc_relation.relation_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:54,253][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:54,254][DEBUG][http-nio-1024-exec-6] ==> Parameters: 254(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:54,254][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:54,320][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:54,321][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3d536c88] (Logger.java:49) +[2026-06-02 18:55:54,321][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:54,322][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4ed442e3] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:54,322][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:54,322][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:32.948, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:33.005}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:54,322][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT er.role_id FROM t_role_employee er WHERE er.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:54,324][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:54,329][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:54,330][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@64395a9f] (Logger.java:49) +[2026-06-02 18:55:54,331][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:54,331][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[], dataType=1)] (LogFormatUtils.java:120) +[2026-06-02 18:55:54,332][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:54,367][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:54,368][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4ed442e3] (Logger.java:49) +[2026-06-02 18:55:54,368][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:54,369][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@43a9539d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:54,369][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:54,370][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:32.948, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:33.005}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:54,370][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT role_id,role_name,role_code,remark,update_time,create_time FROM t_role (BaseJdbcLogger.java:135) +[2026-06-02 18:55:54,371][DEBUG][http-nio-1024-exec-2] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-02 18:55:54,418][DEBUG][http-nio-1024-exec-2] <== Total: 6 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:54,418][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@43a9539d] (Logger.java:49) +[2026-06-02 18:55:54,419][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:54,419][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7fc12106] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:54,427][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:54,428][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:32.948, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:33.005}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:54,428][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT COUNT(*) FROM (SELECT DISTINCT t.id, t.node_code, t.node_name, t.node_type, t.definition_id, t.instance_id, t.create_time, t.update_time, t.tenant_id, i.business_id, i.flow_status, i.activity_status, d.flow_name, t.form_custom, t.form_path FROM flow_task AS t LEFT JOIN flow_user uu ON uu.associated = t.id LEFT JOIN flow_definition d ON t.definition_id = d.id LEFT JOIN flow_instance i ON t.instance_id = i.id WHERE t.node_type = 1 AND t.del_flag = 0 AND uu.processed_by IN (?, ?, ?, ?, ?, ?, ?, ?) ORDER BY t.create_time DESC) TOTAL (BaseJdbcLogger.java:135) +[2026-06-02 18:55:54,433][DEBUG][http-nio-1024-exec-2] ==> Parameters: role:1(String), role:34(String), role:35(String), role:36(String), role:37(String), role:59(String), 1(String), dept:1(String) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:54,496][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:54,496][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7fc12106] (Logger.java:49) +[2026-06-02 18:55:54,497][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:54,497][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@35ffb7c9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:54,498][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:54,498][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:32.948, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:33.005}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:54,498][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT id,create_time,update_time,tenant_id,del_flag,type,processed_by,associated,create_by FROM flow_user WHERE del_flag='0' (BaseJdbcLogger.java:135) +[2026-06-02 18:55:54,499][DEBUG][http-nio-1024-exec-2] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-02 18:55:54,551][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:54,552][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@35ffb7c9] (Logger.java:49) +[2026-06-02 18:55:54,554][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:54,554][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:55:54,555][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:55,459][DEBUG][http-nio-1024-exec-7] GET "/flow/execute/donePage?pageNum=1&pageSize=10", parameters={masked} (LogFormatUtils.java:120) +[2026-06-02 18:55:55,459][DEBUG][http-nio-1024-exec-8] GET "/support/helpDoc/queryHelpDocByRelationId/255", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:55,459][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.flow.controller.ExecuteController#donePage(FlowHisTask, int, int) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:55,459][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:55,459][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.support.AdminHelpDocController#queryHelpDocByRelationId(Long) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:55,459][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:55,459][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1147239564 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x4edea812, L:/127.0.0.1:57572 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:55,459][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1503453252 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x577a3abf, L:/127.0.0.1:57550 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:55,460][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1503453252 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x577a3abf, L:/127.0.0.1:57550 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@551db41d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:55,460][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1147239564 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x4edea812, L:/127.0.0.1:57572 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6da5c1a4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:55,460][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:55,460][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:55,460][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:55,460][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:55,460][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@96926130 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6ef3edc7, L:/127.0.0.1:57573 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:55,460][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1463937780 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc35a792c, L:/127.0.0.1:57552 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:55,461][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@96926130 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6ef3edc7, L:/127.0.0.1:57573 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1d67d3a4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:55,461][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1463937780 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc35a792c, L:/127.0.0.1:57552 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3ed3bdb0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:55,461][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:55,461][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:55,462][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:55,462][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:55,462][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@881368552 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0ebddc8d, L:/127.0.0.1:57574 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:55,462][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@705947636 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x3d21aef0, L:/127.0.0.1:57557 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:55,463][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@705947636 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x3d21aef0, L:/127.0.0.1:57557 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1ca82c74[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:55,463][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@881368552 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0ebddc8d, L:/127.0.0.1:57574 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@463f59d1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:55,463][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:55,463][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:55,463][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:55,463][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:55,463][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@741715936 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1ee17a15, L:/127.0.0.1:57554 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:55,463][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@483188732 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8b395847, L:/127.0.0.1:57553 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:55,463][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@741715936 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1ee17a15, L:/127.0.0.1:57554 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@516f2174[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:55,463][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@483188732 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8b395847, L:/127.0.0.1:57553 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@290a0cec[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:55,463][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:55,463][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:55,464][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:55,464][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:55,464][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591964, [49, 55, 56, 48, 51, 57, 55, 55, 53, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1806990078 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7808fecb, L:/127.0.0.1:57556 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:55,464][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591964, [49, 55, 56, 48, 51, 57, 55, 55, 53, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@459117959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0e4b39cc, L:/127.0.0.1:57558 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:55,464][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591964, [49, 55, 56, 48, 51, 57, 55, 55, 53, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1806990078 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7808fecb, L:/127.0.0.1:57556 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1427ac27[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591964, [49, 55, 56, 48, 51, 57, 55, 55, 53, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:55,464][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591964, [49, 55, 56, 48, 51, 57, 55, 55, 53, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@459117959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0e4b39cc, L:/127.0.0.1:57558 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4b0b6564[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591964, [49, 55, 56, 48, 51, 57, 55, 55, 53, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:55,464][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:55,464][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:55,465][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:55,465][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3e5fd797] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:55,465][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:55,465][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:32.948, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:33.005}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:55,465][DEBUG][http-nio-1024-exec-8] ==> Preparing: select t_help_doc.* from t_help_doc_relation left join t_help_doc on t_help_doc.help_doc_id = t_help_doc_relation.help_doc_id where t_help_doc_relation.relation_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:55,465][DEBUG][http-nio-1024-exec-8] ==> Parameters: 255(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:55,466][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:55,466][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4f9132ed] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:55,466][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:55,466][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:20.861, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:20.919}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:55,466][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:55,467][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:55,515][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:55,515][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3e5fd797] (Logger.java:49) +[2026-06-02 18:55:55,516][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:55,516][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[], dataType=1)] (LogFormatUtils.java:120) +[2026-06-02 18:55:55,517][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:55,526][DEBUG][http-nio-1024-exec-7] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:55,527][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4f9132ed] (Logger.java:49) +[2026-06-02 18:55:55,527][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:55,527][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@323b3e76] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:55,527][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:55,527][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:20.861, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:20.919}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:55,528][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT er.role_id FROM t_role_employee er WHERE er.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:55,528][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:55,574][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:55,574][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@323b3e76] (Logger.java:49) +[2026-06-02 18:55:55,574][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:55,574][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@e5c11d4] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:55,575][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:55,575][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:20.861, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:20.919}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:55,575][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT role_id,role_name,role_code,remark,update_time,create_time FROM t_role (BaseJdbcLogger.java:135) +[2026-06-02 18:55:55,576][DEBUG][http-nio-1024-exec-7] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-02 18:55:55,622][DEBUG][http-nio-1024-exec-7] <== Total: 6 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:55,623][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@e5c11d4] (Logger.java:49) +[2026-06-02 18:55:55,624][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:55,624][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@77894e8f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:55,649][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:55,649][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:20.861, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:20.919}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:55,649][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT COUNT(*) AS total FROM (SELECT MAX(id) AS id FROM flow_his_task WHERE approver IN (?, ?, ?, ?, ?, ?, ?, ?) GROUP BY instance_id) tmp (BaseJdbcLogger.java:135) +[2026-06-02 18:55:55,655][DEBUG][http-nio-1024-exec-7] ==> Parameters: role:1(String), role:34(String), role:35(String), role:36(String), role:37(String), role:59(String), 1(String), dept:1(String) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:55,710][DEBUG][http-nio-1024-exec-7] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:55,710][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@77894e8f] (Logger.java:49) +[2026-06-02 18:55:55,711][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:55,711][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3d7d68dd] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:55,712][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:55,712][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:20.861, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:20.919}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:55,712][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT t_employee.*, t_department.name AS departmentName FROM t_employee LEFT JOIN t_department ON t_department.department_id = t_employee.department_id WHERE t_employee.disabled_flag = ? AND t_employee.deleted_flag = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:55,713][DEBUG][http-nio-1024-exec-7] ==> Parameters: false(Boolean), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:55,763][DEBUG][http-nio-1024-exec-7] <== Total: 3 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:55,763][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3d7d68dd] (Logger.java:49) +[2026-06-02 18:55:55,772][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:55,772][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:55:55,773][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:56,062][DEBUG][http-nio-1024-exec-5] GET "/flow/execute/copyPage?pageNum=1&pageSize=10", parameters={masked} (LogFormatUtils.java:120) +[2026-06-02 18:55:56,062][DEBUG][http-nio-1024-exec-10] GET "/support/helpDoc/queryHelpDocByRelationId/256", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:56,062][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.flow.controller.ExecuteController#copyPage(FlowTask, int, int) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:56,063][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:56,063][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.support.AdminHelpDocController#queryHelpDocByRelationId(Long) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:56,063][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:56,063][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@520776176 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x9fe51c28, L:/127.0.0.1:57555 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:56,063][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1669800014 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5dbc4068, L:/127.0.0.1:57559 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:56,064][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@520776176 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x9fe51c28, L:/127.0.0.1:57555 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2ef1ecde[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:56,064][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1669800014 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5dbc4068, L:/127.0.0.1:57559 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@395deb5c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:56,065][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:56,065][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:56,065][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:56,065][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:56,065][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@448015959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x541d330c, L:/127.0.0.1:57563 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:56,065][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@305428161 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xda7489bb, L:/127.0.0.1:57560 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:56,066][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@448015959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x541d330c, L:/127.0.0.1:57563 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6bf7df1d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:56,066][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@305428161 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xda7489bb, L:/127.0.0.1:57560 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@c18fde1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:56,066][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:56,066][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:56,066][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:56,066][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:56,067][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@271284986 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xad6e8414, L:/127.0.0.1:57561 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:56,067][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1659106873 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa76ce844, L:/127.0.0.1:57562 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:56,068][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1659106873 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa76ce844, L:/127.0.0.1:57562 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1d80f7c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:56,068][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@271284986 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xad6e8414, L:/127.0.0.1:57561 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5f87a3a3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:56,068][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:56,068][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:56,068][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:56,068][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:56,069][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1853684738 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa5689acc, L:/127.0.0.1:57565 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:56,069][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@754370241 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa23d3f60, L:/127.0.0.1:57566 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:56,070][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@754370241 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa23d3f60, L:/127.0.0.1:57566 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@17ccd979[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:56,070][DEBUG][redisson-netty-2-1] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1853684738 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa5689acc, L:/127.0.0.1:57565 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2f80311d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:56,070][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:56,070][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:56,070][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:56,070][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:56,071][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591963, [49, 55, 56, 48, 51, 57, 55, 55, 53, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@831295943 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xbc8df318, L:/127.0.0.1:57567 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:56,071][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591963, [49, 55, 56, 48, 51, 57, 55, 55, 53, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1244979154 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xcb988a77, L:/127.0.0.1:57564 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:56,073][DEBUG][redisson-netty-2-4] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591963, [49, 55, 56, 48, 51, 57, 55, 55, 53, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@831295943 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xbc8df318, L:/127.0.0.1:57567 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@36722176[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591963, [49, 55, 56, 48, 51, 57, 55, 55, 53, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:56,073][DEBUG][redisson-netty-2-30] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591963, [49, 55, 56, 48, 51, 57, 55, 55, 53, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1244979154 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xcb988a77, L:/127.0.0.1:57564 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@390ee4dc[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591963, [49, 55, 56, 48, 51, 57, 55, 55, 53, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:56,073][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:56,073][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:56,074][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:56,075][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@71149c8b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:56,075][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:56,075][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:20.861, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:20.919}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:56,075][DEBUG][http-nio-1024-exec-10] ==> Preparing: select t_help_doc.* from t_help_doc_relation left join t_help_doc on t_help_doc.help_doc_id = t_help_doc_relation.help_doc_id where t_help_doc_relation.relation_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:56,076][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:56,076][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@50ecfede] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:56,076][DEBUG][http-nio-1024-exec-10] ==> Parameters: 256(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:56,076][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:56,077][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:32.948, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:33.005}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:56,077][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:56,077][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:56,127][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:56,128][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@71149c8b] (Logger.java:49) +[2026-06-02 18:55:56,128][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:56,129][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[], dataType=1)] (LogFormatUtils.java:120) +[2026-06-02 18:55:56,130][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:56,134][DEBUG][http-nio-1024-exec-5] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:56,134][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@50ecfede] (Logger.java:49) +[2026-06-02 18:55:56,135][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:56,135][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@fa185a5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:56,136][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:56,136][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:32.948, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:33.005}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:56,136][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT er.role_id FROM t_role_employee er WHERE er.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:56,137][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:56,190][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:56,190][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@fa185a5] (Logger.java:49) +[2026-06-02 18:55:56,191][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:56,191][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3774237e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:56,192][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:56,192][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:32.948, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:33.005}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:56,192][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT role_id,role_name,role_code,remark,update_time,create_time FROM t_role (BaseJdbcLogger.java:135) +[2026-06-02 18:55:56,193][DEBUG][http-nio-1024-exec-5] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-02 18:55:56,242][DEBUG][http-nio-1024-exec-5] <== Total: 6 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:56,243][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3774237e] (Logger.java:49) +[2026-06-02 18:55:56,244][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:56,244][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1737ed88] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:56,250][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:56,250][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:32.948, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:33.005}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:56,250][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT COUNT(*) AS total FROM flow_user a WHERE a.type = 4 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:56,251][DEBUG][http-nio-1024-exec-5] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-02 18:55:56,306][DEBUG][http-nio-1024-exec-5] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:56,307][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1737ed88] (Logger.java:49) +[2026-06-02 18:55:56,308][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:56,309][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:55:56,309][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:56,961][DEBUG][http-nio-1024-exec-6] GET "/support/tableColumn/getColumns/10001", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:56,961][DEBUG][http-nio-1024-exec-2] POST "/flow/definition/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:56,961][DEBUG][http-nio-1024-exec-1] GET "/support/helpDoc/queryHelpDocByRelationId/253", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:56,961][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.flow.controller.DefController#queryPage(FlowDefinitionQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:56,962][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:56,962][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.support.AdminHelpDocController#queryHelpDocByRelationId(Long) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:56,962][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:56,962][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:56,962][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:56,962][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@857327457 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x05df13a2, L:/127.0.0.1:57569 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:56,962][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@65057122 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xb846b7b0, L:/127.0.0.1:57570 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:56,962][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@819945749 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x85f40f2a, L:/127.0.0.1:57571 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:56,964][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@819945749 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x85f40f2a, L:/127.0.0.1:57571 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@aeb4f6e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:56,964][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@857327457 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x05df13a2, L:/127.0.0.1:57569 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@21498eb0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:56,964][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@65057122 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xb846b7b0, L:/127.0.0.1:57570 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@182a2ea4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:56,964][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:56,964][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:56,964][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:56,964][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:56,964][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:56,964][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:56,964][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@600380527 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1204cc30, L:/127.0.0.1:57568 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:56,964][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1147239564 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x4edea812, L:/127.0.0.1:57572 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:56,964][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1503453252 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x577a3abf, L:/127.0.0.1:57550 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:56,965][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@600380527 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1204cc30, L:/127.0.0.1:57568 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5ee87bc7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:56,965][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1503453252 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x577a3abf, L:/127.0.0.1:57550 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6bb91cf0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:56,965][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1147239564 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x4edea812, L:/127.0.0.1:57572 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@438f16ad[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:56,965][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:56,965][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:56,965][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:56,966][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:56,966][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:56,966][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:56,966][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@96926130 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6ef3edc7, L:/127.0.0.1:57573 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:56,966][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1463937780 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc35a792c, L:/127.0.0.1:57552 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:56,966][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@881368552 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0ebddc8d, L:/127.0.0.1:57574 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:56,967][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1463937780 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc35a792c, L:/127.0.0.1:57552 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@280c1a2a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:56,967][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@881368552 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0ebddc8d, L:/127.0.0.1:57574 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@71b7b5d5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:56,967][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@96926130 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6ef3edc7, L:/127.0.0.1:57573 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@43f71069[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:56,967][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:56,967][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:56,967][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:56,967][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:56,967][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:56,967][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:56,967][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@705947636 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x3d21aef0, L:/127.0.0.1:57557 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:56,967][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@741715936 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1ee17a15, L:/127.0.0.1:57554 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:56,967][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@483188732 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8b395847, L:/127.0.0.1:57553 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:56,969][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@705947636 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x3d21aef0, L:/127.0.0.1:57557 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@60836a03[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:56,969][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@741715936 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1ee17a15, L:/127.0.0.1:57554 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2fd22a3b[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:56,969][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@483188732 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8b395847, L:/127.0.0.1:57553 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@79719ea8[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:56,969][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:56,969][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:56,969][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:56,969][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:56,969][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:56,969][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:56,969][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591962, [49, 55, 56, 48, 51, 57, 55, 55, 53, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@459117959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0e4b39cc, L:/127.0.0.1:57558 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:56,969][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591962, [49, 55, 56, 48, 51, 57, 55, 55, 53, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@520776176 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x9fe51c28, L:/127.0.0.1:57555 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:56,969][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591962, [49, 55, 56, 48, 51, 57, 55, 55, 53, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1806990078 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7808fecb, L:/127.0.0.1:57556 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:56,971][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591962, [49, 55, 56, 48, 51, 57, 55, 55, 53, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@459117959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0e4b39cc, L:/127.0.0.1:57558 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3b8e4508[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591962, [49, 55, 56, 48, 51, 57, 55, 55, 53, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:56,971][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591962, [49, 55, 56, 48, 51, 57, 55, 55, 53, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@520776176 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x9fe51c28, L:/127.0.0.1:57555 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@d67525e[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591962, [49, 55, 56, 48, 51, 57, 55, 55, 53, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:56,971][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591962, [49, 55, 56, 48, 51, 57, 55, 55, 53, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1806990078 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7808fecb, L:/127.0.0.1:57556 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@37490a26[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591962, [49, 55, 56, 48, 51, 57, 55, 55, 53, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:56,971][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:56,971][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:56,971][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:56,972][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:56,972][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:56,972][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17387874] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:56,972][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2b892c18] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:56,972][DEBUG][http-nio-1024-exec-2] Read "application/json;charset=UTF-8" to [FlowDefinitionQueryForm(flowCode=null, flowName=null, category=null, version=null, deletedFlag=null)] (LogFormatUtils.java:120) +[2026-06-02 18:55:56,972][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:56,972][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:56,972][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:20.861, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:20.919}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:56,972][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:32.948, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:33.005}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:56,973][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:56,973][DEBUG][http-nio-1024-exec-1] ==> Preparing: select t_help_doc.* from t_help_doc_relation left join t_help_doc on t_help_doc.help_doc_id = t_help_doc_relation.help_doc_id where t_help_doc_relation.relation_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:56,973][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long), 10001(Integer) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:56,973][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:56,973][DEBUG][http-nio-1024-exec-1] ==> Parameters: 253(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:56,974][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4be8061f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:56,979][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:56,979][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:56,979][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT COUNT(*) AS total FROM flow_definition WHERE del_flag = '0' (BaseJdbcLogger.java:135) +[2026-06-02 18:55:56,980][DEBUG][http-nio-1024-exec-2] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-02 18:55:57,031][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:57,032][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17387874] (Logger.java:49) +[2026-06-02 18:55:57,034][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:57,034][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[], dataType=1)] (LogFormatUtils.java:120) +[2026-06-02 18:55:57,035][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:57,035][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:57,036][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2b892c18] (Logger.java:49) +[2026-06-02 18:55:57,036][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:57,036][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-02 18:55:57,037][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:57,038][DEBUG][http-nio-1024-exec-4] GET "/support/tableColumn/getColumns/10001", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:55:57,039][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-02 18:55:57,039][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:57,040][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1669800014 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5dbc4068, L:/127.0.0.1:57559 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:57,041][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1669800014 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5dbc4068, L:/127.0.0.1:57559 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4e1572e4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:57,041][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:57,042][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:57,042][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:57,042][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4be8061f] (Logger.java:49) +[2026-06-02 18:55:57,042][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@448015959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x541d330c, L:/127.0.0.1:57563 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:57,043][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@448015959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x541d330c, L:/127.0.0.1:57563 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6c720468[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:57,043][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:57,043][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:57,043][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=0, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:55:57,044][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:57,044][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@305428161 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xda7489bb, L:/127.0.0.1:57560 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:57,044][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:55:57,045][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@305428161 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xda7489bb, L:/127.0.0.1:57560 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1adbe989[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:57,046][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:57,046][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:57,046][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1659106873 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa76ce844, L:/127.0.0.1:57562 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:57,047][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1659106873 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa76ce844, L:/127.0.0.1:57562 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6d1895b4[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:57,047][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:57,047][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:55:57,047][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591962, [49, 55, 56, 48, 51, 57, 55, 55, 53, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@271284986 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xad6e8414, L:/127.0.0.1:57561 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:55:57,048][DEBUG][redisson-netty-2-24] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591962, [49, 55, 56, 48, 51, 57, 55, 55, 53, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@271284986 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xad6e8414, L:/127.0.0.1:57561 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@11c48854[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591962, [49, 55, 56, 48, 51, 57, 55, 55, 53, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:55:57,048][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:55:57,049][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:55:57,049][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6b34af1a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:55:57,049][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:55:57,049][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:55:57,049][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:55:57,051][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long), 10001(Integer) (BaseJdbcLogger.java:135) +[2026-06-02 18:55:57,102][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:55:57,102][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6b34af1a] (Logger.java:49) +[2026-06-02 18:55:57,103][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:55:57,103][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-02 18:55:57,104][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:56:03,478][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:56:03,479][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@535f420d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:56:03,480][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:56:03,480][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:56:03,480][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-02 18:56:03,482][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 66984(Integer) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:03,527][DEBUG][smart-heart-beat] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:03,527][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@535f420d] (Logger.java:49) +[2026-06-02 18:56:03,528][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:56:03,528][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6cb5ee8d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:56:03,529][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:56:03,530][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:56:03,530][DEBUG][smart-heart-beat] ==> Preparing: INSERT INTO t_heart_beat_record ( project_path, server_ip, process_no, process_start_time, heart_beat_time ) VALUES ( ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:03,530][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 66984(Integer), 2026-06-02T18:54:56.634(LocalDateTime), 2026-06-02T18:56:03.477098(LocalDateTime) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:03,567][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:03,568][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6cb5ee8d] (Logger.java:49) +[2026-06-02 18:56:03,885][DEBUG][http-nio-1024-exec-7] POST "/flow/definition/add", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:56:03,885][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.flow.controller.DefController#add(FlowDefinition) (AbstractHandlerMapping.java:531) +[2026-06-02 18:56:03,885][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:03,886][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@754370241 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa23d3f60, L:/127.0.0.1:57566 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:03,887][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@754370241 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa23d3f60, L:/127.0.0.1:57566 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7a3aa26e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:03,887][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:03,888][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:03,888][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1853684738 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa5689acc, L:/127.0.0.1:57565 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:03,888][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1853684738 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa5689acc, L:/127.0.0.1:57565 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7e0b316f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:03,889][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:03,889][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:03,889][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@831295943 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xbc8df318, L:/127.0.0.1:57567 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:03,890][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@831295943 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xbc8df318, L:/127.0.0.1:57567 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6d4a3310[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:03,890][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:03,890][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:03,890][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1244979154 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xcb988a77, L:/127.0.0.1:57564 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:03,890][DEBUG][redisson-netty-2-30] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1244979154 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xcb988a77, L:/127.0.0.1:57564 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3b4b6ebd[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:03,891][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:03,891][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:03,891][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591955, [49, 55, 56, 48, 51, 57, 55, 55, 54, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@65057122 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xb846b7b0, L:/127.0.0.1:57570 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:03,891][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591955, [49, 55, 56, 48, 51, 57, 55, 55, 54, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@65057122 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xb846b7b0, L:/127.0.0.1:57570 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@11fe17be[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591955, [49, 55, 56, 48, 51, 57, 55, 55, 54, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:03,891][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:03,897][DEBUG][http-nio-1024-exec-7] Read "application/json;charset=UTF-8" to [FlowDefinition(id=null, createTime=null, updateTime=null, tenantId=null, delFlag=null, flowCode=111, (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:56:03,906][DEBUG][http-nio-1024-exec-7] Creating new transaction with name [net.lab1024.sa.admin.module.flow.controller.DefController.add]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Exception (AbstractPlatformTransactionManager.java:402) +[2026-06-02 18:56:03,907][DEBUG][http-nio-1024-exec-7] Acquired Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] for JDBC transaction (DataSourceTransactionManager.java:271) +[2026-06-02 18:56:03,909][DEBUG][http-nio-1024-exec-7] Switching JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] to manual commit (DataSourceTransactionManager.java:289) +[2026-06-02 18:56:03,911][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:56:03,911][DEBUG][http-nio-1024-exec-7] Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ec5d171] (Logger.java:49) +[2026-06-02 18:56:03,914][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] will be managed by Spring (Logger.java:49) +[2026-06-02 18:56:03,914][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT id,create_time,update_time,tenant_id,del_flag,flow_code,flow_name,category,version,is_publish,form_custom,form_path,activity_status,listener_type,listener_path,ext FROM flow_definition WHERE del_flag='0' AND (flow_code IN (?)) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:03,915][DEBUG][http-nio-1024-exec-7] ==> Parameters: 111(String) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:03,985][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:03,986][DEBUG][http-nio-1024-exec-7] Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ec5d171] (Logger.java:49) +[2026-06-02 18:56:04,017][DEBUG][http-nio-1024-exec-7] Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ec5d171] from current transaction (Logger.java:49) +[2026-06-02 18:56:04,019][DEBUG][http-nio-1024-exec-7] ==> Preparing: INSERT INTO flow_node ( id, create_time, update_time, node_type, definition_id, node_code, node_name, node_ratio, coordinate, version ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,023][DEBUG][http-nio-1024-exec-7] ==> Parameters: 2061763773574627330(Long), 2026-06-02 18:56:03.995(Timestamp), 2026-06-02 18:56:03.995(Timestamp), 0(Integer), 2061763773549461506(Long), start(String), 开始(String), 0(BigDecimal), 260,200|260,200(String), 1(String) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,061][DEBUG][http-nio-1024-exec-7] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,062][DEBUG][http-nio-1024-exec-7] Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ec5d171] (Logger.java:49) +[2026-06-02 18:56:04,062][DEBUG][http-nio-1024-exec-7] Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ec5d171] from current transaction (Logger.java:49) +[2026-06-02 18:56:04,062][DEBUG][http-nio-1024-exec-7] ==> Preparing: INSERT INTO flow_node ( id, create_time, update_time, node_type, definition_id, node_code, node_name, node_ratio, coordinate, version ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,062][DEBUG][http-nio-1024-exec-7] ==> Parameters: 2061763773574627331(Long), 2026-06-02 18:56:03.995(Timestamp), 2026-06-02 18:56:03.995(Timestamp), 1(Integer), 2061763773549461506(Long), submit(String), 中间节点-或签1(String), 0(BigDecimal), 420,200|420,200(String), 1(String) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,110][DEBUG][http-nio-1024-exec-7] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,110][DEBUG][http-nio-1024-exec-7] Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ec5d171] (Logger.java:49) +[2026-06-02 18:56:04,110][DEBUG][http-nio-1024-exec-7] Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ec5d171] from current transaction (Logger.java:49) +[2026-06-02 18:56:04,110][DEBUG][http-nio-1024-exec-7] ==> Preparing: INSERT INTO flow_node ( id, create_time, update_time, node_type, definition_id, node_code, node_name, node_ratio, coordinate, version ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,111][DEBUG][http-nio-1024-exec-7] ==> Parameters: 2061763773574627332(Long), 2026-06-02 18:56:03.995(Timestamp), 2026-06-02 18:56:03.995(Timestamp), 1(Integer), 2061763773549461506(Long), approval(String), 中间节点-或签2(String), 0(BigDecimal), 600,200|600,200(String), 1(String) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,151][DEBUG][http-nio-1024-exec-7] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,152][DEBUG][http-nio-1024-exec-7] Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ec5d171] (Logger.java:49) +[2026-06-02 18:56:04,152][DEBUG][http-nio-1024-exec-7] Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ec5d171] from current transaction (Logger.java:49) +[2026-06-02 18:56:04,153][DEBUG][http-nio-1024-exec-7] ==> Preparing: INSERT INTO flow_node ( id, create_time, update_time, node_type, definition_id, node_code, node_name, node_ratio, coordinate, version ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,154][DEBUG][http-nio-1024-exec-7] ==> Parameters: 2061763773574627333(Long), 2026-06-02 18:56:03.995(Timestamp), 2026-06-02 18:56:03.995(Timestamp), 2(Integer), 2061763773549461506(Long), end(String), 结束(String), 0(BigDecimal), 760,200|760,200(String), 1(String) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,194][DEBUG][http-nio-1024-exec-7] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,194][DEBUG][http-nio-1024-exec-7] Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ec5d171] (Logger.java:49) +[2026-06-02 18:56:04,211][DEBUG][http-nio-1024-exec-7] Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ec5d171] from current transaction (Logger.java:49) +[2026-06-02 18:56:04,212][DEBUG][http-nio-1024-exec-7] ==> Preparing: INSERT INTO flow_skip ( id, create_time, update_time, definition_id, now_node_code, now_node_type, next_node_code, next_node_type, skip_type, coordinate ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,212][DEBUG][http-nio-1024-exec-7] ==> Parameters: 2061763774413488130(Long), 2026-06-02 18:56:04.196(Timestamp), 2026-06-02 18:56:04.196(Timestamp), 2061763773549461506(Long), start(String), 0(Integer), submit(String), 1(Integer), PASS(String), 280,200;370,200(String) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,251][DEBUG][http-nio-1024-exec-7] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,251][DEBUG][http-nio-1024-exec-7] Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ec5d171] (Logger.java:49) +[2026-06-02 18:56:04,251][DEBUG][http-nio-1024-exec-7] Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ec5d171] from current transaction (Logger.java:49) +[2026-06-02 18:56:04,251][DEBUG][http-nio-1024-exec-7] ==> Preparing: INSERT INTO flow_skip ( id, create_time, update_time, definition_id, now_node_code, now_node_type, next_node_code, next_node_type, skip_type, coordinate ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,252][DEBUG][http-nio-1024-exec-7] ==> Parameters: 2061763774413488131(Long), 2026-06-02 18:56:04.196(Timestamp), 2026-06-02 18:56:04.196(Timestamp), 2061763773549461506(Long), submit(String), 1(Integer), approval(String), 1(Integer), PASS(String), 470,200;550,200(String) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,303][DEBUG][http-nio-1024-exec-7] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,303][DEBUG][http-nio-1024-exec-7] Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ec5d171] (Logger.java:49) +[2026-06-02 18:56:04,303][DEBUG][http-nio-1024-exec-7] Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ec5d171] from current transaction (Logger.java:49) +[2026-06-02 18:56:04,303][DEBUG][http-nio-1024-exec-7] ==> Preparing: INSERT INTO flow_skip ( id, create_time, update_time, definition_id, now_node_code, now_node_type, next_node_code, next_node_type, skip_type, coordinate ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,303][DEBUG][http-nio-1024-exec-7] ==> Parameters: 2061763774413488132(Long), 2026-06-02 18:56:04.196(Timestamp), 2026-06-02 18:56:04.196(Timestamp), 2061763773549461506(Long), approval(String), 1(Integer), end(String), 2(Integer), PASS(String), 650,200;740,200(String) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,355][DEBUG][http-nio-1024-exec-7] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,355][DEBUG][http-nio-1024-exec-7] Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ec5d171] (Logger.java:49) +[2026-06-02 18:56:04,356][DEBUG][http-nio-1024-exec-7] Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ec5d171] from current transaction (Logger.java:49) +[2026-06-02 18:56:04,357][DEBUG][http-nio-1024-exec-7] ==> Preparing: INSERT INTO flow_definition ( id, create_time, update_time, flow_code, flow_name, version, form_custom, form_path, listener_type, listener_path ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,358][DEBUG][http-nio-1024-exec-7] ==> Parameters: 2061763773549461506(Long), 2026-06-02 18:56:04.356(Timestamp), 2026-06-02 18:56:04.356(Timestamp), 111(String), 11(String), 1(String), N(String), 11(String), (String), (String) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,407][DEBUG][http-nio-1024-exec-7] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,408][DEBUG][http-nio-1024-exec-7] Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ec5d171] (Logger.java:49) +[2026-06-02 18:56:04,419][DEBUG][smart-operate-log1] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:56:04,419][DEBUG][smart-operate-log1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7f7660ff] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:56:04,419][DEBUG][http-nio-1024-exec-7] Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ec5d171] (Logger.java:49) +[2026-06-02 18:56:04,420][DEBUG][smart-operate-log1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:56:04,420][DEBUG][smart-operate-log1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:32.948, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:33.005}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:56:04,420][DEBUG][http-nio-1024-exec-7] Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ec5d171] (Logger.java:49) +[2026-06-02 18:56:04,420][DEBUG][smart-operate-log1] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,420][DEBUG][http-nio-1024-exec-7] Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ec5d171] (Logger.java:49) +[2026-06-02 18:56:04,421][DEBUG][http-nio-1024-exec-7] Initiating transaction commit (AbstractPlatformTransactionManager.java:790) +[2026-06-02 18:56:04,421][DEBUG][http-nio-1024-exec-7] Committing JDBC transaction on Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] (DataSourceTransactionManager.java:334) +[2026-06-02 18:56:04,422][DEBUG][smart-operate-log1] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 工作流-流程定义(String), 添加(String), /flow/definition/add(String), net.lab1024.sa.admin.module.flow.controller.DefController.add(String), POST(String), CREATE(String), [{"formPath":"11","listenerPath":"","formCustom":"N","userList":[],"flowCode":"111","createTime":1780397764356,"listenerType":"","updateTime":1780397764356,"id":2061763773549461506,"flowName":"11","nodeList":[],"version":"1"}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"data":true,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,472][DEBUG][http-nio-1024-exec-7] Releasing JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] after transaction (DataSourceTransactionManager.java:393) +[2026-06-02 18:56:04,473][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:56:04,474][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=true, dataType=1)] (LogFormatUtils.java:120) +[2026-06-02 18:56:04,475][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:56:04,481][DEBUG][smart-operate-log1] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,482][DEBUG][smart-operate-log1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7f7660ff] (Logger.java:49) +[2026-06-02 18:56:04,501][DEBUG][http-nio-1024-exec-3] POST "/flow/definition/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:56:04,502][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.flow.controller.DefController#queryPage(FlowDefinitionQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-02 18:56:04,502][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:04,502][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@819945749 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x85f40f2a, L:/127.0.0.1:57571 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:04,503][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@819945749 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x85f40f2a, L:/127.0.0.1:57571 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7916b0c4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:04,503][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:04,504][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:04,504][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@857327457 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x05df13a2, L:/127.0.0.1:57569 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:04,505][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@857327457 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x05df13a2, L:/127.0.0.1:57569 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2b718d29[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:04,505][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:04,505][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:04,505][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@600380527 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1204cc30, L:/127.0.0.1:57568 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:04,506][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@600380527 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1204cc30, L:/127.0.0.1:57568 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@49726aa5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:04,506][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:04,506][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:04,506][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1503453252 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x577a3abf, L:/127.0.0.1:57550 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:04,507][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1503453252 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x577a3abf, L:/127.0.0.1:57550 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@42bf4c68[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:04,507][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:04,507][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:04,507][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591954, [49, 55, 56, 48, 51, 57, 55, 55, 54, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1147239564 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x4edea812, L:/127.0.0.1:57572 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:04,508][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591954, [49, 55, 56, 48, 51, 57, 55, 55, 54, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1147239564 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x4edea812, L:/127.0.0.1:57572 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@74a2458a[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591954, [49, 55, 56, 48, 51, 57, 55, 55, 54, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:04,509][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:04,510][DEBUG][http-nio-1024-exec-3] Read "application/json;charset=UTF-8" to [FlowDefinitionQueryForm(flowCode=null, flowName=null, category=null, version=null, deletedFlag=null)] (LogFormatUtils.java:120) +[2026-06-02 18:56:04,511][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:56:04,511][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1b433e3c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:56:04,517][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:56:04,517][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:32.948, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:33.005}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:56:04,518][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT COUNT(*) AS total FROM flow_definition WHERE del_flag = '0' (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,520][DEBUG][http-nio-1024-exec-3] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,571][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,572][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT id,create_time,update_time,tenant_id,del_flag,flow_code,flow_name,category,version,is_publish,form_custom,form_path,activity_status,listener_type,listener_path,ext FROM flow_definition WHERE del_flag='0' ORDER BY create_time DESC LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,574][DEBUG][http-nio-1024-exec-3] ==> Parameters: 10(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,632][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:04,633][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1b433e3c] (Logger.java:49) +[2026-06-02 18:56:04,640][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:56:04,644][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=1, total=1, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:56:04,646][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:56:08,048][DEBUG][http-nio-1024-exec-10] GET "/warm-flow-ui/index.html?id=2061763773549461506&disabled=false&Authorization=Bearer%20769d485013454588bae0683951df166e", parameters={masked} (LogFormatUtils.java:120) +[2026-06-02 18:56:08,051][DEBUG][http-nio-1024-exec-10] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/warm-flow-ui/], classpath [warm-flow-ui/]] (AbstractHandlerMapping.java:531) +[2026-06-02 18:56:08,054][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:56:08,058][DEBUG][http-nio-1024-exec-1] GET "/warm-flow-ui/css/index-Da60mrLX.css", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:56:08,058][DEBUG][http-nio-1024-exec-5] GET "/warm-flow-ui/js/index-Bfpt7KC4.js", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:56:08,059][DEBUG][http-nio-1024-exec-1] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/warm-flow-ui/], classpath [warm-flow-ui/]] (AbstractHandlerMapping.java:531) +[2026-06-02 18:56:08,059][DEBUG][http-nio-1024-exec-5] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/warm-flow-ui/], classpath [warm-flow-ui/]] (AbstractHandlerMapping.java:531) +[2026-06-02 18:56:08,063][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:56:08,085][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:56:08,176][DEBUG][http-nio-1024-exec-6] GET "/warm-flow-ui/config", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:56:08,184][DEBUG][http-nio-1024-exec-6] Mapped to org.dromara.warm.flow.ui.controller.WarmFlowUiController#config() (AbstractHandlerMapping.java:531) +[2026-06-02 18:56:08,188][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:56:08,188][DEBUG][http-nio-1024-exec-6] Writing [org.dromara.warm.flow.core.dto.ApiResult@4bccdb5e] (LogFormatUtils.java:120) +[2026-06-02 18:56:08,190][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:56:08,206][DEBUG][http-nio-1024-exec-2] GET "/warm-flow/query-def/2061763773549461506", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:56:08,206][DEBUG][http-nio-1024-exec-2] Mapped to org.dromara.warm.flow.ui.controller.WarmFlowController#queryDef(Long) (AbstractHandlerMapping.java:531) +[2026-06-02 18:56:08,207][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:56:08,207][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@182bce40] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:56:08,208][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:56:08,208][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:32.948, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:33.005}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:56:08,208][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT id,create_time,update_time,tenant_id,del_flag,flow_code,flow_name,category,version,is_publish,form_custom,form_path,activity_status,listener_type,listener_path,ext FROM flow_definition WHERE id=? AND del_flag='0' (BaseJdbcLogger.java:135) +[2026-06-02 18:56:08,209][DEBUG][http-nio-1024-exec-2] ==> Parameters: 2061763773549461506(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:08,260][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:08,260][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@182bce40] (Logger.java:49) +[2026-06-02 18:56:08,261][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:56:08,262][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@23133e08] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:56:08,271][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:56:08,271][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:32.948, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:33.005}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:56:08,271][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT id,create_time,update_time,tenant_id,del_flag,node_type,definition_id,node_code,node_name,permission_flag,node_ratio,coordinate,version,any_node_skip,listener_type,listener_path,handler_type,handler_path,form_custom,form_path,ext FROM flow_node WHERE del_flag='0' AND definition_id=? (BaseJdbcLogger.java:135) +[2026-06-02 18:56:08,272][DEBUG][http-nio-1024-exec-2] ==> Parameters: 2061763773549461506(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:08,319][DEBUG][http-nio-1024-exec-2] <== Total: 4 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:08,320][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@23133e08] (Logger.java:49) +[2026-06-02 18:56:08,320][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:56:08,320][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6845f0d2] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:56:08,321][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:56:08,321][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:32.948, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:33.005}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:56:08,321][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT id,create_time,update_time,tenant_id,del_flag,definition_id,now_node_code,now_node_type,next_node_code,next_node_type,skip_name,skip_type,skip_condition,coordinate FROM flow_skip WHERE del_flag='0' AND definition_id=? (BaseJdbcLogger.java:135) +[2026-06-02 18:56:08,321][DEBUG][http-nio-1024-exec-2] ==> Parameters: 2061763773549461506(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:08,372][DEBUG][http-nio-1024-exec-2] <== Total: 3 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:08,373][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6845f0d2] (Logger.java:49) +[2026-06-02 18:56:08,374][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:56:08,374][DEBUG][http-nio-1024-exec-2] Writing [org.dromara.warm.flow.core.dto.ApiResult@24ef1d82] (LogFormatUtils.java:120) +[2026-06-02 18:56:08,377][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:56:11,461][DEBUG][http-nio-1024-exec-4] GET "/warm-flow/node-ext", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:56:11,461][DEBUG][http-nio-1024-exec-8] GET "/warm-flow/handler-feedback", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:56:11,461][DEBUG][http-nio-1024-exec-8] Mapped to org.dromara.warm.flow.ui.controller.WarmFlowController#handlerFeedback(HandlerFeedBackDto) (AbstractHandlerMapping.java:531) +[2026-06-02 18:56:11,461][DEBUG][http-nio-1024-exec-4] Mapped to org.dromara.warm.flow.ui.controller.WarmFlowController#nodeExt() (AbstractHandlerMapping.java:531) +[2026-06-02 18:56:11,463][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:56:11,463][DEBUG][http-nio-1024-exec-8] Writing [org.dromara.warm.flow.core.dto.ApiResult@644568b] (LogFormatUtils.java:120) +[2026-06-02 18:56:11,464][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:56:11,464][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:56:11,464][DEBUG][http-nio-1024-exec-4] Writing [org.dromara.warm.flow.core.dto.ApiResult@1bff96bb] (LogFormatUtils.java:120) +[2026-06-02 18:56:11,466][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:56:13,361][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:56:13,362][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b281cdc] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:56:13,363][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:56:13,363][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:32.948, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:33.005}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:56:13,363][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-02 18:56:13,364][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-02 18:56:13,426][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:13,427][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b281cdc] (Logger.java:49) +[2026-06-02 18:56:23,051][DEBUG][http-nio-1024-exec-3] GET "/flow/execute/copyPage?pageNum=1&pageSize=10", parameters={masked} (LogFormatUtils.java:120) +[2026-06-02 18:56:23,051][DEBUG][http-nio-1024-exec-10] GET "/support/helpDoc/queryHelpDocByRelationId/256", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:56:23,051][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.flow.controller.ExecuteController#copyPage(FlowTask, int, int) (AbstractHandlerMapping.java:531) +[2026-06-02 18:56:23,051][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:23,051][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.support.AdminHelpDocController#queryHelpDocByRelationId(Long) (AbstractHandlerMapping.java:531) +[2026-06-02 18:56:23,051][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:23,052][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1463937780 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc35a792c, L:/127.0.0.1:57552 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:23,052][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@96926130 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6ef3edc7, L:/127.0.0.1:57573 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:23,053][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1463937780 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc35a792c, L:/127.0.0.1:57552 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6a6f6006[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:23,053][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@96926130 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6ef3edc7, L:/127.0.0.1:57573 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@435a7f44[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:23,053][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:23,053][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:23,053][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:23,053][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:23,053][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@741715936 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1ee17a15, L:/127.0.0.1:57554 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:23,053][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@881368552 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0ebddc8d, L:/127.0.0.1:57574 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:23,054][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@741715936 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1ee17a15, L:/127.0.0.1:57554 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@39b2e074[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:23,055][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@881368552 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0ebddc8d, L:/127.0.0.1:57574 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@17f317a0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:23,055][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:23,055][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:23,055][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:23,055][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:23,055][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@483188732 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8b395847, L:/127.0.0.1:57553 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:23,055][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@705947636 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x3d21aef0, L:/127.0.0.1:57557 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:23,056][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@705947636 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x3d21aef0, L:/127.0.0.1:57557 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1ecc20d7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:23,056][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@483188732 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8b395847, L:/127.0.0.1:57553 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@52e589c7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:23,056][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:23,056][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:23,056][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:23,056][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:23,056][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1806990078 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7808fecb, L:/127.0.0.1:57556 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:23,056][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@459117959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0e4b39cc, L:/127.0.0.1:57558 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:23,057][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@459117959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0e4b39cc, L:/127.0.0.1:57558 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5b261196[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:23,057][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1806990078 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7808fecb, L:/127.0.0.1:57556 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5dcd99ad[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:23,057][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:23,057][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:23,057][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:23,057][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:23,058][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591935, [49, 55, 56, 48, 51, 57, 55, 55, 56, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@520776176 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x9fe51c28, L:/127.0.0.1:57555 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:23,058][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591935, [49, 55, 56, 48, 51, 57, 55, 55, 56, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1669800014 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5dbc4068, L:/127.0.0.1:57559 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:23,059][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591935, [49, 55, 56, 48, 51, 57, 55, 55, 56, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@520776176 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x9fe51c28, L:/127.0.0.1:57555 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@58a02424[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591935, [49, 55, 56, 48, 51, 57, 55, 55, 56, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:23,059][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591935, [49, 55, 56, 48, 51, 57, 55, 55, 56, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1669800014 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5dbc4068, L:/127.0.0.1:57559 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@296387c4[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591935, [49, 55, 56, 48, 51, 57, 55, 55, 56, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:23,059][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:23,059][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:23,059][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:56:23,059][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3c36b5cc] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:56:23,059][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:56:23,059][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:56:23,060][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ffa5142] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:56:23,060][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:32.948, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:33.005}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:56:23,060][DEBUG][http-nio-1024-exec-10] ==> Preparing: select t_help_doc.* from t_help_doc_relation left join t_help_doc on t_help_doc.help_doc_id = t_help_doc_relation.help_doc_id where t_help_doc_relation.relation_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:56:23,060][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:56:23,060][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:56:23,060][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-02 18:56:23,060][DEBUG][http-nio-1024-exec-10] ==> Parameters: 256(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:23,060][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:23,106][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:23,106][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ffa5142] (Logger.java:49) +[2026-06-02 18:56:23,107][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:56:23,107][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5ec94d9b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:56:23,108][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:56:23,108][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:56:23,108][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT er.role_id FROM t_role_employee er WHERE er.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:56:23,108][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:23,118][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:23,118][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3c36b5cc] (Logger.java:49) +[2026-06-02 18:56:23,120][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:56:23,120][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[], dataType=1)] (LogFormatUtils.java:120) +[2026-06-02 18:56:23,121][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:56:23,156][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:23,157][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5ec94d9b] (Logger.java:49) +[2026-06-02 18:56:23,157][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:56:23,157][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@47de0b8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:56:23,158][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:56:23,158][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:56:23,158][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT role_id,role_name,role_code,remark,update_time,create_time FROM t_role (BaseJdbcLogger.java:135) +[2026-06-02 18:56:23,159][DEBUG][http-nio-1024-exec-3] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-02 18:56:23,208][DEBUG][http-nio-1024-exec-3] <== Total: 6 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:23,208][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@47de0b8] (Logger.java:49) +[2026-06-02 18:56:23,209][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:56:23,209][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6cbc05f0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:56:23,216][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:56:23,216][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:56:23,216][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT COUNT(*) AS total FROM flow_user a WHERE a.type = 4 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:23,217][DEBUG][http-nio-1024-exec-3] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-02 18:56:23,267][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:23,268][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6cbc05f0] (Logger.java:49) +[2026-06-02 18:56:23,270][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:56:23,270][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:56:23,271][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:56:27,797][DEBUG][http-nio-1024-exec-8] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:56:27,798][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-02 18:56:27,798][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:27,798][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@448015959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x541d330c, L:/127.0.0.1:57563 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:27,800][DEBUG][http-nio-1024-exec-4] GET "/support/helpDoc/queryHelpDocByRelationId/0", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:56:27,801][DEBUG][http-nio-1024-exec-2] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:56:27,802][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.support.AdminHelpDocController#queryHelpDocByRelationId(Long) (AbstractHandlerMapping.java:531) +[2026-06-02 18:56:27,802][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-02 18:56:27,802][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:27,802][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:27,802][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@448015959 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x541d330c, L:/127.0.0.1:57563 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@653ea399[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:27,803][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1659106873 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa76ce844, L:/127.0.0.1:57562 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:27,803][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@305428161 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xda7489bb, L:/127.0.0.1:57560 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:27,803][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:27,803][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:27,803][DEBUG][http-nio-1024-exec-9] POST "/support/changeLog/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-02 18:56:27,803][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@271284986 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xad6e8414, L:/127.0.0.1:57561 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:27,803][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController#queryPage(ChangeLogQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-02 18:56:27,803][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:27,803][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@754370241 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa23d3f60, L:/127.0.0.1:57566 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:27,804][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1659106873 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa76ce844, L:/127.0.0.1:57562 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@28b76b32[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:27,804][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@305428161 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xda7489bb, L:/127.0.0.1:57560 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7194cb2d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:27,804][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@271284986 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xad6e8414, L:/127.0.0.1:57561 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4c6ec927[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:27,805][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:27,805][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@754370241 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa23d3f60, L:/127.0.0.1:57566 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@33495257[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:27,805][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:27,805][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:27,805][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:27,805][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:27,805][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1853684738 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa5689acc, L:/127.0.0.1:57565 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:27,805][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@831295943 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xbc8df318, L:/127.0.0.1:57567 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:27,805][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:27,805][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1244979154 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xcb988a77, L:/127.0.0.1:57564 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:27,805][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:27,805][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:27,805][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@65057122 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xb846b7b0, L:/127.0.0.1:57570 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:27,806][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1853684738 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa5689acc, L:/127.0.0.1:57565 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1145dfaa[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:27,806][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:27,806][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:27,806][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@65057122 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xb846b7b0, L:/127.0.0.1:57570 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@70a4a6e8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:27,806][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@831295943 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xbc8df318, L:/127.0.0.1:57567 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@39bb4d36[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:27,806][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1244979154 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xcb988a77, L:/127.0.0.1:57564 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@33b0af7f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:27,806][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:27,807][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:27,807][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:27,807][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:27,807][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:27,807][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@600380527 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1204cc30, L:/127.0.0.1:57568 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:27,807][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:27,806][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@819945749 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x85f40f2a, L:/127.0.0.1:57571 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:27,807][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@857327457 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x05df13a2, L:/127.0.0.1:57569 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:27,807][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1503453252 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x577a3abf, L:/127.0.0.1:57550 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:27,808][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@600380527 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1204cc30, L:/127.0.0.1:57568 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@774418cf[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:27,808][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@857327457 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x05df13a2, L:/127.0.0.1:57569 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3f34a125[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:27,808][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1503453252 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x577a3abf, L:/127.0.0.1:57550 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@10348652[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:27,808][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@819945749 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x85f40f2a, L:/127.0.0.1:57571 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@8609061[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:27,808][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:27,808][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:27,808][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:27,808][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:27,808][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:27,808][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:27,808][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:27,808][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:27,808][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@96926130 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6ef3edc7, L:/127.0.0.1:57573 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:27,808][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@741715936 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1ee17a15, L:/127.0.0.1:57554 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:27,808][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1147239564 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x4edea812, L:/127.0.0.1:57572 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:27,808][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591930, [49, 55, 56, 48, 51, 57, 55, 55, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1463937780 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc35a792c, L:/127.0.0.1:57552 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:27,809][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1147239564 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x4edea812, L:/127.0.0.1:57572 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@664cd6c7[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:27,809][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@96926130 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6ef3edc7, L:/127.0.0.1:57573 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@65c31f3f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:27,809][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591930, [49, 55, 56, 48, 51, 57, 55, 55, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1463937780 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc35a792c, L:/127.0.0.1:57552 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3f518147[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591930, [49, 55, 56, 48, 51, 57, 55, 55, 56, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:27,809][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@741715936 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1ee17a15, L:/127.0.0.1:57554 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4e99c935[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:27,810][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:27,810][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:27,810][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:27,810][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:27,810][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:27,810][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:27,810][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-02 18:56:27,810][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591930, [49, 55, 56, 48, 51, 57, 55, 55, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@483188732 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8b395847, L:/127.0.0.1:57553 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:27,810][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591930, [49, 55, 56, 48, 51, 57, 55, 55, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@705947636 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x3d21aef0, L:/127.0.0.1:57557 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:27,810][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591930, [49, 55, 56, 48, 51, 57, 55, 55, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@881368552 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0ebddc8d, L:/127.0.0.1:57574 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-02 18:56:27,811][DEBUG][http-nio-1024-exec-8] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=1, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:56:27,811][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591930, [49, 55, 56, 48, 51, 57, 55, 55, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@881368552 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0ebddc8d, L:/127.0.0.1:57574 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1249a9ff[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591930, [49, 55, 56, 48, 51, 57, 55, 55, 56, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:27,811][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591930, [49, 55, 56, 48, 51, 57, 55, 55, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@483188732 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8b395847, L:/127.0.0.1:57553 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4ac5fcb5[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591930, [49, 55, 56, 48, 51, 57, 55, 55, 56, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:27,811][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591930, [49, 55, 56, 48, 51, 57, 55, 55, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@705947636 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x3d21aef0, L:/127.0.0.1:57557 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@716e0db4[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591930, [49, 55, 56, 48, 51, 57, 55, 55, 56, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-02 18:56:27,811][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:27,811][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:27,811][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-02 18:56:27,811][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:56:27,811][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:56:27,811][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6b718574] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:56:27,811][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@41a7a5b7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:56:27,811][DEBUG][http-nio-1024-exec-2] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=2, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:56:27,811][DEBUG][http-nio-1024-exec-9] Read "application/json;charset=UTF-8" to [ChangeLogQueryForm(type=null, keyword=null, publicDateBegin=null, publicDateEnd=null, createTime=nul (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:56:27,811][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:56:27,811][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:56:27,812][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:56:27,812][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:56:27,812][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:32.948, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:33.005}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:56:27,812][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:56:27,812][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@579fee81] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:56:27,812][DEBUG][http-nio-1024-exec-4] ==> Preparing: select t_help_doc.* from t_help_doc_relation left join t_help_doc on t_help_doc.help_doc_id = t_help_doc_relation.help_doc_id where t_help_doc_relation.relation_id = ? (BaseJdbcLogger.java:135) +[2026-06-02 18:56:27,812][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-02 18:56:27,812][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@113ec71] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:56:27,812][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:56:27,812][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:20.861, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:20.919}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:56:27,812][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:56:27,812][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-02 18:56:27,812][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.487, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.524}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:56:27,812][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:27,812][DEBUG][http-nio-1024-exec-4] ==> Parameters: 0(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:27,812][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT * FROM t_change_log order by t_change_log.version desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-02 18:56:27,812][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:27,813][DEBUG][http-nio-1024-exec-9] ==> Parameters: 8(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:27,858][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:27,858][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6b718574] (Logger.java:49) +[2026-06-02 18:56:27,859][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:56:27,859][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@209c557a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:56:27,860][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:56:27,860][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.044, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.084}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:56:27,860][DEBUG][http-nio-1024-exec-8] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-02 18:56:27,861][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long), false(Boolean), 1(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:27,864][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:27,864][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@41a7a5b7] (Logger.java:49) +[2026-06-02 18:56:27,865][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:56:27,865][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[], dataType=1)] (LogFormatUtils.java:120) +[2026-06-02 18:56:27,866][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:56:27,870][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:27,870][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:27,870][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@579fee81] (Logger.java:49) +[2026-06-02 18:56:27,870][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@113ec71] (Logger.java:49) +[2026-06-02 18:56:27,870][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:56:27,870][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1e5e358e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:56:27,871][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:56:27,871][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:20.861, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:20.919}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:56:27,871][DEBUG][http-nio-1024-exec-2] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-02 18:56:27,873][DEBUG][smart-operate-log1] Creating a new SqlSession (Logger.java:49) +[2026-06-02 18:56:27,873][DEBUG][smart-operate-log1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3a74f175] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-02 18:56:27,873][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:56:27,873][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=8, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:56:27,874][DEBUG][smart-operate-log1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-02 18:56:27,874][DEBUG][smart-operate-log1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-02 18:55:00.487, closeCount=0, lastValidateTimeMillis=2026-06-02 18:55:00.524}] will not be managed by Spring (Logger.java:49) +[2026-06-02 18:56:27,874][DEBUG][smart-operate-log1] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:27,875][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:56:27,875][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long), false(Boolean), 2(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:27,875][DEBUG][smart-operate-log1] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 业务支撑-更新日志(String), 分页查询 @author 卓大(String), /support/changeLog/queryPage(String), net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController.queryPage(String), POST(String), UPDATE(String), [{"searchCount":false,"pageSize":8,"pageNum":1}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"data":{"total":0,"pages":0,"pageSize":8,"list":[],"pageNum":1,"emptyFlag":true},"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-02 18:56:27,913][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:27,914][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@209c557a] (Logger.java:49) +[2026-06-02 18:56:27,914][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:56:27,915][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:56:27,915][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:56:27,926][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:27,926][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1e5e358e] (Logger.java:49) +[2026-06-02 18:56:27,927][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-02 18:56:27,928][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-02 18:56:27,928][DEBUG][smart-operate-log1] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-02 18:56:27,928][DEBUG][smart-operate-log1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3a74f175] (Logger.java:49) +[2026-06-02 18:56:27,928][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-02 18:56:47,481][DEBUG][SIGINT handler] Runtime.exit() called with status: 130 (LoggingProviderImpl.java:257) +java.lang.Throwable: Runtime.exit(130) + at java.base/java.lang.Shutdown.logRuntimeExit(Shutdown.java:179) ~[?:?] + at java.base/java.lang.Shutdown.exit(Shutdown.java:160) ~[?:?] + at java.base/java.lang.Terminator$1.handle(Terminator.java:51) ~[?:?] + at java.base/jdk.internal.misc.Signal$1.run(Signal.java:218) ~[?:?] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-02 18:56:47,482][DEBUG][SpringApplicationShutdownHook] Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC (ApplicationAvailabilityBean.java:77) +[2026-06-02 18:56:47,483][DEBUG][SpringApplicationShutdownHook] Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@351f2244, started on Tue Jun 02 18:54:57 CST 2026 (AbstractApplicationContext.java:1125) +[2026-06-02 18:56:47,484][DEBUG][SpringApplicationShutdownHook] Stopping beans in phase 2147483647 (DefaultLifecycleProcessor.java:478) +[2026-06-02 18:56:47,484][DEBUG][SpringApplicationShutdownHook] Bean 'smart-async-executor' completed its stop procedure (DefaultLifecycleProcessor.java:350) +[2026-06-02 18:56:47,484][DEBUG][SpringApplicationShutdownHook] Stopping beans in phase 2147482623 (DefaultLifecycleProcessor.java:478) +[2026-06-02 18:56:47,485][DEBUG][SpringApplicationShutdownHook] Bean 'webServerGracefulShutdown' completed its stop procedure (DefaultLifecycleProcessor.java:350) +[2026-06-02 18:56:47,485][DEBUG][SpringApplicationShutdownHook] Stopping beans in phase 2147481599 (DefaultLifecycleProcessor.java:478) +[2026-06-02 18:56:47,494][DEBUG][SpringApplicationShutdownHook] Bean 'webServerStartStop' completed its stop procedure (DefaultLifecycleProcessor.java:350) +[2026-06-02 18:56:47,494][DEBUG][SpringApplicationShutdownHook] Stopping beans in phase -2147483647 (DefaultLifecycleProcessor.java:478) +[2026-06-02 18:56:47,494][DEBUG][SpringApplicationShutdownHook] Bean 'springBootLoggingLifecycle' completed its stop procedure (DefaultLifecycleProcessor.java:350) +[2026-06-02 18:56:47,494][DEBUG][SpringApplicationShutdownHook] Stopped RedisMessageListenerContainer (RedisMessageListenerContainer.java:1007) +[2026-06-02 18:56:47,495][DEBUG][SpringApplicationShutdownHook] Shutting down ExecutorService 'taskScheduler' (ExecutorConfigurationSupport.java:328) +[2026-06-02 18:56:47,496][DEBUG][SpringApplicationShutdownHook] Unregister endpoint with ObjectName 'org.springframework.boot:type=Endpoint,name=Beans' from the JMX domain (JmxEndpointExporter.java:115) +[2026-06-02 18:56:47,496][DEBUG][SpringApplicationShutdownHook] Unregister endpoint with ObjectName 'org.springframework.boot:type=Endpoint,name=Caches' from the JMX domain (JmxEndpointExporter.java:115) +[2026-06-02 18:56:47,496][DEBUG][SpringApplicationShutdownHook] Unregister endpoint with ObjectName 'org.springframework.boot:type=Endpoint,name=Health' from the JMX domain (JmxEndpointExporter.java:115) +[2026-06-02 18:56:47,496][DEBUG][SpringApplicationShutdownHook] Unregister endpoint with ObjectName 'org.springframework.boot:type=Endpoint,name=Info' from the JMX domain (JmxEndpointExporter.java:115) +[2026-06-02 18:56:47,496][DEBUG][SpringApplicationShutdownHook] Unregister endpoint with ObjectName 'org.springframework.boot:type=Endpoint,name=Conditions' from the JMX domain (JmxEndpointExporter.java:115) +[2026-06-02 18:56:47,496][DEBUG][SpringApplicationShutdownHook] Unregister endpoint with ObjectName 'org.springframework.boot:type=Endpoint,name=Configprops' from the JMX domain (JmxEndpointExporter.java:115) +[2026-06-02 18:56:47,496][DEBUG][SpringApplicationShutdownHook] Unregister endpoint with ObjectName 'org.springframework.boot:type=Endpoint,name=Env' from the JMX domain (JmxEndpointExporter.java:115) +[2026-06-02 18:56:47,496][DEBUG][SpringApplicationShutdownHook] Unregister endpoint with ObjectName 'org.springframework.boot:type=Endpoint,name=Loggers' from the JMX domain (JmxEndpointExporter.java:115) +[2026-06-02 18:56:47,496][DEBUG][SpringApplicationShutdownHook] Unregister endpoint with ObjectName 'org.springframework.boot:type=Endpoint,name=Threaddump' from the JMX domain (JmxEndpointExporter.java:115) +[2026-06-02 18:56:47,496][DEBUG][SpringApplicationShutdownHook] Unregister endpoint with ObjectName 'org.springframework.boot:type=Endpoint,name=Metrics' from the JMX domain (JmxEndpointExporter.java:115) +[2026-06-02 18:56:47,496][DEBUG][SpringApplicationShutdownHook] Unregister endpoint with ObjectName 'org.springframework.boot:type=Endpoint,name=Sbom' from the JMX domain (JmxEndpointExporter.java:115) +[2026-06-02 18:56:47,496][DEBUG][SpringApplicationShutdownHook] Unregister endpoint with ObjectName 'org.springframework.boot:type=Endpoint,name=Scheduledtasks' from the JMX domain (JmxEndpointExporter.java:115) +[2026-06-02 18:56:47,496][DEBUG][SpringApplicationShutdownHook] Unregister endpoint with ObjectName 'org.springframework.boot:type=Endpoint,name=Mappings' from the JMX domain (JmxEndpointExporter.java:115) +[2026-06-02 18:56:47,497][DEBUG][SpringApplicationShutdownHook] Unregistering JMX-exposed beans on shutdown (MBeanExporter.java:468) +[2026-06-02 18:56:47,497][DEBUG][SpringApplicationShutdownHook] Unregistering JMX-exposed beans (MBeanRegistrationSupport.java:186) +[2026-06-02 18:56:47,497][DEBUG][SpringApplicationShutdownHook] Initiate shutdown (0, 2, SECONDS) (DefaultClientResources.java:735) +[2026-06-02 18:56:47,498][DEBUG][SpringApplicationShutdownHook] Initiate shutdown (0, 2, SECONDS) (DefaultEventLoopGroupProvider.java:317) +[2026-06-02 18:56:47,499][DEBUG][SpringApplicationShutdownHook] Custom destroy method 'shutdown' on bean with name 'lettuceClientResources' completed asynchronously (DisposableBeanAdapter.java:361) +[2026-06-02 18:56:47,499][DEBUG][SpringApplicationShutdownHook] Shutting down ExecutorService 'smart-async-executor' (ExecutorConfigurationSupport.java:328) +[2026-06-02 18:56:47,505][DEBUG][SpringApplicationShutdownHook] Shutting down ExecutorService (ExecutorConfigurationSupport.java:328) +[2026-06-02 18:56:47,513][DEBUG][redisson-netty-2-20] Freed 7 thread-local buffer(s) from thread: redisson-netty-2-20 (PoolThreadCache.java:214) +[2026-06-02 18:56:47,513][DEBUG][redisson-netty-2-18] Freed 7 thread-local buffer(s) from thread: redisson-netty-2-18 (PoolThreadCache.java:214) +[2026-06-02 18:56:47,513][DEBUG][redisson-netty-2-8] Freed 7 thread-local buffer(s) from thread: redisson-netty-2-8 (PoolThreadCache.java:214) +[2026-06-02 18:56:47,513][DEBUG][redisson-netty-2-24] Freed 7 thread-local buffer(s) from thread: redisson-netty-2-24 (PoolThreadCache.java:214) +[2026-06-02 18:56:47,513][DEBUG][redisson-netty-2-22] Freed 6 thread-local buffer(s) from thread: redisson-netty-2-22 (PoolThreadCache.java:214) +[2026-06-02 18:56:47,513][DEBUG][redisson-netty-2-2] Freed 7 thread-local buffer(s) from thread: redisson-netty-2-2 (PoolThreadCache.java:214) +[2026-06-02 18:56:47,513][DEBUG][redisson-netty-2-26] Freed 6 thread-local buffer(s) from thread: redisson-netty-2-26 (PoolThreadCache.java:214) +[2026-06-02 18:56:47,513][DEBUG][redisson-netty-2-30] Freed 7 thread-local buffer(s) from thread: redisson-netty-2-30 (PoolThreadCache.java:214) +[2026-06-02 18:56:47,513][DEBUG][redisson-netty-2-4] Freed 7 thread-local buffer(s) from thread: redisson-netty-2-4 (PoolThreadCache.java:214) +[2026-06-02 18:56:47,513][DEBUG][redisson-netty-2-16] Freed 7 thread-local buffer(s) from thread: redisson-netty-2-16 (PoolThreadCache.java:214) +[2026-06-02 18:56:47,513][DEBUG][redisson-netty-2-12] Freed 7 thread-local buffer(s) from thread: redisson-netty-2-12 (PoolThreadCache.java:214) +[2026-06-02 18:56:47,513][DEBUG][redisson-netty-2-1] Freed 7 thread-local buffer(s) from thread: redisson-netty-2-1 (PoolThreadCache.java:214) +[2026-06-02 18:56:47,513][DEBUG][redisson-netty-2-10] Freed 7 thread-local buffer(s) from thread: redisson-netty-2-10 (PoolThreadCache.java:214) +[2026-06-02 18:56:47,513][DEBUG][redisson-netty-2-14] Freed 7 thread-local buffer(s) from thread: redisson-netty-2-14 (PoolThreadCache.java:214) +[2026-06-02 18:56:47,513][DEBUG][redisson-netty-2-6] Freed 7 thread-local buffer(s) from thread: redisson-netty-2-6 (PoolThreadCache.java:214) +[2026-06-02 18:56:47,513][DEBUG][redisson-netty-2-28] Freed 7 thread-local buffer(s) from thread: redisson-netty-2-28 (PoolThreadCache.java:214) +[2026-06-02 18:56:47,513][DEBUG][redisson-netty-2-3] Freed 5 thread-local buffer(s) from thread: redisson-netty-2-3 (PoolThreadCache.java:214) +[2026-06-02 18:56:47,514][DEBUG][SpringApplicationShutdownHook] Custom destroy method 'shutdown' on bean with name 'redisson' completed (DisposableBeanAdapter.java:361) +[2026-06-02 18:56:47,514][DEBUG][SpringApplicationShutdownHook] Custom destroy method 'close' on bean with name 'simpleMeterRegistry' completed (DisposableBeanAdapter.java:361) diff --git a/logs/sa-admin/dev/debug/debug.log b/logs/sa-admin/dev/debug/debug.log index 5550997..0449688 100644 --- a/logs/sa-admin/dev/debug/debug.log +++ b/logs/sa-admin/dev/debug/debug.log @@ -54921,3 +54921,34152 @@ java.io.EOFException: null [2026-06-09 10:41:00,682][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) [2026-06-09 10:41:00,754][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) [2026-06-09 10:41:00,754][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4ab6b63c] (Logger.java:49) +[2026-06-09 10:41:49,083][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:41:49,086][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@af598aa] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:41:49,088][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:41:49,088][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:15:44.957, closeCount=0, lastValidateTimeMillis=2026-06-09 10:40:00.623}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:41:49,089][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 10:41:49,099][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:41:49,166][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:41:49,167][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@af598aa] (Logger.java:49) +[2026-06-09 10:41:49,168][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:41:49,168][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@19134a6f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:41:49,169][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:41:49,169][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:15:44.957, closeCount=0, lastValidateTimeMillis=2026-06-09 10:40:00.623}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:41:49,169][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:41:49,173][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T10:41:49.078904(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:41:49,220][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:41:49,221][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@19134a6f] (Logger.java:49) +[2026-06-09 10:42:00,755][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:42:00,756][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@439ee79a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:42:00,756][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:42:00,756][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:15:44.957, closeCount=0, lastValidateTimeMillis=2026-06-09 10:40:00.623}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:42:00,756][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 10:42:00,757][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:42:00,822][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:42:00,822][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@439ee79a] (Logger.java:49) +[2026-06-09 10:43:00,835][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:43:00,838][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7350935] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:43:00,841][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:43:00,887][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:15:44.957, closeCount=0, lastValidateTimeMillis=2026-06-09 10:43:00.887}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:43:00,888][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 10:43:00,893][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:43:00,946][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:43:00,947][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7350935] (Logger.java:49) +[2026-06-09 10:44:00,956][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:44:00,959][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@18328312] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:44:00,964][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:44:01,022][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:15:44.957, closeCount=0, lastValidateTimeMillis=2026-06-09 10:44:01.022}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:44:01,023][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 10:44:01,025][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:44:01,071][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:44:01,072][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@18328312] (Logger.java:49) +[2026-06-09 10:45:01,080][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:45:01,082][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@67b86b06] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:45:01,085][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:45:01,185][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:15:44.957, closeCount=0, lastValidateTimeMillis=2026-06-09 10:45:01.184}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:45:01,186][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 10:45:01,190][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:45:01,238][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:45:01,239][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@67b86b06] (Logger.java:49) +[2026-06-09 10:45:56,423][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:45:56,424][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@59798321] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:45:56,425][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:45:56,425][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:15:44.957, closeCount=0, lastValidateTimeMillis=2026-06-09 10:45:01.184}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:45:56,425][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 10:45:56,425][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:45:56,499][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:45:56,499][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@59798321] (Logger.java:49) +[2026-06-09 10:46:01,241][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:46:01,242][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3df03bf2] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:46:01,242][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:46:01,242][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:15:44.957, closeCount=0, lastValidateTimeMillis=2026-06-09 10:45:01.184}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:46:01,242][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 10:46:01,243][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:46:01,300][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:46:01,301][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3df03bf2] (Logger.java:49) +[2026-06-09 10:46:49,226][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:46:49,228][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6438afaa] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:46:49,229][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:46:49,230][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:15:44.957, closeCount=0, lastValidateTimeMillis=2026-06-09 10:45:01.184}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:46:49,230][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 10:46:49,232][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:46:49,282][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:46:49,283][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6438afaa] (Logger.java:49) +[2026-06-09 10:46:49,283][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:46:49,284][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@78025a7e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:46:49,285][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:46:49,285][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:15:44.957, closeCount=0, lastValidateTimeMillis=2026-06-09 10:45:01.184}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:46:49,285][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:46:49,287][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T10:46:49.224701(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:46:49,339][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:46:49,339][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@78025a7e] (Logger.java:49) +[2026-06-09 10:47:01,306][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:47:01,308][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@22d274ac] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:47:01,309][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:47:01,309][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:15:44.957, closeCount=0, lastValidateTimeMillis=2026-06-09 10:45:01.184}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:47:01,309][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 10:47:01,310][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:47:01,382][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:47:01,383][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@22d274ac] (Logger.java:49) +[2026-06-09 10:48:01,387][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:01,388][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@28d4765] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:01,388][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:01,453][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:15:44.957, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:01.453}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:01,453][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 10:48:01,455][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:48:01,505][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:01,506][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@28d4765] (Logger.java:49) +[2026-06-09 10:48:10,950][DEBUG][http-nio-1024-exec-5] POST "/leave/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:10,951][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.business.oa.leave.controller.LeaveController#queryPage(LeaveQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:10,952][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:10,952][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:10,954][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@618079ba[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:10,954][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:10,954][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:10,954][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:10,955][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5424af44[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:10,955][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:10,956][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:10,956][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:10,957][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3c61febb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:10,958][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:10,958][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:10,958][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:10,959][DEBUG][redisson-netty-2-1] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2f0da39f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:10,959][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:10,959][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:10,959][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590323, [49, 55, 56, 48, 57, 55, 51, 50, 57, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:10,961][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590323, [49, 55, 56, 48, 57, 55, 51, 50, 57, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4d4ca600[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590323, [49, 55, 56, 48, 57, 55, 51, 50, 57, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:10,961][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:10,966][DEBUG][http-nio-1024-exec-5] Read "application/json;charset=UTF-8" to [LeaveQueryForm(type=null, startTimeBegin=null, startTimeEnd=null, reason=null, flowStatus=null)] (LogFormatUtils.java:120) +[2026-06-09 10:48:10,968][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:10,968][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2642b60f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:10,978][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:10,979][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:15:44.957, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:01.453}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:10,979][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT COUNT(*) AS total FROM t_leave WHERE t_leave.deleted_flag = 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:10,980][DEBUG][http-nio-1024-exec-5] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:48:11,029][DEBUG][http-nio-1024-exec-5] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:11,029][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2642b60f] (Logger.java:49) +[2026-06-09 10:48:11,036][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:11,037][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:48:11,041][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:14,096][DEBUG][http-nio-1024-exec-6] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:14,096][DEBUG][http-nio-1024-exec-7] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:14,096][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:14,096][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:14,096][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:14,096][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:14,096][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:14,096][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:14,097][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@42139d4c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:14,097][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@68679fef[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:14,097][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:14,097][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:14,098][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:14,098][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:14,098][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:14,098][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:14,098][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@57b562f5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:14,098][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@626d4354[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:14,098][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:14,098][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:14,099][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:14,099][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:14,099][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:14,099][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:14,100][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3b1a5f47[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:14,100][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@49ea49a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:14,100][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:14,100][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:14,100][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:14,100][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:14,100][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:14,100][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:14,101][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4ca2acdc[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:14,101][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6cb8cf1b[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:14,101][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:14,101][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:14,101][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:14,101][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:14,101][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590320, [49, 55, 56, 48, 57, 55, 51, 50, 57, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:14,101][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590320, [49, 55, 56, 48, 57, 55, 51, 50, 57, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:14,103][DEBUG][redisson-netty-2-22] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590320, [49, 55, 56, 48, 57, 55, 51, 50, 57, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@40aded01[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590320, [49, 55, 56, 48, 57, 55, 51, 50, 57, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:14,103][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590320, [49, 55, 56, 48, 57, 55, 51, 50, 57, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6890f0d3[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590320, [49, 55, 56, 48, 57, 55, 51, 50, 57, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:14,103][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:14,103][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:14,104][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:14,104][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@482626cd] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:14,104][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:14,104][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3cf800a0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:14,104][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:14,104][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:14,104][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:15:44.957, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:01.453}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:14,104][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 10:48:14,105][DEBUG][http-nio-1024-exec-7] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 10:48:14,183][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:14,183][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:48:14,184][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:48:14,195][DEBUG][http-nio-1024-exec-7] <== Total: 129 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:14,196][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@482626cd] (Logger.java:49) +[2026-06-09 10:48:14,200][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:14,201][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=138, createTime=2022-06-24T20 (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:48:14,202][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:14,234][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:14,235][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3cf800a0] (Logger.java:49) +[2026-06-09 10:48:14,235][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:14,236][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:48:14,236][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:14,237][DEBUG][http-nio-1024-exec-10] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:14,238][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:14,238][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:14,239][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:14,243][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@74a94f75[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:14,243][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:14,243][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:14,243][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:14,244][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@280e1816[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:14,244][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:14,245][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:14,245][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:14,245][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2b3304db[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:14,246][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:14,246][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:14,246][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:14,247][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@23528878[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:14,247][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:14,247][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:14,248][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590320, [49, 55, 56, 48, 57, 55, 51, 50, 57, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:14,249][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590320, [49, 55, 56, 48, 57, 55, 51, 50, 57, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@644f3a28[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590320, [49, 55, 56, 48, 57, 55, 51, 50, 57, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:14,249][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:14,249][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:14,249][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@57ba5026] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:14,250][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:14,250][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:14,250][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:48:14,250][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:48:14,300][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:14,300][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@57ba5026] (Logger.java:49) +[2026-06-09 10:48:14,301][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:14,301][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:48:14,301][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:25,625][DEBUG][http-nio-1024-exec-4] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 10:48:25,626][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:25,626][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:25,627][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:25,628][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@51f2b858[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:25,628][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:25,628][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:25,628][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:25,628][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@9066028[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:25,628][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:25,629][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:25,629][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:25,629][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5ce95a1a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:25,629][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:25,629][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:25,629][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:25,630][DEBUG][redisson-netty-2-30] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@654434ad[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:25,630][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:25,630][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:25,630][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590309, [49, 55, 56, 48, 57, 55, 51, 51, 48, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:25,631][DEBUG][redisson-netty-2-28] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590309, [49, 55, 56, 48, 57, 55, 51, 51, 48, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@cda1f6f[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590309, [49, 55, 56, 48, 57, 55, 51, 51, 48, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:25,631][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:25,638][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:25,638][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ce9950d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:25,659][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:25,659][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:25,659][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 10:48:25,661][DEBUG][http-nio-1024-exec-4] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:48:25,740][DEBUG][http-nio-1024-exec-4] <== Total: 45 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:25,741][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ce9950d] (Logger.java:49) +[2026-06-09 10:48:25,797][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:25,798][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:48:25,805][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:25,807][DEBUG][http-nio-1024-exec-5] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 10:48:25,808][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:25,809][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:25,810][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:25,811][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@52b4c02[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:25,811][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:25,811][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:25,811][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:25,812][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7512e6c2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:25,812][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:25,812][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:25,812][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:25,813][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2cbc79e5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:25,814][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:25,814][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:25,814][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:25,815][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6f75c1b0[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:25,815][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:25,815][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:25,816][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590309, [49, 55, 56, 48, 57, 55, 51, 51, 48, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:25,818][DEBUG][redisson-netty-2-24] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590309, [49, 55, 56, 48, 57, 55, 51, 51, 48, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@a4ddc99[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590309, [49, 55, 56, 48, 57, 55, 51, 51, 48, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:25,818][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:25,819][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:25,819][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@155d9576] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:25,820][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:25,820][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:25,820][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 10:48:25,820][DEBUG][http-nio-1024-exec-5] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:48:25,920][DEBUG][http-nio-1024-exec-5] <== Total: 45 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:25,920][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@155d9576] (Logger.java:49) +[2026-06-09 10:48:25,923][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:25,924][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:48:25,924][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:25,926][DEBUG][http-nio-1024-exec-2] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 10:48:25,926][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:25,926][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:25,927][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:25,928][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4970c2bf[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:25,928][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:25,929][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:25,929][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:25,930][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6895fdd[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:25,930][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:25,930][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:25,930][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:25,931][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@14d880da[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:25,931][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:25,931][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:25,931][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:25,932][DEBUG][redisson-netty-2-4] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5f07892d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:25,932][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:25,932][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:25,932][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590309, [49, 55, 56, 48, 57, 55, 51, 51, 48, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:25,934][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590309, [49, 55, 56, 48, 57, 55, 51, 51, 48, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3d83749f[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590309, [49, 55, 56, 48, 57, 55, 51, 51, 48, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:25,934][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:25,935][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:25,935][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@678a3e81] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:25,936][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:25,936][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:25,936][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 10:48:25,936][DEBUG][http-nio-1024-exec-2] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:48:25,984][DEBUG][http-nio-1024-exec-2] <== Total: 45 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:25,984][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@678a3e81] (Logger.java:49) +[2026-06-09 10:48:25,988][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:25,988][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:48:25,989][DEBUG][http-nio-1024-exec-1] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 10:48:25,989][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:25,989][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:25,989][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:25,989][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:25,990][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6d61c2e4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:25,990][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:25,990][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:25,990][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:25,991][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@191ec893[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:25,991][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:25,991][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:25,991][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:25,991][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@28b36ea3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:25,991][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:25,991][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:25,991][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:25,992][DEBUG][redisson-netty-2-22] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@68a2357e[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:25,992][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:25,992][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:25,992][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590309, [49, 55, 56, 48, 57, 55, 51, 51, 48, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:25,993][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590309, [49, 55, 56, 48, 57, 55, 51, 51, 48, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@50664fa6[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590309, [49, 55, 56, 48, 57, 55, 51, 51, 48, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:25,993][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:25,993][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:25,993][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4a2d70d1] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:25,993][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:25,993][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:25,993][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 10:48:25,993][DEBUG][http-nio-1024-exec-1] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:48:26,063][DEBUG][http-nio-1024-exec-1] <== Total: 45 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:26,063][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4a2d70d1] (Logger.java:49) +[2026-06-09 10:48:26,065][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:26,065][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:48:26,066][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:40,059][DEBUG][http-nio-1024-exec-7] POST "/leave/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:40,059][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.business.oa.leave.controller.LeaveController#queryPage(LeaveQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:40,059][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:40,060][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:40,061][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@726f8f7c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:40,061][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:40,061][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:40,061][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:40,062][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@45f540e5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:40,062][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:40,062][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:40,062][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:40,063][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7307dafb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:40,064][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:40,064][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:40,073][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:40,083][DEBUG][redisson-netty-2-20] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@463fbb3e[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:40,083][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:40,083][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:40,084][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590295, [49, 55, 56, 48, 57, 55, 51, 51, 50, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:40,084][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590295, [49, 55, 56, 48, 57, 55, 51, 51, 50, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@8a2972[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590295, [49, 55, 56, 48, 57, 55, 51, 51, 50, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:40,084][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:40,085][DEBUG][http-nio-1024-exec-7] Read "application/json;charset=UTF-8" to [LeaveQueryForm(type=null, startTimeBegin=null, startTimeEnd=null, reason=null, flowStatus=null)] (LogFormatUtils.java:120) +[2026-06-09 10:48:40,086][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:40,086][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@268cd153] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:40,089][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:40,089][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:40,089][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT COUNT(*) AS total FROM t_leave WHERE t_leave.deleted_flag = 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:40,090][DEBUG][http-nio-1024-exec-7] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:48:40,138][DEBUG][http-nio-1024-exec-7] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:40,139][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@268cd153] (Logger.java:49) +[2026-06-09 10:48:40,140][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:40,141][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:48:40,141][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:41,194][DEBUG][http-nio-1024-exec-5] POST "/oa/notice/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:41,194][DEBUG][http-nio-1024-exec-2] GET "/oa/noticeType/getAll", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:41,194][DEBUG][http-nio-1024-exec-4] GET "/support/tableColumn/getColumns/30001", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:41,194][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#query(NoticeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:41,194][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:41,195][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:41,195][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:41,195][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:41,195][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:41,195][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:41,195][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:41,195][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:41,197][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@546ad396[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:41,197][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@549f52e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:41,197][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@738b5403[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:41,197][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:41,197][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:41,197][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:41,197][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:41,197][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:41,197][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:41,197][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:41,197][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:41,197][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:41,199][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@71a5f8a8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:41,199][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@185ad46c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:41,199][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@40a07606[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:41,199][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:41,199][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:41,199][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:41,199][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:41,199][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:41,199][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:41,199][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:41,199][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:41,199][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:41,201][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@55f243a7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:41,201][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6da182fd[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:41,201][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1defe5d3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:41,202][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:41,202][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:41,202][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:41,202][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:41,202][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:41,202][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:41,202][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:41,202][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:41,202][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:41,204][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2c383d95[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:41,204][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@12b349cc[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:41,204][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@a4dcdaa[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:41,204][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:41,204][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:41,204][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:41,204][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:41,204][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:41,204][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:41,204][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590294, [49, 55, 56, 48, 57, 55, 51, 51, 50, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:41,204][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590294, [49, 55, 56, 48, 57, 55, 51, 51, 50, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:41,204][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590294, [49, 55, 56, 48, 57, 55, 51, 51, 50, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:41,206][DEBUG][redisson-netty-2-4] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590294, [49, 55, 56, 48, 57, 55, 51, 51, 50, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1edac47a[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590294, [49, 55, 56, 48, 57, 55, 51, 51, 50, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:41,206][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590294, [49, 55, 56, 48, 57, 55, 51, 51, 50, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@74022b69[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590294, [49, 55, 56, 48, 57, 55, 51, 51, 50, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:41,206][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590294, [49, 55, 56, 48, 57, 55, 51, 51, 50, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2bf219a1[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590294, [49, 55, 56, 48, 57, 55, 51, 51, 50, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:41,206][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:41,206][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:41,206][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:41,207][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:41,207][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@74c59012] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:41,207][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:41,207][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5d1b190e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:41,208][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:41,208][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:41,208][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:41,208][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:48:41,208][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:15:44.957, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:01.453}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:41,208][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT notice_type_id,notice_type_name,update_time,create_time FROM t_notice_type (BaseJdbcLogger.java:135) +[2026-06-09 10:48:41,207][DEBUG][http-nio-1024-exec-5] Read "application/json;charset=UTF-8" to [NoticeQueryForm(noticeTypeId=null, keywords=, documentNumber=, createUserName=null, nodeName=null, f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:48:41,209][DEBUG][http-nio-1024-exec-2] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:48:41,209][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:41,209][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4ba256d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:41,210][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long), 30001(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:48:41,218][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:41,260][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:41,260][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:41,260][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@74c59012] (Logger.java:49) +[2026-06-09 10:48:41,260][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5d1b190e] (Logger.java:49) +[2026-06-09 10:48:41,261][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:15:44.957, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:01.453}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:41,261][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT COUNT(*) AS total FROM t_notice (BaseJdbcLogger.java:135) +[2026-06-09 10:48:41,261][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:41,261][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:41,261][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:48:41,261][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[], dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:48:41,262][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:41,262][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:41,262][DEBUG][http-nio-1024-exec-5] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:48:41,263][DEBUG][http-nio-1024-exec-1] GET "/support/tableColumn/getColumns/30001", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:41,264][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:41,264][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:41,264][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:41,266][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2d9bcb9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:41,266][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:41,266][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:41,266][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:41,267][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6d20d259[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:41,267][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:41,268][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:41,268][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:41,269][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@fc708e7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:41,269][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:41,270][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:41,270][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:41,271][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@12540d80[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:41,272][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:41,272][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:41,272][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590294, [49, 55, 56, 48, 57, 55, 51, 51, 50, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:41,273][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590294, [49, 55, 56, 48, 57, 55, 51, 51, 50, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@73e46a61[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590294, [49, 55, 56, 48, 57, 55, 51, 51, 50, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:41,274][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:41,274][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:41,275][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1e30d26f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:41,275][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:41,275][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:41,275][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:48:41,276][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), 30001(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:48:41,305][DEBUG][http-nio-1024-exec-5] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:41,306][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4ba256d] (Logger.java:49) +[2026-06-09 10:48:41,307][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:41,307][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:48:41,308][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:41,333][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:41,333][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1e30d26f] (Logger.java:49) +[2026-06-09 10:48:41,334][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:41,334][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:48:41,334][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:42,312][DEBUG][http-nio-1024-exec-8] POST "/oa/enterprise/page/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:42,312][DEBUG][http-nio-1024-exec-10] GET "/support/tableColumn/getColumns/30002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:42,313][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.business.oa.enterprise.EnterpriseController#queryByPage(EnterpriseQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:42,313][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:42,313][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:42,313][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:42,313][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:42,313][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:42,314][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@77863722[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:42,314][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5e07564e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:42,315][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:42,315][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:42,315][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:42,315][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:42,315][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:42,315][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:42,316][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@780a2b9c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:42,316][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3551bebc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:42,316][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:42,316][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:42,317][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:42,317][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:42,317][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:42,317][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:42,318][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@622d9679[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:42,318][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7a18cb8c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:42,318][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:42,318][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:42,318][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:42,318][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:42,319][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:42,319][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:42,320][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@30f0ebeb[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:42,320][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@58dd3ba7[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:42,320][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:42,320][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:42,320][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:42,320][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:42,320][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590293, [49, 55, 56, 48, 57, 55, 51, 51, 50, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:42,320][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590293, [49, 55, 56, 48, 57, 55, 51, 51, 50, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:42,321][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590293, [49, 55, 56, 48, 57, 55, 51, 51, 50, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6a45bf48[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590293, [49, 55, 56, 48, 57, 55, 51, 51, 50, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:42,321][DEBUG][redisson-netty-2-28] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590293, [49, 55, 56, 48, 57, 55, 51, 51, 50, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@264ac088[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590293, [49, 55, 56, 48, 57, 55, 51, 51, 50, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:42,321][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:42,321][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:42,322][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:42,322][DEBUG][http-nio-1024-exec-8] Read "application/json;charset=UTF-8" to [EnterpriseQueryForm(keywords=, startTime=null, endTime=null, disabledFlag=null, deletedFlag=null)] (LogFormatUtils.java:120) +[2026-06-09 10:48:42,322][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6045ca30] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:42,323][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:42,323][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:41.629, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:41.701}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:42,323][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:48:42,325][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), 30002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:48:42,330][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:42,330][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@9234c1e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:42,331][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:42,331][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:42,332][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT COUNT(*) AS total FROM t_oa_enterprise WHERE deleted_flag = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:48:42,332][DEBUG][http-nio-1024-exec-8] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 10:48:42,377][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:42,378][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6045ca30] (Logger.java:49) +[2026-06-09 10:48:42,378][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:42,379][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:48:42,379][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:42,380][DEBUG][http-nio-1024-exec-9] GET "/support/tableColumn/getColumns/30002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:42,380][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:42,380][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:42,380][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:42,382][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@75f0b653[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:42,382][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:42,382][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:42,382][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:42,383][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1fbe647f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:42,383][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:42,383][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:42,383][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:42,384][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4f027aaf[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:42,384][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:42,384][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:42,384][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:42,384][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@665ab3f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:42,385][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:42,385][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:42,385][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590293, [49, 55, 56, 48, 57, 55, 51, 51, 50, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:42,386][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590293, [49, 55, 56, 48, 57, 55, 51, 51, 50, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5eefdfa0[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590293, [49, 55, 56, 48, 57, 55, 51, 51, 50, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:42,386][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:42,387][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:42,387][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1418102b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:42,387][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:42,387][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:41.629, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:41.701}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:42,387][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:48:42,387][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:42,388][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@9234c1e] (Logger.java:49) +[2026-06-09 10:48:42,388][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), 30002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:48:42,388][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:42,388][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:48:42,389][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:42,429][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:42,429][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1418102b] (Logger.java:49) +[2026-06-09 10:48:42,429][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:42,430][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:48:42,430][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:43,184][DEBUG][http-nio-1024-exec-5] GET "/oa/noticeType/getAll", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:43,184][DEBUG][http-nio-1024-exec-4] GET "/support/tableColumn/getColumns/30001", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:43,184][DEBUG][http-nio-1024-exec-2] POST "/oa/notice/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:43,184][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:43,184][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#query(NoticeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:43,185][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:43,185][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:43,185][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:43,185][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:43,185][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:43,185][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:43,185][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:43,187][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@10f1f01b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:43,187][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@40e843f5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:43,187][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7f5aa270[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:43,187][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:43,187][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:43,187][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:43,187][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:43,187][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:43,187][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:43,188][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:43,188][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:43,188][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:43,188][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@295d53e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:43,188][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@44ac312f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:43,189][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:43,189][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:43,189][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@31e075b9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:43,189][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:43,189][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:43,189][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:43,189][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:43,189][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:43,189][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:43,189][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:43,191][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@24203f25[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:43,191][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3c16b0a4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:43,191][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1e6b8916[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:43,191][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:43,191][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:43,191][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:43,191][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:43,191][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:43,191][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:43,191][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:43,191][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:43,191][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:43,193][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3bd5dacb[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:43,193][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1b0e66fc[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:43,193][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7023ed05[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:43,193][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:43,193][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:43,193][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:43,193][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:43,193][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:43,193][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:43,194][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590292, [49, 55, 56, 48, 57, 55, 51, 51, 50, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:43,194][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590292, [49, 55, 56, 48, 57, 55, 51, 51, 50, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:43,194][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590292, [49, 55, 56, 48, 57, 55, 51, 51, 50, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:43,197][DEBUG][redisson-netty-2-30] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590292, [49, 55, 56, 48, 57, 55, 51, 51, 50, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@539ab380[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590292, [49, 55, 56, 48, 57, 55, 51, 51, 50, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:43,197][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590292, [49, 55, 56, 48, 57, 55, 51, 51, 50, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@e864c11[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590292, [49, 55, 56, 48, 57, 55, 51, 51, 50, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:43,197][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:43,197][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590292, [49, 55, 56, 48, 57, 55, 51, 51, 50, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@38fba13d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590292, [49, 55, 56, 48, 57, 55, 51, 51, 50, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:43,197][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:43,197][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:43,197][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:43,197][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:43,197][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@551f69d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:43,197][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@29290189] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:43,198][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:43,198][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:43,198][DEBUG][http-nio-1024-exec-2] Read "application/json;charset=UTF-8" to [NoticeQueryForm(noticeTypeId=null, keywords=, documentNumber=, createUserName=null, nodeName=null, f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:48:43,198][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:43,198][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:41.629, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:41.701}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:43,198][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT notice_type_id,notice_type_name,update_time,create_time FROM t_notice_type (BaseJdbcLogger.java:135) +[2026-06-09 10:48:43,198][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:48:43,198][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:43,198][DEBUG][http-nio-1024-exec-5] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:48:43,198][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@172f9d94] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:43,198][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long), 30001(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:48:43,205][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:43,205][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:15:44.957, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:01.453}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:43,205][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT COUNT(*) AS total FROM t_notice (BaseJdbcLogger.java:135) +[2026-06-09 10:48:43,206][DEBUG][http-nio-1024-exec-2] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:48:43,258][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:43,258][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:43,258][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:43,258][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@29290189] (Logger.java:49) +[2026-06-09 10:48:43,258][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@551f69d] (Logger.java:49) +[2026-06-09 10:48:43,258][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@172f9d94] (Logger.java:49) +[2026-06-09 10:48:43,259][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:43,259][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:43,259][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[], dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:48:43,259][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:48:43,259][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:43,260][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:48:43,260][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:43,260][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:43,260][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:43,262][DEBUG][http-nio-1024-exec-1] GET "/support/tableColumn/getColumns/30001", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:43,262][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:43,262][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:43,263][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:43,264][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7d2e386e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:43,264][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:43,264][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:43,264][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:43,265][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5df76d98[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:43,265][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:43,265][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:43,266][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:43,266][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@44e52052[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:43,267][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:43,267][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:43,267][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:43,268][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@65eb15a1[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:43,268][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:43,268][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:43,268][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590292, [49, 55, 56, 48, 57, 55, 51, 51, 50, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:43,269][DEBUG][redisson-netty-2-24] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590292, [49, 55, 56, 48, 57, 55, 51, 51, 50, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@213cc7e5[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590292, [49, 55, 56, 48, 57, 55, 51, 51, 50, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:43,269][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:43,270][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:43,270][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@33e130e6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:43,270][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:43,270][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:15:44.957, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:01.453}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:43,270][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:48:43,270][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), 30001(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:48:43,338][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:43,338][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@33e130e6] (Logger.java:49) +[2026-06-09 10:48:43,338][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:43,339][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:48:43,339][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:43,986][DEBUG][http-nio-1024-exec-7] POST "/leave/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:43,986][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.business.oa.leave.controller.LeaveController#queryPage(LeaveQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:43,987][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:43,987][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:43,988][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@11742f96[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:43,988][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:43,988][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:43,989][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:43,990][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@20cebe66[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:43,990][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:43,990][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:43,990][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:43,992][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@e1a3f44[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:43,992][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:43,992][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:43,992][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:43,994][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@512fe626[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:43,994][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:43,994][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:43,994][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590291, [49, 55, 56, 48, 57, 55, 51, 51, 50, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:43,995][DEBUG][redisson-netty-2-4] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590291, [49, 55, 56, 48, 57, 55, 51, 51, 50, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@29e1dcc8[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590291, [49, 55, 56, 48, 57, 55, 51, 51, 50, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:43,995][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:43,996][DEBUG][http-nio-1024-exec-7] Read "application/json;charset=UTF-8" to [LeaveQueryForm(type=null, startTimeBegin=null, startTimeEnd=null, reason=null, flowStatus=null)] (LogFormatUtils.java:120) +[2026-06-09 10:48:43,997][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:43,997][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@214fe0a4] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:44,002][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:44,002][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:15:44.957, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:01.453}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:44,002][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT COUNT(*) AS total FROM t_leave WHERE t_leave.deleted_flag = 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:44,003][DEBUG][http-nio-1024-exec-7] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:48:44,063][DEBUG][http-nio-1024-exec-7] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:44,063][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@214fe0a4] (Logger.java:49) +[2026-06-09 10:48:44,064][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:44,064][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:48:44,065][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:45,808][DEBUG][http-nio-1024-exec-3] GET "/flow/execute/donePage?pageNum=1&pageSize=10", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 10:48:45,808][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.flow.controller.ExecuteController#donePage(FlowHisTask, int, int) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:45,809][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:45,809][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:45,810][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@196a9afc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:45,810][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:45,810][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:45,810][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:45,811][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@256fb46b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:45,811][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:45,811][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:45,811][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:45,812][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6bba77cb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:45,812][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:45,812][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:45,812][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:45,813][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7e933b48[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:45,813][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:45,813][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:45,814][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590289, [49, 55, 56, 48, 57, 55, 51, 51, 50, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:45,814][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590289, [49, 55, 56, 48, 57, 55, 51, 51, 50, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@154a9cd9[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590289, [49, 55, 56, 48, 57, 55, 51, 51, 50, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:45,815][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:45,818][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:45,818][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1e3cb6a3] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:45,818][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:45,818][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:15:44.957, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:01.453}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:45,818][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 10:48:45,818][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:48:45,862][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:45,862][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1e3cb6a3] (Logger.java:49) +[2026-06-09 10:48:45,862][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:45,863][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7d5bed62] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:45,863][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:45,863][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:15:44.957, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:01.453}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:45,863][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT er.role_id FROM t_role_employee er WHERE er.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:48:45,863][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:48:45,908][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:45,909][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7d5bed62] (Logger.java:49) +[2026-06-09 10:48:45,909][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:45,909][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2eaadc64] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:45,911][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:45,911][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:15:44.957, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:01.453}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:45,911][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT role_id,role_name,role_code,remark,update_time,create_time FROM t_role (BaseJdbcLogger.java:135) +[2026-06-09 10:48:45,912][DEBUG][http-nio-1024-exec-3] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:48:45,977][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:45,978][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2eaadc64] (Logger.java:49) +[2026-06-09 10:48:45,978][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:45,979][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@16b5bf37] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:45,986][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:45,986][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:15:44.957, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:01.453}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:45,986][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT COUNT(*) AS total FROM (SELECT MAX(id) AS id FROM flow_his_task WHERE approver IN (?, ?) GROUP BY instance_id) tmp (BaseJdbcLogger.java:135) +[2026-06-09 10:48:45,987][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(String), dept:1(String) (BaseJdbcLogger.java:135) +[2026-06-09 10:48:46,035][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:46,035][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@16b5bf37] (Logger.java:49) +[2026-06-09 10:48:46,035][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:46,035][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4fd55adb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:46,036][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:46,036][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:15:44.957, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:01.453}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:46,036][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT t_employee.*, t_department.name AS departmentName FROM t_employee LEFT JOIN t_department ON t_department.department_id = t_employee.department_id WHERE t_employee.disabled_flag = ? AND t_employee.deleted_flag = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:48:46,037][DEBUG][http-nio-1024-exec-3] ==> Parameters: false(Boolean), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 10:48:46,089][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:46,090][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4fd55adb] (Logger.java:49) +[2026-06-09 10:48:46,091][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:46,091][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:48:46,092][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:46,797][DEBUG][http-nio-1024-exec-8] GET "/department/listAll", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:46,797][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.department.controller.DepartmentController#listAll() (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:46,798][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:46,798][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:46,799][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@b4a1b45[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:46,799][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:46,799][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:46,799][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:46,800][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@758875c5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:46,800][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:46,800][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:46,800][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:46,801][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6325d98e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:46,801][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:46,801][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:46,801][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:46,802][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5d77f3fe[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:46,802][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:46,802][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:46,802][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590288, [49, 55, 56, 48, 57, 55, 51, 51, 50, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:46,803][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590288, [49, 55, 56, 48, 57, 55, 51, 51, 50, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@75a5bed0[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590288, [49, 55, 56, 48, 57, 55, 51, 51, 50, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:46,803][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:46,804][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:46,804][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DepartmentVO(departmentId=1, name=安徽省公安厅, m (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:48:46,805][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:47,902][DEBUG][http-nio-1024-exec-3] POST "/support/helpDoc/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:47,902][DEBUG][http-nio-1024-exec-10] GET "/support/tableColumn/getColumns/20008", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:47,902][DEBUG][http-nio-1024-exec-7] GET "/support/helpDoc/helpDocCatalog/getAll", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:47,902][DEBUG][http-nio-1024-exec-6] POST "/support/helpDoc/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:47,902][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.support.AdminHelpDocController#query(HelpDocQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:47,902][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.base.module.support.helpdoc.controller.HelpDocController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:47,902][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.support.AdminHelpDocController#query(HelpDocQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:47,902][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:47,902][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:47,902][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:47,902][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:47,902][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:47,902][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:47,902][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:47,902][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:47,902][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:47,904][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@25f84270[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:47,904][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@652aba9b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:47,904][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4f7ab20b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:47,904][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6ec70db5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:47,904][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:47,904][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:47,904][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:47,904][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:47,904][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:47,904][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:47,904][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:47,904][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:47,904][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:47,904][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:47,904][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:47,904][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:47,905][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ecba840[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:47,905][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@18987ec6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:47,905][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2ef29589[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:47,905][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1a0fa8e7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:47,905][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:47,905][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:47,905][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:47,905][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:47,905][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:47,905][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:47,905][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:47,905][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:47,905][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:47,905][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:47,905][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:47,905][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:47,906][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1954b187[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:47,906][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7c456fd2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:47,906][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5e14b00d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:47,906][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:47,906][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@45717e4f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:47,906][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:47,906][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:47,906][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:47,906][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:47,906][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:47,907][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:47,906][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:47,907][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:47,907][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:47,907][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:47,907][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:47,908][DEBUG][redisson-netty-2-4] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4acc7638[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:47,908][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6a663247[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:47,908][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@43171895[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:47,908][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@411eb05[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:47,908][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:47,908][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:47,908][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:47,908][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:47,908][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:47,908][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:47,908][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:47,908][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:47,908][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590287, [49, 55, 56, 48, 57, 55, 51, 51, 50, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:47,908][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590287, [49, 55, 56, 48, 57, 55, 51, 51, 50, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:47,908][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590287, [49, 55, 56, 48, 57, 55, 51, 51, 50, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:47,908][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590287, [49, 55, 56, 48, 57, 55, 51, 51, 50, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:47,910][DEBUG][redisson-netty-2-22] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590287, [49, 55, 56, 48, 57, 55, 51, 51, 50, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@723ac697[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590287, [49, 55, 56, 48, 57, 55, 51, 51, 50, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:47,910][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590287, [49, 55, 56, 48, 57, 55, 51, 51, 50, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@40aada58[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590287, [49, 55, 56, 48, 57, 55, 51, 51, 50, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:47,910][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590287, [49, 55, 56, 48, 57, 55, 51, 51, 50, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@395a876b[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590287, [49, 55, 56, 48, 57, 55, 51, 51, 50, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:47,910][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:47,910][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:47,910][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590287, [49, 55, 56, 48, 57, 55, 51, 51, 50, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@b257044[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590287, [49, 55, 56, 48, 57, 55, 51, 51, 50, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:47,910][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:47,910][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:47,910][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:47,911][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2792aaef] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:47,911][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:47,911][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@51d5f739] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:47,911][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:47,911][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:15:44.957, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:01.453}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:47,911][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT help_doc_catalog_id,name,parent_id,`sort`,update_time,create_time FROM t_help_doc_catalog (BaseJdbcLogger.java:135) +[2026-06-09 10:48:47,911][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:47,911][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:41.629, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:41.701}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:47,911][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:48:47,911][DEBUG][http-nio-1024-exec-6] Read "application/json;charset=UTF-8" to [HelpDocQueryForm(helpDocCatalogId=null, keywords=, createTimeBegin=null, createTimeEnd=null)] (LogFormatUtils.java:120) +[2026-06-09 10:48:47,911][DEBUG][http-nio-1024-exec-3] Read "application/json;charset=UTF-8" to [HelpDocQueryForm(helpDocCatalogId=null, keywords=, createTimeBegin=null, createTimeEnd=null)] (LogFormatUtils.java:120) +[2026-06-09 10:48:47,911][DEBUG][http-nio-1024-exec-7] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:48:47,912][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), 20008(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:48:47,912][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:47,912][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:47,912][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c37f6af] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:47,912][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@32d38e29] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:47,915][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:47,915][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:47,915][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:47,915][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT COUNT(*) AS total FROM t_help_doc (BaseJdbcLogger.java:135) +[2026-06-09 10:48:47,916][DEBUG][http-nio-1024-exec-6] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:48:47,977][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:47,977][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@51d5f739] (Logger.java:49) +[2026-06-09 10:48:47,978][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:41.629, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:41.701}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:47,978][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:47,978][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:47,978][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2792aaef] (Logger.java:49) +[2026-06-09 10:48:47,978][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT COUNT(*) AS total FROM t_help_doc (BaseJdbcLogger.java:135) +[2026-06-09 10:48:47,978][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:47,978][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c37f6af] (Logger.java:49) +[2026-06-09 10:48:47,978][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:47,978][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:48:47,979][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[], dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:48:47,979][DEBUG][http-nio-1024-exec-3] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:48:47,979][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:47,979][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:47,979][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:47,979][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:48:47,979][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:47,980][DEBUG][http-nio-1024-exec-8] GET "/support/tableColumn/getColumns/20008", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:47,981][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:47,981][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:47,981][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:47,982][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@28872524[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:47,983][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:47,983][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:47,983][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:47,984][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4a8d13c3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:47,984][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:47,984][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:47,984][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:47,986][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@f192aef[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:47,986][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:47,986][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:47,986][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:47,987][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@76f03c6d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:47,988][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:47,988][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:47,988][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590287, [49, 55, 56, 48, 57, 55, 51, 51, 50, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:47,989][DEBUG][redisson-netty-2-30] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590287, [49, 55, 56, 48, 57, 55, 51, 51, 50, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3b2291f6[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590287, [49, 55, 56, 48, 57, 55, 51, 51, 50, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:47,989][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:47,989][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:47,989][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@bf928d4] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:47,990][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:47,990][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:47,990][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:48:47,990][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long), 20008(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:48:48,022][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:48,023][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@32d38e29] (Logger.java:49) +[2026-06-09 10:48:48,024][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:48,025][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:48:48,025][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:48,060][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:48,060][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@bf928d4] (Logger.java:49) +[2026-06-09 10:48:48,061][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:48,061][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:48:48,061][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:50,735][DEBUG][http-nio-1024-exec-1] POST "/support/feedback/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:50,735][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.base.module.support.feedback.controller.FeedbackController#query(FeedbackQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:50,735][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:50,735][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:50,736][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@161a18e3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:50,736][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:50,736][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:50,736][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:50,737][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7c70e098[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:50,737][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:50,737][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:50,737][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:50,737][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1ea5fbba[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:50,737][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:50,737][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:50,737][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:50,738][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@8704ea1[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:50,738][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:50,738][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:50,738][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590284, [49, 55, 56, 48, 57, 55, 51, 51, 51, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:50,738][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590284, [49, 55, 56, 48, 57, 55, 51, 51, 51, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@70673c15[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590284, [49, 55, 56, 48, 57, 55, 51, 51, 51, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:50,738][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:50,740][DEBUG][http-nio-1024-exec-1] Read "application/json;charset=UTF-8" to [FeedbackQueryForm(searchWord=null, startDate=null, endDate=null)] (LogFormatUtils.java:120) +[2026-06-09 10:48:50,742][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:50,742][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4f801fcc] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:50,743][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:50,743][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:50,743][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT COUNT(*) AS total FROM t_feedback (BaseJdbcLogger.java:135) +[2026-06-09 10:48:50,744][DEBUG][http-nio-1024-exec-1] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:48:50,781][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:50,781][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4f801fcc] (Logger.java:49) +[2026-06-09 10:48:50,783][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:50,783][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:48:50,784][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:51,585][DEBUG][http-nio-1024-exec-5] POST "/support/changeLog/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:51,585][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController#queryPage(ChangeLogQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:51,585][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:51,585][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:51,586][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@562f200d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:51,586][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:51,586][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:51,586][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:51,587][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@32e270b0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:51,587][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:51,587][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:51,587][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:51,588][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@785c9cb0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:51,588][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:51,588][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:51,588][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:51,588][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@56e17f2a[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:51,588][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:51,588][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:51,588][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590283, [49, 55, 56, 48, 57, 55, 51, 51, 51, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:51,589][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590283, [49, 55, 56, 48, 57, 55, 51, 51, 51, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4648b5ba[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590283, [49, 55, 56, 48, 57, 55, 51, 51, 51, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:51,589][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:51,589][DEBUG][http-nio-1024-exec-5] Read "application/json;charset=UTF-8" to [ChangeLogQueryForm(type=null, keyword=null, publicDateBegin=null, publicDateEnd=null, createTime=nul (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:48:51,589][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:51,589][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@38ba342b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:51,590][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:51,590][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:51,590][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT COUNT(*) AS total FROM t_change_log (BaseJdbcLogger.java:135) +[2026-06-09 10:48:51,590][DEBUG][http-nio-1024-exec-5] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:48:51,663][DEBUG][http-nio-1024-exec-5] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:48:51,664][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@38ba342b] (Logger.java:49) +[2026-06-09 10:48:51,668][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:51,668][DEBUG][smart-operate-log15] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:48:51,668][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:48:51,668][DEBUG][smart-operate-log15] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@146f5883] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:48:51,668][DEBUG][smart-operate-log15] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:48:51,669][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:51,669][DEBUG][smart-operate-log15] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:48:51,669][DEBUG][smart-operate-log15] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 10:48:51,670][DEBUG][smart-operate-log15] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 业务支撑-更新日志(String), 分页查询 @author 卓大(String), /support/changeLog/queryPage(String), net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController.queryPage(String), POST(String), UPDATE(String), [{"pageSize":10,"pageNum":1}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"data":{"total":0,"pages":0,"pageSize":10,"list":[],"pageNum":1,"emptyFlag":true},"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 10:48:51,739][DEBUG][smart-operate-log15] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@146f5883] (Logger.java:49) +[2026-06-09 10:48:51,739][DEBUG][smart-operate-log15] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 10:48:51,739][DEBUG][smart-operate-log15] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 10:48:52,469][DEBUG][http-nio-1024-exec-2] GET "/doc.html", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:52,471][DEBUG][http-nio-1024-exec-2] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/]] (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:52,478][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:52,485][DEBUG][http-nio-1024-exec-10] GET "/webjars/css/app.8a48e86b.css", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:52,485][DEBUG][http-nio-1024-exec-7] GET "/webjars/css/chunk-vendors.f24a310a.css", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:52,486][DEBUG][http-nio-1024-exec-6] GET "/webjars/js/chunk-vendors.d51cf6f8.js", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:52,486][DEBUG][http-nio-1024-exec-3] GET "/webjars/js/app.b0c0d7df.js", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:52,488][DEBUG][http-nio-1024-exec-6] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]] (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:52,488][DEBUG][http-nio-1024-exec-10] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]] (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:52,488][DEBUG][http-nio-1024-exec-7] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]] (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:52,488][DEBUG][http-nio-1024-exec-3] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]] (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:52,495][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:52,496][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:52,497][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:52,497][DEBUG][http-nio-1024-exec-8] GET "/webjars/css/chunk-75464e7e.8fb93ba5.css", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:52,497][DEBUG][http-nio-1024-exec-9] GET "/webjars/css/chunk-d7d5f59c.a9ffbfcb.css", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:52,498][DEBUG][http-nio-1024-exec-8] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]] (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:52,498][DEBUG][http-nio-1024-exec-9] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]] (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:52,498][DEBUG][http-nio-1024-exec-1] GET "/webjars/js/chunk-069eb437.355c4fb0.js", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:52,498][DEBUG][http-nio-1024-exec-4] GET "/webjars/js/chunk-0d102d5a.b2bddffc.js", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:52,499][DEBUG][http-nio-1024-exec-4] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]] (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:52,499][DEBUG][http-nio-1024-exec-1] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]] (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:52,499][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:52,502][DEBUG][http-nio-1024-exec-2] GET "/webjars/js/chunk-260d712a.390177fe.js", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:52,502][DEBUG][http-nio-1024-exec-2] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]] (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:52,503][DEBUG][http-nio-1024-exec-5] GET "/webjars/js/chunk-0fd67716.d57e2c41.js", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:52,506][DEBUG][http-nio-1024-exec-5] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]] (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:52,506][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:52,509][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:52,509][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:52,510][DEBUG][http-nio-1024-exec-7] GET "/webjars/js/chunk-2d0af44e.392afcd6.js", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:52,510][DEBUG][http-nio-1024-exec-9] GET "/webjars/js/chunk-2d0bd799.eb48b7f1.js", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:52,511][DEBUG][http-nio-1024-exec-3] GET "/webjars/js/chunk-2d0da532.591ad7fc.js", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:52,511][DEBUG][http-nio-1024-exec-7] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]] (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:52,511][DEBUG][http-nio-1024-exec-9] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]] (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:52,512][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:52,512][DEBUG][http-nio-1024-exec-3] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]] (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:52,513][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:52,514][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:52,514][DEBUG][http-nio-1024-exec-10] GET "/webjars/js/chunk-3b888a65.8737ce4f.js", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:52,514][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:52,514][DEBUG][http-nio-1024-exec-8] GET "/webjars/js/chunk-3ec4aaa8.a79d19f8.js", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:52,514][DEBUG][http-nio-1024-exec-8] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]] (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:52,514][DEBUG][http-nio-1024-exec-10] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]] (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:52,514][DEBUG][http-nio-1024-exec-4] GET "/webjars/js/chunk-589faee0.5bfd1708.js", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:52,515][DEBUG][http-nio-1024-exec-1] GET "/webjars/js/chunk-735c675c.5b409314.js", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:52,515][DEBUG][http-nio-1024-exec-1] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]] (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:52,515][DEBUG][http-nio-1024-exec-4] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]] (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:52,516][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:52,518][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:52,518][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:52,519][DEBUG][http-nio-1024-exec-7] GET "/webjars/js/chunk-adb9e944.2c7f24fe.js", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:52,519][DEBUG][http-nio-1024-exec-4] GET "/webjars/js/chunk-75464e7e.b130271b.js", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:52,520][DEBUG][http-nio-1024-exec-7] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]] (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:52,520][DEBUG][http-nio-1024-exec-4] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]] (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:52,520][DEBUG][http-nio-1024-exec-9] GET "/webjars/js/chunk-d7d5f59c.e61130f3.js", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:52,521][DEBUG][http-nio-1024-exec-9] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]] (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:52,522][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:52,522][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:52,522][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:52,525][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:52,525][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:52,526][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:52,624][DEBUG][http-nio-1024-exec-3] GET "/v3/api-docs/swagger-config", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:52,624][DEBUG][http-nio-1024-exec-3] Mapped to org.springdoc.webmvc.ui.SwaggerConfigResource#openapiJson(HttpServletRequest) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:52,634][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:52,634][DEBUG][http-nio-1024-exec-3] Writing [{configUrl=/v3/api-docs/swagger-config, docExpansion=none, oauth2RedirectUrl=http://localhost:1024/s (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:48:52,635][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:52,637][DEBUG][http-nio-1024-exec-10] GET "/v3/api-docs/%E4%B8%9A%E5%8A%A1%E6%8E%A5%E5%8F%A3", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:52,637][DEBUG][http-nio-1024-exec-10] Mapped to org.springdoc.webmvc.api.MultipleOpenApiWebMvcResource#openapiJson(HttpServletRequest, String, String, Locale) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:52,774][DEBUG][http-nio-1024-exec-10] resolve class org.dromara.warm.flow.core.dto.DefJson (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,777][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,781][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,784][DEBUG][http-nio-1024-exec-10] resolve [map type; class java.util.Map, [simple type, class java.lang.String] -> [simple type, class java.lang.Object]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,784][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Object] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,789][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.core.dto.NodeJson]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,790][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.dto.NodeJson] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,790][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,791][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.math.BigDecimal] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,793][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.core.dto.SkipJson]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,793][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.dto.SkipJson] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,797][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.String]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,799][DEBUG][http-nio-1024-exec-10] resolve org.dromara.warm.flow.core.dto.ApiResult (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,800][DEBUG][http-nio-1024-exec-10] resolve [simple type, class int] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,801][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,801][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Void] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,803][DEBUG][http-nio-1024-exec-10] resolve class org.dromara.warm.flow.core.dto.FlowDto (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,803][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,804][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,804][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.entity.Form] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,804][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,805][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,807][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Object] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,807][DEBUG][http-nio-1024-exec-10] resolve org.dromara.warm.flow.core.dto.ApiResult (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,807][DEBUG][http-nio-1024-exec-10] resolve [simple type, class int] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,807][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,808][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Void] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,808][DEBUG][http-nio-1024-exec-10] resolve java.util.Map (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,808][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Object] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,808][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,809][DEBUG][http-nio-1024-exec-10] resolve class java.lang.String (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,809][DEBUG][http-nio-1024-exec-10] resolve class java.lang.String (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,809][DEBUG][http-nio-1024-exec-10] resolve class java.lang.String (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,809][DEBUG][http-nio-1024-exec-10] resolve org.dromara.warm.flow.core.dto.ApiResult (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,810][DEBUG][http-nio-1024-exec-10] resolve [simple type, class int] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,810][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,810][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.entity.Instance] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,810][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,810][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,811][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,812][DEBUG][http-nio-1024-exec-10] resolve [map type; class java.util.Map, [simple type, class java.lang.String] -> [simple type, class java.lang.Object]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,812][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Object] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,814][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.system.role.domain.form.RoleUpdateForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,815][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,815][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,816][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,816][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,816][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,817][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,817][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,818][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,818][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,819][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,819][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,824][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.system.role.domain.form.RoleMenuUpdateForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,825][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,825][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.Long]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,825][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,825][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,826][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,826][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,826][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,826][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,826][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,827][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,827][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.system.role.domain.form.RoleEmployeeQueryForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,827][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,830][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,831][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,831][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,832][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,832][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,832][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,832][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,832][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,833][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,833][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,833][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,834][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,834][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,834][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageResult] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,834][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,834][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,834][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,835][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,835][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.system.employee.domain.vo.EmployeeVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,835][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.employee.domain.vo.EmployeeVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,835][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,835][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,836][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,836][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,836][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,838][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,838][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,838][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,838][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,838][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,839][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.Long]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,839][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,839][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.String]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,839][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,839][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,839][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,839][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,840][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,840][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,841][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.system.role.domain.form.RoleEmployeeUpdateForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,842][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,842][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.Set, contains [simple type, class java.lang.Long]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,842][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,842][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,843][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,843][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,843][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,843][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,843][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,843][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,844][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.system.role.domain.form.RoleEmployeeUpdateForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,844][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,844][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.Set, contains [simple type, class java.lang.Long]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,844][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,845][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,845][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,845][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,845][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,845][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,845][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,846][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,846][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.system.role.domain.form.RoleDataScopeUpdateForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,846][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,846][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.system.role.domain.form.RoleDataScopeUpdateForm$RoleUpdateDataScopeListFormItem]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,846][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.role.domain.form.RoleDataScopeUpdateForm$RoleUpdateDataScopeListFormItem] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,847][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,847][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,847][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,847][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,847][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,848][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,848][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,848][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,848][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,848][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.system.role.domain.form.RoleAddForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,849][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,849][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,849][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,849][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,849][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,849][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,850][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,850][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,850][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,850][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,850][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.system.position.domain.form.PositionUpdateForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,851][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,851][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,851][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,851][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,860][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,862][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,862][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,862][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,863][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,863][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,863][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,863][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,864][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.system.position.domain.form.PositionQueryForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,864][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,865][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,865][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,865][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,865][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,865][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,865][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,866][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,866][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,866][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,867][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,867][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,867][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,867][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageResult] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,867][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,868][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,868][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,869][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,869][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.system.position.domain.vo.PositionVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,869][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.position.domain.vo.PositionVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,870][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,870][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,870][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,870][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,870][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,870][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,870][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,871][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,871][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,872][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ValidateList (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,872][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,872][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.Long]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,872][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,872][DEBUG][http-nio-1024-exec-10] resolve [simple type, class boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,872][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,873][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,873][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,874][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,874][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,874][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,874][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,874][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,875][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.system.position.domain.form.PositionAddForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,875][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,875][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,875][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,875][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,876][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,876][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,876][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,876][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,876][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,876][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,877][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,878][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.business.oa.notice.domain.form.NoticeUpdateForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,879][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,880][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,880][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,880][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,880][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,880][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,881][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,881][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,881][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,881][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,882][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,882][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.business.oa.notice.domain.form.NoticeVisibleRangeForm]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,882][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.business.oa.notice.domain.form.NoticeVisibleRangeForm] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,882][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,882][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,883][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,883][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,883][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,883][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,884][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,884][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,884][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,884][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,884][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,885][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,885][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,885][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.business.oa.notice.domain.form.NoticeQueryForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,886][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,887][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,888][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,888][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,889][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,889][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,889][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,890][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,890][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,890][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,890][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,890][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,891][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,891][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,891][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDate] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,898][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDate] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,899][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDate] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,899][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDate] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,902][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,903][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,904][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,915][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,916][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,916][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageResult] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,917][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,917][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,917][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,918][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,918][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.business.oa.notice.domain.vo.NoticeVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,918][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.business.oa.notice.domain.vo.NoticeVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,920][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,921][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,922][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,922][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,923][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,923][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,923][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,923][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,923][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,923][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,924][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,924][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,924][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,924][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,924][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,925][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,925][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,925][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,925][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,925][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,926][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,926][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,927][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.business.oa.notice.domain.form.NoticeEmployeeQueryForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,927][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,928][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,928][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,928][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,928][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,928][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,928][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,929][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,929][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,929][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDate] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,929][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,930][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDate] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,930][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,930][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,930][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,931][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,931][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,931][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageResult] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,931][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,931][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,931][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,931][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,931][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.business.oa.notice.domain.vo.NoticeEmployeeVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,931][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.business.oa.notice.domain.vo.NoticeEmployeeVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,932][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,932][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,932][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,932][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,933][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,933][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,933][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,933][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,934][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,934][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,934][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,934][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,934][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,934][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,935][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,935][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,935][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,935][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,935][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,936][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,936][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,936][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDate] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,936][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,936][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,937][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.business.oa.notice.domain.form.NoticeViewRecordQueryForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,937][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,938][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,938][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,938][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,938][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,938][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,938][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,939][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,939][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,939][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,939][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,939][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,940][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,940][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,940][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,940][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageResult] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,940][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,940][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,940][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,940][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,940][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.business.oa.notice.domain.vo.NoticeViewRecordVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,940][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.business.oa.notice.domain.vo.NoticeViewRecordVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,941][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,941][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,941][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,941][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,941][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,941][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,941][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,941][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,942][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,942][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,942][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,942][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,942][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.business.oa.notice.domain.form.NoticeAddForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,943][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,943][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,943][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,943][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,943][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,943][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,943][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,944][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,944][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,944][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,944][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,944][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.business.oa.notice.domain.form.NoticeVisibleRangeForm]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,944][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.business.oa.notice.domain.form.NoticeVisibleRangeForm] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,944][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,944][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,945][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,945][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,945][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,945][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,945][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,945][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,945][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,946][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.business.oa.invoice.domain.InvoiceUpdateForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,946][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,946][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,947][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,947][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,947][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,947][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,947][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,947][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,947][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,947][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,948][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,948][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,948][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,948][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,948][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,948][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.business.oa.invoice.domain.InvoiceQueryForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,949][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,949][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,949][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,949][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,949][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,949][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,949][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,950][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,950][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,950][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDate] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,950][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDate] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,950][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,951][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,951][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,951][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,951][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,951][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,951][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageResult] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,951][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,951][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,951][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,952][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,952][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.business.oa.invoice.domain.InvoiceVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,952][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.business.oa.invoice.domain.InvoiceVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,952][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,952][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,952][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,952][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,952][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,952][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,952][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,952][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,953][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,953][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,953][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,953][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,953][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,953][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,953][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,954][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.business.oa.invoice.domain.InvoiceAddForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,954][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,954][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,954][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,954][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,954][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,954][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,954][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,955][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,955][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,955][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,955][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,955][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,955][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,955][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,956][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.business.oa.enterprise.domain.form.EnterpriseUpdateForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,957][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,957][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,957][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,957][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,958][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,958][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,958][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,958][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,958][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,958][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,958][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,959][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,959][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,959][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,959][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,959][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,959][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,959][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,960][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,960][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,960][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,960][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,960][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,960][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,960][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.business.oa.enterprise.domain.form.EnterpriseQueryForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,960][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,961][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,961][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,961][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,961][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,961][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,961][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,961][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,961][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDate] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,961][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDate] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,962][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,962][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,962][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,962][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,962][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,962][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,962][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageResult] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,963][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,963][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,963][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,963][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,963][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.business.oa.enterprise.domain.vo.EnterpriseVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,963][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.business.oa.enterprise.domain.vo.EnterpriseVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,963][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,963][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,964][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,964][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,964][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,964][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,964][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,964][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,964][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,964][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,965][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,965][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,965][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,965][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,965][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,965][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,965][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,966][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,966][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,966][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,966][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,966][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,966][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,967][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.business.oa.enterprise.domain.form.EnterpriseQueryForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,967][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,967][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,968][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,968][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,968][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,968][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,968][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,968][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,968][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDate] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,968][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDate] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,968][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,969][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.business.oa.enterprise.domain.form.EnterpriseEmployeeQueryForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,969][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,969][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,969][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,970][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,970][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,970][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,970][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,970][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,970][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,970][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,970][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,971][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,971][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,971][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,971][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageResult] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,971][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,971][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,971][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,971][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,971][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.business.oa.enterprise.domain.vo.EnterpriseEmployeeVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,971][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.business.oa.enterprise.domain.vo.EnterpriseEmployeeVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,971][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,972][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,972][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,972][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,972][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,972][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,972][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,972][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,972][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,972][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,972][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,973][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,973][DEBUG][http-nio-1024-exec-10] resolve java.util.List (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,973][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,973][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,973][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,973][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,974][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,974][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,974][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.business.oa.enterprise.domain.vo.EnterpriseEmployeeVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,974][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.business.oa.enterprise.domain.vo.EnterpriseEmployeeVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,974][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,974][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,974][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,974][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,974][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,974][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,974][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,974][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,975][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,975][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,975][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,975][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.business.oa.enterprise.domain.form.EnterpriseEmployeeForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,975][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,975][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.Long]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,975][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,976][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,976][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,976][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,976][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,976][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,976][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,976][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,976][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.business.oa.enterprise.domain.form.EnterpriseEmployeeForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,977][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,977][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.Long]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,977][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,977][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,977][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,977][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,977][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,977][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,977][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,977][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,978][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.business.oa.enterprise.domain.form.EnterpriseCreateForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,978][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,978][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,978][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,978][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,978][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,979][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,979][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,979][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,979][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,979][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,979][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,979][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,979][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,980][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,980][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,980][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,980][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,980][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,980][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,980][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,980][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,981][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,981][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,981][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.business.oa.bank.domain.BankUpdateForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,981][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,982][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,982][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,982][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,982][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,982][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,982][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,982][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,982][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,983][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,983][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,983][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,983][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,983][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,983][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,984][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.business.oa.bank.domain.BankQueryForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,984][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,984][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,984][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,984][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,984][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,985][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,985][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,985][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,985][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,985][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDate] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,985][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDate] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,985][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,985][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,986][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,986][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,986][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,986][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,986][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageResult] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,986][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,986][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,986][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,986][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,986][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.business.oa.bank.domain.BankVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,986][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.business.oa.bank.domain.BankVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,986][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,987][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,987][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,987][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,987][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,987][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,987][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,987][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,987][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,987][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,987][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,987][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,987][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,988][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,988][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,988][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.business.oa.bank.domain.BankCreateForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,988][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,988][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,988][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,988][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,988][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,989][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,989][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,989][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,989][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,989][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,989][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,989][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,989][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,989][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,990][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ValidateList (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,990][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.module.support.message.domain.MessageSendForm] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,990][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,990][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,990][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,990][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,991][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,991][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Object] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,991][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.base.module.support.message.domain.MessageSendForm]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,991][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.module.support.message.domain.MessageSendForm] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,991][DEBUG][http-nio-1024-exec-10] resolve [simple type, class boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,991][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.module.support.message.domain.MessageSendForm] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,992][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,992][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,992][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,992][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,992][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,992][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,992][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,993][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.base.module.support.message.domain.MessageQueryForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,993][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,993][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,993][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,993][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,993][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,993][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,993][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,993][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,994][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,994][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,994][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDate] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,994][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDate] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,994][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,994][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,994][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,994][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,994][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,995][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,995][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,995][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageResult] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,995][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,995][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,995][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,995][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,995][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.base.module.support.message.domain.MessageVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,995][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.module.support.message.domain.MessageVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,995][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,995][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,995][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,995][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,996][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,996][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,996][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,996][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,996][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,996][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,996][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,996][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,996][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.system.menu.domain.form.MenuUpdateForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,997][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,997][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,997][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,997][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,997][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,997][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,997][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,998][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,998][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,998][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,998][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,998][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,998][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,998][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,998][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,998][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,999][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,999][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,999][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,999][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,999][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,999][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,999][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:52,999][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,000][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.system.menu.domain.form.MenuAddForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,000][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,000][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,000][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,001][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,001][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,001][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,001][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,001][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,001][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,001][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,001][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,001][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,001][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,001][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,002][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,002][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,002][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,002][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,002][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,002][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,002][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,002][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,003][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,003][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.system.login.domain.LoginForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,003][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,003][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,003][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,003][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,003][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,004][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,004][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,004][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,004][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,004][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,004][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,005][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.login.domain.LoginResultVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,005][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,005][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.enumeration.UserTypeEnum] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,006][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,006][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,006][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,006][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,007][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,007][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,007][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,007][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,007][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,007][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,007][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,007][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,008][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,008][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,008][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,008][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,008][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.system.menu.domain.vo.MenuVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,008][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.menu.domain.vo.MenuVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,008][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,008][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,009][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,009][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,009][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,009][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,009][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,009][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,009][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,009][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,009][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,010][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,010][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,010][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,010][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,010][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,010][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,010][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,010][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,010][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,011][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,011][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,011][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,011][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,011][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,011][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,011][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,012][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,012][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.business.oa.leave.domain.form.LeaveUpdateForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,012][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,012][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,012][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,012][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDate] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,012][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,013][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,013][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,013][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,013][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,013][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,013][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,013][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,014][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.business.oa.leave.domain.form.LeaveQueryForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,014][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,014][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,014][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,014][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,014][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,014][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,014][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,014][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,014][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDate] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,015][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,015][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,015][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,015][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,015][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,015][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,016][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,016][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageResult] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,016][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,016][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,016][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,016][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,016][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.business.oa.leave.domain.vo.LeaveVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,016][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.business.oa.leave.domain.vo.LeaveVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,016][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,016][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,016][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,016][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDate] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,017][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,017][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,017][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,017][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,017][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,017][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,017][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,017][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,017][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ValidateList (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,018][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,018][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.Long]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,018][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,018][DEBUG][http-nio-1024-exec-10] resolve [simple type, class boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,018][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,018][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,018][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,018][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,018][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,018][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,018][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,019][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,019][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.business.oa.leave.domain.form.LeaveAddForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,019][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,019][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,019][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDate] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,019][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,019][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,019][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,020][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,020][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,020][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,020][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,020][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,020][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,020][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.business.goods.domain.form.GoodsUpdateForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,022][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,022][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,022][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,022][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,023][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.math.BigDecimal] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,023][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,023][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,023][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,023][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,023][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,023][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,023][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,024][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,024][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,024][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,024][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.business.goods.domain.form.GoodsQueryForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,024][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,024][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,025][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,025][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,025][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,025][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,025][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,025][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,025][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,025][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,025][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,025][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,026][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,026][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,026][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,026][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,026][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,026][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageResult] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,026][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,026][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,026][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,026][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,026][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.business.goods.domain.vo.GoodsVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,026][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.business.goods.domain.vo.GoodsVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,027][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,027][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,027][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,027][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,027][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.math.BigDecimal] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,027][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,027][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,027][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,027][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,027][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,028][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,028][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,028][DEBUG][http-nio-1024-exec-10] resolve interface org.springframework.web.multipart.MultipartFile (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,028][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,028][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,028][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,029][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,029][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,029][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,029][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,029][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ValidateList (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,029][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,029][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.Long]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,029][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,029][DEBUG][http-nio-1024-exec-10] resolve [simple type, class boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,029][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,030][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,030][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,030][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,030][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,030][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,030][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,030][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,030][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.business.goods.domain.form.GoodsAddForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,031][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,031][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,031][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,031][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,031][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.math.BigDecimal] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,031][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,031][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,031][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,031][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,032][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,032][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,032][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,032][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,032][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,032][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.flow.domain.form.StartProcessForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,032][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,032][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,033][DEBUG][http-nio-1024-exec-10] resolve [map type; class java.util.Map, [simple type, class java.lang.String] -> [simple type, class java.lang.Object]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,033][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Object] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,033][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,033][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,033][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,033][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,033][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,033][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.flow.domain.vo.StartProcessReturnVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,034][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,034][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,034][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.flow.domain.vo.WarmFlowInteractiveTypeVO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,034][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,034][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.String]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,034][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,034][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,034][DEBUG][http-nio-1024-exec-10] resolve [map type; class java.util.Map, [simple type, class java.lang.String] -> [simple type, class java.lang.Object]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,034][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Object] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,035][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,035][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,035][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,035][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,035][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,035][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,035][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,035][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.flow.domain.form.CompleteTaskForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,036][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,036][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,036][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.flow.domain.vo.FlowCopyVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,036][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.flow.domain.vo.FlowCopyVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,036][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,036][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.String]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,036][DEBUG][http-nio-1024-exec-10] resolve [map type; class java.util.Map, [simple type, class java.lang.String] -> [simple type, class java.lang.Object]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,036][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Object] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,036][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,037][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,037][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,037][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,037][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,037][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Void] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,037][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,037][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.flow.domain.form.ApproveTaskInsForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,037][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,037][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.flow.domain.vo.FlowCopyVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,037][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.flow.domain.vo.FlowCopyVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,037][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,038][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.String]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,038][DEBUG][http-nio-1024-exec-10] resolve [map type; class java.util.Map, [simple type, class java.lang.String] -> [simple type, class java.lang.Object]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,038][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Object] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,038][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,038][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,038][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,038][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,038][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,039][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Void] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,039][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,039][DEBUG][http-nio-1024-exec-10] resolve class org.dromara.warm.flow.orm.entity.FlowDefinition (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,039][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,039][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,039][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,040][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,040][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,040][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,040][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.core.entity.Node]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,040][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.entity.Node] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,041][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,041][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,041][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.math.BigDecimal] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,041][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.core.entity.Skip]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,041][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.entity.Skip] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,041][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,042][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.core.entity.User]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,042][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.entity.User] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,042][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,043][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,043][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,043][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,043][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,043][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,043][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,043][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.flow.domain.form.FlowDefinitionQueryForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,043][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,044][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,044][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,044][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,044][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,044][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,044][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,044][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,044][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,045][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,045][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,045][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,045][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,045][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageResult] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,045][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,045][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,045][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,045][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,045][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.flow.domain.vo.FlowDefinitionVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,045][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.flow.domain.vo.FlowDefinitionVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,045][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,045][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,046][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,046][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,046][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,046][DEBUG][http-nio-1024-exec-10] resolve interface org.springframework.web.multipart.MultipartFile (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,046][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,047][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,047][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,047][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,047][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,047][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Void] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,047][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,047][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,048][DEBUG][http-nio-1024-exec-10] resolve class org.dromara.warm.flow.orm.entity.FlowDefinition (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,049][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,049][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,049][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,049][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,049][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,049][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,049][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.core.entity.Node]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,049][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.entity.Node] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,050][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,050][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,050][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.math.BigDecimal] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,050][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.core.entity.Skip]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,050][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.entity.Skip] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,050][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,051][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.core.entity.User]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,051][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.entity.User] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,051][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,052][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,052][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,052][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,052][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,052][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,052][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,052][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.system.employee.domain.form.EmployeeUpdateForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,053][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,053][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,053][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,053][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,053][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,053][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,053][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,053][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,053][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.Long]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,053][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,054][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,054][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,054][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,054][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,054][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,054][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,054][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,054][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,054][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,055][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.system.employee.domain.form.EmployeeUpdatePasswordForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,055][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,055][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,055][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,055][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,055][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,055][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,055][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,056][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,056][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,056][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.system.employee.domain.form.EmployeeUpdateCenterForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,056][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,056][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,056][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,056][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,056][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,057][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,057][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,057][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,057][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,057][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,057][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,057][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,057][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,057][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,058][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.system.employee.domain.form.EmployeeBatchUpdateDepartmentForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,058][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.Long]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,058][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,058][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,058][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,058][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,058][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,058][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,058][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,059][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,059][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,059][DEBUG][http-nio-1024-exec-10] resolve java.util.List (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,059][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,059][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,059][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,059][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,059][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,059][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,060][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,060][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,060][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.system.employee.domain.form.EmployeeUpdateAvatarForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,060][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,060][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,060][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,060][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,061][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,061][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,061][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,061][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,061][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.system.employee.domain.form.EmployeeQueryForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,061][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,061][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,062][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,062][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,062][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageParam$SortItem] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,062][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,062][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,062][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,062][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,062][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDate] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,062][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDate] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,062][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,062][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.Long]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,062][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,063][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,063][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,063][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,063][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,063][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,063][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageResult] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,063][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,063][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,063][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,063][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,064][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.system.employee.domain.vo.EmployeeVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,064][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.employee.domain.vo.EmployeeVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,064][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,064][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,064][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,064][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,064][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,064][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,064][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,064][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,064][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,065][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,065][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.Long]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,065][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,065][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.String]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,065][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,065][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,065][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,065][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,065][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,065][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,066][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.system.employee.domain.form.EmployeeAddForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,066][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,066][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,066][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,066][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,066][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,066][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,066][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,066][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,066][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.Long]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,066][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,067][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,067][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,067][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,067][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,067][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,067][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,067][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,067][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,068][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.system.department.domain.form.DepartmentUpdateForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,068][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,068][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,068][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,068][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,068][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,068][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,069][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,069][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,069][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,069][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,069][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,069][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,069][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.system.department.domain.form.DepartmentAddForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,069][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,069][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,069][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,070][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,070][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,070][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,070][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,070][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,070][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,070][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,070][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,071][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.business.category.domain.form.CategoryUpdateForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,071][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,071][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,071][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,071][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,071][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,071][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,072][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,072][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,072][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,072][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,072][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,072][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,072][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,072][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,073][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.business.category.domain.form.CategoryTreeQueryForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,073][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,073][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,073][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,073][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,073][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,073][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,073][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,073][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.business.category.domain.vo.CategoryTreeVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,073][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.business.category.domain.vo.CategoryTreeVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,074][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,074][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,074][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,074][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,074][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,074][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,074][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,074][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,074][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,075][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.business.category.domain.vo.CategoryTreeVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,075][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.business.category.domain.vo.CategoryTreeVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,075][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,076][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.business.category.domain.form.CategoryAddForm (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,076][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,076][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,076][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,076][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,076][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,076][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,076][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,076][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,077][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,077][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,077][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,077][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,077][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,077][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,077][DEBUG][http-nio-1024-exec-10] resolve org.dromara.warm.flow.core.dto.ApiResult (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,077][DEBUG][http-nio-1024-exec-10] resolve [simple type, class int] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,077][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,078][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.dto.DefJson] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,078][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,078][DEBUG][http-nio-1024-exec-10] resolve [map type; class java.util.Map, [simple type, class java.lang.String] -> [simple type, class java.lang.Object]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,078][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Object] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,078][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.core.dto.NodeJson]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,078][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.dto.NodeJson] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,078][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,078][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.math.BigDecimal] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,079][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.core.dto.SkipJson]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,079][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.dto.SkipJson] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,079][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.String]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,080][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,080][DEBUG][http-nio-1024-exec-10] resolve org.dromara.warm.flow.core.dto.ApiResult (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,080][DEBUG][http-nio-1024-exec-10] resolve [simple type, class int] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,080][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,080][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.dto.DefJson] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,080][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,080][DEBUG][http-nio-1024-exec-10] resolve [map type; class java.util.Map, [simple type, class java.lang.String] -> [simple type, class java.lang.Object]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,080][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Object] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,080][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.core.dto.NodeJson]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,080][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.dto.NodeJson] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,081][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,081][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.math.BigDecimal] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,081][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.core.dto.SkipJson]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,081][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.dto.SkipJson] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,082][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.String]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,082][DEBUG][http-nio-1024-exec-10] resolve org.dromara.warm.flow.core.dto.ApiResult> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,082][DEBUG][http-nio-1024-exec-10] resolve [simple type, class int] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,082][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,082][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.core.entity.Form]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,082][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.entity.Form] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,082][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,082][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,082][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,083][DEBUG][http-nio-1024-exec-10] resolve org.dromara.warm.flow.core.dto.ApiResult> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,083][DEBUG][http-nio-1024-exec-10] resolve [simple type, class int] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,083][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,084][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.ui.vo.NodeExt]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,084][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.ui.vo.NodeExt] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,084][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.ui.vo.NodeExt$ChildNode]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,084][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.ui.vo.NodeExt$ChildNode] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,084][DEBUG][http-nio-1024-exec-10] resolve [simple type, class boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,084][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.ui.vo.NodeExt$DictItem]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,084][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.ui.vo.NodeExt$DictItem] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,085][DEBUG][http-nio-1024-exec-10] resolve org.dromara.warm.flow.core.dto.ApiResult> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,085][DEBUG][http-nio-1024-exec-10] resolve [simple type, class int] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,085][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,085][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.String]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,085][DEBUG][http-nio-1024-exec-10] resolve class org.dromara.warm.flow.ui.dto.HandlerQuery (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,085][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,085][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,086][DEBUG][http-nio-1024-exec-10] resolve org.dromara.warm.flow.core.dto.ApiResult (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,086][DEBUG][http-nio-1024-exec-10] resolve [simple type, class int] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,086][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,086][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.ui.vo.HandlerSelectVo] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,087][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.dto.FlowPage] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,087][DEBUG][http-nio-1024-exec-10] resolve [simple type, class long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,087][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.ui.vo.HandlerAuth]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,087][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.ui.vo.HandlerAuth] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,087][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.ui.vo.TreeSelection]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,087][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.ui.vo.TreeSelection] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,087][DEBUG][http-nio-1024-exec-10] resolve class org.dromara.warm.flow.ui.dto.HandlerFeedBackDto (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,087][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.String]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,087][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,088][DEBUG][http-nio-1024-exec-10] resolve org.dromara.warm.flow.core.dto.ApiResult> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,088][DEBUG][http-nio-1024-exec-10] resolve [simple type, class int] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,088][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,088][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.ui.vo.HandlerFeedBackVo]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,088][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.ui.vo.HandlerFeedBackVo] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,088][DEBUG][http-nio-1024-exec-10] resolve org.dromara.warm.flow.core.dto.ApiResult> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,089][DEBUG][http-nio-1024-exec-10] resolve [simple type, class int] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,089][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,089][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.ui.vo.Dict]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,089][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.ui.vo.Dict] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,089][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,089][DEBUG][http-nio-1024-exec-10] resolve org.dromara.warm.flow.core.dto.ApiResult (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,089][DEBUG][http-nio-1024-exec-10] resolve [simple type, class int] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,089][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,090][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,090][DEBUG][http-nio-1024-exec-10] resolve org.dromara.warm.flow.core.dto.ApiResult (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,090][DEBUG][http-nio-1024-exec-10] resolve [simple type, class int] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,090][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,090][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.dto.FlowDto] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,090][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,090][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.entity.Form] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,090][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,090][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,091][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Object] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,091][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,091][DEBUG][http-nio-1024-exec-10] resolve org.dromara.warm.flow.core.dto.ApiResult (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,091][DEBUG][http-nio-1024-exec-10] resolve [simple type, class int] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,091][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,091][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.dto.FlowDto] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,091][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,091][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.entity.Form] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,091][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,091][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,092][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Object] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,092][DEBUG][http-nio-1024-exec-10] resolve org.dromara.warm.flow.core.dto.ApiResult (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,092][DEBUG][http-nio-1024-exec-10] resolve [simple type, class int] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,092][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,092][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.ui.vo.WarmFlowVo] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,092][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.String]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,093][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,093][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,094][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,094][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,094][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,094][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,094][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.role.domain.vo.RoleMenuTreeVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,094][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,094][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.system.menu.domain.vo.MenuSimpleTreeVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,094][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.menu.domain.vo.MenuSimpleTreeVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,095][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,095][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,095][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,095][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,095][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,095][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.system.menu.domain.vo.MenuSimpleTreeVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,095][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.menu.domain.vo.MenuSimpleTreeVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,095][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.Long]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,095][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,096][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,096][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,096][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,096][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,096][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,096][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,096][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.system.role.domain.vo.RoleVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,097][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.role.domain.vo.RoleVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,097][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,097][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,097][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,097][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,097][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,097][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,097][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,097][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,098][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,098][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,098][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,098][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,098][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.role.domain.vo.RoleVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,098][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,098][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,098][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,098][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,098][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,098][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,099][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,099][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,099][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,099][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,099][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,099][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,099][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,099][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,099][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,100][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,100][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,100][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,100][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,100][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,100][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,100][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.system.role.domain.vo.RoleSelectedVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,100][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.role.domain.vo.RoleSelectedVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,100][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,101][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,101][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,101][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,101][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,101][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,101][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,101][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,101][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,101][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,102][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,102][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,102][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,102][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.system.employee.domain.vo.EmployeeVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,102][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.employee.domain.vo.EmployeeVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,102][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,102][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,102][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,102][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,102][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,102][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,103][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,103][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,103][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,103][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,103][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.Long]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,103][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,103][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.String]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,103][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,103][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,103][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,103][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,103][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,104][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,104][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,104][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,104][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,104][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,104][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,104][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,104][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,105][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,105][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,105][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,105][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,105][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,105][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,105][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.system.role.domain.vo.RoleDataScopeVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,105][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.role.domain.vo.RoleDataScopeVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,106][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,106][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,106][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,106][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,106][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,106][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,106][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,107][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,107][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.system.position.domain.vo.PositionVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,107][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.position.domain.vo.PositionVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,107][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,107][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,107][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,107][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,107][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,107][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,107][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,107][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,108][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,108][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,108][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,108][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,108][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,108][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,108][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,108][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,108][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,109][DEBUG][http-nio-1024-exec-10] resolve class java.lang.String (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,109][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,109][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,109][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,109][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,109][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,109][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,109][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,110][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,110][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,110][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,110][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,110][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,110][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.business.oa.notice.domain.vo.NoticeTypeVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,110][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.business.oa.notice.domain.vo.NoticeTypeVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,110][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,110][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,110][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,111][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,111][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,111][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,111][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,111][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,111][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,111][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,111][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,112][DEBUG][http-nio-1024-exec-10] resolve class java.lang.String (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,112][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,112][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,112][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,112][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,112][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,112][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,112][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,113][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,113][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,113][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,113][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,113][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,113][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,113][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.business.oa.notice.domain.vo.NoticeUpdateFormVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,113][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,114][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,114][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,114][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,114][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,114][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,114][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,114][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,114][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,115][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,115][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,115][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,115][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,115][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,115][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,115][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,115][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,115][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,116][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,116][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,116][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,116][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,116][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,116][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.business.oa.notice.domain.vo.NoticeVisibleRangeVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,116][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.business.oa.notice.domain.vo.NoticeVisibleRangeVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,116][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,116][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,116][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,117][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,117][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,117][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,117][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,118][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,118][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,118][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,118][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.business.oa.notice.domain.vo.NoticeDetailVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,118][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,118][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,118][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,118][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,119][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,119][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,119][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,119][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,119][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,119][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,119][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,119][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,119][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,120][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,120][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,120][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,120][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,120][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,120][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,129][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,130][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,130][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,130][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,130][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,130][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,130][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,130][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,131][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,131][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,131][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,132][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,132][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,132][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,132][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.business.oa.invoice.domain.InvoiceVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,132][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.business.oa.invoice.domain.InvoiceVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,132][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,132][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,132][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,132][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,132][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,132][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,132][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,132][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,132][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,133][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,133][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,133][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,133][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,133][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,133][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,133][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,134][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,134][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,134][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,134][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,134][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.business.oa.invoice.domain.InvoiceVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,134][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,134][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,134][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,134][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,134][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,134][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,134][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,135][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,135][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,135][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,135][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,135][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,135][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,135][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,135][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Integer (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,136][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,136][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,136][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,136][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,136][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,136][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.business.oa.enterprise.domain.vo.EnterpriseListVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,136][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.business.oa.enterprise.domain.vo.EnterpriseListVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,136][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,136][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,136][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,137][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,137][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,137][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,137][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,137][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,137][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,137][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.business.oa.enterprise.domain.vo.EnterpriseVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,137][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,138][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,138][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,138][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,138][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,138][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,138][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,138][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,138][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,138][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,138][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,139][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,139][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,139][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,139][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,139][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,139][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,139][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,139][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,139][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,140][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,140][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,140][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,140][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,140][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,140][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,140][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,140][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,141][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,141][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,141][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,141][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,141][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,141][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,141][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,142][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,142][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.business.oa.bank.domain.BankVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,142][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.business.oa.bank.domain.BankVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,142][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,142][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,142][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,142][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,142][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,142][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,142][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,142][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,142][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,142][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,143][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,143][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,143][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,143][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,143][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,143][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,143][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,144][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,144][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,144][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,144][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.business.oa.bank.domain.BankVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,144][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,144][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,144][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,144][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,144][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,144][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,144][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,144][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,145][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,145][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,145][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,145][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,145][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,145][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,145][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,145][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,145][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,146][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,146][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,146][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,146][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,146][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,146][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,146][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,146][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,147][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,147][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,147][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,147][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,147][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,147][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Boolean (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,147][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,147][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,148][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,148][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,148][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,148][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.system.menu.domain.vo.MenuTreeVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,148][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.menu.domain.vo.MenuTreeVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,148][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,148][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,148][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,148][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,149][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,149][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,149][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,149][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,149][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,149][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,149][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,149][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,149][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,150][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,150][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,150][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,150][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,150][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,150][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,150][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,150][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,150][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.system.menu.domain.vo.MenuTreeVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,150][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.menu.domain.vo.MenuTreeVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,153][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,153][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,153][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,153][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,153][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,153][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,153][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.system.menu.domain.vo.MenuVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,154][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.menu.domain.vo.MenuVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,154][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,154][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,154][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,154][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,154][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,154][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,154][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,154][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,155][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,155][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,155][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,155][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,155][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,155][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,155][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,155][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,155][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,156][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,156][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,156][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,156][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,156][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,156][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,157][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,157][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,157][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,157][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,157][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,157][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.menu.domain.vo.MenuVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,157][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,157][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,158][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,158][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,158][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,158][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,158][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,158][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,158][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,158][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,158][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,159][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,159][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,159][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,159][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,159][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,159][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,159][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,159][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,159][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,160][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,160][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,160][DEBUG][http-nio-1024-exec-10] resolve java.util.List (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,160][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,161][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,161][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,161][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,161][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,161][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,161][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,161][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,162][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,162][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,162][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,162][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,162][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,162][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.base.common.domain.RequestUrlVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,162][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.RequestUrlVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,162][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,162][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,162][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,163][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,163][DEBUG][http-nio-1024-exec-10] resolve class java.lang.String (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,163][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,163][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,163][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,163][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,164][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,164][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,164][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,164][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,164][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,164][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,164][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,165][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,165][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,165][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,165][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,165][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,165][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,165][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,165][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,166][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,166][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,166][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,166][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,166][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,166][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,166][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,166][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.login.domain.LoginResultVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,167][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,167][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.enumeration.UserTypeEnum] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,167][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,167][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,167][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,167][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,167][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,168][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,168][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,168][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,168][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,168][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,168][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,168][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,168][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,168][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,169][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,169][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,169][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.system.menu.domain.vo.MenuVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,169][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.menu.domain.vo.MenuVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,169][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,169][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,169][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,169][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,169][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,170][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,170][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,170][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,170][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,170][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,170][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,170][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,170][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,170][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,171][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,171][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,171][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,171][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,171][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,171][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,171][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,171][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,172][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,172][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,172][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,172][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,172][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,172][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,173][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,173][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,173][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,173][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,173][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,173][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.module.support.captcha.domain.CaptchaVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,173][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,173][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,174][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,174][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,174][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,174][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,174][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,174][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,174][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,174][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,174][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,175][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.business.oa.leave.domain.vo.LeaveVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,175][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,175][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,175][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,175][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDate] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,175][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,175][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,175][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,175][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,175][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,175][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,175][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,176][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,176][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,176][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,176][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,176][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,176][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,176][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,176][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,177][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,177][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,177][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,177][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,177][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,177][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,177][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,177][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,178][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,178][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,178][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,178][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,178][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,179][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,179][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,179][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,179][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,179][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,179][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,179][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,179][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,180][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,180][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,180][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,180][DEBUG][http-nio-1024-exec-10] resolve class org.dromara.warm.flow.orm.entity.FlowTask (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,180][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,180][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,180][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,180][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,180][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,181][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,181][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,181][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,181][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.String]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,181][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.core.entity.User]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,181][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.entity.User] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,181][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,182][DEBUG][http-nio-1024-exec-10] resolve int (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,182][DEBUG][http-nio-1024-exec-10] resolve int (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,182][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,183][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,183][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,183][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,183][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,183][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageResult] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,183][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,183][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,183][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,183][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,183][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.flow.domain.vo.FlowTaskVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,183][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.flow.domain.vo.FlowTaskVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,183][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,184][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,184][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,184][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,184][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,184][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,184][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,184][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.String]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,185][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.core.entity.User]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,185][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.entity.User] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,185][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,185][DEBUG][http-nio-1024-exec-10] resolve [map type; class cn.hutool.json.JSONObject, [simple type, class java.lang.String] -> [simple type, class java.lang.Object]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,188][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Object] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,188][DEBUG][http-nio-1024-exec-10] resolve [map type; class java.util.Map, [simple type, class java.lang.String] -> [simple type, class java.lang.Object]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,188][DEBUG][http-nio-1024-exec-10] resolve [simple type, class cn.hutool.json.JSONConfig] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,188][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Comparator] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,188][DEBUG][http-nio-1024-exec-10] resolve [simple type, class boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,189][DEBUG][http-nio-1024-exec-10] resolve [simple type, class boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,190][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,190][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,190][DEBUG][http-nio-1024-exec-10] resolve class net.lab1024.sa.admin.module.flow.domain.vo.WarmFlowInteractiveTypeVO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,190][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,190][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.String]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,190][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,190][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,190][DEBUG][http-nio-1024-exec-10] resolve [map type; class java.util.Map, [simple type, class java.lang.String] -> [simple type, class java.lang.Object]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,190][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Object] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,191][DEBUG][http-nio-1024-exec-10] resolve int (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,191][DEBUG][http-nio-1024-exec-10] resolve int (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,191][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,191][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,191][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,191][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,191][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,191][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageResult] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,191][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,192][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,192][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,192][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,192][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.system.employee.domain.entity.EmployeeEntity]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,192][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.employee.domain.entity.EmployeeEntity] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,192][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,192][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,192][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,192][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,193][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,193][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,193][DEBUG][http-nio-1024-exec-10] resolve class [Ljava.lang.Long; (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,193][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,193][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,193][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,193][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,194][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,194][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,194][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.system.employee.domain.entity.EmployeeEntity]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,194][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.employee.domain.entity.EmployeeEntity] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,194][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,194][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,194][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,194][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,194][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,195][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,195][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,195][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,195][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,195][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,195][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,195][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.flow.domain.vo.FlowTaskVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,195][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,196][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,196][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,196][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,196][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,196][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,196][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,196][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.String]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,197][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.core.entity.User]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,197][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.entity.User] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,197][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,197][DEBUG][http-nio-1024-exec-10] resolve [map type; class cn.hutool.json.JSONObject, [simple type, class java.lang.String] -> [simple type, class java.lang.Object]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,197][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Object] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,197][DEBUG][http-nio-1024-exec-10] resolve [map type; class java.util.Map, [simple type, class java.lang.String] -> [simple type, class java.lang.Object]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,198][DEBUG][http-nio-1024-exec-10] resolve [simple type, class cn.hutool.json.JSONConfig] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,198][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Comparator] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,198][DEBUG][http-nio-1024-exec-10] resolve [simple type, class boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,198][DEBUG][http-nio-1024-exec-10] resolve [simple type, class boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,198][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,199][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,199][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,199][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,199][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,199][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,199][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,199][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.entity.Task] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,199][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,200][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,200][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.core.entity.User]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,200][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.entity.User] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,200][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,200][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.String]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,200][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,201][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,201][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,201][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,201][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,201][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,201][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,201][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.flow.domain.vo.FlowTaskVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,201][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,201][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,202][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,202][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,202][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,202][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,202][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,202][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.String]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,202][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.core.entity.User]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,202][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.entity.User] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,203][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,203][DEBUG][http-nio-1024-exec-10] resolve [map type; class cn.hutool.json.JSONObject, [simple type, class java.lang.String] -> [simple type, class java.lang.Object]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,203][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Object] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,203][DEBUG][http-nio-1024-exec-10] resolve [map type; class java.util.Map, [simple type, class java.lang.String] -> [simple type, class java.lang.Object]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,203][DEBUG][http-nio-1024-exec-10] resolve [simple type, class cn.hutool.json.JSONConfig] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,204][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Comparator] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,204][DEBUG][http-nio-1024-exec-10] resolve [simple type, class boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,204][DEBUG][http-nio-1024-exec-10] resolve [simple type, class boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,204][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,205][DEBUG][http-nio-1024-exec-10] resolve class org.dromara.warm.flow.orm.entity.FlowHisTask (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,205][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,205][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,205][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,205][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,205][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,205][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,205][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,205][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,206][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.String]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,207][DEBUG][http-nio-1024-exec-10] resolve [map type; class java.util.Map, [simple type, class java.lang.String] -> [simple type, class java.lang.Object]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,207][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Object] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,207][DEBUG][http-nio-1024-exec-10] resolve int (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,207][DEBUG][http-nio-1024-exec-10] resolve int (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,207][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,207][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,207][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,208][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,208][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,208][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageResult] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,208][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,208][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,208][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,208][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,208][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.orm.entity.FlowHisTask]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,208][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.orm.entity.FlowHisTask] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,208][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,208][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,208][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,209][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,209][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,209][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,209][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,210][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.String]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,210][DEBUG][http-nio-1024-exec-10] resolve [map type; class java.util.Map, [simple type, class java.lang.String] -> [simple type, class java.lang.Object]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,210][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Object] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,210][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,211][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,211][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,211][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,211][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,211][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,211][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,211][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,211][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.orm.entity.FlowHisTask]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,212][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.orm.entity.FlowHisTask] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,212][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,212][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,212][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,212][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,212][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,212][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,212][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,213][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.String]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,214][DEBUG][http-nio-1024-exec-10] resolve [map type; class java.util.Map, [simple type, class java.lang.String] -> [simple type, class java.lang.Object]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,214][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Object] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,214][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,214][DEBUG][http-nio-1024-exec-10] resolve class org.dromara.warm.flow.orm.entity.FlowTask (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,214][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,214][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,214][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,214][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,214][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,215][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,215][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,215][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,215][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.String]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,215][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.core.entity.User]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,215][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.entity.User] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,215][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,216][DEBUG][http-nio-1024-exec-10] resolve int (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,216][DEBUG][http-nio-1024-exec-10] resolve int (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,216][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,216][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,216][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,216][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,216][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,217][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.base.common.domain.PageResult] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,217][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,217][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,217][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,217][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,217][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.orm.entity.FlowHisTask]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,217][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.orm.entity.FlowHisTask] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,217][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,217][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,217][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,217][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,217][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,218][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,218][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,218][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.String]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,219][DEBUG][http-nio-1024-exec-10] resolve [map type; class java.util.Map, [simple type, class java.lang.String] -> [simple type, class java.lang.Object]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,219][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Object] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,219][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,219][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,220][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,220][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,220][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,220][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,220][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,220][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,220][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.core.entity.Node]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,220][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.entity.Node] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,221][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,221][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,221][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,221][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.math.BigDecimal] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,221][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.core.entity.Skip]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,221][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.entity.Skip] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,221][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,222][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,222][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,222][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,222][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,223][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,223][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,223][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,223][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,223][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,223][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,223][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,223][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,224][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,224][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,224][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,224][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.entity.Definition] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,224][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,224][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,224][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.core.entity.Node]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,224][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.entity.Node] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,224][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,225][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.math.BigDecimal] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,225][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.core.entity.Skip]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,225][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.entity.Skip] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,225][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.util.Date] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,226][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class org.dromara.warm.flow.core.entity.User]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,226][DEBUG][http-nio-1024-exec-10] resolve [simple type, class org.dromara.warm.flow.core.entity.User] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,226][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,226][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,227][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,227][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,227][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,227][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,227][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,227][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Void] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,227][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,228][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,228][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,228][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,228][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,228][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,228][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,228][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,228][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,228][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,229][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,229][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,229][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,229][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,229][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,229][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,229][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,229][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,230][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,230][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,230][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,230][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,230][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,230][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,230][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,230][DEBUG][http-nio-1024-exec-10] resolve java.util.List (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,230][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,231][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,231][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,231][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,231][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,231][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,231][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,231][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,231][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,232][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,232][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,232][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,232][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,232][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,232][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,232][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,232][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,233][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,233][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,233][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,233][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,233][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,233][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,233][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,233][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,234][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,234][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,234][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,234][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,234][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,234][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,234][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,234][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,234][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,235][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,235][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,235][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,235][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,235][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,235][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,235][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,235][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,236][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,236][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,236][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,236][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,236][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,236][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,236][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Boolean (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,236][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,236][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,237][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,237][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,237][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,237][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.system.employee.domain.vo.EmployeeVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,237][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.employee.domain.vo.EmployeeVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,237][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,237][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,237][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,237][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,237][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,237][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,238][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,238][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,238][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,238][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,238][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.Long]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,238][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,238][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.String]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,238][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,238][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,238][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,238][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,239][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,239][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,239][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,239][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,239][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,239][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,239][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,239][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,240][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,240][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,240][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,240][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,240][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,240][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,240][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.system.employee.domain.vo.EmployeeVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,240][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.employee.domain.vo.EmployeeVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,240][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,241][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,241][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,241][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,241][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,241][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,241][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,241][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,241][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,241][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,241][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.Long]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,241][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,241][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.String]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,242][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,242][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,242][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,242][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,242][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,242][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,243][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,243][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,243][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,243][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,243][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.system.department.domain.vo.DepartmentTreeVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,243][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.department.domain.vo.DepartmentTreeVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,243][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,243][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,244][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,244][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,244][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,244][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,244][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,244][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,244][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,244][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,244][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.system.department.domain.vo.DepartmentTreeVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,244][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.department.domain.vo.DepartmentTreeVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,245][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class java.lang.Long]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,245][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,245][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,246][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,246][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,246][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,246][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,246][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,246][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.system.department.domain.vo.DepartmentVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,246][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.department.domain.vo.DepartmentVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,246][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,246][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,246][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,246][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,247][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,247][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,247][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,247][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,247][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,247][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,247][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,247][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,247][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,248][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,248][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,248][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,248][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,248][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO> (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,248][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,248][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,248][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,249][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,249][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.system.datascope.domain.DataScopeAndViewTypeVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,249][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.datascope.domain.DataScopeAndViewTypeVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,249][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,249][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,249][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,249][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,249][DEBUG][http-nio-1024-exec-10] resolve [collection type; class java.util.List, contains [simple type, class net.lab1024.sa.admin.module.system.datascope.domain.DataScopeViewTypeVO]] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,249][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.system.datascope.domain.DataScopeViewTypeVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,249][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,249][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,250][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,250][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,250][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,250][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,250][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,250][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,250][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,251][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,251][DEBUG][http-nio-1024-exec-10] resolve [simple type, class net.lab1024.sa.admin.module.business.category.domain.vo.CategoryVO] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,251][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,251][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,251][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,251][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,251][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,251][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,251][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Long] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,251][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.time.LocalDateTime] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,251][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,252][DEBUG][http-nio-1024-exec-10] resolve class java.lang.Long (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,252][DEBUG][http-nio-1024-exec-10] resolve net.lab1024.sa.base.common.domain.ResponseDTO (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,252][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,252][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,252][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,252][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Boolean] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,252][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.String] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,252][DEBUG][http-nio-1024-exec-10] resolve [simple type, class java.lang.Integer] (ModelConverterContextImpl.java:90) +[2026-06-09 10:48:53,256][DEBUG][http-nio-1024-exec-10] Knife4j OpenApiCustomizer (Knife4jOpenApiCustomizer.java:45) +[2026-06-09 10:48:53,257][DEBUG][http-nio-1024-exec-10] Resolver method start... (OpenApiExtensionResolver.java:74) +[2026-06-09 10:48:53,269][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:53,276][DEBUG][http-nio-1024-exec-10] Writing [{123, 34, 111, 112, 101, 110, 97, 112, 105, 34, 58, 34, 51, 46, 48, 46, 49, 34, 44, 34, 105, 110, 10 (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:48:53,276][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:54,901][DEBUG][http-nio-1024-exec-5] GET "/swagger-ui/index.html", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:54,902][DEBUG][http-nio-1024-exec-5] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]] (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:54,905][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:54,913][DEBUG][http-nio-1024-exec-7] GET "/swagger-ui/index.css", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:54,913][DEBUG][http-nio-1024-exec-8] GET "/swagger-ui/swagger-ui.css", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:54,913][DEBUG][http-nio-1024-exec-1] GET "/swagger-ui/swagger-ui-bundle.js", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:54,914][DEBUG][http-nio-1024-exec-1] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]] (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:54,914][DEBUG][http-nio-1024-exec-9] GET "/swagger-ui/swagger-ui-standalone-preset.js", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:54,914][DEBUG][http-nio-1024-exec-8] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]] (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:54,914][DEBUG][http-nio-1024-exec-7] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]] (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:54,914][DEBUG][http-nio-1024-exec-2] GET "/swagger-ui/swagger-initializer.js", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:54,914][DEBUG][http-nio-1024-exec-9] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]] (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:54,914][DEBUG][http-nio-1024-exec-2] Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]] (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:54,916][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:54,916][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:54,922][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:54,926][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:54,930][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:54,980][DEBUG][http-nio-1024-exec-4] GET "/v3/api-docs/swagger-config", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:54,980][DEBUG][http-nio-1024-exec-4] Mapped to org.springdoc.webmvc.ui.SwaggerConfigResource#openapiJson(HttpServletRequest) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:54,981][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [*/*] and supported [application/json] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:54,981][DEBUG][http-nio-1024-exec-4] Writing [{configUrl=/v3/api-docs/swagger-config, docExpansion=none, oauth2RedirectUrl=http://localhost:1024/s (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:48:54,982][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:54,996][DEBUG][http-nio-1024-exec-6] GET "/v3/api-docs/%E4%B8%9A%E5%8A%A1%E6%8E%A5%E5%8F%A3", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:54,996][DEBUG][http-nio-1024-exec-6] Mapped to org.springdoc.webmvc.api.MultipleOpenApiWebMvcResource#openapiJson(HttpServletRequest, String, String, Locale) (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:54,997][DEBUG][http-nio-1024-exec-6] Fetching openApi document from cache (AbstractOpenApiResource.java:394) +[2026-06-09 10:48:55,026][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, */*] and supported [application/json] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:55,032][DEBUG][http-nio-1024-exec-6] Writing [{123, 34, 111, 112, 101, 110, 97, 112, 105, 34, 58, 34, 51, 46, 48, 46, 49, 34, 44, 34, 105, 110, 10 (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:48:55,032][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:48:57,688][DEBUG][http-nio-1024-exec-10] GET "/support/protect/level3protect/getConfig", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:48:57,688][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.support.AdminProtectController#getConfig() (AbstractHandlerMapping.java:531) +[2026-06-09 10:48:57,688][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:57,688][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:57,689][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2d9f23d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:57,689][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:57,689][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:57,690][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:57,690][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5231f8d4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:57,691][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:57,691][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:57,691][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:57,692][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@709310b3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:57,692][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:57,692][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:57,692][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:57,695][DEBUG][redisson-netty-2-4] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2fd920f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:57,695][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:57,695][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:48:57,696][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590277, [49, 55, 56, 48, 57, 55, 51, 51, 51, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:48:57,697][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590277, [49, 55, 56, 48, 57, 55, 51, 51, 51, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@45009829[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590277, [49, 55, 56, 48, 57, 55, 51, 51, 51, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:48:57,697][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:48:57,699][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:48:57,699][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data={?"fileDetectFlag":true,?"loginActiveTim (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:48:57,699][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:01,130][DEBUG][http-nio-1024-exec-7] GET "/support/dataMasking/demo/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:01,130][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.support.AdminDataMaskingDemoController#query() (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:01,130][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:01,130][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:01,131][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6c8b4313[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:01,131][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:01,131][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:01,131][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:01,132][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@458d6807[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:01,132][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:01,132][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:01,132][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:01,132][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@44ccd4f2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:01,132][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:01,132][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:01,132][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:01,133][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2d66a60f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:01,133][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:01,133][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:01,133][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590274, [49, 55, 56, 48, 57, 55, 51, 51, 52, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:01,133][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590274, [49, 55, 56, 48, 57, 55, 51, 51, 52, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@46036539[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590274, [49, 55, 56, 48, 57, 55, 51, 51, 52, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:01,133][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:01,140][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:01,141][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[AdminDataMaskingDemoController.DataVO(userI (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:01,150][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:01,508][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:01,508][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2cd3154] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:01,508][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:01,509][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:01,509][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 10:49:01,509][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:49:01,577][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:01,578][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2cd3154] (Logger.java:49) +[2026-06-09 10:49:01,932][DEBUG][http-nio-1024-exec-9] POST "/support/protect/loginFail/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:01,933][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.support.AdminProtectController#queryPage(LoginFailQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:01,933][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:01,933][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:01,934][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7000fa5a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:01,934][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:01,934][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:01,934][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:01,935][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@50688d11[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:01,935][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:01,935][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:01,935][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:01,935][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1e43d09d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:01,936][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:01,936][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:01,936][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:01,936][DEBUG][redisson-netty-2-30] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@75a69b5[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:01,936][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:01,936][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:01,936][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590273, [49, 55, 56, 48, 57, 55, 51, 51, 52, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:01,937][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590273, [49, 55, 56, 48, 57, 55, 51, 51, 52, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6a9732f8[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590273, [49, 55, 56, 48, 57, 55, 51, 51, 52, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:01,937][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:01,940][DEBUG][http-nio-1024-exec-9] Read "application/json;charset=UTF-8" to [LoginFailQueryForm(loginName=null, lockFlag=true, loginLockBeginTimeBegin=null, loginLockBeginTimeEn (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:01,945][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:01,945][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@39c37a0d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:01,948][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:01,948][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:01,948][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT COUNT(*) AS total FROM t_login_fail WHERE t_login_fail.lock_flag = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:01,949][DEBUG][http-nio-1024-exec-9] ==> Parameters: true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:02,018][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:02,019][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@39c37a0d] (Logger.java:49) +[2026-06-09 10:49:02,022][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:02,023][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:02,023][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:02,933][DEBUG][http-nio-1024-exec-6] GET "/support/tableColumn/getColumns/20006", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:02,933][DEBUG][http-nio-1024-exec-3] POST "/support/loginLog/page/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:02,933][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.support.AdminLoginLogController#queryByPage(LoginLogQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:02,933][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:02,933][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:02,933][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:02,933][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:02,933][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:02,934][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@375a6539[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:02,934][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@74024092[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:02,934][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:02,934][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:02,934][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:02,934][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:02,934][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:02,934][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:02,935][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7f6413dd[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:02,935][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@493d1e42[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:02,935][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:02,935][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:02,935][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:02,935][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:02,935][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:02,935][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:02,935][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2611f4c0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:02,935][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@37474f6b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:02,935][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:02,935][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:02,935][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:02,935][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:02,935][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:02,935][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:02,936][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7df60a9a[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:02,936][DEBUG][redisson-netty-2-1] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@52cf089c[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:02,936][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:02,936][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:02,936][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590272, [49, 55, 56, 48, 57, 55, 51, 51, 52, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:02,936][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:02,936][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:02,936][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590272, [49, 55, 56, 48, 57, 55, 51, 51, 52, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:02,936][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590272, [49, 55, 56, 48, 57, 55, 51, 51, 52, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2227825b[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590272, [49, 55, 56, 48, 57, 55, 51, 51, 52, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:02,936][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:02,936][DEBUG][redisson-netty-2-24] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590272, [49, 55, 56, 48, 57, 55, 51, 51, 52, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@726b8e1b[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590272, [49, 55, 56, 48, 57, 55, 51, 51, 52, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:02,936][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:02,936][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:02,936][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7815a48f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:02,937][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:02,937][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:02,937][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:02,937][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long), 20006(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:02,938][DEBUG][http-nio-1024-exec-3] Read "application/json;charset=UTF-8" to [LoginLogQueryForm(userId=null, userType=null, startDate=null, endDate=null, userName=, ip=)] (LogFormatUtils.java:120) +[2026-06-09 10:49:02,938][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:02,938][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@45da0ba9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:02,942][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:02,942][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:02,942][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT COUNT(*) AS total FROM t_login_log WHERE login_ip ILIKE '%' || ? || '%' AND login_ip ILIKE '%' || ? || '%' (BaseJdbcLogger.java:135) +[2026-06-09 10:49:02,951][DEBUG][http-nio-1024-exec-3] ==> Parameters: (String), (String) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:03,017][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:03,017][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:03,017][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7815a48f] (Logger.java:49) +[2026-06-09 10:49:03,017][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_login_log WHERE login_ip ilike '%' || ? || '%' AND login_ip ilike '%' || ? || '%' order by create_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:03,018][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:03,018][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:49:03,018][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:03,019][DEBUG][http-nio-1024-exec-10] GET "/support/tableColumn/getColumns/20006", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:03,020][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:03,020][DEBUG][http-nio-1024-exec-3] ==> Parameters: (String), (String), 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:03,020][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:03,020][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:03,021][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7aa408fa[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:03,022][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:03,022][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:03,022][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:03,022][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1dac83b4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:03,022][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:03,023][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:03,023][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:03,024][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@889e4e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:03,024][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:03,024][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:03,024][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:03,027][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@74a696f7[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:03,028][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:03,028][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:03,028][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590272, [49, 55, 56, 48, 57, 55, 51, 51, 52, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:03,029][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590272, [49, 55, 56, 48, 57, 55, 51, 51, 52, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@40ea0d17[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590272, [49, 55, 56, 48, 57, 55, 51, 51, 52, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:03,029][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:03,030][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:03,030][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@317bf90b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:03,030][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:03,030][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:03,030][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:03,030][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), 20006(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:03,073][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:03,073][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@317bf90b] (Logger.java:49) +[2026-06-09 10:49:03,074][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:03,074][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:49:03,074][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:03,078][DEBUG][http-nio-1024-exec-3] <== Total: 4 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:03,078][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@45da0ba9] (Logger.java:49) +[2026-06-09 10:49:03,084][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:03,086][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=4, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:03,087][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:04,209][DEBUG][http-nio-1024-exec-5] POST "/support/protect/loginFail/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:04,209][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.support.AdminProtectController#queryPage(LoginFailQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:04,209][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:04,209][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:04,210][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6071be84[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:04,210][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:04,210][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:04,211][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:04,211][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@62ec2c50[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:04,211][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:04,211][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:04,212][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:04,213][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@606df21e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:04,213][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:04,213][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:04,213][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:04,214][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@c933b20[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:04,214][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:04,214][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:04,215][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590271, [49, 55, 56, 48, 57, 55, 51, 51, 52, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:04,216][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590271, [49, 55, 56, 48, 57, 55, 51, 51, 52, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1faee672[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590271, [49, 55, 56, 48, 57, 55, 51, 51, 52, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:04,216][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:04,217][DEBUG][http-nio-1024-exec-5] Read "application/json;charset=UTF-8" to [LoginFailQueryForm(loginName=null, lockFlag=true, loginLockBeginTimeBegin=null, loginLockBeginTimeEn (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:04,217][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:04,218][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@23f0bfb7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:04,219][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:04,219][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:04,219][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT COUNT(*) AS total FROM t_login_fail WHERE t_login_fail.lock_flag = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:04,220][DEBUG][http-nio-1024-exec-5] ==> Parameters: true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:04,297][DEBUG][http-nio-1024-exec-5] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:04,297][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@23f0bfb7] (Logger.java:49) +[2026-06-09 10:49:04,298][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:04,298][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:04,299][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:05,722][DEBUG][http-nio-1024-exec-7] GET "/support/dataMasking/demo/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:05,723][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.support.AdminDataMaskingDemoController#query() (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:05,723][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:05,723][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:05,724][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@71cf453e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:05,725][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:05,725][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:05,725][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:05,726][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5543d126[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:05,726][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:05,726][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:05,727][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:05,728][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1dacc6d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:05,728][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:05,728][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:05,728][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:05,729][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@fa6ca86[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:05,730][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:05,730][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:05,730][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590269, [49, 55, 56, 48, 57, 55, 51, 51, 52, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:05,731][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590269, [49, 55, 56, 48, 57, 55, 51, 51, 52, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@524dc8a6[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590269, [49, 55, 56, 48, 57, 55, 51, 51, 52, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:05,731][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:05,732][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:05,733][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[AdminDataMaskingDemoController.DataVO(userI (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:05,734][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:06,919][DEBUG][http-nio-1024-exec-8] POST "/support/protect/loginFail/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:06,920][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.support.AdminProtectController#queryPage(LoginFailQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:06,920][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:06,920][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:06,922][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@19e364b5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:06,922][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:06,922][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:06,922][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:06,923][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ea9cb84[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:06,923][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:06,923][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:06,923][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:06,924][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4668d8f3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:06,924][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:06,924][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:06,924][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:06,925][DEBUG][redisson-netty-2-28] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4b1bb7e0[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:06,925][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:06,925][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:06,925][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590268, [49, 55, 56, 48, 57, 55, 51, 51, 52, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:06,926][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590268, [49, 55, 56, 48, 57, 55, 51, 51, 52, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5009dc47[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590268, [49, 55, 56, 48, 57, 55, 51, 51, 52, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:06,926][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:06,926][DEBUG][http-nio-1024-exec-8] Read "application/json;charset=UTF-8" to [LoginFailQueryForm(loginName=null, lockFlag=true, loginLockBeginTimeBegin=null, loginLockBeginTimeEn (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:06,926][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:06,926][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@56b72c1e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:06,927][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:06,927][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:06,927][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT COUNT(*) AS total FROM t_login_fail WHERE t_login_fail.lock_flag = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:06,927][DEBUG][http-nio-1024-exec-8] ==> Parameters: true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:07,018][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:07,018][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@56b72c1e] (Logger.java:49) +[2026-06-09 10:49:07,018][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:07,019][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:07,019][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:08,023][DEBUG][http-nio-1024-exec-2] GET "/support/dataMasking/demo/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:08,023][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.support.AdminDataMaskingDemoController#query() (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:08,023][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:08,023][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:08,025][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@22c9ea7f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:08,025][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:08,025][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:08,025][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:08,026][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7a7b12d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:08,027][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:08,027][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:08,027][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:08,028][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@56a54b51[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:08,028][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:08,028][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:08,028][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:08,029][DEBUG][redisson-netty-2-24] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@35af6c5c[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:08,029][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:08,029][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:08,029][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590267, [49, 55, 56, 48, 57, 55, 51, 51, 52, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:08,030][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590267, [49, 55, 56, 48, 57, 55, 51, 51, 52, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@42045a0b[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590267, [49, 55, 56, 48, 57, 55, 51, 51, 52, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:08,030][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:08,032][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:08,032][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[AdminDataMaskingDemoController.DataVO(userI (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:08,034][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:15,567][DEBUG][http-nio-1024-exec-3] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:15,567][DEBUG][http-nio-1024-exec-10] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:15,568][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:15,568][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:15,569][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:15,569][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:15,569][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:15,569][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:15,570][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@646da489[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:15,570][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@27a8050b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:15,570][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:15,570][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:15,570][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:15,570][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:15,571][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:15,571][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:15,571][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3f29c5a8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:15,571][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5648b6db[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:15,571][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:15,571][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:15,572][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:15,572][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:15,572][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:15,572][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:15,573][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3baa583f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:15,573][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3b3a01fc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:15,573][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:15,573][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:15,573][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:15,573][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:15,573][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:15,573][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:15,574][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@550dc335[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:15,574][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4e8624c3[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:15,574][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:15,574][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:15,574][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:15,574][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:15,574][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590259, [49, 55, 56, 48, 57, 55, 51, 51, 53, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:15,574][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590259, [49, 55, 56, 48, 57, 55, 51, 51, 53, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:15,576][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590259, [49, 55, 56, 48, 57, 55, 51, 51, 53, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@42c1aa13[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590259, [49, 55, 56, 48, 57, 55, 51, 51, 53, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:15,576][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590259, [49, 55, 56, 48, 57, 55, 51, 51, 53, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3521ba3b[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590259, [49, 55, 56, 48, 57, 55, 51, 51, 53, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:15,576][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:15,576][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:15,576][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:15,576][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@72477814] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:15,576][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:15,576][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@71ba5e89] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:15,576][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:15,576][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:15,576][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:15,576][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:15,576][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 10:49:15,576][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:15,579][DEBUG][http-nio-1024-exec-3] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:15,579][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:15,627][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:15,628][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@71ba5e89] (Logger.java:49) +[2026-06-09 10:49:15,629][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:15,629][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:49:15,629][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:15,630][DEBUG][http-nio-1024-exec-5] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:15,631][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:15,631][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:15,631][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:15,632][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5662ae20[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:15,632][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:15,632][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:15,632][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:15,632][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@57a6c346[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:15,632][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:15,633][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:15,633][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:15,633][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@15bb2234[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:15,633][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:15,633][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:15,633][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:15,634][DEBUG][redisson-netty-2-20] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@35c1eb5d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:15,634][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:15,634][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:15,635][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590259, [49, 55, 56, 48, 57, 55, 51, 51, 53, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:15,635][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590259, [49, 55, 56, 48, 57, 55, 51, 51, 53, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5dca9908[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590259, [49, 55, 56, 48, 57, 55, 51, 51, 53, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:15,635][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:15,636][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:15,636][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@116d13de] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:15,636][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:15,636][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:15,636][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:15,637][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:15,646][DEBUG][http-nio-1024-exec-3] <== Total: 129 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:15,647][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@72477814] (Logger.java:49) +[2026-06-09 10:49:15,650][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:15,650][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=138, createTime=2022-06-24T20 (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:15,652][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:15,680][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:15,681][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@116d13de] (Logger.java:49) +[2026-06-09 10:49:15,681][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:15,682][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:49:15,682][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:17,554][DEBUG][http-nio-1024-exec-2] GET "/support/tableColumn/getColumns/20001", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:17,554][DEBUG][http-nio-1024-exec-1] POST "/support/config/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:17,554][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.support.AdminConfigController#queryConfigPage(ConfigQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:17,555][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:17,555][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:17,555][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:17,555][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:17,555][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:17,556][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@608cd36b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:17,556][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@34d5f1cf[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:17,557][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:17,557][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:17,557][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:17,557][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:17,557][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:17,557][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:17,558][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5cb4bde8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:17,558][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@102e9e0b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:17,558][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:17,558][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:17,558][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:17,558][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:17,558][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:17,558][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:17,559][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@50cb75f4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:17,559][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5926a2f3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:17,559][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:17,559][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:17,559][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:17,559][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:17,560][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:17,560][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:17,560][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@48c9dbed[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:17,560][DEBUG][redisson-netty-2-24] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7b62ffa0[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:17,560][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:17,560][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:17,560][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:17,560][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:17,560][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590257, [49, 55, 56, 48, 57, 55, 51, 51, 53, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:17,560][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590257, [49, 55, 56, 48, 57, 55, 51, 51, 53, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:17,562][DEBUG][redisson-netty-2-4] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590257, [49, 55, 56, 48, 57, 55, 51, 51, 53, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@efcca70[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590257, [49, 55, 56, 48, 57, 55, 51, 51, 53, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:17,562][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590257, [49, 55, 56, 48, 57, 55, 51, 51, 53, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6f9887bd[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590257, [49, 55, 56, 48, 57, 55, 51, 51, 53, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:17,562][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:17,562][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:17,562][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:17,563][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3348f963] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:17,563][DEBUG][http-nio-1024-exec-1] Read "application/json;charset=UTF-8" to [ConfigQueryForm(configKey=)] (LogFormatUtils.java:120) +[2026-06-09 10:49:17,563][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:17,563][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:17,563][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:17,564][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long), 20001(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:17,567][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:17,567][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@25d9a4cc] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:17,568][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:17,568][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:17,568][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT COUNT(*) AS total FROM t_config (BaseJdbcLogger.java:135) +[2026-06-09 10:49:17,568][DEBUG][http-nio-1024-exec-1] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:49:17,623][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:17,624][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3348f963] (Logger.java:49) +[2026-06-09 10:49:17,625][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:17,625][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:49:17,626][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:17,627][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:17,627][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT * FROM t_config LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:17,627][DEBUG][http-nio-1024-exec-4] GET "/support/tableColumn/getColumns/20001", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:17,628][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:17,628][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:17,628][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:17,628][DEBUG][http-nio-1024-exec-1] ==> Parameters: 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:17,629][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5ccd6cf1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:17,629][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:17,630][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:17,630][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:17,630][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@205df0a3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:17,630][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:17,630][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:17,630][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:17,633][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5e141ab1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:17,633][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:17,633][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:17,634][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:17,635][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5ec7a04d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:17,635][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:17,635][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:17,636][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590257, [49, 55, 56, 48, 57, 55, 51, 51, 53, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:17,636][DEBUG][redisson-netty-2-22] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590257, [49, 55, 56, 48, 57, 55, 51, 51, 53, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1f107672[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590257, [49, 55, 56, 48, 57, 55, 51, 51, 53, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:17,636][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:17,637][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:17,637][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6245b743] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:17,637][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:17,637][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:17,637][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:17,637][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long), 20001(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:17,682][DEBUG][http-nio-1024-exec-1] <== Total: 2 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:17,682][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@25d9a4cc] (Logger.java:49) +[2026-06-09 10:49:17,683][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:17,683][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=2, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:17,683][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:17,687][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:17,687][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6245b743] (Logger.java:49) +[2026-06-09 10:49:17,687][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:17,687][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:49:17,688][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:18,983][DEBUG][http-nio-1024-exec-5] GET "/support/tableColumn/getColumns/20002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:18,983][DEBUG][http-nio-1024-exec-8] POST "/support/dict/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:18,983][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryPage(DictQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:18,983][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:18,983][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:18,983][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:18,983][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:18,983][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:18,984][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@51e6ee6f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:18,984][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3443ae47[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:18,984][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:18,984][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:18,984][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:18,984][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:18,984][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:18,984][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:18,985][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ed614a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:18,985][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7699627f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:18,985][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:18,985][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:18,985][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:18,985][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:18,985][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:18,985][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:18,996][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3c8f933[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:18,996][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@78a45565[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:18,996][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:18,996][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:18,996][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:18,996][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:18,997][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:18,997][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:18,997][DEBUG][redisson-netty-2-20] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@488be74[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:18,998][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@d1eff29[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:18,998][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:18,998][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:18,998][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:18,998][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:18,998][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590256, [49, 55, 56, 48, 57, 55, 51, 51, 53, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:18,998][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590256, [49, 55, 56, 48, 57, 55, 51, 51, 53, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:18,998][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590256, [49, 55, 56, 48, 57, 55, 51, 51, 53, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5c83a1ec[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590256, [49, 55, 56, 48, 57, 55, 51, 51, 53, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:18,998][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590256, [49, 55, 56, 48, 57, 55, 51, 51, 53, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@db11139[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590256, [49, 55, 56, 48, 57, 55, 51, 51, 53, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:18,999][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:18,999][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:18,999][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:18,999][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@33fbfa9c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:18,999][DEBUG][http-nio-1024-exec-8] Read "application/json;charset=UTF-8" to [DictQueryForm(keywords=, disabledFlag=null)] (LogFormatUtils.java:120) +[2026-06-09 10:49:18,999][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:19,000][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:19,000][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:19,000][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long), 20002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:19,001][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:19,001][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@565af3b4] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:19,003][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:19,003][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:19,003][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT COUNT(*) AS total FROM t_dict (BaseJdbcLogger.java:135) +[2026-06-09 10:49:19,003][DEBUG][http-nio-1024-exec-8] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:49:19,045][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:19,046][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@33fbfa9c] (Logger.java:49) +[2026-06-09 10:49:19,046][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:19,046][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:49:19,047][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:19,048][DEBUG][http-nio-1024-exec-9] GET "/support/tableColumn/getColumns/20002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:19,048][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:19,048][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:19,048][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:19,049][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1018eac7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:19,049][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:19,049][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:19,049][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:19,050][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@581e5d19[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:19,050][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:19,050][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:19,050][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:19,051][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3faefb4b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:19,051][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:19,051][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:19,051][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:19,052][DEBUG][redisson-netty-2-1] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4c6eda41[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:19,052][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:19,052][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:19,052][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590256, [49, 55, 56, 48, 57, 55, 51, 51, 53, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:19,052][DEBUG][redisson-netty-2-26] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590256, [49, 55, 56, 48, 57, 55, 51, 51, 53, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4e39ed2[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590256, [49, 55, 56, 48, 57, 55, 51, 51, 53, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:19,052][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:19,053][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:19,053][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@391fcd23] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:19,053][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:19,053][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:19,053][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:19,053][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), 20002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:19,054][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:19,054][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT t_dict.dict_id, t_dict.dict_name, t_dict.dict_code, t_dict.remark, t_dict.disabled_flag, t_dict.create_time, t_dict.update_time FROM t_dict order by create_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:19,054][DEBUG][http-nio-1024-exec-8] ==> Parameters: 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:19,092][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:19,092][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@391fcd23] (Logger.java:49) +[2026-06-09 10:49:19,093][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:19,093][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:49:19,093][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:19,097][DEBUG][http-nio-1024-exec-8] <== Total: 2 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:19,097][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@565af3b4] (Logger.java:49) +[2026-06-09 10:49:19,097][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:19,097][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=2, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:19,097][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:19,760][DEBUG][http-nio-1024-exec-3] GET "/support/tableColumn/getColumns/20003", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:19,760][DEBUG][http-nio-1024-exec-4] GET "/support/serialNumber/all", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:19,760][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.support.AdminSerialNumberController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:19,760][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:19,760][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:19,760][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:19,760][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:19,760][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:19,761][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3667b2eb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:19,761][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7fcbd5d8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:19,761][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:19,761][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:19,761][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:19,761][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:19,761][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:19,761][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:19,762][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@67d9a7be[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:19,762][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@60ff4c4a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:19,762][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:19,762][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:19,762][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:19,762][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:19,762][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:19,762][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:19,762][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@61ed79e9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:19,762][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@619521f1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:19,762][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:19,762][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:19,762][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:19,762][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:19,762][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:19,762][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:19,763][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@350171e3[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:19,763][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@428b74e6[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:19,763][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:19,763][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:19,763][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:19,763][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:19,763][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590255, [49, 55, 56, 48, 57, 55, 51, 51, 53, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:19,763][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590255, [49, 55, 56, 48, 57, 55, 51, 51, 53, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:19,763][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590255, [49, 55, 56, 48, 57, 55, 51, 51, 53, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5aba529d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590255, [49, 55, 56, 48, 57, 55, 51, 51, 53, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:19,763][DEBUG][redisson-netty-2-22] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590255, [49, 55, 56, 48, 57, 55, 51, 51, 53, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3173e8c7[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590255, [49, 55, 56, 48, 57, 55, 51, 51, 53, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:19,763][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:19,763][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:19,763][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:19,763][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3010dcf7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:19,763][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:19,763][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5442281a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:19,764][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:19,764][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:19,764][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:19,764][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:19,764][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:19,764][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT serial_number_id,business_name,format,rule_type,init_number,step_random_range,remark,last_number,last_time,update_time,create_time FROM t_serial_number (BaseJdbcLogger.java:135) +[2026-06-09 10:49:19,764][DEBUG][http-nio-1024-exec-4] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:49:19,764][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long), 20003(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:19,817][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:19,817][DEBUG][http-nio-1024-exec-4] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:19,817][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3010dcf7] (Logger.java:49) +[2026-06-09 10:49:19,817][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5442281a] (Logger.java:49) +[2026-06-09 10:49:19,817][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:19,817][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:49:19,818][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:19,819][DEBUG][http-nio-1024-exec-6] GET "/support/tableColumn/getColumns/20003", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:19,820][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:19,820][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:19,820][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:19,821][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:19,822][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3d54f048[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:19,822][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:19,822][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:19,822][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:19,823][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[SerialNumberEntity(serialNumberId=1, busine (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:19,824][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1740f53b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:19,824][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:19,824][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:19,824][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:19,825][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:19,826][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5f11391c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:19,826][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:19,826][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:19,826][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:19,827][DEBUG][redisson-netty-2-30] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2ce78c05[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:19,827][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:19,827][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:19,827][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590255, [49, 55, 56, 48, 57, 55, 51, 51, 53, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:19,828][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590255, [49, 55, 56, 48, 57, 55, 51, 51, 53, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3c1b67af[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590255, [49, 55, 56, 48, 57, 55, 51, 51, 53, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:19,828][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:19,828][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:19,828][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5bdc5058] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:19,828][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:19,828][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:19,828][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:19,829][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long), 20003(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:19,869][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:19,870][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5bdc5058] (Logger.java:49) +[2026-06-09 10:49:19,870][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:19,870][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:49:19,871][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:25,334][DEBUG][http-nio-1024-exec-5] GET "/support/cache/names", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:25,334][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.support.AdminCacheController#cacheNames() (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:25,334][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:25,334][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:25,336][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@41573839[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:25,336][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:25,336][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:25,336][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:25,337][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@609f6071[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:25,337][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:25,337][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:25,337][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:25,338][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3c8aac92[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:25,338][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:25,338][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:25,338][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:25,338][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5a97e255[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:25,338][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:25,338][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:25,339][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590249, [49, 55, 56, 48, 57, 55, 51, 51, 54, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:25,339][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590249, [49, 55, 56, 48, 57, 55, 51, 51, 54, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@677ce934[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590249, [49, 55, 56, 48, 57, 55, 51, 51, 54, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:25,339][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:25,340][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:25,340][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[department_self_children_cache, department_ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:25,340][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:27,626][DEBUG][http-nio-1024-exec-7] GET "/support/reload/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:27,626][DEBUG][http-nio-1024-exec-1] GET "/support/tableColumn/getColumns/20007", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:27,626][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.support.AdminReloadController#query() (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:27,626][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:27,626][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:27,626][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:27,626][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:27,626][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:27,627][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1630af8a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:27,627][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@79093519[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:27,627][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:27,627][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:27,627][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:27,627][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:27,627][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:27,627][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:27,628][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@490cf60e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:27,628][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@66cfb0b8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:27,628][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:27,628][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:27,628][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:27,628][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:27,628][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:27,628][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:27,629][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3a0bd572[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:27,629][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1852e96a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:27,629][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:27,629][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:27,629][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:27,629][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:27,629][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:27,629][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:27,629][DEBUG][redisson-netty-2-4] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@24c1d4f5[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:27,629][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:27,629][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@741ff82c[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:27,629][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:27,629][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:27,629][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590247, [49, 55, 56, 48, 57, 55, 51, 51, 54, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:27,629][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:27,629][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590247, [49, 55, 56, 48, 57, 55, 51, 51, 54, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:27,630][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590247, [49, 55, 56, 48, 57, 55, 51, 51, 54, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@286bc590[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590247, [49, 55, 56, 48, 57, 55, 51, 51, 54, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:27,630][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590247, [49, 55, 56, 48, 57, 55, 51, 51, 54, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@ced8675[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590247, [49, 55, 56, 48, 57, 55, 51, 51, 54, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:27,630][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:27,630][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:27,630][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:27,630][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@752eabdb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:27,630][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:27,630][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:27,630][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@e4e1066] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:27,630][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:27,630][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:27,631][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:27,631][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:27,631][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 10:49:27,631][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), 20007(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:27,631][DEBUG][http-nio-1024-exec-7] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:49:27,682][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:27,682][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@752eabdb] (Logger.java:49) +[2026-06-09 10:49:27,682][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:27,683][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:49:27,683][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:27,684][DEBUG][http-nio-1024-exec-3] GET "/support/tableColumn/getColumns/20007", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:27,684][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:27,684][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:27,684][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:27,686][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5f2cb686[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:27,686][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:27,686][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:27,687][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:27,687][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:27,687][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@e4e1066] (Logger.java:49) +[2026-06-09 10:49:27,688][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:27,688][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@436bb4c1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:27,688][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[], dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:49:27,688][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:27,689][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:27,689][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:27,689][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:27,690][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5c9be5f3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:27,690][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:27,690][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:27,690][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:27,691][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@44b13cf[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:27,691][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:27,691][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:27,691][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590247, [49, 55, 56, 48, 57, 55, 51, 51, 54, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:27,692][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590247, [49, 55, 56, 48, 57, 55, 51, 51, 54, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2598bf55[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590247, [49, 55, 56, 48, 57, 55, 51, 51, 54, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:27,692][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:27,692][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:27,692][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1f16dbe3] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:27,693][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:27,693][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:27,693][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:27,694][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long), 20007(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:27,740][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:27,740][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1f16dbe3] (Logger.java:49) +[2026-06-09 10:49:27,741][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:27,741][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:49:27,742][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:28,593][DEBUG][http-nio-1024-exec-6] POST "/support/file/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:28,593][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.support.AdminFileController#queryPage(FileQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:28,593][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:28,593][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:28,595][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6970ee2e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:28,595][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:28,595][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:28,595][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:28,595][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@181430d4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:28,596][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:28,596][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:28,596][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:28,596][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7b899450[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:28,596][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:28,596][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:28,596][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:28,597][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ecea261[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:28,597][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:28,597][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:28,597][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590246, [49, 55, 56, 48, 57, 55, 51, 51, 54, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:28,598][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590246, [49, 55, 56, 48, 57, 55, 51, 51, 54, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@208aa999[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590246, [49, 55, 56, 48, 57, 55, 51, 51, 54, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:28,598][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:28,601][DEBUG][http-nio-1024-exec-6] Read "application/json;charset=UTF-8" to [FileQueryForm(folderType=null, fileName=null, fileKey=null, fileType=null, creatorName=null, createT (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:28,606][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:28,606][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@483a53aa] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:28,607][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:28,607][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:28,607][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT COUNT(*) AS total FROM t_file (BaseJdbcLogger.java:135) +[2026-06-09 10:49:28,608][DEBUG][http-nio-1024-exec-6] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:49:28,655][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:28,655][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@483a53aa] (Logger.java:49) +[2026-06-09 10:49:28,658][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:28,658][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:28,659][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:29,841][DEBUG][http-nio-1024-exec-2] GET "/support/tableColumn/getColumns/20009", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:29,841][DEBUG][http-nio-1024-exec-9] POST "/support/job/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:29,841][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.support.AdminSmartJobController#queryJob(SmartJobQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:29,841][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:29,841][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:29,841][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:29,841][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:29,841][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:29,842][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5cab9c3c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:29,842][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1e61e04e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:29,842][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:29,842][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:29,842][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:29,842][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:29,842][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:29,842][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:29,842][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7f725c88[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:29,842][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@25374c68[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:29,842][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:29,842][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:29,842][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:29,842][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:29,842][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:29,842][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:29,843][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@15e07eb7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:29,843][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2ae1b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:29,843][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:29,843][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:29,843][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:29,843][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:29,843][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:29,843][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:29,843][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@24fb6742[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:29,843][DEBUG][redisson-netty-2-1] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5cdb4b95[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:29,843][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:29,843][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:29,843][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:29,843][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:29,843][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590245, [49, 55, 56, 48, 57, 55, 51, 51, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:29,843][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590245, [49, 55, 56, 48, 57, 55, 51, 51, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:29,844][DEBUG][redisson-netty-2-24] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590245, [49, 55, 56, 48, 57, 55, 51, 51, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5651bbb0[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590245, [49, 55, 56, 48, 57, 55, 51, 51, 54, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:29,844][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590245, [49, 55, 56, 48, 57, 55, 51, 51, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5f8add75[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590245, [49, 55, 56, 48, 57, 55, 51, 51, 54, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:29,844][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:29,844][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:29,844][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:29,844][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@47cec3ab] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:29,844][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:29,844][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:29,844][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:29,844][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long), 20009(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:29,845][DEBUG][http-nio-1024-exec-9] Read "application/json;charset=UTF-8" to [SmartJobQueryForm(searchWord=, triggerType=null, enabledFlag=null, deletedFlag=false)] (LogFormatUtils.java:120) +[2026-06-09 10:49:29,847][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:29,847][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6b6461] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:29,849][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:29,849][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:29,849][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT COUNT(*) AS total FROM t_smart_job WHERE deleted_flag = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:29,849][DEBUG][http-nio-1024-exec-9] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:29,898][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:29,898][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:29,899][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6b6461] (Logger.java:49) +[2026-06-09 10:49:29,899][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@47cec3ab] (Logger.java:49) +[2026-06-09 10:49:29,899][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:29,899][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:49:29,899][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:29,900][DEBUG][http-nio-1024-exec-1] GET "/support/tableColumn/getColumns/20009", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:29,900][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:29,900][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:29,900][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:29,901][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:29,901][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:29,901][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:29,901][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@43260d3b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:29,902][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:29,902][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:29,902][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:29,902][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@325a803f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:29,902][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:29,902][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:29,902][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:29,903][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@755a40be[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:29,903][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:29,903][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:29,903][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:29,903][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5187f576[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:29,903][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:29,903][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:29,903][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590245, [49, 55, 56, 48, 57, 55, 51, 51, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:29,904][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590245, [49, 55, 56, 48, 57, 55, 51, 51, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@20d10408[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590245, [49, 55, 56, 48, 57, 55, 51, 51, 54, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:29,904][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:29,904][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:29,904][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@419b6344] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:29,904][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:29,904][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:29,904][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:29,905][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), 20009(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:29,977][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:29,977][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@419b6344] (Logger.java:49) +[2026-06-09 10:49:29,978][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:29,978][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:49:29,979][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:31,012][DEBUG][http-nio-1024-exec-7] POST "/support/file/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:31,013][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.support.AdminFileController#queryPage(FileQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:31,013][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:31,013][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:31,015][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3c2dd344[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:31,015][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:31,015][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:31,015][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:31,016][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@37452a7d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:31,016][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:31,016][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:31,016][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:31,017][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@686c5081[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:31,017][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:31,017][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:31,017][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:31,018][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@26e1a239[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:31,018][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:31,018][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:31,018][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590244, [49, 55, 56, 48, 57, 55, 51, 51, 55, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:31,019][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590244, [49, 55, 56, 48, 57, 55, 51, 51, 55, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6cab6a50[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590244, [49, 55, 56, 48, 57, 55, 51, 51, 55, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:31,019][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:31,020][DEBUG][http-nio-1024-exec-7] Read "application/json;charset=UTF-8" to [FileQueryForm(folderType=null, fileName=null, fileKey=null, fileType=null, creatorName=null, createT (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:31,020][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:31,020][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@28f49d87] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:31,022][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:31,022][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:31,022][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT COUNT(*) AS total FROM t_file (BaseJdbcLogger.java:135) +[2026-06-09 10:49:31,023][DEBUG][http-nio-1024-exec-7] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:49:31,064][DEBUG][http-nio-1024-exec-7] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:31,065][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@28f49d87] (Logger.java:49) +[2026-06-09 10:49:31,065][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:31,065][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:31,066][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:32,159][DEBUG][http-nio-1024-exec-3] GET "/support/tableColumn/getColumns/20009", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:32,159][DEBUG][http-nio-1024-exec-4] POST "/support/job/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:32,159][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.support.AdminSmartJobController#queryJob(SmartJobQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:32,159][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:32,159][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:32,159][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:32,159][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:32,159][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:32,161][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1ad4c494[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:32,161][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@645596b1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:32,161][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:32,161][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:32,161][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:32,161][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:32,161][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:32,161][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:32,162][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@38cbef34[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:32,162][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5d593e07[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:32,162][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:32,162][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:32,163][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:32,163][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:32,163][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:32,163][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:32,164][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@49d6d2bc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:32,164][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@660a0ff7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:32,164][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:32,164][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:32,164][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:32,164][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:32,164][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:32,164][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:32,165][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@38b9fab3[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:32,165][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@756f3268[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:32,165][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:32,165][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:32,165][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:32,165][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:32,166][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590243, [49, 55, 56, 48, 57, 55, 51, 51, 55, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:32,166][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590243, [49, 55, 56, 48, 57, 55, 51, 51, 55, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:32,166][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590243, [49, 55, 56, 48, 57, 55, 51, 51, 55, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5cba2b21[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590243, [49, 55, 56, 48, 57, 55, 51, 51, 55, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:32,166][DEBUG][redisson-netty-2-28] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590243, [49, 55, 56, 48, 57, 55, 51, 51, 55, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@64b8b6d6[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590243, [49, 55, 56, 48, 57, 55, 51, 51, 55, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:32,167][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:32,167][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:32,167][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:32,167][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@76bec5fe] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:32,167][DEBUG][http-nio-1024-exec-4] Read "application/json;charset=UTF-8" to [SmartJobQueryForm(searchWord=, triggerType=null, enabledFlag=null, deletedFlag=false)] (LogFormatUtils.java:120) +[2026-06-09 10:49:32,167][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:32,167][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:32,167][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:32,168][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:32,168][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@30f8d4db] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:32,168][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long), 20009(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:32,170][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:32,170][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:32,170][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT COUNT(*) AS total FROM t_smart_job WHERE deleted_flag = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:32,171][DEBUG][http-nio-1024-exec-4] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:32,214][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:32,214][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@76bec5fe] (Logger.java:49) +[2026-06-09 10:49:32,215][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:32,215][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:49:32,215][DEBUG][http-nio-1024-exec-4] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:32,216][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@30f8d4db] (Logger.java:49) +[2026-06-09 10:49:32,216][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:32,216][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:32,216][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:32,216][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:32,217][DEBUG][http-nio-1024-exec-6] GET "/support/tableColumn/getColumns/20009", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:32,217][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:32,217][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:32,218][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:32,219][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@48a67814[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:32,219][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:32,219][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:32,219][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:32,220][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@57b4f12f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:32,220][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:32,220][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:32,220][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:32,221][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3a22d125[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:32,221][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:32,221][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:32,221][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:32,222][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5c8f0d1a[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:32,222][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:32,222][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:32,222][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590243, [49, 55, 56, 48, 57, 55, 51, 51, 55, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:32,223][DEBUG][redisson-netty-2-4] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590243, [49, 55, 56, 48, 57, 55, 51, 51, 55, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2b61e065[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590243, [49, 55, 56, 48, 57, 55, 51, 51, 55, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:32,223][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:32,223][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:32,224][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2a4d68d3] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:32,224][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:32,224][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:32,224][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:32,224][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long), 20009(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:32,264][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:32,265][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2a4d68d3] (Logger.java:49) +[2026-06-09 10:49:32,265][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:32,265][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:49:32,265][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:33,329][DEBUG][http-nio-1024-exec-9] GET "/support/tableColumn/getColumns/20005", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:33,329][DEBUG][http-nio-1024-exec-2] POST "/support/heartBeat/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:33,329][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.support.AdminHeartBeatController#query(HeartBeatRecordQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:33,330][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:33,330][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:33,330][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:33,330][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:33,330][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:33,331][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@35e3e10[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:33,331][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6f80dc8f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:33,331][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:33,331][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:33,331][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:33,331][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:33,331][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:33,331][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:33,332][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@8d2add7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:33,332][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@73f4d586[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:33,332][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:33,332][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:33,332][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:33,332][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:33,333][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:33,333][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:33,334][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3832c798[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:33,334][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2b7a6901[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:33,334][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:33,334][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:33,334][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:33,334][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:33,334][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:33,334][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:33,335][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@54db1269[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:33,335][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@58b0a5dc[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:33,335][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:33,335][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:33,335][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:33,335][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:33,335][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590242, [49, 55, 56, 48, 57, 55, 51, 51, 55, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:33,335][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590242, [49, 55, 56, 48, 57, 55, 51, 51, 55, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:33,336][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590242, [49, 55, 56, 48, 57, 55, 51, 51, 55, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@56abd33b[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590242, [49, 55, 56, 48, 57, 55, 51, 51, 55, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:33,336][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590242, [49, 55, 56, 48, 57, 55, 51, 51, 55, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3255bf06[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590242, [49, 55, 56, 48, 57, 55, 51, 51, 55, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:33,336][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:33,336][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:33,337][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:33,337][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5b71d878] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:33,337][DEBUG][http-nio-1024-exec-2] Read "application/json;charset=UTF-8" to [HeartBeatRecordQueryForm(keywords=, startDate=null, endDate=null)] (LogFormatUtils.java:120) +[2026-06-09 10:49:33,337][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:33,337][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:33,337][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:33,337][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), 20005(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:33,340][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:33,340][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3eaa6bb9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:33,342][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:33,343][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:33,343][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT COUNT(*) AS total FROM t_heart_beat_record (BaseJdbcLogger.java:135) +[2026-06-09 10:49:33,344][DEBUG][http-nio-1024-exec-2] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:49:33,374][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:33,375][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5b71d878] (Logger.java:49) +[2026-06-09 10:49:33,376][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:33,376][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:49:33,377][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:33,378][DEBUG][http-nio-1024-exec-1] GET "/support/tableColumn/getColumns/20005", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:33,378][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:33,378][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:33,378][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:33,380][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4081b5d6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:33,380][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:33,380][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:33,380][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:33,381][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@57596140[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:33,381][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:33,381][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:33,381][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:33,382][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4d0a5a5c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:33,382][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:33,382][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:33,382][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:33,383][DEBUG][redisson-netty-2-20] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2730665c[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:33,383][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:33,383][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:33,383][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590242, [49, 55, 56, 48, 57, 55, 51, 51, 55, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:33,384][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590242, [49, 55, 56, 48, 57, 55, 51, 51, 55, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@62862826[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590242, [49, 55, 56, 48, 57, 55, 51, 51, 55, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:33,384][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:33,384][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:33,384][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6ddef30a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:33,384][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:33,384][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:33,385][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:33,385][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), 20005(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:33,414][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:33,414][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT * FROM t_heart_beat_record order by heart_beat_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:33,415][DEBUG][http-nio-1024-exec-2] ==> Parameters: 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:33,452][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:33,452][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6ddef30a] (Logger.java:49) +[2026-06-09 10:49:33,453][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:33,453][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:49:33,453][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:33,457][DEBUG][http-nio-1024-exec-2] <== Total: 2 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:33,458][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3eaa6bb9] (Logger.java:49) +[2026-06-09 10:49:33,458][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:33,459][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=2, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:33,460][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:51,259][DEBUG][http-nio-1024-exec-8] POST "/support/changeLog/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:51,259][DEBUG][http-nio-1024-exec-4] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:51,259][DEBUG][http-nio-1024-exec-10] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:51,259][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:51,259][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:51,259][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController#queryPage(ChangeLogQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:51,259][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:51,259][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:51,259][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:51,259][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:51,259][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:51,259][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:51,261][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@24567a3d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:51,261][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6e25b4ef[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:51,261][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@52410b99[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:51,261][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:51,261][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:51,261][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:51,261][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:51,261][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:51,261][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:51,261][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:51,261][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:51,261][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:51,262][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2c046da9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:51,262][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6d32954a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:51,262][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@502b7adc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:51,262][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:51,262][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:51,262][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:51,262][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:51,262][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:51,262][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:51,262][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:51,262][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:51,262][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:51,263][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5e316fab[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:51,263][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:51,264][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:51,264][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3159dc60[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:51,264][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3166745f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:51,264][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:51,264][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:51,268][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:51,264][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:51,268][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:51,268][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:51,269][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:51,270][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3096eaa9[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:51,271][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@49dd4625[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:51,274][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:51,275][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:51,275][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3a9961c1[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:51,275][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:51,275][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:51,275][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590224, [49, 55, 56, 48, 57, 55, 51, 51, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:51,275][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:51,275][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:51,275][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590224, [49, 55, 56, 48, 57, 55, 51, 51, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:51,275][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590224, [49, 55, 56, 48, 57, 55, 51, 51, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:51,277][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590224, [49, 55, 56, 48, 57, 55, 51, 51, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@ad5ea7d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590224, [49, 55, 56, 48, 57, 55, 51, 51, 57, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:51,277][DEBUG][redisson-netty-2-22] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590224, [49, 55, 56, 48, 57, 55, 51, 51, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5619979[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590224, [49, 55, 56, 48, 57, 55, 51, 51, 57, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:51,277][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590224, [49, 55, 56, 48, 57, 55, 51, 51, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4adf913a[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590224, [49, 55, 56, 48, 57, 55, 51, 51, 57, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:51,278][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:51,278][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:51,278][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:51,278][DEBUG][http-nio-1024-exec-8] Read "application/json;charset=UTF-8" to [ChangeLogQueryForm(type=null, keyword=null, publicDateBegin=null, publicDateEnd=null, createTime=nul (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:51,278][DEBUG][http-nio-1024-exec-10] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=1, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:51,278][DEBUG][http-nio-1024-exec-4] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=2, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:51,278][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:51,279][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3282bff4] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:51,279][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:51,279][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:51,279][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT * FROM t_change_log order by t_change_log.version desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:51,279][DEBUG][http-nio-1024-exec-8] ==> Parameters: 8(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:51,280][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:51,280][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:51,280][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@25e995b5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:51,280][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@446783cd] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:51,281][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:51,281][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:51,281][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:51,281][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:51,281][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:51,323][DEBUG][http-nio-1024-exec-10] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:51,323][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@25e995b5] (Logger.java:49) +[2026-06-09 10:49:51,324][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:51,324][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@63e690c0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:51,324][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:51,324][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:51,324][DEBUG][http-nio-1024-exec-10] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:51,325][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:51,325][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3282bff4] (Logger.java:49) +[2026-06-09 10:49:51,325][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), false(Boolean), 1(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:51,327][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:51,327][DEBUG][smart-operate-log16] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:51,327][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=8, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:51,327][DEBUG][smart-operate-log16] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2091061e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:51,328][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:51,328][DEBUG][smart-operate-log16] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:51,328][DEBUG][smart-operate-log16] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:51,328][DEBUG][smart-operate-log16] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:51,328][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:41.629, closeCount=0, lastValidateTimeMillis=2026-06-09 10:49:51.328}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:51,328][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:51,328][DEBUG][smart-operate-log16] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 业务支撑-更新日志(String), 分页查询 @author 卓大(String), /support/changeLog/queryPage(String), net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController.queryPage(String), POST(String), UPDATE(String), [{"searchCount":false,"pageSize":8,"pageNum":1}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"data":{"total":0,"pages":0,"pageSize":8,"list":[],"pageNum":1,"emptyFlag":true},"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:51,329][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:51,379][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:51,382][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@63e690c0] (Logger.java:49) +[2026-06-09 10:49:51,382][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:51,383][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:51,383][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:51,389][DEBUG][http-nio-1024-exec-4] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:51,390][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@446783cd] (Logger.java:49) +[2026-06-09 10:49:51,390][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:51,390][DEBUG][smart-operate-log16] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2091061e] (Logger.java:49) +[2026-06-09 10:49:51,390][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@19047e2d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:51,390][DEBUG][smart-operate-log16] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 10:49:51,390][DEBUG][smart-operate-log16] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 10:49:51,390][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:51,390][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:51,390][DEBUG][http-nio-1024-exec-4] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:51,392][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long), false(Boolean), 2(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:51,479][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:51,479][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@19047e2d] (Logger.java:49) +[2026-06-09 10:49:51,480][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:51,481][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:51,481][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:53,577][DEBUG][http-nio-1024-exec-7] POST "/leave/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:53,577][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.business.oa.leave.controller.LeaveController#queryPage(LeaveQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:53,577][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:53,577][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:53,579][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@307bc64b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:53,579][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:53,579][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:53,580][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:53,581][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@218e6174[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:53,581][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:53,581][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:53,581][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:53,582][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@13187d0d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:53,582][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:53,582][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:53,583][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:53,584][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@78be0214[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:53,585][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:53,585][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:53,585][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590222, [49, 55, 56, 48, 57, 55, 51, 51, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:53,586][DEBUG][redisson-netty-2-30] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590222, [49, 55, 56, 48, 57, 55, 51, 51, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@50169e67[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590222, [49, 55, 56, 48, 57, 55, 51, 51, 57, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:53,586][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:53,588][DEBUG][http-nio-1024-exec-7] Read "application/json;charset=UTF-8" to [LeaveQueryForm(type=null, startTimeBegin=null, startTimeEnd=null, reason=null, flowStatus=null)] (LogFormatUtils.java:120) +[2026-06-09 10:49:53,588][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:53,589][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1a0d672a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:53,595][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:53,595][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:53,595][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT COUNT(*) AS total FROM t_leave WHERE t_leave.deleted_flag = 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:53,595][DEBUG][http-nio-1024-exec-7] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:49:53,656][DEBUG][http-nio-1024-exec-7] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:53,657][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1a0d672a] (Logger.java:49) +[2026-06-09 10:49:53,658][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:53,658][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:53,658][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:55,552][DEBUG][http-nio-1024-exec-3] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:55,552][DEBUG][http-nio-1024-exec-2] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:55,552][DEBUG][http-nio-1024-exec-5] POST "/support/changeLog/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:55,552][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:55,552][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:55,552][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController#queryPage(ChangeLogQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:55,552][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:55,552][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:55,552][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:55,552][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:55,552][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:55,552][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:55,554][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@39e48916[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:55,554][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3c371623[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:55,554][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@467caed0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:55,554][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:55,554][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:55,554][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:55,554][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:55,554][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:55,554][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:55,554][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:55,554][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:55,554][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:55,555][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@35e3f9ef[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:55,555][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1e76bf6c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:55,555][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@743081c2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:55,555][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:55,555][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:55,555][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:55,555][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:55,555][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:55,555][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:55,555][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:55,555][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:55,555][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:55,555][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@31e7b8ce[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:55,555][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7e394a51[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:55,555][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7663a224[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:55,556][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:55,556][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:55,556][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:55,556][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:55,556][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:55,556][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:55,557][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:55,556][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:55,557][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:55,558][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1da7a4ed[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:55,558][DEBUG][redisson-netty-2-28] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3f5bcb5c[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:55,558][DEBUG][redisson-netty-2-4] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1b2a68fa[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:55,559][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:55,559][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:55,559][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:55,559][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:55,559][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:55,559][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:55,559][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590220, [49, 55, 56, 48, 57, 55, 51, 51, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:55,559][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590220, [49, 55, 56, 48, 57, 55, 51, 51, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:55,559][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590220, [49, 55, 56, 48, 57, 55, 51, 51, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:55,560][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590220, [49, 55, 56, 48, 57, 55, 51, 51, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@577f0d0f[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590220, [49, 55, 56, 48, 57, 55, 51, 51, 57, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:55,560][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590220, [49, 55, 56, 48, 57, 55, 51, 51, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@11b3cd28[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590220, [49, 55, 56, 48, 57, 55, 51, 51, 57, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:55,560][DEBUG][redisson-netty-2-24] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590220, [49, 55, 56, 48, 57, 55, 51, 51, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3e4f7a98[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590220, [49, 55, 56, 48, 57, 55, 51, 51, 57, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:55,560][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:55,560][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:55,560][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:55,560][DEBUG][http-nio-1024-exec-3] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=2, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:55,560][DEBUG][http-nio-1024-exec-5] Read "application/json;charset=UTF-8" to [ChangeLogQueryForm(type=null, keyword=null, publicDateBegin=null, publicDateEnd=null, createTime=nul (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:55,560][DEBUG][http-nio-1024-exec-2] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=1, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:55,561][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:55,561][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:55,561][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:55,561][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2792a953] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:55,561][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1bf2fd2d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:55,561][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@31c7a7d8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:55,561][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:55,561][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:55,561][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:55,561][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:55,561][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:41.629, closeCount=0, lastValidateTimeMillis=2026-06-09 10:49:51.328}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:55,561][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:55,561][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:55,561][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:55,561][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT * FROM t_change_log order by t_change_log.version desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:55,562][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:55,562][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:55,562][DEBUG][http-nio-1024-exec-5] ==> Parameters: 8(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:55,612][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:55,612][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:55,612][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@31c7a7d8] (Logger.java:49) +[2026-06-09 10:49:55,612][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2792a953] (Logger.java:49) +[2026-06-09 10:49:55,612][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:55,612][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:55,612][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2114804] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:55,612][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@72221cc4] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:55,612][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:55,612][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:55,612][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:41.629, closeCount=0, lastValidateTimeMillis=2026-06-09 10:49:51.328}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:55,612][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:55,613][DEBUG][http-nio-1024-exec-2] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:55,613][DEBUG][http-nio-1024-exec-3] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:55,614][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long), false(Boolean), 2(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:55,614][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long), false(Boolean), 1(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:55,625][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:55,625][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1bf2fd2d] (Logger.java:49) +[2026-06-09 10:49:55,627][DEBUG][smart-operate-log17] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:55,627][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:55,627][DEBUG][smart-operate-log17] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7e2b1e2f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:55,627][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=8, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:55,627][DEBUG][smart-operate-log17] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:55,627][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:55,627][DEBUG][smart-operate-log17] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:55,628][DEBUG][smart-operate-log17] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:55,628][DEBUG][smart-operate-log17] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 业务支撑-更新日志(String), 分页查询 @author 卓大(String), /support/changeLog/queryPage(String), net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController.queryPage(String), POST(String), UPDATE(String), [{"searchCount":false,"pageSize":8,"pageNum":1}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"data":{"total":0,"pages":0,"pageSize":8,"list":[],"pageNum":1,"emptyFlag":true},"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:55,668][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:55,668][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2114804] (Logger.java:49) +[2026-06-09 10:49:55,669][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:55,669][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:55,670][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:55,688][DEBUG][smart-operate-log17] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7e2b1e2f] (Logger.java:49) +[2026-06-09 10:49:55,688][DEBUG][smart-operate-log17] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 10:49:55,688][DEBUG][smart-operate-log17] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 10:49:55,698][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:55,699][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@72221cc4] (Logger.java:49) +[2026-06-09 10:49:55,699][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:55,699][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:55,699][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:56,238][DEBUG][http-nio-1024-exec-8] GET "/flow/execute/donePage?pageNum=1&pageSize=10", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 10:49:56,238][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.flow.controller.ExecuteController#donePage(FlowHisTask, int, int) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:56,238][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:56,238][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:56,240][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2d5a7986[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:56,240][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:56,240][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:56,240][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:56,241][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@606e5230[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:56,242][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:56,242][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:56,242][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:56,243][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@fae6cda[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:56,243][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:56,243][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:56,243][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:56,245][DEBUG][redisson-netty-2-22] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6d6405b[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:56,245][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:56,245][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:56,245][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590219, [49, 55, 56, 48, 57, 55, 51, 51, 57, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:56,249][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590219, [49, 55, 56, 48, 57, 55, 51, 51, 57, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@211e6e1e[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590219, [49, 55, 56, 48, 57, 55, 51, 51, 57, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:56,250][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:56,252][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:56,252][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@184b85f9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:56,252][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:56,252][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:56,252][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:56,253][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:56,305][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:56,305][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@184b85f9] (Logger.java:49) +[2026-06-09 10:49:56,305][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:56,305][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@8cee51] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:56,305][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:56,306][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:56,306][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT er.role_id FROM t_role_employee er WHERE er.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:56,306][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:56,372][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:56,372][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@8cee51] (Logger.java:49) +[2026-06-09 10:49:56,373][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:56,373][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@20636a43] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:56,373][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:56,373][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:56,373][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT role_id,role_name,role_code,remark,update_time,create_time FROM t_role (BaseJdbcLogger.java:135) +[2026-06-09 10:49:56,374][DEBUG][http-nio-1024-exec-8] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:49:56,420][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:56,420][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@20636a43] (Logger.java:49) +[2026-06-09 10:49:56,421][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:56,421][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5e63516d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:56,429][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:56,429][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:56,429][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT COUNT(*) AS total FROM (SELECT MAX(id) AS id FROM flow_his_task WHERE approver IN (?, ?) GROUP BY instance_id) tmp (BaseJdbcLogger.java:135) +[2026-06-09 10:49:56,430][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(String), dept:1(String) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:56,474][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:56,474][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5e63516d] (Logger.java:49) +[2026-06-09 10:49:56,474][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:56,474][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7d5ae86a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:56,475][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:56,475][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:56,475][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT t_employee.*, t_department.name AS departmentName FROM t_employee LEFT JOIN t_department ON t_department.department_id = t_employee.department_id WHERE t_employee.disabled_flag = ? AND t_employee.deleted_flag = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:56,476][DEBUG][http-nio-1024-exec-8] ==> Parameters: false(Boolean), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:56,580][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:56,580][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7d5ae86a] (Logger.java:49) +[2026-06-09 10:49:56,582][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:56,582][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:56,583][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:57,311][DEBUG][http-nio-1024-exec-7] GET "/support/tableColumn/getColumns/10001", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:57,311][DEBUG][http-nio-1024-exec-1] POST "/flow/definition/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:57,311][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.flow.controller.DefController#queryPage(FlowDefinitionQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:57,311][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:57,311][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:57,311][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:57,311][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:57,311][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:57,312][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@52edb6b6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:57,312][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1c48e2b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:57,312][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:57,312][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:57,313][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:57,313][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:57,313][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:57,313][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:57,314][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1909f62e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:57,314][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@678aab21[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:57,314][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:57,314][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:57,314][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:57,314][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:57,314][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:57,314][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:57,315][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3c7d37e5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:57,315][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1e89578[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:57,315][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:57,315][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:57,315][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:57,315][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:57,315][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:57,315][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:57,316][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2e20dc14[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:57,316][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@16548bbc[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:57,316][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:57,316][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:57,316][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:57,316][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:57,316][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590218, [49, 55, 56, 48, 57, 55, 51, 51, 57, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:57,316][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590218, [49, 55, 56, 48, 57, 55, 51, 51, 57, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:57,317][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590218, [49, 55, 56, 48, 57, 55, 51, 51, 57, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@33fa8103[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590218, [49, 55, 56, 48, 57, 55, 51, 51, 57, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:57,317][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590218, [49, 55, 56, 48, 57, 55, 51, 51, 57, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7c71d305[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590218, [49, 55, 56, 48, 57, 55, 51, 51, 57, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:57,317][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:57,317][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:57,318][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:57,318][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6a452f45] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:57,318][DEBUG][http-nio-1024-exec-1] Read "application/json;charset=UTF-8" to [FlowDefinitionQueryForm(flowCode=null, flowName=null, category=null, version=null, deletedFlag=null)] (LogFormatUtils.java:120) +[2026-06-09 10:49:57,318][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:57,318][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:57,318][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:57,319][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long), 10001(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:57,327][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:57,327][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@18201873] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:57,332][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:57,332][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:57,332][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT COUNT(*) AS total FROM flow_definition WHERE del_flag = '0' (BaseJdbcLogger.java:135) +[2026-06-09 10:49:57,333][DEBUG][http-nio-1024-exec-1] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:49:57,376][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:57,376][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:57,376][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6a452f45] (Logger.java:49) +[2026-06-09 10:49:57,376][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@18201873] (Logger.java:49) +[2026-06-09 10:49:57,377][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:57,377][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:49:57,377][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:57,378][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=0, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:57,378][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:57,378][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:57,379][DEBUG][http-nio-1024-exec-5] GET "/support/tableColumn/getColumns/10001", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:49:57,379][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:57,379][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:57,380][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:57,381][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7467078a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:57,381][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:57,381][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:57,381][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:57,382][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7062c89e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:57,382][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:57,382][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:57,382][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:57,383][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@187e3a3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:57,384][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:57,384][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:57,384][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:57,385][DEBUG][redisson-netty-2-28] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2a3cd8da[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:57,385][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:57,385][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:57,385][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590218, [49, 55, 56, 48, 57, 55, 51, 51, 57, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:57,386][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590218, [49, 55, 56, 48, 57, 55, 51, 51, 57, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@54f1eed9[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590218, [49, 55, 56, 48, 57, 55, 51, 51, 57, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:57,386][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:57,387][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:57,387][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5b46380a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:57,387][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:57,387][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:57,388][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:57,388][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long), 10001(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:57,441][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:57,442][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5b46380a] (Logger.java:49) +[2026-06-09 10:49:57,442][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:57,442][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:49:57,443][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:57,846][DEBUG][http-nio-1024-exec-3] GET "/flow/execute/toDoPage?pageNum=1&pageSize=10", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 10:49:57,846][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.flow.controller.ExecuteController#toDoPage(FlowTask, int, int) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:57,846][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:57,846][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:57,848][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6816f171[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:57,848][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:57,848][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:57,848][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:57,850][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6518cada[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:57,850][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:57,850][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:57,850][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:57,851][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1ecd8404[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:57,851][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:57,851][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:57,851][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:57,852][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@45f1d425[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:57,852][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:57,852][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:57,852][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590218, [49, 55, 56, 48, 57, 55, 51, 51, 57, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:57,853][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590218, [49, 55, 56, 48, 57, 55, 51, 51, 57, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@50f89495[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590218, [49, 55, 56, 48, 57, 55, 51, 51, 57, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:57,853][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:57,854][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:57,854][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5366f605] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:57,855][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:57,855][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:57,855][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:57,856][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:57,938][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:57,938][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5366f605] (Logger.java:49) +[2026-06-09 10:49:57,938][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:57,939][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@69c26fd6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:57,939][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:57,939][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:57,939][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT er.role_id FROM t_role_employee er WHERE er.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:57,940][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:58,027][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:58,027][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@69c26fd6] (Logger.java:49) +[2026-06-09 10:49:58,028][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:58,028][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@12d666fd] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:58,028][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:58,028][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:58,028][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT role_id,role_name,role_code,remark,update_time,create_time FROM t_role (BaseJdbcLogger.java:135) +[2026-06-09 10:49:58,029][DEBUG][http-nio-1024-exec-3] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:49:58,094][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:58,095][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@12d666fd] (Logger.java:49) +[2026-06-09 10:49:58,095][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:58,095][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@37f0d483] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:58,103][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:58,103][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:58,103][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT COUNT(*) FROM (SELECT DISTINCT t.id, t.node_code, t.node_name, t.node_type, t.definition_id, t.instance_id, t.create_time, t.update_time, t.tenant_id, i.business_id, i.flow_status, i.activity_status, d.flow_name, t.form_custom, t.form_path FROM flow_task AS t LEFT JOIN flow_user uu ON uu.associated = t.id LEFT JOIN flow_definition d ON t.definition_id = d.id LEFT JOIN flow_instance i ON t.instance_id = i.id WHERE t.node_type = 1 AND t.del_flag = 0 AND uu.processed_by IN (?, ?) ORDER BY t.create_time DESC) TOTAL (BaseJdbcLogger.java:135) +[2026-06-09 10:49:58,104][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(String), dept:1(String) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:58,177][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:58,178][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@37f0d483] (Logger.java:49) +[2026-06-09 10:49:58,178][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:58,178][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2984b3c7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:58,179][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:58,179][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:58,179][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT id,create_time,update_time,tenant_id,del_flag,type,processed_by,associated,create_by FROM flow_user WHERE del_flag='0' (BaseJdbcLogger.java:135) +[2026-06-09 10:49:58,180][DEBUG][http-nio-1024-exec-3] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:49:58,222][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:58,222][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2984b3c7] (Logger.java:49) +[2026-06-09 10:49:58,224][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:58,224][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:58,225][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:58,427][DEBUG][http-nio-1024-exec-8] GET "/flow/execute/copyPage?pageNum=1&pageSize=10", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 10:49:58,427][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.flow.controller.ExecuteController#copyPage(FlowTask, int, int) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:58,427][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:58,427][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:58,428][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@59a9007[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:58,428][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:58,428][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:58,429][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:58,429][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@774e2894[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:58,430][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:58,430][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:58,430][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:58,430][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@18de843e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:58,431][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:58,431][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:58,431][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:58,432][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3edf495f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:58,432][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:58,432][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:58,432][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590217, [49, 55, 56, 48, 57, 55, 51, 51, 57, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:58,433][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590217, [49, 55, 56, 48, 57, 55, 51, 51, 57, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@46747c6e[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590217, [49, 55, 56, 48, 57, 55, 51, 51, 57, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:58,434][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:58,435][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:58,435][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@33edfa05] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:58,435][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:58,435][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:58,435][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:58,436][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:58,497][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:58,497][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@33edfa05] (Logger.java:49) +[2026-06-09 10:49:58,497][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:58,498][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@377683b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:58,498][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:58,498][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:58,498][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT er.role_id FROM t_role_employee er WHERE er.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:58,499][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:58,547][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:58,547][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@377683b] (Logger.java:49) +[2026-06-09 10:49:58,547][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:58,548][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@192d5f72] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:58,548][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:58,548][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:58,548][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT role_id,role_name,role_code,remark,update_time,create_time FROM t_role (BaseJdbcLogger.java:135) +[2026-06-09 10:49:58,548][DEBUG][http-nio-1024-exec-8] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:49:58,594][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:58,594][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@192d5f72] (Logger.java:49) +[2026-06-09 10:49:58,594][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:58,594][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2869b463] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:58,599][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:58,599][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:58,600][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT COUNT(*) AS total FROM flow_user a WHERE a.type = 4 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:58,600][DEBUG][http-nio-1024-exec-8] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:49:58,657][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:58,657][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2869b463] (Logger.java:49) +[2026-06-09 10:49:58,658][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:58,658][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:58,659][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:49:59,609][DEBUG][http-nio-1024-exec-10] GET "/flow/execute/toDoPage?pageNum=1&pageSize=10", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 10:49:59,609][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.flow.controller.ExecuteController#toDoPage(FlowTask, int, int) (AbstractHandlerMapping.java:531) +[2026-06-09 10:49:59,610][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:59,610][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:59,611][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@259972c8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:59,611][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:59,611][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:59,612][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:59,612][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5bc62320[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:59,612][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:59,613][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:59,613][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:59,614][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@16eb9b6b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:59,616][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:59,617][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:59,617][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:59,620][DEBUG][redisson-netty-2-20] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@a3ee22a[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:59,620][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:59,620][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:49:59,620][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590216, [49, 55, 56, 48, 57, 55, 51, 51, 57, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:49:59,622][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590216, [49, 55, 56, 48, 57, 55, 51, 51, 57, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@49c07168[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590216, [49, 55, 56, 48, 57, 55, 51, 51, 57, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:49:59,625][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:49:59,626][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:59,626][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4947478d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:59,626][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:59,627][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:59,627][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:59,628][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:59,683][DEBUG][http-nio-1024-exec-10] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:59,683][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4947478d] (Logger.java:49) +[2026-06-09 10:49:59,683][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:59,683][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@247fa82] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:59,683][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:59,683][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:59,683][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT er.role_id FROM t_role_employee er WHERE er.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:49:59,684][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:59,731][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:59,731][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@247fa82] (Logger.java:49) +[2026-06-09 10:49:59,732][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:59,732][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3eb35dc5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:59,732][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:59,732][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:59,732][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT role_id,role_name,role_code,remark,update_time,create_time FROM t_role (BaseJdbcLogger.java:135) +[2026-06-09 10:49:59,732][DEBUG][http-nio-1024-exec-10] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:49:59,772][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:59,772][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3eb35dc5] (Logger.java:49) +[2026-06-09 10:49:59,773][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:59,773][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@41c47034] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:59,780][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:59,780][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:59,780][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT COUNT(*) FROM (SELECT DISTINCT t.id, t.node_code, t.node_name, t.node_type, t.definition_id, t.instance_id, t.create_time, t.update_time, t.tenant_id, i.business_id, i.flow_status, i.activity_status, d.flow_name, t.form_custom, t.form_path FROM flow_task AS t LEFT JOIN flow_user uu ON uu.associated = t.id LEFT JOIN flow_definition d ON t.definition_id = d.id LEFT JOIN flow_instance i ON t.instance_id = i.id WHERE t.node_type = 1 AND t.del_flag = 0 AND uu.processed_by IN (?, ?) ORDER BY t.create_time DESC) TOTAL (BaseJdbcLogger.java:135) +[2026-06-09 10:49:59,780][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(String), dept:1(String) (BaseJdbcLogger.java:135) +[2026-06-09 10:49:59,842][DEBUG][http-nio-1024-exec-10] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:59,843][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@41c47034] (Logger.java:49) +[2026-06-09 10:49:59,843][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:49:59,843][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@fe2539f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:49:59,843][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:49:59,843][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:49:59,843][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT id,create_time,update_time,tenant_id,del_flag,type,processed_by,associated,create_by FROM flow_user WHERE del_flag='0' (BaseJdbcLogger.java:135) +[2026-06-09 10:49:59,844][DEBUG][http-nio-1024-exec-10] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:49:59,897][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:49:59,897][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@fe2539f] (Logger.java:49) +[2026-06-09 10:49:59,898][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:49:59,898][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:49:59,899][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:50:00,243][DEBUG][http-nio-1024-exec-9] GET "/support/tableColumn/getColumns/10001", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:50:00,243][DEBUG][http-nio-1024-exec-4] POST "/flow/definition/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:50:00,243][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.flow.controller.DefController#queryPage(FlowDefinitionQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:50:00,244][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:00,244][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:50:00,244][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:00,244][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:00,244][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:00,245][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6dd22613[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:00,245][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@574e2df8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:00,246][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:00,246][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:00,246][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:00,246][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:00,246][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:00,246][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:00,247][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2f1c3dda[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:00,247][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@353f63c8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:00,247][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:00,247][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:00,247][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:00,247][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:00,247][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:00,247][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:00,248][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5b63ce17[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:00,248][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@af6234[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:00,248][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:00,248][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:00,248][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:00,248][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:00,249][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:00,249][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:00,249][DEBUG][redisson-netty-2-28] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@b93c54d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:00,249][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7a1a4d5f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:00,250][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:00,250][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:00,250][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:00,250][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:00,250][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590215, [49, 55, 56, 48, 57, 55, 51, 52, 48, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:00,250][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590215, [49, 55, 56, 48, 57, 55, 51, 52, 48, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:00,250][DEBUG][redisson-netty-2-4] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590215, [49, 55, 56, 48, 57, 55, 51, 52, 48, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4cd056de[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590215, [49, 55, 56, 48, 57, 55, 51, 52, 48, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:00,250][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590215, [49, 55, 56, 48, 57, 55, 51, 52, 48, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@69602471[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590215, [49, 55, 56, 48, 57, 55, 51, 52, 48, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:00,251][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:00,251][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:00,251][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:50:00,251][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5bf4d129] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:50:00,251][DEBUG][http-nio-1024-exec-4] Read "application/json;charset=UTF-8" to [FlowDefinitionQueryForm(flowCode=null, flowName=null, category=null, version=null, deletedFlag=null)] (LogFormatUtils.java:120) +[2026-06-09 10:50:00,251][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:50:00,251][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:50:00,251][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:50:00,252][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), 10001(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:50:00,252][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:50:00,252][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6cfad9b0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:50:00,258][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:50:00,258][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:50:00,258][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT COUNT(*) AS total FROM flow_definition WHERE del_flag = '0' (BaseJdbcLogger.java:135) +[2026-06-09 10:50:00,259][DEBUG][http-nio-1024-exec-4] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:50:00,289][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:50:00,290][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5bf4d129] (Logger.java:49) +[2026-06-09 10:50:00,290][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:50:00,290][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:50:00,291][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:50:00,295][DEBUG][http-nio-1024-exec-1] GET "/support/tableColumn/getColumns/10001", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:50:00,295][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:50:00,296][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:00,296][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:00,297][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7384dcd3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:00,298][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:00,298][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:00,298][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:00,299][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@19bece13[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:00,299][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:00,299][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:00,299][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:00,300][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1a070715[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:00,300][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:00,300][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:00,301][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:00,301][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@40b7914b[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:00,302][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:00,302][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:00,302][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590215, [49, 55, 56, 48, 57, 55, 51, 52, 48, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:00,303][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590215, [49, 55, 56, 48, 57, 55, 51, 52, 48, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3df105db[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590215, [49, 55, 56, 48, 57, 55, 51, 52, 48, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:00,303][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:00,303][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:50:00,303][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7cfeaef6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:50:00,303][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:50:00,303][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:50:00,304][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:50:00,304][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), 10001(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:50:00,316][DEBUG][http-nio-1024-exec-4] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:50:00,316][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6cfad9b0] (Logger.java:49) +[2026-06-09 10:50:00,317][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:50:00,318][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=0, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:50:00,318][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:50:00,341][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:50:00,342][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7cfeaef6] (Logger.java:49) +[2026-06-09 10:50:00,343][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:50:00,343][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:50:00,343][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:50:01,029][DEBUG][http-nio-1024-exec-7] GET "/flow/execute/donePage?pageNum=1&pageSize=10", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 10:50:01,030][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.flow.controller.ExecuteController#donePage(FlowHisTask, int, int) (AbstractHandlerMapping.java:531) +[2026-06-09 10:50:01,030][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:01,030][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:01,031][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@592d121d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:01,031][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:01,031][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:01,031][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:01,033][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6094c445[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:01,033][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:01,033][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:01,033][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:01,034][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@120b79dd[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:01,034][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:01,034][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:01,034][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:01,035][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@48c24854[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:01,035][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:01,035][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:01,036][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590214, [49, 55, 56, 48, 57, 55, 51, 52, 48, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:01,036][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590214, [49, 55, 56, 48, 57, 55, 51, 52, 48, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@66ca5788[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590214, [49, 55, 56, 48, 57, 55, 51, 52, 48, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:01,036][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:01,038][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:50:01,038][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5ef37e86] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:50:01,038][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:50:01,038][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:50:01,038][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 10:50:01,039][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:50:01,082][DEBUG][http-nio-1024-exec-7] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:50:01,082][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5ef37e86] (Logger.java:49) +[2026-06-09 10:50:01,082][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:50:01,083][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ce100cb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:50:01,083][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:50:01,083][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:50:01,083][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT er.role_id FROM t_role_employee er WHERE er.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:50:01,083][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:50:01,137][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:50:01,137][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ce100cb] (Logger.java:49) +[2026-06-09 10:50:01,137][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:50:01,137][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@26ec388d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:50:01,138][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:50:01,138][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:50:01,138][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT role_id,role_name,role_code,remark,update_time,create_time FROM t_role (BaseJdbcLogger.java:135) +[2026-06-09 10:50:01,139][DEBUG][http-nio-1024-exec-7] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:50:01,182][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:50:01,182][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@26ec388d] (Logger.java:49) +[2026-06-09 10:50:01,182][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:50:01,182][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@63ae7598] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:50:01,191][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:50:01,192][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:50:01,192][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT COUNT(*) AS total FROM (SELECT MAX(id) AS id FROM flow_his_task WHERE approver IN (?, ?) GROUP BY instance_id) tmp (BaseJdbcLogger.java:135) +[2026-06-09 10:50:01,193][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(String), dept:1(String) (BaseJdbcLogger.java:135) +[2026-06-09 10:50:01,252][DEBUG][http-nio-1024-exec-7] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:50:01,252][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@63ae7598] (Logger.java:49) +[2026-06-09 10:50:01,253][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:50:01,253][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@36064c13] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:50:01,253][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:50:01,253][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:50:01,253][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT t_employee.*, t_department.name AS departmentName FROM t_employee LEFT JOIN t_department ON t_department.department_id = t_employee.department_id WHERE t_employee.disabled_flag = ? AND t_employee.deleted_flag = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:50:01,254][DEBUG][http-nio-1024-exec-7] ==> Parameters: false(Boolean), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 10:50:01,303][DEBUG][http-nio-1024-exec-7] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:50:01,303][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@36064c13] (Logger.java:49) +[2026-06-09 10:50:01,305][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:50:01,305][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:50:01,306][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:50:01,582][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:50:01,582][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@50aecc23] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:50:01,582][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:50:01,582][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:50:01,582][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 10:50:01,583][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:50:01,663][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:50:01,663][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@50aecc23] (Logger.java:49) +[2026-06-09 10:50:03,143][DEBUG][http-nio-1024-exec-6] GET "/support/tableColumn/getColumns/10001", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:50:03,143][DEBUG][http-nio-1024-exec-8] POST "/flow/definition/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:50:03,143][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.flow.controller.DefController#queryPage(FlowDefinitionQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 10:50:03,144][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:03,144][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:50:03,144][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:03,144][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:03,144][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:03,145][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@16a4028b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:03,145][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4fd0e38c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:03,145][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:03,145][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:03,145][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:03,145][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:03,145][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:03,145][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:03,146][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2c662f70[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:03,146][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2e9877b7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:03,146][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:03,146][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:03,146][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:03,146][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:03,146][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:03,146][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:03,147][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@738b7913[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:03,147][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7af9339b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:03,147][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:03,147][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:03,147][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:03,147][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:03,147][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:03,147][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:03,148][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@689c16ab[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:03,148][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5ae479ff[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:03,148][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:03,148][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:03,148][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:03,148][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:03,148][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590212, [49, 55, 56, 48, 57, 55, 51, 52, 48, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:03,148][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590212, [49, 55, 56, 48, 57, 55, 51, 52, 48, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:03,149][DEBUG][redisson-netty-2-1] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590212, [49, 55, 56, 48, 57, 55, 51, 52, 48, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@79ce3fae[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590212, [49, 55, 56, 48, 57, 55, 51, 52, 48, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:03,149][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590212, [49, 55, 56, 48, 57, 55, 51, 52, 48, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3f9c7bbf[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590212, [49, 55, 56, 48, 57, 55, 51, 52, 48, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:03,149][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:03,149][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:03,149][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:50:03,149][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@273ec23f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:50:03,149][DEBUG][http-nio-1024-exec-8] Read "application/json;charset=UTF-8" to [FlowDefinitionQueryForm(flowCode=null, flowName=null, category=null, version=null, deletedFlag=null)] (LogFormatUtils.java:120) +[2026-06-09 10:50:03,150][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:50:03,150][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:48:48.333, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:48.372}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:50:03,150][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:50:03,150][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long), 10001(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:50:03,150][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:50:03,150][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7059f60c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:50:03,156][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:50:03,156][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:50:03,156][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT COUNT(*) AS total FROM flow_definition WHERE del_flag = '0' (BaseJdbcLogger.java:135) +[2026-06-09 10:50:03,156][DEBUG][http-nio-1024-exec-8] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:50:03,186][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:50:03,187][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@273ec23f] (Logger.java:49) +[2026-06-09 10:50:03,187][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:50:03,187][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:50:03,188][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:50:03,189][DEBUG][http-nio-1024-exec-10] GET "/support/tableColumn/getColumns/10001", parameters={} (LogFormatUtils.java:120) +[2026-06-09 10:50:03,189][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 10:50:03,189][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:03,190][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:03,191][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@47588b3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:03,191][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:03,192][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:03,192][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:03,193][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@534f3182[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:03,193][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:03,194][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:03,194][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:03,195][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@773a9b03[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:03,195][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:03,195][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:03,195][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:03,196][DEBUG][redisson-netty-2-4] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4e160797[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:03,196][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:03,196][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 10:50:03,196][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590212, [49, 55, 56, 48, 57, 55, 51, 52, 48, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 10:50:03,197][DEBUG][redisson-netty-2-24] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590212, [49, 55, 56, 48, 57, 55, 51, 52, 48, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@50e99663[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590212, [49, 55, 56, 48, 57, 55, 51, 52, 48, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 10:50:03,197][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 10:50:03,198][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:50:03,198][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:50:03,198][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@686e965] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:50:03,198][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7059f60c] (Logger.java:49) +[2026-06-09 10:50:03,198][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:50:03,198][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:50:03,198][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:50:03,198][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:50:03,198][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), 10001(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:50:03,199][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=0, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 10:50:03,199][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:50:03,247][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:50:03,247][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@686e965] (Logger.java:49) +[2026-06-09 10:50:03,248][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 10:50:03,248][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 10:50:03,248][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 10:50:56,500][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:50:56,502][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@320a41b8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:50:56,503][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:50:56,503][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:50:56,503][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 10:50:56,504][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:50:56,582][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:50:56,582][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@320a41b8] (Logger.java:49) +[2026-06-09 10:51:01,665][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:51:01,665][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7c74d92b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:51:01,665][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:51:01,665][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:51:01,665][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 10:51:01,665][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:51:01,718][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:51:01,718][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7c74d92b] (Logger.java:49) +[2026-06-09 10:51:49,350][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:51:49,352][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3dd43f1a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:51:49,360][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:51:49,366][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:51:49,451][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 10:51:49,565][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:51:49,666][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:51:49,668][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3dd43f1a] (Logger.java:49) +[2026-06-09 10:51:49,673][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:51:49,673][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@230215e5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:51:49,683][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:51:49,683][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:51:49,683][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:51:49,689][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T10:51:49.342869(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:51:49,738][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:51:49,739][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@230215e5] (Logger.java:49) +[2026-06-09 10:52:01,722][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:52:01,723][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1bdff72c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:52:01,724][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:52:01,724][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:48:14.183}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:52:01,725][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 10:52:01,727][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:52:01,771][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:52:01,771][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1bdff72c] (Logger.java:49) +[2026-06-09 10:53:01,777][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:53:01,779][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1a7c070b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:53:01,781][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:53:01,862][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:53:01.861}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:53:01,862][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 10:53:01,865][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:53:01,931][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:53:01,932][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1a7c070b] (Logger.java:49) +[2026-06-09 10:54:01,944][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:54:01,957][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5301d5ca] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:54:01,964][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:54:02,015][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:54:02.014}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:54:02,015][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 10:54:02,017][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:54:02,065][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:54:02,066][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5301d5ca] (Logger.java:49) +[2026-06-09 10:55:02,074][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:55:02,076][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6c02ed97] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:55:02,078][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:55:02,129][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:55:02.128}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:55:02,130][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 10:55:02,132][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:55:02,186][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:55:02,186][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6c02ed97] (Logger.java:49) +[2026-06-09 10:55:56,584][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:55:56,585][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1915b8a6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:55:56,585][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:55:56,585][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:55:02.128}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:55:56,585][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 10:55:56,586][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:55:56,658][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:55:56,659][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1915b8a6] (Logger.java:49) +[2026-06-09 10:56:02,191][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:56:02,192][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ea92785] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:56:02,192][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:56:02,193][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:55:02.128}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:56:02,193][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 10:56:02,194][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:56:02,256][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:56:02,256][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ea92785] (Logger.java:49) +[2026-06-09 10:56:49,744][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:56:49,745][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@58b79f10] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:56:49,746][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:56:49,746][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:55:02.128}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:56:49,746][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 10:56:49,747][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 10:56:49,816][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:56:49,816][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@58b79f10] (Logger.java:49) +[2026-06-09 10:56:49,817][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:56:49,817][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@a925306] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:56:49,820][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:56:49,821][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:55:02.128}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:56:49,821][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 10:56:49,822][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T10:56:49.742812(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 10:56:49,892][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 10:56:49,892][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@a925306] (Logger.java:49) +[2026-06-09 10:57:02,261][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:57:02,262][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2b8a170e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:57:02,262][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:57:02,262][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:55:02.128}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:57:02,262][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 10:57:02,262][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:57:02,310][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:57:02,310][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2b8a170e] (Logger.java:49) +[2026-06-09 10:58:02,318][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:58:02,321][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6605628] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:58:02,324][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:58:02,375][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:58:02.375}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:58:02,376][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 10:58:02,378][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:58:02,422][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:58:02,423][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6605628] (Logger.java:49) +[2026-06-09 10:59:02,425][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 10:59:02,426][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3520590f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 10:59:02,427][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 10:59:02,486][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 10:59:02.486}] will not be managed by Spring (Logger.java:49) +[2026-06-09 10:59:02,486][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 10:59:02,487][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 10:59:02,539][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 10:59:02,540][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3520590f] (Logger.java:49) +[2026-06-09 11:00:02,545][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:00:02,546][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@57a76a15] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:00:02,546][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:00:02,605][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:00:02.605}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:00:02,605][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:00:02,606][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:00:02,650][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:00:02,650][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@57a76a15] (Logger.java:49) +[2026-06-09 11:00:56,659][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:00:56,661][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@d7712b1] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:00:56,662][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:00:56,662][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:00:02.605}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:00:56,662][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 11:00:56,664][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:00:56,771][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:00:56,772][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@d7712b1] (Logger.java:49) +[2026-06-09 11:01:02,652][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:01:02,653][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5789742a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:01:02,653][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:01:02,653][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:00:02.605}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:01:02,654][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:01:02,654][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:01:02,734][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:01:02,734][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5789742a] (Logger.java:49) +[2026-06-09 11:01:49,899][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:01:49,903][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4a93a2f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:01:49,907][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:01:49,908][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:00:02.605}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:01:49,908][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 11:01:49,912][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 11:01:49,981][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 11:01:49,982][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4a93a2f] (Logger.java:49) +[2026-06-09 11:01:49,982][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:01:49,982][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5864426d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:01:49,984][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:01:49,984][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:00:02.605}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:01:49,984][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 11:01:49,986][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T11:01:49.896280(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 11:01:50,050][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 11:01:50,050][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5864426d] (Logger.java:49) +[2026-06-09 11:02:02,741][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:02:02,742][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@462ec349] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:02:02,743][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:02:02,743][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:00:02.605}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:02:02,743][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:02:02,743][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:02:02,813][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:02:02,813][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@462ec349] (Logger.java:49) +[2026-06-09 11:03:02,816][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:03:02,818][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5430f116] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:03:02,819][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:03:02,890][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:03:02.89}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:03:02,890][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:03:02,891][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:03:02,938][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:03:02,938][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5430f116] (Logger.java:49) +[2026-06-09 11:04:02,945][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:04:02,946][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@245672fb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:04:02,946][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:04:03,003][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:04:03.003}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:04:03,003][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:04:03,004][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:04:03,048][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:04:03,049][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@245672fb] (Logger.java:49) +[2026-06-09 11:05:03,053][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:05:03,056][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2d4ce506] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:05:03,059][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:05:03,119][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:05:03.118}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:05:03,120][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:05:03,123][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:05:03,240][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:05:03,241][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2d4ce506] (Logger.java:49) +[2026-06-09 11:05:56,775][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:05:56,775][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5e81dd88] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:05:56,776][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:05:56,776][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:05:03.118}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:05:56,777][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 11:05:56,777][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:05:56,892][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:05:56,892][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5e81dd88] (Logger.java:49) +[2026-06-09 11:06:03,243][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:06:03,244][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3551bc75] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:06:03,244][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:06:03,244][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:05:03.118}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:06:03,244][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:06:03,245][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:06:03,294][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:06:03,294][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3551bc75] (Logger.java:49) +[2026-06-09 11:06:50,057][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:06:50,059][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5c053414] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:06:50,061][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:06:50,061][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:05:03.118}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:06:50,061][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 11:06:50,064][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 11:06:50,128][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 11:06:50,129][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5c053414] (Logger.java:49) +[2026-06-09 11:06:50,130][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:06:50,130][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@d03b6b1] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:06:50,131][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:06:50,131][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:05:03.118}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:06:50,131][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 11:06:50,134][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T11:06:50.055154(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 11:06:50,206][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 11:06:50,206][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@d03b6b1] (Logger.java:49) +[2026-06-09 11:07:03,295][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:07:03,297][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1f2683af] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:07:03,297][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:07:03,298][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:05:03.118}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:07:03,298][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:07:03,299][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:07:03,375][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:07:03,376][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1f2683af] (Logger.java:49) +[2026-06-09 11:08:03,378][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:08:03,379][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@143fe745] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:08:03,380][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:08:03,423][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:08:03.423}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:08:03,424][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:08:03,425][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:08:03,473][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:08:03,474][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@143fe745] (Logger.java:49) +[2026-06-09 11:09:03,484][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:09:03,486][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3e4a0117] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:09:03,488][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:09:03,532][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:09:03.532}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:09:03,532][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:09:03,534][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:09:03,605][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:09:03,605][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3e4a0117] (Logger.java:49) +[2026-06-09 11:10:03,661][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:10:03,662][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4807de81] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:10:03,663][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:10:03,738][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:10:03.737}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:10:03,738][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:10:03,739][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:10:03,783][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:10:03,783][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4807de81] (Logger.java:49) +[2026-06-09 11:10:56,952][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:10:56,954][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6924cd6f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:10:56,956][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:10:56,957][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:10:03.737}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:10:56,957][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 11:10:56,960][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:10:57,020][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:10:57,020][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6924cd6f] (Logger.java:49) +[2026-06-09 11:11:03,791][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:11:03,791][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@48e5265a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:11:03,792][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:11:03,792][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:10:03.737}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:11:03,792][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:11:03,793][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:11:03,854][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:11:03,854][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@48e5265a] (Logger.java:49) +[2026-06-09 11:11:50,264][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:11:50,266][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@59d27304] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:11:50,267][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:11:50,267][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:10:03.737}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:11:50,267][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 11:11:50,268][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 11:11:50,335][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 11:11:50,336][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@59d27304] (Logger.java:49) +[2026-06-09 11:11:50,336][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:11:50,336][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@25835ec3] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:11:50,337][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:11:50,337][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:10:03.737}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:11:50,337][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 11:11:50,339][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T11:11:50.263661(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 11:11:50,382][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 11:11:50,382][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@25835ec3] (Logger.java:49) +[2026-06-09 11:12:03,860][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:12:03,862][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@64f891cc] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:12:03,862][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:12:03,862][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:10:03.737}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:12:03,862][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:12:03,863][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:12:03,908][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:12:03,909][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@64f891cc] (Logger.java:49) +[2026-06-09 11:13:03,917][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:13:03,920][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@56e572a8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:13:03,923][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:13:03,971][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:13:03.97}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:13:03,972][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:13:03,974][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:13:04,039][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:13:04,040][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@56e572a8] (Logger.java:49) +[2026-06-09 11:14:04,051][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:14:04,053][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3de79c1a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:14:04,054][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:14:04,139][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:14:04.139}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:14:04,139][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:14:04,140][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:14:04,188][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:14:04,188][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3de79c1a] (Logger.java:49) +[2026-06-09 11:15:04,193][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:15:04,194][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7b938dfe] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:15:04,195][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:15:04,255][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:15:04.255}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:15:04,255][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:15:04,256][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:15:04,307][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:15:04,307][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7b938dfe] (Logger.java:49) +[2026-06-09 11:15:57,027][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:15:57,029][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7239f697] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:15:57,031][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:15:57,031][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:15:04.255}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:15:57,031][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 11:15:57,035][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:15:57,093][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:15:57,094][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7239f697] (Logger.java:49) +[2026-06-09 11:16:04,314][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:16:04,316][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@10e82281] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:16:04,317][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:16:04,317][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:15:04.255}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:16:04,317][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:16:04,318][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:16:04,377][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:16:04,378][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@10e82281] (Logger.java:49) +[2026-06-09 11:16:50,388][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:16:50,390][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5c1345a0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:16:50,392][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:16:50,393][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:15:04.255}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:16:50,393][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 11:16:50,395][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 11:16:50,465][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 11:16:50,466][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5c1345a0] (Logger.java:49) +[2026-06-09 11:16:50,467][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:16:50,467][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6b15ed97] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:16:50,468][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:16:50,468][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:15:04.255}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:16:50,468][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 11:16:50,471][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T11:16:50.384464(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 11:16:50,538][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 11:16:50,539][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6b15ed97] (Logger.java:49) +[2026-06-09 11:17:04,385][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:17:04,386][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@49d28964] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:17:04,387][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:17:04,387][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:15:04.255}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:17:04,387][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:17:04,389][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:17:04,462][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:17:04,462][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@49d28964] (Logger.java:49) +[2026-06-09 11:18:04,465][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:18:04,466][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@36bf913e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:18:04,467][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:18:04,537][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:18:04.537}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:18:04,537][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:18:04,538][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:18:04,582][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:18:04,582][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@36bf913e] (Logger.java:49) +[2026-06-09 11:19:04,589][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:19:04,590][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@803d951] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:19:04,591][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:19:04,697][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:19:04.697}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:19:04,698][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:19:04,699][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:19:04,746][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:19:04,747][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@803d951] (Logger.java:49) +[2026-06-09 11:20:04,755][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:20:04,758][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@713d632f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:20:04,760][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:20:04,827][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:20:04.827}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:20:04,828][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:20:04,833][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:20:04,909][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:20:04,909][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@713d632f] (Logger.java:49) +[2026-06-09 11:20:57,095][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:20:57,097][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@60da39d5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:20:57,097][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:20:57,098][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:20:04.827}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:20:57,098][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 11:20:57,100][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:20:57,177][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:20:57,177][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@60da39d5] (Logger.java:49) +[2026-06-09 11:21:04,912][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:21:04,913][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@77e9d41e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:21:04,913][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:21:04,913][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:20:04.827}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:21:04,914][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:21:04,914][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:21:04,967][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:21:04,968][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@77e9d41e] (Logger.java:49) +[2026-06-09 11:21:50,545][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:21:50,545][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@23255d3a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:21:50,546][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:21:50,548][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:20:04.827}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:21:50,549][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 11:21:50,567][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 11:21:50,613][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 11:21:50,614][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@23255d3a] (Logger.java:49) +[2026-06-09 11:21:50,614][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:21:50,614][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2c6dcf61] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:21:50,615][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:21:50,616][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:20:04.827}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:21:50,616][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 11:21:50,617][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T11:21:50.543534(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 11:21:50,667][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 11:21:50,667][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2c6dcf61] (Logger.java:49) +[2026-06-09 11:22:04,973][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:22:04,973][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@18bbeec1] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:22:04,973][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:22:04,973][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:20:04.827}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:22:04,973][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:22:04,974][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:22:05,051][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:22:05,051][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@18bbeec1] (Logger.java:49) +[2026-06-09 11:23:05,058][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:23:05,060][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@646fae4] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:23:05,062][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:23:05,146][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:23:05.146}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:23:05,146][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:23:05,151][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:23:05,212][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:23:05,213][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@646fae4] (Logger.java:49) +[2026-06-09 11:24:05,222][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:24:05,225][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4a6958b6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:24:05,227][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:24:05,331][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:24:05.331}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:24:05,331][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:24:05,332][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:24:05,386][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:24:05,386][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4a6958b6] (Logger.java:49) +[2026-06-09 11:25:05,398][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:25:05,401][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@f2d8200] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:25:05,402][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:25:05,450][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:25:05.45}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:25:05,451][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:25:05,452][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:25:05,499][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:25:05,500][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@f2d8200] (Logger.java:49) +[2026-06-09 11:25:57,181][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:25:57,183][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4766cd95] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:25:57,183][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:25:57,183][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:25:05.45}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:25:57,183][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 11:25:57,184][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:25:57,250][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:25:57,250][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4766cd95] (Logger.java:49) +[2026-06-09 11:26:05,506][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:26:05,506][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@36ccbf3f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:26:05,507][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:26:05,507][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:25:05.45}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:26:05,507][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:26:05,508][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:26:05,565][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:26:05,565][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@36ccbf3f] (Logger.java:49) +[2026-06-09 11:26:50,671][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:26:50,671][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@412f0e43] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:26:50,672][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:26:50,672][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:25:05.45}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:26:50,673][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 11:26:50,674][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 11:26:50,730][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 11:26:50,731][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@412f0e43] (Logger.java:49) +[2026-06-09 11:26:50,731][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:26:50,731][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2663a39b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:26:50,731][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:26:50,731][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:25:05.45}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:26:50,731][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 11:26:50,732][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T11:26:50.669856(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 11:26:50,777][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 11:26:50,777][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2663a39b] (Logger.java:49) +[2026-06-09 11:27:05,569][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:27:05,569][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@308dec0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:27:05,570][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:27:05,570][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:25:05.45}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:27:05,570][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:27:05,572][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:27:05,650][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:27:05,650][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@308dec0] (Logger.java:49) +[2026-06-09 11:28:05,657][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:28:05,658][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3c77487a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:28:05,659][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:28:05,744][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:28:05.744}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:28:05,744][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:28:05,745][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:28:05,814][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:28:05,818][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3c77487a] (Logger.java:49) +[2026-06-09 11:29:05,826][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:29:05,827][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@182310e5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:29:05,828][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:29:05,889][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:29:05.889}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:29:05,889][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:29:05,890][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:29:05,941][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:29:05,941][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@182310e5] (Logger.java:49) +[2026-06-09 11:30:05,947][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:30:05,949][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@546a5e11] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:30:05,949][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:30:07,304][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:30:07.304}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:30:07,304][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:30:07,305][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:30:07,459][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:30:07,459][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@546a5e11] (Logger.java:49) +[2026-06-09 11:30:57,253][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:30:57,255][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@648ac25a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:30:57,256][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:30:57,257][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:30:07.304}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:30:57,257][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 11:30:57,258][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:30:57,463][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:30:57,463][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@648ac25a] (Logger.java:49) +[2026-06-09 11:31:07,466][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:31:07,468][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@64dbc0e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:31:07,468][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:31:07,468][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:30:07.304}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:31:07,469][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:31:07,470][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:31:07,619][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:31:07,619][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@64dbc0e] (Logger.java:49) +[2026-06-09 11:31:50,784][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:31:50,786][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6363664f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:31:50,786][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:31:50,787][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:30:07.304}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:31:50,787][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 11:31:50,788][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 11:31:50,986][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 11:31:50,986][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6363664f] (Logger.java:49) +[2026-06-09 11:31:50,986][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:31:50,987][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@45ad4495] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:31:50,987][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:31:50,988][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:30:07.304}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:31:50,988][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 11:31:50,989][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T11:31:50.783525(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 11:31:51,117][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 11:31:51,118][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@45ad4495] (Logger.java:49) +[2026-06-09 11:32:07,624][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:32:07,625][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@454f9344] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:32:07,626][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:32:07,626][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:30:07.304}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:32:07,626][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:32:07,627][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:32:07,795][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:32:07,795][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@454f9344] (Logger.java:49) +[2026-06-09 11:33:07,801][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:33:07,803][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7e1335cb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:33:07,804][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:33:07,968][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:33:07.968}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:33:07,969][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:33:07,970][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:33:08,127][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:33:08,128][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7e1335cb] (Logger.java:49) +[2026-06-09 11:34:08,134][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:34:08,135][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@39fe83d4] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:34:08,135][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:34:08,331][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:34:08.33}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:34:08,331][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:34:08,333][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:34:08,522][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:34:08,522][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@39fe83d4] (Logger.java:49) +[2026-06-09 11:35:08,527][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:35:08,528][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7524aa79] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:35:08,528][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:35:08,578][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:35:08.578}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:35:08,578][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:35:08,579][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:35:08,620][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:35:08,620][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7524aa79] (Logger.java:49) +[2026-06-09 11:35:57,465][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:35:57,468][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1bfbbabd] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:35:57,468][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:35:57,468][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:35:08.578}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:35:57,469][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 11:35:57,469][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:35:57,520][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:35:57,521][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1bfbbabd] (Logger.java:49) +[2026-06-09 11:36:08,627][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:36:08,628][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2cc4ae2c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:36:08,628][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:36:08,629][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:35:08.578}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:36:08,629][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:36:08,629][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:36:08,708][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:36:08,708][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2cc4ae2c] (Logger.java:49) +[2026-06-09 11:36:51,121][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:36:51,122][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@25dc0f2d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:36:51,123][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:36:51,123][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:35:08.578}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:36:51,123][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 11:36:51,124][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 11:36:51,188][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 11:36:51,189][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@25dc0f2d] (Logger.java:49) +[2026-06-09 11:36:51,189][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:36:51,189][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@78ba4752] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:36:51,190][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:36:51,190][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:35:08.578}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:36:51,190][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 11:36:51,192][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T11:36:51.120105(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 11:36:51,249][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 11:36:51,249][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@78ba4752] (Logger.java:49) +[2026-06-09 11:37:08,712][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:37:08,713][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@55db0c8a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:37:08,713][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:37:08,713][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 10:20:19.674, closeCount=0, lastValidateTimeMillis=2026-06-09 11:35:08.578}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:37:08,714][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:37:08,714][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:37:08,788][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:37:08,789][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@55db0c8a] (Logger.java:49) +[2026-06-09 11:38:08,792][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:38:08,794][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@370b766c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:38:08,794][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:38:38,801][DEBUG][SmartJobLauncher-0] skip not validated connection. (DruidDataSource.java:1554) +[2026-06-09 11:39:08,803][DEBUG][SmartJobLauncher-0] skip not validated connection. (DruidDataSource.java:1554) +[2026-06-09 11:40:01,056][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:40:01.001}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:40:01,057][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:40:01,058][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:40:01,137][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:40:01,137][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@370b766c] (Logger.java:49) +[2026-06-09 11:40:57,523][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:40:57,526][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@32257f0d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:40:57,526][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:40:57,527][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:40:01.001}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:40:57,527][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 11:40:57,528][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:40:57,572][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:40:57,572][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@32257f0d] (Logger.java:49) +[2026-06-09 11:41:01,139][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:41:01,140][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2e6312f8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:41:01,140][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:41:01,140][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:40:01.001}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:41:01,140][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:41:01,141][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:41:01,217][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:41:01,218][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2e6312f8] (Logger.java:49) +[2026-06-09 11:41:51,255][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:41:51,257][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@30f8832d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:41:51,258][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:41:51,258][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:40:01.001}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:41:51,258][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 11:41:51,260][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 11:41:51,334][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 11:41:51,335][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@30f8832d] (Logger.java:49) +[2026-06-09 11:41:51,335][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:41:51,335][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6799e555] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:41:51,336][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:41:51,336][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:40:01.001}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:41:51,336][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 11:41:51,338][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T11:41:51.254971(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 11:41:51,390][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 11:41:51,390][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6799e555] (Logger.java:49) +[2026-06-09 11:42:01,222][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:42:01,223][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@37ac52c9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:42:01,223][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:42:01,223][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:40:01.001}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:42:01,223][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:42:01,224][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:42:01,292][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:42:01,292][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@37ac52c9] (Logger.java:49) +[2026-06-09 11:43:01,296][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:43:01,296][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13e8806b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:43:01,296][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:43:01,351][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:43:01.351}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:43:01,351][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:43:01,351][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:43:01,411][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:43:01,411][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13e8806b] (Logger.java:49) +[2026-06-09 11:44:01,418][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:44:01,419][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@28c6cac5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:44:01,420][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:44:01,497][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:44:01.497}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:44:01,497][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:44:01,512][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:44:01,571][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:44:01,571][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@28c6cac5] (Logger.java:49) +[2026-06-09 11:45:01,577][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:45:01,579][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@724ba4ac] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:45:01,579][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:45:01,659][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:45:01.659}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:45:01,660][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:45:01,660][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:45:01,706][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:45:01,706][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@724ba4ac] (Logger.java:49) +[2026-06-09 11:45:57,578][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:45:57,580][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6c961687] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:45:57,580][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:45:57,580][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:45:01.659}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:45:57,580][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 11:45:57,581][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:45:57,654][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:45:57,655][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6c961687] (Logger.java:49) +[2026-06-09 11:46:01,710][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:46:01,710][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ff43ffb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:46:01,710][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:46:01,711][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:45:01.659}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:46:01,711][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:46:01,711][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:46:01,775][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:46:01,776][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ff43ffb] (Logger.java:49) +[2026-06-09 11:46:51,395][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:46:51,397][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@65c48f9d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:46:51,398][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:46:51,398][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:45:01.659}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:46:51,399][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 11:46:51,400][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 11:46:51,495][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 11:46:51,495][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@65c48f9d] (Logger.java:49) +[2026-06-09 11:46:51,496][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:46:51,496][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@183c8a42] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:46:51,497][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:46:51,497][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:45:01.659}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:46:51,498][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 11:46:51,499][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T11:46:51.394418(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 11:46:51,552][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 11:46:51,552][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@183c8a42] (Logger.java:49) +[2026-06-09 11:47:01,781][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:47:01,781][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@39c1f788] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:47:01,782][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:47:01,782][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:45:01.659}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:47:01,782][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:47:01,782][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:47:01,866][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:47:01,867][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@39c1f788] (Logger.java:49) +[2026-06-09 11:48:01,873][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:48:01,874][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@40a6398a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:48:01,874][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:48:01,976][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:48:01.976}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:48:01,977][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:48:01,977][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:48:02,053][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:48:02,054][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@40a6398a] (Logger.java:49) +[2026-06-09 11:49:02,058][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:49:02,060][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3d7f262a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:49:02,060][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:49:02,134][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:49:02.133}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:49:02,134][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:49:02,135][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:49:02,219][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:49:02,219][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3d7f262a] (Logger.java:49) +[2026-06-09 11:50:02,226][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:50:02,227][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5c5a04c5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:50:02,228][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:50:02,334][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:50:02.333}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:50:02,334][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:50:02,336][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:50:02,414][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:50:02,415][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5c5a04c5] (Logger.java:49) +[2026-06-09 11:50:57,658][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:50:57,659][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3cf51c50] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:50:57,660][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:50:57,660][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:50:02.333}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:50:57,660][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 11:50:57,661][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:50:57,726][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:50:57,726][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3cf51c50] (Logger.java:49) +[2026-06-09 11:51:02,420][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:51:02,421][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4ff86f55] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:51:02,421][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:51:02,421][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:50:02.333}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:51:02,422][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:51:02,422][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:51:02,520][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:51:02,521][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4ff86f55] (Logger.java:49) +[2026-06-09 11:51:51,555][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:51:51,556][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3620e7ea] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:51:51,556][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:51:51,556][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:50:02.333}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:51:51,556][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 11:51:51,556][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 11:51:51,641][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 11:51:51,641][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3620e7ea] (Logger.java:49) +[2026-06-09 11:51:51,642][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:51:51,642][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@79c5f73e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:51:51,642][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:51:51,642][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:50:02.333}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:51:51,643][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 11:51:51,644][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T11:51:51.554933(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 11:51:51,693][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 11:51:51,694][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@79c5f73e] (Logger.java:49) +[2026-06-09 11:52:02,532][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:52:02,533][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7d1f1a15] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:52:02,534][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:52:02,534][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:50:02.333}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:52:02,534][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:52:02,535][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:52:02,606][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:52:02,606][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7d1f1a15] (Logger.java:49) +[2026-06-09 11:53:02,615][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:53:02,616][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@62cd7840] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:53:02,617][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:53:02,680][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:53:02.68}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:53:02,681][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:53:02,681][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:53:02,730][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:53:02,731][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@62cd7840] (Logger.java:49) +[2026-06-09 11:54:02,740][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:54:02,742][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@252f9eee] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:54:02,743][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:54:02,805][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:54:02.805}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:54:02,805][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:54:02,806][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:54:02,852][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:54:02,853][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@252f9eee] (Logger.java:49) +[2026-06-09 11:55:02,857][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:55:02,859][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@c87a469] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:55:02,860][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:55:02,920][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:55:02.92}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:55:02,921][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:55:02,922][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:55:02,967][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:55:02,968][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@c87a469] (Logger.java:49) +[2026-06-09 11:55:57,727][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:55:57,730][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1e503daa] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:55:57,730][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:55:57,730][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:55:02.92}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:55:57,730][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 11:55:57,731][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:55:57,810][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:55:57,810][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1e503daa] (Logger.java:49) +[2026-06-09 11:56:02,977][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:56:02,977][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@27571ae9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:56:02,978][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:56:02,978][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:55:02.92}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:56:02,978][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:56:02,979][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:56:03,040][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:56:03,040][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@27571ae9] (Logger.java:49) +[2026-06-09 11:56:51,701][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:56:51,703][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@213b0d2b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:56:51,703][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:56:51,703][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:55:02.92}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:56:51,703][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 11:56:51,705][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 11:56:51,766][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 11:56:51,767][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@213b0d2b] (Logger.java:49) +[2026-06-09 11:56:51,767][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:56:51,767][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@143fec75] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:56:51,768][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:56:51,768][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:55:02.92}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:56:51,768][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 11:56:51,770][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T11:56:51.700619(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 11:56:51,812][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 11:56:51,813][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@143fec75] (Logger.java:49) +[2026-06-09 11:57:03,046][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:57:03,047][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@78e00b92] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:57:03,047][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:57:03,047][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:55:02.92}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:57:03,048][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:57:03,048][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:57:03,092][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:57:03,092][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@78e00b92] (Logger.java:49) +[2026-06-09 11:58:03,102][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:58:03,103][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4427ad51] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:58:03,104][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:58:03,152][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:58:03.152}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:58:03,152][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:58:03,153][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:58:03,202][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:58:03,203][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4427ad51] (Logger.java:49) +[2026-06-09 11:59:03,209][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 11:59:03,210][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2865e70d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 11:59:03,210][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 11:59:03,284][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 11:59:03.284}] will not be managed by Spring (Logger.java:49) +[2026-06-09 11:59:03,285][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 11:59:03,286][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 11:59:03,329][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 11:59:03,329][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2865e70d] (Logger.java:49) +[2026-06-09 12:00:03,339][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 12:00:03,339][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@759c78b7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 12:00:03,339][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 12:00:03,393][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 12:00:03.393}] will not be managed by Spring (Logger.java:49) +[2026-06-09 12:00:03,394][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 12:00:03,394][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 12:00:03,441][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 12:00:03,442][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@759c78b7] (Logger.java:49) +[2026-06-09 12:00:57,818][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 12:00:57,820][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@263ba1cd] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 12:00:57,821][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 12:00:57,821][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 12:00:03.393}] will not be managed by Spring (Logger.java:49) +[2026-06-09 12:00:57,822][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 12:00:57,823][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 12:00:57,891][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 12:00:57,891][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@263ba1cd] (Logger.java:49) +[2026-06-09 12:01:03,452][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 12:01:03,452][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7af73b14] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 12:01:03,452][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 12:01:03,453][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 12:00:03.393}] will not be managed by Spring (Logger.java:49) +[2026-06-09 12:01:03,453][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 12:01:03,453][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 12:01:03,504][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 12:01:03,505][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7af73b14] (Logger.java:49) +[2026-06-09 12:01:51,825][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 12:01:51,826][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@205b1345] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 12:01:51,827][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 12:01:51,827][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 12:00:03.393}] will not be managed by Spring (Logger.java:49) +[2026-06-09 12:01:51,827][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 12:01:51,829][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 12:01:51,906][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 12:01:51,906][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@205b1345] (Logger.java:49) +[2026-06-09 12:01:51,906][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 12:01:51,906][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@29898f07] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 12:01:51,908][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 12:01:51,908][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 12:00:03.393}] will not be managed by Spring (Logger.java:49) +[2026-06-09 12:01:51,908][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 12:01:51,910][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T12:01:51.823977(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 12:01:51,957][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 12:01:51,958][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@29898f07] (Logger.java:49) +[2026-06-09 12:02:03,514][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 12:02:03,515][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@48b35c90] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 12:02:03,515][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 12:02:03,515][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 12:00:03.393}] will not be managed by Spring (Logger.java:49) +[2026-06-09 12:02:03,516][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 12:02:03,516][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 12:02:03,588][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 12:02:03,589][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@48b35c90] (Logger.java:49) +[2026-06-09 12:03:03,594][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 12:03:03,595][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@67cace70] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 12:03:03,596][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 12:03:03,655][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 12:03:03.655}] will not be managed by Spring (Logger.java:49) +[2026-06-09 12:03:03,655][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 12:03:03,656][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 12:03:03,704][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 12:03:03,704][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@67cace70] (Logger.java:49) +[2026-06-09 12:04:03,711][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 12:04:03,712][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5cf60adf] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 12:04:03,713][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 12:04:03,756][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 12:04:03.756}] will not be managed by Spring (Logger.java:49) +[2026-06-09 12:04:03,756][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 12:04:03,757][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 12:04:03,801][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 12:04:03,802][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5cf60adf] (Logger.java:49) +[2026-06-09 12:04:24,312][DEBUG][http-nio-1024-exec-10] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 12:04:24,316][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 12:04:24,318][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 12:04:24,318][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 12:04:24,320][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@8c664ac[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 12:04:24,320][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 12:04:24,320][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 12:04:24,320][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 12:04:24,321][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@59f6c9c2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 12:04:24,321][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 12:04:24,323][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 12:04:25,910][DEBUG][http-nio-1024-exec-1] GET "/login/getCaptcha", parameters={} (LogFormatUtils.java:120) +[2026-06-09 12:04:25,910][DEBUG][http-nio-1024-exec-9] GET "/login/getTwoFactorLoginFlag", parameters={} (LogFormatUtils.java:120) +[2026-06-09 12:04:25,911][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getTwoFactorLoginFlag() (AbstractHandlerMapping.java:531) +[2026-06-09 12:04:25,911][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getCaptcha() (AbstractHandlerMapping.java:531) +[2026-06-09 12:04:25,924][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 12:04:25,925][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=false, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 12:04:25,947][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 12:04:25,966][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 12:04:25,967][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [57, 48, 50, 51]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 12:04:25,970][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [57, 48, 50, 51]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@cfd87e2[Completed normally], command=(SETEX), params=[[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [57, 48, 50, 51]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 12:04:25,970][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 12:04:25,971][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 12:04:25,971][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=CaptchaVO(captchaUuid=fecd9be813f543b0834aa9 (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 12:04:25,972][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 12:05:32,824][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 12:05:32,825][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2f2acaf] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 12:05:32,826][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 12:05:33,178][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 12:05:33.178}] will not be managed by Spring (Logger.java:49) +[2026-06-09 12:05:33,178][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 12:05:33,180][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 12:05:33,494][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 12:05:33,495][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2f2acaf] (Logger.java:49) +[2026-06-09 12:21:03,767][DEBUG][http-nio-1024-exec-4] GET "/login/getCaptcha", parameters={} (LogFormatUtils.java:120) +[2026-06-09 12:21:03,768][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getCaptcha() (AbstractHandlerMapping.java:531) +[2026-06-09 12:21:03,771][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 12:21:03,772][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [56, 52, 51, 50]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 12:21:03,773][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [56, 52, 51, 50]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4b56e47d[Completed normally], command=(SETEX), params=[[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [56, 52, 51, 50]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 12:21:03,773][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 12:21:03,773][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 12:21:03,774][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=CaptchaVO(captchaUuid=447292db82f04340b94ae3 (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 12:21:03,774][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 12:21:35,038][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 12:21:35,039][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3ad7f59b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 12:21:35,039][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 12:21:35,088][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 12:21:35.088}] will not be managed by Spring (Logger.java:49) +[2026-06-09 12:21:35,088][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 12:21:35,089][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 12:21:35,135][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 12:21:35,135][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3ad7f59b] (Logger.java:49) +[2026-06-09 12:21:41,629][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 12:21:41,629][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@56207e38] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 12:21:41,630][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 12:21:41,630][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 12:21:35.088}] will not be managed by Spring (Logger.java:49) +[2026-06-09 12:21:41,630][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 12:21:41,630][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 12:21:41,680][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 12:21:41,681][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@56207e38] (Logger.java:49) +[2026-06-09 12:22:03,767][DEBUG][http-nio-1024-exec-3] GET "/login/getCaptcha", parameters={} (LogFormatUtils.java:120) +[2026-06-09 12:22:03,768][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getCaptcha() (AbstractHandlerMapping.java:531) +[2026-06-09 12:22:03,773][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 12:22:03,773][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [51, 52, 54, 53]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 12:22:03,777][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [51, 52, 54, 53]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3f2bae9c[Completed normally], command=(SETEX), params=[[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [51, 52, 54, 53]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 12:22:03,777][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 12:22:03,778][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 12:22:03,778][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=CaptchaVO(captchaUuid=28ece8f3b321481c80e7c4 (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 12:22:03,778][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 12:22:29,100][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 12:22:29,101][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4288523b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 12:22:29,101][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 12:22:29,101][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 12:21:35.088}] will not be managed by Spring (Logger.java:49) +[2026-06-09 12:22:29,101][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 12:22:29,102][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 12:22:29,192][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 12:22:29,192][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4288523b] (Logger.java:49) +[2026-06-09 12:22:29,193][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 12:22:29,193][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7fd6bacc] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 12:22:29,194][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 12:22:29,194][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 12:21:35.088}] will not be managed by Spring (Logger.java:49) +[2026-06-09 12:22:29,194][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 12:22:29,196][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T12:22:29.099928(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 12:22:29,266][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 12:22:29,266][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7fd6bacc] (Logger.java:49) +[2026-06-09 12:22:41,690][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 12:22:41,691][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6122e865] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 12:22:41,692][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 12:22:41,692][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 12:21:35.088}] will not be managed by Spring (Logger.java:49) +[2026-06-09 12:22:41,692][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 12:22:41,693][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 12:22:41,746][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 12:22:41,746][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6122e865] (Logger.java:49) +[2026-06-09 12:23:03,766][DEBUG][http-nio-1024-exec-6] GET "/login/getCaptcha", parameters={} (LogFormatUtils.java:120) +[2026-06-09 12:23:03,767][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getCaptcha() (AbstractHandlerMapping.java:531) +[2026-06-09 12:23:03,770][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 12:23:03,770][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [57, 52, 53, 48]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 12:23:03,772][DEBUG][redisson-netty-2-22] connection released for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [57, 52, 53, 48]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@69b7237f[Completed normally], command=(SETEX), params=[[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [57, 52, 53, 48]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 12:23:03,772][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 12:23:03,773][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 12:23:03,774][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=CaptchaVO(captchaUuid=7ca415393cdc4daab9f96d (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 12:23:03,775][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 12:23:41,755][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 12:23:41,756][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@23974bd4] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 12:23:41,757][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 12:23:41,807][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 12:23:41.806}] will not be managed by Spring (Logger.java:49) +[2026-06-09 12:23:41,807][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 12:23:41,808][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 12:23:41,852][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 12:23:41,853][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@23974bd4] (Logger.java:49) +[2026-06-09 12:24:03,766][DEBUG][http-nio-1024-exec-2] GET "/login/getCaptcha", parameters={} (LogFormatUtils.java:120) +[2026-06-09 12:24:03,766][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getCaptcha() (AbstractHandlerMapping.java:531) +[2026-06-09 12:24:03,770][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 12:24:03,771][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [53, 54, 53, 50]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 12:24:03,773][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [53, 54, 53, 50]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@69204060[Completed normally], command=(SETEX), params=[[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [53, 54, 53, 50]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 12:24:03,774][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 12:24:03,774][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 12:24:03,774][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=CaptchaVO(captchaUuid=4260475b879041c49d63e9 (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 12:24:03,775][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 12:24:25,101][DEBUG][http-nio-1024-exec-8] Error parsing HTTP request header (DirectJDKLog.java:175) +java.io.EOFException: null + at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1293) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1181) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:789) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:348) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:262) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 12:24:25,103][DEBUG][http-nio-1024-exec-8] Error state [CLOSE_CONNECTION_NOW] reported while processing request (DirectJDKLog.java:175) +java.io.EOFException: null + at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1293) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1181) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:789) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:348) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:262) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 12:24:41,864][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 12:24:41,865][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@71506f75] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 12:24:41,866][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 12:24:41,927][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 12:24:41.927}] will not be managed by Spring (Logger.java:49) +[2026-06-09 12:24:41,928][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 12:24:41,929][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 12:24:41,973][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 12:24:41,973][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@71506f75] (Logger.java:49) +[2026-06-09 12:25:03,768][DEBUG][http-nio-1024-exec-10] GET "/login/getCaptcha", parameters={} (LogFormatUtils.java:120) +[2026-06-09 12:25:03,768][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getCaptcha() (AbstractHandlerMapping.java:531) +[2026-06-09 12:25:03,772][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 12:25:03,772][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [53, 54, 52, 56]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 12:25:03,773][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [53, 54, 52, 56]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@41185456[Completed normally], command=(SETEX), params=[[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [53, 54, 52, 56]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 12:25:03,773][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 12:25:03,773][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 12:25:03,774][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=CaptchaVO(captchaUuid=8e79d8e7557a4b20b478ab (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 12:25:03,774][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 12:25:41,984][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 12:25:41,985][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2a34de91] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 12:25:41,986][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 12:25:42,048][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 12:25:42.048}] will not be managed by Spring (Logger.java:49) +[2026-06-09 12:25:42,048][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 12:25:42,049][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 12:25:42,093][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 12:25:42,093][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2a34de91] (Logger.java:49) +[2026-06-09 12:26:03,767][DEBUG][http-nio-1024-exec-9] GET "/login/getCaptcha", parameters={} (LogFormatUtils.java:120) +[2026-06-09 12:26:03,768][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getCaptcha() (AbstractHandlerMapping.java:531) +[2026-06-09 12:26:03,774][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 12:26:03,774][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [57, 52, 56, 50]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 12:26:03,776][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [57, 52, 56, 50]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5d33f477[Completed normally], command=(SETEX), params=[[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [57, 52, 56, 50]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 12:26:03,777][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 12:26:03,778][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 12:26:03,778][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=CaptchaVO(captchaUuid=98e85aa2fa5a43d48e8acb (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 12:26:03,778][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 12:43:48,493][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 12:43:48,494][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@699be5a8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 12:43:48,494][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 12:43:48,536][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 12:43:48.536}] will not be managed by Spring (Logger.java:49) +[2026-06-09 12:43:48,536][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 12:43:48,537][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 12:43:48,588][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 12:43:48,589][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@699be5a8] (Logger.java:49) +[2026-06-09 12:43:55,449][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 12:43:55,449][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ad2e47d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 12:43:55,449][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 12:43:55,449][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 12:43:48.536}] will not be managed by Spring (Logger.java:49) +[2026-06-09 12:43:55,450][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 12:43:55,450][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 12:43:55,524][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 12:43:55,524][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ad2e47d] (Logger.java:49) +[2026-06-09 12:44:42,616][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 12:44:42,617][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@56bceae2] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 12:44:42,618][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 12:44:42,618][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 12:43:48.536}] will not be managed by Spring (Logger.java:49) +[2026-06-09 12:44:42,618][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 12:44:42,619][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 12:44:42,675][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 12:44:42,675][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@56bceae2] (Logger.java:49) +[2026-06-09 12:44:42,675][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 12:44:42,675][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@72faf83b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 12:44:42,677][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 12:44:42,677][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 12:43:48.536}] will not be managed by Spring (Logger.java:49) +[2026-06-09 12:44:42,677][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 12:44:42,678][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T12:44:42.614989(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 12:44:42,730][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 12:44:42,731][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@72faf83b] (Logger.java:49) +[2026-06-09 12:44:51,104][DEBUG][http-nio-1024-exec-5] GET "/login/getCaptcha", parameters={} (LogFormatUtils.java:120) +[2026-06-09 12:44:51,104][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getCaptcha() (AbstractHandlerMapping.java:531) +[2026-06-09 12:44:51,109][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 12:44:51,110][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [49, 56, 51, 48]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 12:44:51,112][DEBUG][redisson-netty-2-30] connection released for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [49, 56, 51, 48]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@44963f7f[Completed normally], command=(SETEX), params=[[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [49, 56, 51, 48]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 12:44:51,112][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 12:44:51,113][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 12:44:51,113][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=CaptchaVO(captchaUuid=0ad62a10e6ec4cd897bb4a (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 12:44:51,113][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 12:44:55,527][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 12:44:55,527][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@76162c51] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 12:44:55,527][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 12:44:55,527][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 12:43:48.536}] will not be managed by Spring (Logger.java:49) +[2026-06-09 12:44:55,528][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 12:44:55,528][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 12:44:55,603][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 12:44:55,604][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@76162c51] (Logger.java:49) +[2026-06-09 12:45:51,105][DEBUG][http-nio-1024-exec-7] GET "/login/getCaptcha", parameters={} (LogFormatUtils.java:120) +[2026-06-09 12:45:51,106][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getCaptcha() (AbstractHandlerMapping.java:531) +[2026-06-09 12:45:51,108][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 12:45:51,109][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [56, 57, 57, 52]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 12:45:51,109][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [56, 57, 57, 52]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6abcd21c[Completed normally], command=(SETEX), params=[[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [56, 57, 57, 52]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 12:45:51,110][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 12:45:51,110][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 12:45:51,110][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=CaptchaVO(captchaUuid=c3d36d204ee1453c85414e (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 12:45:51,110][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 13:02:11,094][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 13:02:11,095][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@70db7ae6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 13:02:11,095][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 13:02:11,157][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 13:02:11.156}] will not be managed by Spring (Logger.java:49) +[2026-06-09 13:02:11,157][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 13:02:11,157][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 13:02:11,200][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 13:02:11,201][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@70db7ae6] (Logger.java:49) +[2026-06-09 13:18:24,192][DEBUG][http-nio-1024-exec-3] GET "/login/getCaptcha", parameters={} (LogFormatUtils.java:120) +[2026-06-09 13:18:24,194][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getCaptcha() (AbstractHandlerMapping.java:531) +[2026-06-09 13:18:24,198][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 13:18:24,199][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [55, 49, 57, 55]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 13:18:24,201][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [55, 49, 57, 55]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@12223da3[Completed normally], command=(SETEX), params=[[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [55, 49, 57, 55]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 13:18:24,201][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 13:18:24,201][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 13:18:24,202][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=CaptchaVO(captchaUuid=47eea027fd884b99a8b10d (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 13:18:24,202][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 13:18:28,815][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 13:18:28,815][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@75a1254c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 13:18:28,816][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 13:18:28,864][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 13:18:28.864}] will not be managed by Spring (Logger.java:49) +[2026-06-09 13:18:28,864][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 13:18:28,865][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 13:18:28,914][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 13:18:28,915][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@75a1254c] (Logger.java:49) +[2026-06-09 13:36:22,221][DEBUG][http-nio-1024-exec-2] GET "/login/getCaptcha", parameters={} (LogFormatUtils.java:120) +[2026-06-09 13:36:22,222][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getCaptcha() (AbstractHandlerMapping.java:531) +[2026-06-09 13:36:22,224][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 13:36:22,224][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [56, 49, 57, 55]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 13:36:22,225][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [56, 49, 57, 55]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5c0e1bae[Completed normally], command=(SETEX), params=[[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [56, 49, 57, 55]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 13:36:22,225][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 13:36:22,226][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 13:36:22,226][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=CaptchaVO(captchaUuid=5e034b58ddaf4129b32e03 (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 13:36:22,226][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 13:36:26,964][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 13:36:26,964][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@35b3611f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 13:36:26,965][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 13:36:27,013][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 13:36:27.013}] will not be managed by Spring (Logger.java:49) +[2026-06-09 13:36:27,014][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 13:36:27,014][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 13:36:27,064][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 13:36:27,064][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@35b3611f] (Logger.java:49) +[2026-06-09 13:37:19,711][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 13:37:19,711][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@62d872fc] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 13:37:19,712][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 13:37:19,712][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 13:36:27.013}] will not be managed by Spring (Logger.java:49) +[2026-06-09 13:37:19,712][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 13:37:19,712][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 13:37:19,770][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 13:37:19,770][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@62d872fc] (Logger.java:49) +[2026-06-09 13:37:22,224][DEBUG][http-nio-1024-exec-8] GET "/login/getCaptcha", parameters={} (LogFormatUtils.java:120) +[2026-06-09 13:37:22,224][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getCaptcha() (AbstractHandlerMapping.java:531) +[2026-06-09 13:37:22,226][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 13:37:22,227][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [54, 51, 52, 53]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 13:37:22,228][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [54, 51, 52, 53]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@38d30c8d[Completed normally], command=(SETEX), params=[[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [54, 51, 52, 53]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 13:37:22,228][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 13:37:22,229][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 13:37:22,229][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=CaptchaVO(captchaUuid=cf43f27eb4364a03871aae (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 13:37:22,231][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 13:37:27,076][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 13:37:27,076][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6ae4e06b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 13:37:27,077][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 13:37:27,077][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 13:36:27.013}] will not be managed by Spring (Logger.java:49) +[2026-06-09 13:37:27,077][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 13:37:27,078][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 13:37:27,129][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 13:37:27,130][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6ae4e06b] (Logger.java:49) +[2026-06-09 13:38:13,863][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 13:38:13,863][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2e807114] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 13:38:13,864][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 13:38:13,864][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 13:36:27.013}] will not be managed by Spring (Logger.java:49) +[2026-06-09 13:38:13,864][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 13:38:13,866][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 13:38:13,936][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 13:38:13,937][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2e807114] (Logger.java:49) +[2026-06-09 13:38:13,937][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 13:38:13,937][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7682b394] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 13:38:13,938][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 13:38:13,938][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 13:36:27.013}] will not be managed by Spring (Logger.java:49) +[2026-06-09 13:38:13,938][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 13:38:13,939][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T13:38:13.862509(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 13:38:13,991][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 13:38:13,991][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7682b394] (Logger.java:49) +[2026-06-09 13:38:22,222][DEBUG][http-nio-1024-exec-10] GET "/login/getCaptcha", parameters={} (LogFormatUtils.java:120) +[2026-06-09 13:38:22,222][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getCaptcha() (AbstractHandlerMapping.java:531) +[2026-06-09 13:38:22,224][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 13:38:22,224][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [51, 54, 56, 48]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 13:38:22,225][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [51, 54, 56, 48]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6ce6c7ee[Completed normally], command=(SETEX), params=[[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [51, 54, 56, 48]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 13:38:22,226][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 13:38:22,226][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 13:38:22,226][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=CaptchaVO(captchaUuid=c39d838b1f86402ba27825 (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 13:38:22,226][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 13:38:27,134][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 13:38:27,135][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2051263c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 13:38:27,135][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 13:38:27,135][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 13:36:27.013}] will not be managed by Spring (Logger.java:49) +[2026-06-09 13:38:27,135][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 13:38:27,136][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 13:38:27,189][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 13:38:27,190][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2051263c] (Logger.java:49) +[2026-06-09 13:55:08,206][DEBUG][http-nio-1024-exec-1] GET "/login/getCaptcha", parameters={} (LogFormatUtils.java:120) +[2026-06-09 13:55:08,207][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getCaptcha() (AbstractHandlerMapping.java:531) +[2026-06-09 13:55:08,210][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 13:55:08,210][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [55, 51, 51, 55]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 13:55:08,213][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [55, 51, 51, 55]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@48cef42[Completed normally], command=(SETEX), params=[[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [55, 51, 51, 55]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 13:55:08,213][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 13:55:08,213][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 13:55:08,214][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=CaptchaVO(captchaUuid=262590894da247a2ba02fa (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 13:55:08,214][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 13:55:13,182][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 13:55:13,183][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@289f45aa] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 13:55:13,183][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 13:55:13,230][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 13:55:13.229}] will not be managed by Spring (Logger.java:49) +[2026-06-09 13:55:13,230][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 13:55:13,231][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 13:55:13,275][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 13:55:13,276][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@289f45aa] (Logger.java:49) +[2026-06-09 13:56:08,207][DEBUG][http-nio-1024-exec-5] GET "/login/getCaptcha", parameters={} (LogFormatUtils.java:120) +[2026-06-09 13:56:08,208][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getCaptcha() (AbstractHandlerMapping.java:531) +[2026-06-09 13:56:08,213][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 13:56:08,213][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [49, 48, 50, 49]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 13:56:08,217][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [49, 48, 50, 49]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@71b94467[Completed normally], command=(SETEX), params=[[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [49, 48, 50, 49]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 13:56:08,217][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 13:56:08,218][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 13:56:08,218][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=CaptchaVO(captchaUuid=6fb3dc809b7f4d109aa088 (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 13:56:08,219][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 13:56:13,279][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 13:56:13,279][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@795a1ad0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 13:56:13,280][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 13:56:13,336][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 13:56:13.335}] will not be managed by Spring (Logger.java:49) +[2026-06-09 13:56:13,336][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 13:56:13,337][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 13:56:13,383][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 13:56:13,383][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@795a1ad0] (Logger.java:49) +[2026-06-09 13:57:08,204][DEBUG][http-nio-1024-exec-7] GET "/login/getCaptcha", parameters={} (LogFormatUtils.java:120) +[2026-06-09 13:57:08,205][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getCaptcha() (AbstractHandlerMapping.java:531) +[2026-06-09 13:57:08,207][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 13:57:08,207][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [51, 50, 53, 56]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 13:57:08,208][DEBUG][redisson-netty-2-1] connection released for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [51, 50, 53, 56]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@767f95a[Completed normally], command=(SETEX), params=[[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [51, 50, 53, 56]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 13:57:08,208][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 13:57:08,209][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 13:57:08,209][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=CaptchaVO(captchaUuid=04383b85d1dc4a61bf5453 (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 13:57:08,209][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 13:57:13,393][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 13:57:13,394][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@fb08b85] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 13:57:13,394][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 13:57:13,444][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 13:57:13.443}] will not be managed by Spring (Logger.java:49) +[2026-06-09 13:57:13,444][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 13:57:13,444][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 13:57:13,491][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 13:57:13,491][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@fb08b85] (Logger.java:49) +[2026-06-09 13:58:05,762][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 13:58:05,762][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6a14603a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 13:58:05,763][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 13:58:05,763][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 13:57:13.443}] will not be managed by Spring (Logger.java:49) +[2026-06-09 13:58:05,763][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 13:58:05,764][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 13:58:05,814][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 13:58:05,814][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6a14603a] (Logger.java:49) +[2026-06-09 13:58:08,204][DEBUG][http-nio-1024-exec-4] GET "/login/getCaptcha", parameters={} (LogFormatUtils.java:120) +[2026-06-09 13:58:08,204][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getCaptcha() (AbstractHandlerMapping.java:531) +[2026-06-09 13:58:08,208][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 13:58:08,208][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [48, 48, 52, 57]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 13:58:08,210][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [48, 48, 52, 57]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@19b3103d[Completed normally], command=(SETEX), params=[[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [48, 48, 52, 57]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 13:58:08,210][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 13:58:08,211][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 13:58:08,211][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=CaptchaVO(captchaUuid=d48ddc84f2cf45fa8ac82e (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 13:58:08,211][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 13:58:13,493][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 13:58:13,493][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@9ff0f6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 13:58:13,494][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 13:58:13,494][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 13:57:13.443}] will not be managed by Spring (Logger.java:49) +[2026-06-09 13:58:13,494][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 13:58:13,495][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 13:58:13,544][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 13:58:13,545][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@9ff0f6] (Logger.java:49) +[2026-06-09 14:01:02,118][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:01:02,119][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@63a881c7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:01:02,120][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:01:02,221][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:01:02,222][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 14:01:02,224][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:01:02,267][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:01:02,268][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@63a881c7] (Logger.java:49) +[2026-06-09 14:01:02,268][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:01:02,268][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3b177999] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:01:02,269][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:01:02,269][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:01:02,269][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:01:02,270][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T14:01:02.117362(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:01:02,328][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:01:02,329][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3b177999] (Logger.java:49) +[2026-06-09 14:01:10,358][DEBUG][http-nio-1024-exec-6] GET "/login/getCaptcha", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:01:10,359][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getCaptcha() (AbstractHandlerMapping.java:531) +[2026-06-09 14:01:10,367][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:10,368][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [57, 52, 52, 54]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:10,370][DEBUG][redisson-netty-2-28] connection released for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [57, 52, 52, 54]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6fa9d8db[Completed normally], command=(SETEX), params=[[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [57, 52, 52, 54]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:10,372][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:10,375][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:01:10,378][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=CaptchaVO(captchaUuid=cae9f6a061814ebeb73cd5 (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:01:10,379][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:01:15,698][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:01:15,699][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@44910686] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:01:15,699][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:01:15,699][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:01:15,700][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:01:15,700][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:01:15,764][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:01:15,765][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@44910686] (Logger.java:49) +[2026-06-09 14:01:38,519][DEBUG][http-nio-1024-exec-2] GET "/login/getCaptcha", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:01:38,519][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getCaptcha() (AbstractHandlerMapping.java:531) +[2026-06-09 14:01:38,523][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:38,524][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [56, 57, 55, 56]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:38,526][DEBUG][redisson-netty-2-26] connection released for command (SETEX) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [56, 57, 55, 56]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@41bb279b[Completed normally], command=(SETEX), params=[[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...], 65, [56, 57, 55, 56]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:38,527][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:38,528][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:01:38,528][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=CaptchaVO(captchaUuid=a6bf903f5b4b4a94ab030f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:01:38,529][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:01:42,175][DEBUG][http-nio-1024-exec-8] Error parsing HTTP request header (DirectJDKLog.java:175) +java.io.EOFException: null + at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1293) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1181) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:789) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:348) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:262) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:01:42,177][DEBUG][http-nio-1024-exec-8] Error state [CLOSE_CONNECTION_NOW] reported while processing request (DirectJDKLog.java:175) +java.io.EOFException: null + at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1293) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1181) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:789) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:348) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:262) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:01:45,660][DEBUG][http-nio-1024-exec-9] POST "/login", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:01:45,660][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#login(LoginForm, HttpServletRequest) (AbstractHandlerMapping.java:531) +[2026-06-09 14:01:45,662][DEBUG][http-nio-1024-exec-9] Read "application/json;charset=UTF-8" to [LoginForm(loginName=admin, password=NzFlNWI2MjE5ODUyODAxOWM0OTI3ZDhkM2ZkNWY1ODY=, loginDevice=1, ema (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:01:45,673][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:45,673][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:45,676][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@11ae127a[Completed normally], command=(GET), params=[[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:45,676][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:45,676][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:45,677][DEBUG][http-nio-1024-exec-9] acquired connection for command (DEL) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:45,679][DEBUG][redisson-netty-2-4] connection released for command (DEL) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@59713fd9[Completed normally], command=(DEL), params=[[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...]], codec=org.redisson.client.codec.LongCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:45,679][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:45,679][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:01:45,679][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@40a0bf0f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:01:45,679][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:01:45,679][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:01:45,679][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT * FROM t_employee WHERE login_name = ? AND deleted_flag = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:01:45,680][DEBUG][http-nio-1024-exec-9] ==> Parameters: admin(String), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:01:45,778][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:01:45,779][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@40a0bf0f] (Logger.java:49) +[2026-06-09 14:01:45,783][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:01:45,784][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@64d81739] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:01:45,784][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:01:45,784][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:01:45,785][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_login_fail where user_id = ? and user_type = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:01:45,786][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:01:45,831][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:01:45,831][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@64d81739] (Logger.java:49) +[2026-06-09 14:01:45,918][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:45,918][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:45,921][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3dc2575b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:45,921][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:45,926][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:45,926][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:45,927][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@51e428e3[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:45,927][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:45,927][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:45,928][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2578707, [123, 34, 64, 99, 108, 97, 115, 115, 34, 58, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:45,929][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2578707, [123, 34, 64, 99, 108, 97, 115, 115, 34, 58, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@174d9ce9[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2578707, [123, 34, 64, 99, 108, 97, 115, 115, 34, 58, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:45,929][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:45,929][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:45,929][DEBUG][http-nio-1024-exec-9] acquired connection for command (DEL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:45,930][DEBUG][redisson-netty-2-12] connection released for command (DEL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4d6d9513[Completed normally], command=(DEL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.LongCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:45,930][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:45,930][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:45,930][DEBUG][http-nio-1024-exec-9] acquired connection for command (DEL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:45,931][DEBUG][redisson-netty-2-18] connection released for command (DEL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@788596a2[Completed normally], command=(DEL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.LongCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:45,931][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:45,931][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:45,931][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:45,932][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@e5d1130[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:45,932][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:45,932][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:45,932][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2578707, [45, 52]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:45,932][DEBUG][redisson-netty-2-22] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2578707, [45, 52]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5d57628a[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2578707, [45, 52]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:45,932][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:45,933][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:45,933][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:45,934][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@61710087[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:45,934][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:45,934][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:45,934][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:45,935][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3bea5525[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:45,935][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:45,935][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:45,935][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:45,936][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4b36c6e5[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:45,936][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:45,936][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:45,936][DEBUG][http-nio-1024-exec-9] acquired connection for command (PEXPIRE) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2592000000] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:45,937][DEBUG][redisson-netty-2-30] connection released for command (PEXPIRE) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2592000000] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@24a21dc3[Completed normally], command=(PEXPIRE), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2592000000], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:45,937][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:45,937][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:45,937][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:45,937][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@144ae683[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:45,937][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:45,937][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:45,937][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2592000, [123, 34, 64, 99, 108, 97, 115, 115, 34, 58, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:45,938][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2592000, [123, 34, 64, 99, 108, 97, 115, 115, 34, 58, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2e9d7390[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2592000, [123, 34, 64, 99, 108, 97, 115, 115, 34, 58, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:45,938][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:45,938][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:45,938][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2592000, [49, 58, 49]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:45,939][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2592000, [49, 58, 49]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@74237f60[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2592000, [49, 58, 49]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:45,939][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:45,939][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:45,939][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2592000, [49, 55, 56, 48, 57, 56, 52, 57, 48, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:45,940][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2592000, [49, 55, 56, 48, 57, 56, 52, 57, 48, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7c5a0e96[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2592000, [49, 55, 56, 48, 57, 56, 52, 57, 48, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:45,940][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:45,940][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:45,940][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:45,941][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6c634530[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:45,941][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:45,941][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:45,941][DEBUG][http-nio-1024-exec-9] acquired connection for command (DEL) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:45,942][DEBUG][redisson-netty-2-18] connection released for command (DEL) and params [[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@64ae6413[Completed normally], command=(DEL), params=[[115, 97, 45, 97, 100, 109, 105, 110, 58, 100, ...]], codec=org.redisson.client.codec.LongCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:45,942][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:45,944][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:01:45,944][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@352395f5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:01:45,944][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:01:45,944][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:01:45,944][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:01:45,945][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,014][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,014][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@352395f5] (Logger.java:49) +[2026-06-09 14:01:46,015][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:01:46,015][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@66444322] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:01:46,015][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:01:46,015][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:01:46,015][DEBUG][http-nio-1024-exec-9] ==> Preparing: delete from t_login_fail where user_id = ? and user_type = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,016][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,092][DEBUG][http-nio-1024-exec-9] <== Updates: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,092][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@66444322] (Logger.java:49) +[2026-06-09 14:01:46,092][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:01:46,092][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@72aaed3a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:01:46,093][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:01:46,093][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:01:46,093][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,093][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,172][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,172][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@72aaed3a] (Logger.java:49) +[2026-06-09 14:01:46,173][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:01:46,173][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6dae0670] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:01:46,174][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:01:46,174][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:01:46,174][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,175][DEBUG][http-nio-1024-exec-9] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,359][DEBUG][http-nio-1024-exec-9] <== Total: 133 (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,360][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6dae0670] (Logger.java:49) +[2026-06-09 14:01:46,364][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:01:46,364][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@92aced] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:01:46,365][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:01:46,365][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:01:46,365][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,365][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,446][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,447][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@92aced] (Logger.java:49) +[2026-06-09 14:01:46,447][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:01:46,447][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@257442f8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:01:46,447][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:01:46,447][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:01:46,447][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,448][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,490][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,490][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@257442f8] (Logger.java:49) +[2026-06-09 14:01:46,490][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:01:46,490][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@38f44da0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:01:46,491][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:01:46,491][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:01:46,491][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,492][DEBUG][http-nio-1024-exec-9] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,678][DEBUG][http-nio-1024-exec-9] <== Total: 133 (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,679][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@38f44da0] (Logger.java:49) +[2026-06-09 14:01:46,684][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:01:46,684][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2136d361] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:01:46,684][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:01:46,684][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:01:46,684][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,686][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,729][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,730][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2136d361] (Logger.java:49) +[2026-06-09 14:01:46,730][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:01:46,730][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@34d6e66e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:01:46,730][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:01:46,730][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:01:46,730][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,732][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,776][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,777][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@34d6e66e] (Logger.java:49) +[2026-06-09 14:01:46,777][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:46,778][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:46,779][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@726b3f94[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:46,779][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:46,780][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:46,780][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:46,781][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@22834dfe[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:46,781][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:46,789][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:01:46,789][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1e700ce2] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:01:46,791][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:01:46,791][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:01:46,791][DEBUG][http-nio-1024-exec-9] ==> Preparing: INSERT INTO t_login_log ( user_id, user_type, user_name, login_ip, login_ip_region, user_agent, remark, login_device, login_result, create_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,792][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), 1(Integer), 管理员(String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), (String), 电脑端(String), 0(Integer), 2026-06-09T14:01:46.788886(LocalDateTime) (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,847][DEBUG][http-nio-1024-exec-9] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,849][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1e700ce2] (Logger.java:49) +[2026-06-09 14:01:46,856][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:01:46,856][DEBUG][smart-operate-log18] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:01:46,856][DEBUG][smart-operate-log18] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@171fccb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:01:46,857][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:01:46,857][DEBUG][smart-operate-log18] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:01:46,857][DEBUG][smart-operate-log18] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:01:46,857][DEBUG][smart-operate-log18] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,857][DEBUG][smart-operate-log18] ==> Parameters: 0(Long), 0(Integer), 匿名(String), (String), (String), 系统-员工登录(String), 登录 @author 卓大(String), /login(String), net.lab1024.sa.admin.module.system.login.controller.LoginController.login(String), POST(String), OTHER(String), [{"captchaCode":"8978","password":"***","loginName":"admin","loginDevice":1,"captchaUuid":"a6bf903f5b4b4a94ab030f7785282d47"}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"data":{"administratorFlag":true,"departmentName":"安徽省公安厅","loginAccount":"admin","menuList":[{"createUserId":1,"updateUserId":1,"apiPerms":"system:role:delete","disabledFlag":false,"menuName":"删除角色","updateTime":1696675355000,"frameFlag":false,"parentId":76,"cacheFlag":false,"createTime":1653582859000,"permsType":1,"menuId":98,"menuType":3,"webPerms":"system:role:delete","visibleFlag":true},{"createUserId":1,"updateUserId":1,"apiPerms":"system:employee:delete","disabledFlag":false,"menuName":"删除员工","updateTime":1696674481000,"frameFlag":false,"parentId":46,"cacheFlag":false,"createTime":1653581648000,"permsType":1,"menuId":96,"menuType":3,"webPerms":"system:employee:delete","visibleFlag":true},{"createUserId":1,"updateUserId":1,"apiPerms":"category:update","disabledFlag":false,"menuName":"编辑","updateTime":1696658058000,"frameFlag":false,"parentId":78,"contextMenuId":78,"cacheFlag":false,"createTime":1665922658000,"permsType":1,"menuId":175,"menuType":3,"webPerms":"category:update","visibleFlag":true},{"createUserId":1,"updateUserId":1,"apiPerms":"category:add","disabledFlag":false,"menuName":"新建","updateTime":1696658041000,"frameFlag":false,"parentId":78,"contextMenuId":78,"cacheFlag":false,"createTime":1665922622000,"permsType":1,"menuId":173,"menuType":3,"webPerms":"category:add","visibleFlag":true},{"createUserId":1,"updateUserId":1,"apiPerms":"support:file:query","disabledFlag":false,"menuName":"查询","updateTime":1696674283000,"frameFlag":false,"parentId":193,"cacheFlag":false,"createTime":1666356443000,"permsType":1,"menuId":200,"menuType":3,"webPerms":"support:file:query","visibleFlag":true},{"createUserId":1,"updateUserId":1,"apiPerms":"system:employee:department:update","disabledFlag":false,"menuName":"调整员工部门","updateTime":1696674454000,"frameFlag":false,"parentId":46,"cacheFlag":false,"createTime":1653581579000,"permsType":1,"menuId":94,"menuType":3,"webPerms":"system:employee:department:update","visibleFlag":true},{"createUserId":1,"updateUserId":1,"apiPerms":"system:employee:disabled","disabledFlag":false,"menuName":"禁用启用员工","updateTime":1696674473000,"frameFlag":false,"parentId":46,"cacheFlag":false,"createTime":1653581557000,"permsType":1,"menuId":93,"menuType":3,"webPerms":"system:employee:disabled","visibleFlag":true},{"createUserId":1,"updateUserId":1,"apiPerms":"system:role:update","disabledFlag":false,"menuName":"编辑角色","updateTime":1696675364000,"frameFlag":false,"parentId":76,"cacheFlag":false,"createTime":1653582895000,"permsType":1,"menuId":99,"menuType":3,"webPerms":"system:role:update","visibleFlag":true},{"createUserId":1,"updateUserId":1,"apiPerms":"system:menu:update","disabledFlag":false,"menuName":"编辑","updateTime":1696671348000,"frameFlag":false,"parentId":26,"contextMenuId":26,"cacheFlag":false,"createTime":1653583499000,"permsType":1,"menuId":106,"menuType":3,"webPerms":"system:menu:update","visibleFlag":true},{"createUserId":1,"apiPerms":"support:reload:query","disabledFlag":true,"menuName":"查询","updateTime":1696660296000,"frameFlag":false,"parentId":117,"cacheFlag":true,"createTime":1696660296000,"permsType":1,"menuId":212,"menuType":3,"webPerms":"support:reload:query","visibleFlag":true},{"createUserId":1,"updateUserId":1,"apiPerms":"oa:notice:delete","disabledFlag":false,"menuName":"删除","updateTime":1696650198000,"frameFlag":false,"parentId":132,"contextMenuId":132,"cacheFlag":false,"createTime":1665923243000,"permsType":1,"menuId":188,"menuType":3,"webPerms":"oa:notice:delete","visibleFlag":true},{"createUserId":1,"updateUserId":1,"apiPerms":"support:serialNumber:generate","disabledFlag":false,"menuName":"单号生成","updateTime":1696674166000,"frameFlag":false,"parentId":130,"contextMenuId":130,"cacheFlag":false,"createTime":1665847266000,"permsType":1,"menuId":157,"menuType":3,"webPerms":"support:serialNumber:generate","visibleFlag":true},{"createUserId":1,"updateUserId":1,"apiPerms":"category:delete","disabledFlag":false,"menuName":"删除","updateTime":16966582...(truncated)(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,859][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:01:46,876][DEBUG][http-nio-1024-exec-7] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:01:46,876][DEBUG][http-nio-1024-exec-4] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:01:46,876][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:01:46,876][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:46,876][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:01:46,876][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:46,876][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:46,876][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:46,877][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@298f88ed[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:46,877][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@36e026e5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:46,877][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:46,877][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:46,878][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:46,878][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:46,878][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:46,878][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:46,878][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@647dddb1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:46,878][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@552800c7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:46,878][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:46,878][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:46,879][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:46,879][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:46,879][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:46,879][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:46,880][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1759f48f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:46,880][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@747ec54e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:46,880][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:46,880][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:46,880][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:46,880][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:46,880][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:46,880][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:46,880][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1d3c50c2[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:46,880][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1f9a1afc[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:46,880][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:46,880][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:46,880][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:46,880][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:46,881][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 57, 56, 52, 57, 48, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:46,881][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 57, 56, 52, 57, 48, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:46,881][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 57, 56, 52, 57, 48, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1507bf54[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 57, 56, 52, 57, 48, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:46,881][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 57, 56, 52, 57, 48, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4095c4b7[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 57, 56, 52, 57, 48, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:46,881][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:46,881][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:46,881][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:01:46,881][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:01:46,882][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@9a49ac6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:01:46,882][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@47c2530a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:01:46,882][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:01:46,882][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:01:46,924][DEBUG][smart-operate-log18] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@171fccb] (Logger.java:49) +[2026-06-09 14:01:46,924][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:01:46,924][DEBUG][smart-operate-log18] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:01:46,924][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,924][DEBUG][smart-operate-log18] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:01:46,925][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,967][DEBUG][http-nio-1024-exec-7] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,968][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@47c2530a] (Logger.java:49) +[2026-06-09 14:01:46,968][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:01:46,968][DEBUG][http-nio-1024-exec-4] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:01:46,969][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:01:46,969][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:01:46,969][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:01:46,970][DEBUG][http-nio-1024-exec-4] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:01:47,034][DEBUG][http-nio-1024-exec-4] <== Total: 22 (BaseJdbcLogger.java:135) +[2026-06-09 14:01:47,034][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@9a49ac6] (Logger.java:49) +[2026-06-09 14:01:47,036][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:01:47,037][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=2, dictId=5, dictCode (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:01:47,037][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:01:47,225][DEBUG][http-nio-1024-exec-8] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:01:47,225][DEBUG][http-nio-1024-exec-10] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:01:47,226][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:01:47,226][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:01:47,226][DEBUG][http-nio-1024-exec-9] POST "/support/changeLog/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:01:47,226][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController#queryPage(ChangeLogQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:01:47,226][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:47,226][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:47,226][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:47,226][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:47,226][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:47,227][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:47,228][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@31c4e26a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:47,228][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@9e413b8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:47,228][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@13475cff[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:47,228][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:47,228][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:47,228][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:47,228][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:47,228][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:47,228][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:47,228][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:47,228][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:47,228][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:47,230][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1e6a980c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:47,230][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@51baa3ef[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:47,230][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@65836497[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:47,230][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:47,230][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:47,230][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:47,230][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:47,230][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:47,230][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:47,230][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:47,230][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:47,230][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:47,231][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2d518cc5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:47,231][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7957a2a7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:47,231][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@13ba1721[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:47,232][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:47,232][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:47,232][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:47,232][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:47,232][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:47,232][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:47,232][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:47,232][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:47,232][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:47,233][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3e7d5828[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:47,233][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@356f7a0e[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:47,233][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2191c74f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:47,233][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:47,233][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:47,233][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:47,234][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:47,234][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:47,234][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:01:47,234][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 57, 56, 52, 57, 48, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:47,234][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 57, 56, 52, 57, 48, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:47,234][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 57, 56, 52, 57, 48, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:01:47,235][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 57, 56, 52, 57, 48, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@202209b8[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 57, 56, 52, 57, 48, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:47,235][DEBUG][redisson-netty-2-1] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 57, 56, 52, 57, 48, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7341b201[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 57, 56, 52, 57, 48, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:47,235][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 57, 56, 52, 57, 48, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@269da57e[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591999, [49, 55, 56, 48, 57, 56, 52, 57, 48, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:01:47,235][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:47,235][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:47,235][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:01:47,236][DEBUG][http-nio-1024-exec-9] Read "application/json;charset=UTF-8" to [ChangeLogQueryForm(type=null, keyword=null, publicDateBegin=null, publicDateEnd=null, createTime=nul (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:01:47,236][DEBUG][http-nio-1024-exec-8] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=2, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:01:47,237][DEBUG][http-nio-1024-exec-10] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=1, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:01:47,237][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:01:47,237][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@33e5f565] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:01:47,237][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:01:47,237][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:01:47,237][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5e76b433] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:01:47,238][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2fe47b23] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:01:47,238][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:01:47,238][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:01:47,238][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:01:47,238][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:01:47,238][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:01:47,238][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:01:47,292][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:01:47,292][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5e76b433] (Logger.java:49) +[2026-06-09 14:01:47,292][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:01:47,292][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:01:47,292][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@72f73a7e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:01:47,292][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:01:47,293][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:01:47,293][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:01:47,350][DEBUG][http-nio-1024-exec-10] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:01:47,350][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2fe47b23] (Logger.java:49) +[2026-06-09 14:01:47,350][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:01:47,350][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:01:47,350][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4343918d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:01:47,351][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT * FROM t_change_log order by t_change_log.version desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:01:47,351][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:01:47,351][DEBUG][http-nio-1024-exec-9] ==> Parameters: 8(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:01:47,394][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:01:47,394][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@33e5f565] (Logger.java:49) +[2026-06-09 14:01:47,394][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:01:47,394][DEBUG][http-nio-1024-exec-8] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:01:47,396][DEBUG][smart-operate-log19] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:01:47,396][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:01:47,396][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long), false(Boolean), 2(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:01:47,396][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=8, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:01:47,397][DEBUG][smart-operate-log19] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1d84ae1] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:01:47,397][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:01:47,398][DEBUG][smart-operate-log19] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:01:47,418][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.32, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:47.373}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:01:47,418][DEBUG][http-nio-1024-exec-10] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:01:47,420][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), false(Boolean), 1(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:01:47,446][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:01:47,446][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@72f73a7e] (Logger.java:49) +[2026-06-09 14:01:47,447][DEBUG][smart-operate-log19] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:01:47,447][DEBUG][smart-operate-log19] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:01:47,447][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:01:47,447][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:01:47,447][DEBUG][smart-operate-log19] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 业务支撑-更新日志(String), 分页查询 @author 卓大(String), /support/changeLog/queryPage(String), net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController.queryPage(String), POST(String), UPDATE(String), [{"searchCount":false,"pageSize":8,"pageNum":1}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"data":{"total":0,"pages":0,"pageSize":8,"list":[],"pageNum":1,"emptyFlag":true},"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:01:47,447][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:01:47,468][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:01:47,468][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4343918d] (Logger.java:49) +[2026-06-09 14:01:47,469][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:01:47,469][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:01:47,469][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:01:47,505][DEBUG][smart-operate-log19] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1d84ae1] (Logger.java:49) +[2026-06-09 14:01:47,505][DEBUG][smart-operate-log19] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:01:47,505][DEBUG][smart-operate-log19] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:02:04,321][DEBUG][http-nio-1024-exec-5] POST "/leave/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:02:04,322][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.business.oa.leave.controller.LeaveController#queryPage(LeaveQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:02:04,322][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:04,323][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:04,324][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@661469a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:04,324][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:04,324][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:04,324][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:04,325][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@188b5235[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:04,325][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:04,325][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:04,325][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:04,326][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@24fc98c4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:04,326][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:04,326][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:04,326][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:04,327][DEBUG][redisson-netty-2-24] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@21380c87[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:04,327][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:04,327][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:04,327][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591982, [49, 55, 56, 48, 57, 56, 52, 57, 50, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:04,328][DEBUG][redisson-netty-2-4] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591982, [49, 55, 56, 48, 57, 56, 52, 57, 50, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@690d634c[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591982, [49, 55, 56, 48, 57, 56, 52, 57, 50, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:04,328][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:04,329][DEBUG][http-nio-1024-exec-5] Read "application/json;charset=UTF-8" to [LeaveQueryForm(type=null, startTimeBegin=null, startTimeEnd=null, reason=null, flowStatus=null)] (LogFormatUtils.java:120) +[2026-06-09 14:02:04,330][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:02:04,330][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ce2c7fb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:02:04,338][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:02:04,339][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:47.886}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:02:04,339][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT COUNT(*) AS total FROM t_leave WHERE t_leave.deleted_flag = 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:02:04,340][DEBUG][http-nio-1024-exec-5] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:02:04,407][DEBUG][http-nio-1024-exec-5] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:02:04,408][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ce2c7fb] (Logger.java:49) +[2026-06-09 14:02:04,409][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:02:04,409][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:02:04,410][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:02:07,942][DEBUG][http-nio-1024-exec-2] POST "/oa/enterprise/page/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:02:07,942][DEBUG][http-nio-1024-exec-6] GET "/support/tableColumn/getColumns/30002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:02:07,942][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.business.oa.enterprise.EnterpriseController#queryByPage(EnterpriseQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:02:07,942][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:07,942][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:07,943][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:02:07,943][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:07,943][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:07,943][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5dcccf90[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:07,943][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@63699685[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:07,943][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:07,943][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:07,943][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:07,943][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:07,944][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:07,944][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:07,945][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1dba9ee8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:07,945][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@68419c7a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:07,945][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:07,945][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:07,945][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:07,945][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:07,945][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:07,945][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:07,946][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7734befb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:07,946][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1ddcccd[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:07,947][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:07,947][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:07,947][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:07,947][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:07,947][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:07,947][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:07,948][DEBUG][redisson-netty-2-30] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3baf62b4[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:07,948][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3b12d86[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:07,948][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:07,948][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:07,948][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:07,948][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:07,948][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591978, [49, 55, 56, 48, 57, 56, 52, 57, 50, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:07,948][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591978, [49, 55, 56, 48, 57, 56, 52, 57, 50, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:07,949][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591978, [49, 55, 56, 48, 57, 56, 52, 57, 50, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@57d761bf[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591978, [49, 55, 56, 48, 57, 56, 52, 57, 50, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:07,949][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591978, [49, 55, 56, 48, 57, 56, 52, 57, 50, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7e4dd2fb[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591978, [49, 55, 56, 48, 57, 56, 52, 57, 50, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:07,950][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:07,950][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:07,952][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:02:07,952][DEBUG][http-nio-1024-exec-2] Read "application/json;charset=UTF-8" to [EnterpriseQueryForm(keywords=, startTime=null, endTime=null, disabledFlag=null, deletedFlag=null)] (LogFormatUtils.java:120) +[2026-06-09 14:02:07,952][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6b1d558a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:02:07,953][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:02:07,953][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:47.886}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:02:07,953][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:02:07,953][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:02:07,953][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3edb7fd6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:02:07,954][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long), 30002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:02:07,955][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:02:07,955][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:02:07,955][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT COUNT(*) AS total FROM t_oa_enterprise WHERE deleted_flag = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:02:07,956][DEBUG][http-nio-1024-exec-2] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:02:08,009][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:02:08,009][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:02:08,009][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6b1d558a] (Logger.java:49) +[2026-06-09 14:02:08,009][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3edb7fd6] (Logger.java:49) +[2026-06-09 14:02:08,010][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:02:08,010][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:02:08,010][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:02:08,010][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:02:08,011][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:02:08,011][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:02:08,012][DEBUG][http-nio-1024-exec-9] GET "/support/tableColumn/getColumns/30002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:02:08,012][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:02:08,012][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:08,012][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:08,014][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@59b6a575[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:08,014][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:08,014][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:08,014][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:08,015][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@20d40a95[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:08,015][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:08,015][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:08,015][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:08,016][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@773ce63b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:08,016][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:08,016][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:08,016][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:08,017][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7e6951ea[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:08,017][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:08,017][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:08,017][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591978, [49, 55, 56, 48, 57, 56, 52, 57, 50, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:08,018][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591978, [49, 55, 56, 48, 57, 56, 52, 57, 50, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7b55eb6d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591978, [49, 55, 56, 48, 57, 56, 52, 57, 50, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:08,018][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:08,018][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:02:08,019][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@40c5fced] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:02:08,019][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:02:08,019][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:02:08,019][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:02:08,020][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), 30002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:02:08,063][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:02:08,064][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@40c5fced] (Logger.java:49) +[2026-06-09 14:02:08,064][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:02:08,064][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:02:08,064][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:02:08,564][DEBUG][http-nio-1024-exec-7] GET "/support/tableColumn/getColumns/30001", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:02:08,564][DEBUG][http-nio-1024-exec-4] POST "/oa/notice/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:02:08,564][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#query(NoticeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:02:08,564][DEBUG][http-nio-1024-exec-3] GET "/oa/noticeType/getAll", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:02:08,564][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:08,564][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:02:08,564][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:08,564][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:02:08,564][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:08,564][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:08,564][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:08,564][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:08,566][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2de0af5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:08,566][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@561e9249[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:08,566][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7670cc22[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:08,566][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:08,566][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:08,566][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:08,566][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:08,566][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:08,566][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:08,566][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:08,566][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:08,566][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:08,567][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@61fe5161[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:08,567][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1a4adc9d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:08,567][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6287ee23[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:08,567][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:08,567][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:08,567][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:08,567][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:08,567][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:08,568][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:08,568][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:08,568][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:08,568][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:08,569][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@e6fff74[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:08,569][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@717e7609[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:08,569][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@684ef750[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:08,569][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:08,569][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:08,569][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:08,569][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:08,569][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:08,569][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:08,570][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:08,570][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:08,570][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:08,570][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6fd6b989[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:08,570][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6f83003d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:08,570][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@9b5386e[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:08,571][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:08,571][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:08,571][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:08,571][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:08,571][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:08,571][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:08,571][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591977, [49, 55, 56, 48, 57, 56, 52, 57, 50, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:08,571][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591977, [49, 55, 56, 48, 57, 56, 52, 57, 50, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:08,571][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591977, [49, 55, 56, 48, 57, 56, 52, 57, 50, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:08,572][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591977, [49, 55, 56, 48, 57, 56, 52, 57, 50, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6c68296c[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591977, [49, 55, 56, 48, 57, 56, 52, 57, 50, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:08,572][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591977, [49, 55, 56, 48, 57, 56, 52, 57, 50, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@468a1996[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591977, [49, 55, 56, 48, 57, 56, 52, 57, 50, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:08,572][DEBUG][redisson-netty-2-22] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591977, [49, 55, 56, 48, 57, 56, 52, 57, 50, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2748c7b9[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591977, [49, 55, 56, 48, 57, 56, 52, 57, 50, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:08,572][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:08,572][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:08,572][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:08,573][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:02:08,573][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:02:08,573][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3762675] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:02:08,573][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2cedc3d2] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:02:08,573][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:02:08,573][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:02:08,573][DEBUG][http-nio-1024-exec-4] Read "application/json;charset=UTF-8" to [NoticeQueryForm(noticeTypeId=null, keywords=, documentNumber=, createUserName=null, nodeName=null, f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:02:08,573][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:47.886}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:02:08,573][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:02:08,573][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT notice_type_id,notice_type_name,update_time,create_time FROM t_notice_type (BaseJdbcLogger.java:135) +[2026-06-09 14:02:08,573][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:02:08,573][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:02:08,573][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4afad7b3] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:02:08,574][DEBUG][http-nio-1024-exec-3] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:02:08,574][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long), 30001(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:02:08,580][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:02:08,580][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.32, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:47.373}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:02:08,581][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT COUNT(*) AS total FROM t_notice (BaseJdbcLogger.java:135) +[2026-06-09 14:02:08,581][DEBUG][http-nio-1024-exec-4] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:02:08,657][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:02:08,657][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:02:08,657][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3762675] (Logger.java:49) +[2026-06-09 14:02:08,657][DEBUG][http-nio-1024-exec-4] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:02:08,657][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2cedc3d2] (Logger.java:49) +[2026-06-09 14:02:08,658][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:02:08,658][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4afad7b3] (Logger.java:49) +[2026-06-09 14:02:08,658][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[], dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:02:08,658][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:02:08,658][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:02:08,658][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:02:08,658][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:02:08,658][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:02:08,658][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:02:08,658][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:02:08,659][DEBUG][http-nio-1024-exec-6] GET "/support/tableColumn/getColumns/30001", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:02:08,660][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:02:08,660][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:08,660][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:08,661][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@a8be232[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:08,661][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:08,661][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:08,662][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:08,663][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@571d7759[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:08,663][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:08,663][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:08,664][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:08,665][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3135b6f3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:08,665][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:08,665][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:08,665][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:08,666][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@29c406f1[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:08,666][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:08,666][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:08,666][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591977, [49, 55, 56, 48, 57, 56, 52, 57, 50, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:08,667][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591977, [49, 55, 56, 48, 57, 56, 52, 57, 50, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7330beae[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591977, [49, 55, 56, 48, 57, 56, 52, 57, 50, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:08,667][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:08,668][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:02:08,668][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@38155719] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:02:08,668][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:02:08,668][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.32, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:47.373}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:02:08,668][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:02:08,670][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long), 30001(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:02:08,729][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:02:08,729][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@38155719] (Logger.java:49) +[2026-06-09 14:02:08,729][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:02:08,729][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:02:08,730][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:02:09,273][DEBUG][http-nio-1024-exec-2] POST "/leave/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:02:09,273][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.business.oa.leave.controller.LeaveController#queryPage(LeaveQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:02:09,273][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:09,274][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:09,275][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2c96a84d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:09,275][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:09,275][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:09,276][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:09,276][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@26013a4e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:09,276][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:09,276][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:09,277][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:09,277][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@229991e5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:09,277][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:09,277][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:09,277][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:09,278][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@655d04e5[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:09,278][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:09,278][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:09,278][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591976, [49, 55, 56, 48, 57, 56, 52, 57, 50, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:09,279][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591976, [49, 55, 56, 48, 57, 56, 52, 57, 50, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4efa59ae[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591976, [49, 55, 56, 48, 57, 56, 52, 57, 50, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:09,279][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:09,280][DEBUG][http-nio-1024-exec-2] Read "application/json;charset=UTF-8" to [LeaveQueryForm(type=null, startTimeBegin=null, startTimeEnd=null, reason=null, flowStatus=null)] (LogFormatUtils.java:120) +[2026-06-09 14:02:09,280][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:02:09,280][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@674c62be] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:02:09,289][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:02:09,289][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.32, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:47.373}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:02:09,290][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT COUNT(*) AS total FROM t_leave WHERE t_leave.deleted_flag = 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:02:09,291][DEBUG][http-nio-1024-exec-2] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:02:09,367][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:02:09,368][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@674c62be] (Logger.java:49) +[2026-06-09 14:02:09,368][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:02:09,369][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:02:09,369][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:02:11,355][DEBUG][http-nio-1024-exec-10] GET "/oa/noticeType/getAll", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:02:11,355][DEBUG][http-nio-1024-exec-9] GET "/support/tableColumn/getColumns/30001", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:02:11,355][DEBUG][http-nio-1024-exec-8] POST "/oa/notice/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:02:11,355][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#query(NoticeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:02:11,355][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:02:11,355][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:02:11,355][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:11,355][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:11,355][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:11,356][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:11,356][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:11,356][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:11,357][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3b84a00f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:11,357][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3a4b8edd[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:11,357][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4248da73[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:11,357][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:11,357][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:11,357][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:11,357][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:11,358][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:11,357][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:11,358][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:11,358][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:11,358][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:11,358][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@cb91f42[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:11,358][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@64d9ce41[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:11,358][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7e25f600[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:11,358][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:11,358][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:11,359][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:11,359][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:11,359][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:11,359][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:11,359][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:11,359][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:11,359][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:11,360][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@70d1823d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:11,360][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@79c32de5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:11,360][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@21210008[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:11,360][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:11,360][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:11,360][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:11,360][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:11,360][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:11,360][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:11,360][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:11,360][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:11,360][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:11,361][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@22ccff71[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:11,361][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6b1d0680[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:11,361][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3e4cee4[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:11,361][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:11,361][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:11,361][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:11,361][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:11,361][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:11,361][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:11,361][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591974, [49, 55, 56, 48, 57, 56, 52, 57, 51, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:11,361][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591974, [49, 55, 56, 48, 57, 56, 52, 57, 51, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:11,361][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591974, [49, 55, 56, 48, 57, 56, 52, 57, 51, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:11,362][DEBUG][redisson-netty-2-22] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591974, [49, 55, 56, 48, 57, 56, 52, 57, 51, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@41eda2e8[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591974, [49, 55, 56, 48, 57, 56, 52, 57, 51, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:11,362][DEBUG][redisson-netty-2-30] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591974, [49, 55, 56, 48, 57, 56, 52, 57, 51, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3e73baa5[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591974, [49, 55, 56, 48, 57, 56, 52, 57, 51, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:11,362][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591974, [49, 55, 56, 48, 57, 56, 52, 57, 51, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4d98f441[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591974, [49, 55, 56, 48, 57, 56, 52, 57, 51, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:11,362][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:11,362][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:11,362][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:11,362][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:02:11,362][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:02:11,363][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@21738165] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:02:11,363][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5a10ca3d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:02:11,363][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:02:11,363][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:02:11,363][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.32, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:47.373}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:02:11,363][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:02:11,363][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:02:11,363][DEBUG][http-nio-1024-exec-8] Read "application/json;charset=UTF-8" to [NoticeQueryForm(noticeTypeId=null, keywords=, documentNumber=, createUserName=null, nodeName=null, f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:02:11,363][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT notice_type_id,notice_type_name,update_time,create_time FROM t_notice_type (BaseJdbcLogger.java:135) +[2026-06-09 14:02:11,363][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), 30001(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:02:11,363][DEBUG][http-nio-1024-exec-10] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:02:11,363][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:02:11,364][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3171da07] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:02:11,376][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:02:11,376][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:47.886}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:02:11,376][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT COUNT(*) AS total FROM t_notice (BaseJdbcLogger.java:135) +[2026-06-09 14:02:11,378][DEBUG][http-nio-1024-exec-8] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:02:11,411][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:02:11,411][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:02:11,411][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@21738165] (Logger.java:49) +[2026-06-09 14:02:11,411][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5a10ca3d] (Logger.java:49) +[2026-06-09 14:02:11,411][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:02:11,411][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:02:11,411][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[], dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:02:11,411][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:02:11,412][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:02:11,412][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:02:11,413][DEBUG][http-nio-1024-exec-1] GET "/support/tableColumn/getColumns/30001", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:02:11,414][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:02:11,414][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:11,414][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:11,415][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2313c352[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:11,415][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:11,415][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:11,415][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:11,416][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@9eb4b68[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:11,416][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:11,416][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:11,416][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:11,417][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@33d917c1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:11,417][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:11,417][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:11,417][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:11,418][DEBUG][redisson-netty-2-20] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@367442ab[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:11,418][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:11,418][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:11,418][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591974, [49, 55, 56, 48, 57, 56, 52, 57, 51, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:11,419][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591974, [49, 55, 56, 48, 57, 56, 52, 57, 51, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3e4fcaf[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591974, [49, 55, 56, 48, 57, 56, 52, 57, 51, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:11,419][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:11,419][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:02:11,419][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1359280e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:02:11,419][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:02:11,419][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.32, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:47.373}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:02:11,419][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:02:11,420][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), 30001(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:02:11,432][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:02:11,432][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3171da07] (Logger.java:49) +[2026-06-09 14:02:11,432][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:02:11,433][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:02:11,433][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:02:11,473][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:02:11,474][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1359280e] (Logger.java:49) +[2026-06-09 14:02:11,474][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:02:11,474][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:02:11,475][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:02:15,769][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:02:15,770][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@44ff8858] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:02:15,770][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:02:15,770][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.32, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:47.373}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:02:15,771][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:02:15,772][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:02:15,886][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:02:15,887][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@44ff8858] (Logger.java:49) +[2026-06-09 14:02:27,852][DEBUG][http-nio-1024-exec-3] GET "/department/listAll", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:02:27,853][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.department.controller.DepartmentController#listAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:02:27,853][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:27,853][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:27,855][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@74c4f1df[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:27,855][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:27,855][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:27,855][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:27,855][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5f4ffc08[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:27,856][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:27,856][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:27,856][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:27,857][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4c583e3c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:27,857][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:27,857][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:27,857][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:27,858][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4fed88fe[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:27,858][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:27,858][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:27,859][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591958, [49, 55, 56, 48, 57, 56, 52, 57, 52, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:27,859][DEBUG][redisson-netty-2-28] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591958, [49, 55, 56, 48, 57, 56, 52, 57, 52, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6e998f72[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591958, [49, 55, 56, 48, 57, 56, 52, 57, 52, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:27,859][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:27,861][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:02:27,861][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DepartmentVO(departmentId=1, name=安徽省公安厅, m (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:02:27,861][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:02:29,098][DEBUG][http-nio-1024-exec-1] GET "/support/helpDoc/helpDocCatalog/getAll", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:02:29,098][DEBUG][http-nio-1024-exec-9] POST "/support/helpDoc/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:02:29,098][DEBUG][http-nio-1024-exec-8] POST "/support/helpDoc/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:02:29,098][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.base.module.support.helpdoc.controller.HelpDocController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:02:29,098][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.support.AdminHelpDocController#query(HelpDocQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:02:29,098][DEBUG][http-nio-1024-exec-5] GET "/support/tableColumn/getColumns/20008", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:02:29,098][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,098][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,099][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.support.AdminHelpDocController#query(HelpDocQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:02:29,099][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,099][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,099][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,099][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,099][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:02:29,099][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,099][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,099][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@296fff92[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,099][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@53468f84[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,099][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@922ef23[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,099][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@29fd8d7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,100][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,100][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,100][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,100][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,100][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,100][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,100][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,100][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,100][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,100][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,100][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,100][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,100][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@29f4c021[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,100][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5cf4e384[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,100][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7acb49c3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,100][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7904652f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,100][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,101][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,101][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,101][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,101][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,101][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,101][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,101][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,101][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,101][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,101][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,101][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,102][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3aed9727[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,102][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@572ccf0d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,102][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@592417ab[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,102][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@72419dc4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,102][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,102][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,102][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,102][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,102][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,102][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,102][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,102][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,102][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,102][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,102][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,102][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,103][DEBUG][redisson-netty-2-30] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3ad2c35f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,103][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1fbb8cd4[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,103][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2cbd6f45[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,103][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@fc2095c[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,103][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,103][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,103][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,103][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,103][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,103][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,103][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,103][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,103][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591957, [49, 55, 56, 48, 57, 56, 52, 57, 52, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,103][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591957, [49, 55, 56, 48, 57, 56, 52, 57, 52, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,103][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591957, [49, 55, 56, 48, 57, 56, 52, 57, 52, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,103][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591957, [49, 55, 56, 48, 57, 56, 52, 57, 52, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,103][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591957, [49, 55, 56, 48, 57, 56, 52, 57, 52, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@61363bb[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591957, [49, 55, 56, 48, 57, 56, 52, 57, 52, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,103][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591957, [49, 55, 56, 48, 57, 56, 52, 57, 52, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@63865db[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591957, [49, 55, 56, 48, 57, 56, 52, 57, 52, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,103][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591957, [49, 55, 56, 48, 57, 56, 52, 57, 52, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@40691802[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591957, [49, 55, 56, 48, 57, 56, 52, 57, 52, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,103][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591957, [49, 55, 56, 48, 57, 56, 52, 57, 52, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1762d704[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591957, [49, 55, 56, 48, 57, 56, 52, 57, 52, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,104][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,104][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,104][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,104][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,104][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:02:29,104][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:02:29,104][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3d9c8311] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:02:29,104][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@489f4c25] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:02:29,104][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:02:29,104][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:02:29,104][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.32, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:47.373}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:02:29,104][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:47.886}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:02:29,104][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:02:29,104][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT help_doc_catalog_id,name,parent_id,`sort`,update_time,create_time FROM t_help_doc_catalog (BaseJdbcLogger.java:135) +[2026-06-09 14:02:29,104][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long), 20008(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:02:29,105][DEBUG][http-nio-1024-exec-8] Read "application/json;charset=UTF-8" to [HelpDocQueryForm(helpDocCatalogId=null, keywords=, createTimeBegin=null, createTimeEnd=null)] (LogFormatUtils.java:120) +[2026-06-09 14:02:29,105][DEBUG][http-nio-1024-exec-9] Read "application/json;charset=UTF-8" to [HelpDocQueryForm(helpDocCatalogId=null, keywords=, createTimeBegin=null, createTimeEnd=null)] (LogFormatUtils.java:120) +[2026-06-09 14:02:29,105][DEBUG][http-nio-1024-exec-1] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:02:29,105][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:02:29,105][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:02:29,105][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2aefadc5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:02:29,105][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3dde6d69] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:02:29,108][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:02:29,108][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:02:29,108][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:02:29,108][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT COUNT(*) AS total FROM t_help_doc (BaseJdbcLogger.java:135) +[2026-06-09 14:02:29,109][DEBUG][http-nio-1024-exec-9] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:02:29,170][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:02:29,171][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@489f4c25] (Logger.java:49) +[2026-06-09 14:02:29,171][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:47.886}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:02:29,171][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT COUNT(*) AS total FROM t_help_doc (BaseJdbcLogger.java:135) +[2026-06-09 14:02:29,171][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:02:29,172][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[], dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:02:29,172][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:02:29,172][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:02:29,172][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3d9c8311] (Logger.java:49) +[2026-06-09 14:02:29,172][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2aefadc5] (Logger.java:49) +[2026-06-09 14:02:29,172][DEBUG][http-nio-1024-exec-8] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:02:29,172][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:02:29,173][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:02:29,173][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:02:29,173][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:02:29,173][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:02:29,173][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:02:29,173][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:02:29,174][DEBUG][http-nio-1024-exec-3] GET "/support/tableColumn/getColumns/20008", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:02:29,174][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:02:29,174][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,175][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,175][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1cb93cd0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,176][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,176][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,176][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,176][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4ce49c87[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,176][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,177][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,177][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,177][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@202e61a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,177][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,177][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,178][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,178][DEBUG][redisson-netty-2-28] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@62c051ad[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,178][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,178][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,179][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591957, [49, 55, 56, 48, 57, 56, 52, 57, 52, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,179][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591957, [49, 55, 56, 48, 57, 56, 52, 57, 52, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2d6b1c2e[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591957, [49, 55, 56, 48, 57, 56, 52, 57, 52, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,180][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,180][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:02:29,180][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7f078494] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:02:29,180][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:02:29,180][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:01:02.221}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:02:29,180][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:02:29,181][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long), 20008(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:02:29,237][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:02:29,237][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:02:29,237][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3dde6d69] (Logger.java:49) +[2026-06-09 14:02:29,237][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7f078494] (Logger.java:49) +[2026-06-09 14:02:29,238][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:02:29,238][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:02:29,238][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:02:29,238][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:02:29,239][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:02:29,239][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:02:29,805][DEBUG][http-nio-1024-exec-2] POST "/leave/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:02:29,805][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.business.oa.leave.controller.LeaveController#queryPage(LeaveQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:02:29,805][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,806][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,807][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3f2800a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,807][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,807][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,807][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,808][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7c30b33f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,808][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,809][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,809][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,810][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2c121efe[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,810][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,810][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,810][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,811][DEBUG][redisson-netty-2-24] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3d4990a9[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,811][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,811][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:02:29,811][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591956, [49, 55, 56, 48, 57, 56, 52, 57, 52, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:02:29,812][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591956, [49, 55, 56, 48, 57, 56, 52, 57, 52, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4da7b063[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591956, [49, 55, 56, 48, 57, 56, 52, 57, 52, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:02:29,812][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:02:29,812][DEBUG][http-nio-1024-exec-2] Read "application/json;charset=UTF-8" to [LeaveQueryForm(type=null, startTimeBegin=null, startTimeEnd=null, reason=null, flowStatus=null)] (LogFormatUtils.java:120) +[2026-06-09 14:02:29,813][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:02:29,813][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@55540d8f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:02:29,820][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:02:29,820][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:02:29.716}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:02:29,820][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT COUNT(*) AS total FROM t_leave WHERE t_leave.deleted_flag = 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:02:29,822][DEBUG][http-nio-1024-exec-2] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:02:29,886][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:02:29,887][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@55540d8f] (Logger.java:49) +[2026-06-09 14:02:29,887][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:02:29,887][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:02:29,888][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:03:15,892][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:03:15,894][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3651ca2] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:03:15,894][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:03:15,894][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:02:29.716}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:03:15,894][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:03:15,895][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:03:15,981][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:03:15,981][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3651ca2] (Logger.java:49) +[2026-06-09 14:04:15,993][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:04:15,995][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4dfba77e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:04:15,996][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:04:16,142][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:04:16.141}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:04:16,142][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:04:16,145][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:04:16,266][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:04:16,267][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4dfba77e] (Logger.java:49) +[2026-06-09 14:05:07,965][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:05:07,966][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2483fc5a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:05:07,966][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:05:07,966][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:04:16.141}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:05:07,966][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 14:05:07,967][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:05:08,034][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:05:08,034][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2483fc5a] (Logger.java:49) +[2026-06-09 14:05:16,270][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:05:16,270][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3bdd3d8a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:05:16,270][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:05:16,271][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:04:16.141}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:05:16,271][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:05:16,272][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:05:16,367][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:05:16,367][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3bdd3d8a] (Logger.java:49) +[2026-06-09 14:05:34,802][DEBUG][http-nio-1024-exec-8] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:05:34,803][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:05:34,803][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:34,803][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:34,805][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3ab1d4e6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:34,805][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:34,805][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:34,805][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:34,807][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7b117e40[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:34,807][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:34,807][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:34,807][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:34,808][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@694f3ad4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:34,808][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:34,808][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:34,808][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:34,809][DEBUG][redisson-netty-2-22] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@53d6075[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:34,809][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:34,809][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:34,809][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591771, [49, 55, 56, 48, 57, 56, 53, 49, 51, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:34,809][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591771, [49, 55, 56, 48, 57, 56, 53, 49, 51, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@655f6d05[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591771, [49, 55, 56, 48, 57, 56, 53, 49, 51, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:34,809][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:34,810][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:05:34,810][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@339245f0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:05:34,810][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:05:34,810][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:04:16.141}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:05:34,810][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:05:34,811][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:05:34,862][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:05:34,862][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@339245f0] (Logger.java:49) +[2026-06-09 14:05:34,862][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:05:34,863][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2ab061f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:05:34,863][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:05:34,863][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:04:16.141}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:05:34,863][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:05:34,863][DEBUG][http-nio-1024-exec-8] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:05:34,979][DEBUG][http-nio-1024-exec-8] <== Total: 143 (BaseJdbcLogger.java:135) +[2026-06-09 14:05:34,979][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2ab061f] (Logger.java:49) +[2026-06-09 14:05:34,984][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:05:34,985][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@122289ae] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:05:34,985][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:05:34,985][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:04:16.141}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:05:34,985][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:05:34,985][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:05:35,039][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:05:35,040][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@122289ae] (Logger.java:49) +[2026-06-09 14:05:35,041][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:05:35,041][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@f59f650] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:05:35,041][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:05:35,041][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:04:16.141}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:05:35,041][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:05:35,043][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:05:35,103][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:05:35,103][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@f59f650] (Logger.java:49) +[2026-06-09 14:05:35,104][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:05:35,104][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2ec59f8e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:05:35,104][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:05:35,104][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:04:16.141}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:05:35,104][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:05:35,105][DEBUG][http-nio-1024-exec-8] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:05:35,174][DEBUG][http-nio-1024-exec-8] <== Total: 143 (BaseJdbcLogger.java:135) +[2026-06-09 14:05:35,174][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2ec59f8e] (Logger.java:49) +[2026-06-09 14:05:35,184][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:05:35,184][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7404efb7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:05:35,184][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:05:35,184][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:04:16.141}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:05:35,184][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:05:35,186][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:05:35,248][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:05:35,248][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7404efb7] (Logger.java:49) +[2026-06-09 14:05:35,249][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:05:35,249][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@726d6760] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:05:35,250][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:05:35,250][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:04:16.141}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:05:35,250][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:05:35,251][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:05:35,301][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:05:35,302][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@726d6760] (Logger.java:49) +[2026-06-09 14:05:35,302][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:35,303][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:35,305][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1f9300c1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:35,305][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:35,305][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:35,306][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:35,307][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7aa8bc73[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:35,307][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:35,316][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:05:35,317][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:05:35,320][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:05:35,326][DEBUG][http-nio-1024-exec-6] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:05:35,326][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:05:35,326][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:35,327][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:35,328][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3b8c2f1d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:35,328][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:35,328][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:35,329][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:35,329][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7677ccab[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:35,329][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:35,330][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:35,330][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:35,331][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@63fff140[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:35,331][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:35,331][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:35,331][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:35,332][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7f0b58aa[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:35,332][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:35,332][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:35,332][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591770, [49, 55, 56, 48, 57, 56, 53, 49, 51, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:35,333][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591770, [49, 55, 56, 48, 57, 56, 53, 49, 51, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7b934590[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591770, [49, 55, 56, 48, 57, 56, 53, 49, 51, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:35,333][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:35,333][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:05:35,334][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@37b4fe24] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:05:35,334][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:05:35,334][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:04:16.141}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:05:35,334][DEBUG][http-nio-1024-exec-6] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:05:35,335][DEBUG][http-nio-1024-exec-6] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:05:35,388][DEBUG][http-nio-1024-exec-6] <== Total: 22 (BaseJdbcLogger.java:135) +[2026-06-09 14:05:35,388][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@37b4fe24] (Logger.java:49) +[2026-06-09 14:05:35,390][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:05:35,390][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=2, dictId=5, dictCode (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:05:35,391][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:05:35,423][DEBUG][http-nio-1024-exec-10] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:05:35,423][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:05:35,423][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:35,423][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:35,424][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@417af485[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:35,424][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:35,424][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:35,424][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:35,425][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@401050b2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:35,425][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:35,425][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:35,425][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:35,426][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3f1c0087[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:35,426][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:35,426][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:35,426][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:35,426][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7b53a587[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:35,426][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:35,426][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:35,426][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591770, [49, 55, 56, 48, 57, 56, 53, 49, 51, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:35,427][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591770, [49, 55, 56, 48, 57, 56, 53, 49, 51, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@20fb52f2[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591770, [49, 55, 56, 48, 57, 56, 53, 49, 51, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:35,427][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:35,427][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:05:35,427][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@f6351db] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:05:35,427][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:05:35,428][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:04:16.141}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:05:35,428][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:05:35,428][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:05:35,487][DEBUG][http-nio-1024-exec-10] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:05:35,487][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@f6351db] (Logger.java:49) +[2026-06-09 14:05:35,490][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:05:35,490][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:05:35,491][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:05:54,257][DEBUG][http-nio-1024-exec-1] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:05:54,257][DEBUG][http-nio-1024-exec-8] POST "/support/changeLog/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:05:54,257][DEBUG][http-nio-1024-exec-9] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:05:54,258][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:05:54,258][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:05:54,258][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController#queryPage(ChangeLogQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:05:54,258][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:54,258][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:54,258][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:54,258][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:54,258][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:54,258][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:54,259][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2ea2d75c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:54,259][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@47a6d3c6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:54,259][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@53621503[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:54,259][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:54,259][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:54,259][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:54,259][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:54,259][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:54,259][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:54,259][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:54,259][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:54,259][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:54,260][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@e4b97ee[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:54,260][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4cac5c2b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:54,260][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@29ceabb6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:54,260][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:54,260][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:54,260][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:54,260][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:54,260][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:54,260][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:54,260][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:54,260][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:54,260][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:54,261][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@795d8115[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:54,261][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@255a4097[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:54,261][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5c183286[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:54,262][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:54,262][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:54,262][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:54,262][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:54,262][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:54,262][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:54,262][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:54,262][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:54,262][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:54,263][DEBUG][redisson-netty-2-22] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@64a90a64[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:54,263][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@381a3a4e[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:54,263][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@357d16b7[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:54,263][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:54,263][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:54,263][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:54,263][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:54,263][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:54,263][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:05:54,263][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591751, [49, 55, 56, 48, 57, 56, 53, 49, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:54,263][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591751, [49, 55, 56, 48, 57, 56, 53, 49, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:54,263][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591751, [49, 55, 56, 48, 57, 56, 53, 49, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:05:54,266][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591751, [49, 55, 56, 48, 57, 56, 53, 49, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@41cd051d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591751, [49, 55, 56, 48, 57, 56, 53, 49, 53, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:54,266][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591751, [49, 55, 56, 48, 57, 56, 53, 49, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5f072905[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591751, [49, 55, 56, 48, 57, 56, 53, 49, 53, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:54,266][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:54,266][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:54,266][DEBUG][redisson-netty-2-30] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591751, [49, 55, 56, 48, 57, 56, 53, 49, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2fe74b66[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591751, [49, 55, 56, 48, 57, 56, 53, 49, 53, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:05:54,266][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:05:54,267][DEBUG][http-nio-1024-exec-9] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=2, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:05:54,267][DEBUG][http-nio-1024-exec-8] Read "application/json;charset=UTF-8" to [ChangeLogQueryForm(type=null, keyword=null, publicDateBegin=null, publicDateEnd=null, createTime=nul (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:05:54,267][DEBUG][http-nio-1024-exec-1] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=1, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:05:54,269][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:05:54,269][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:05:54,269][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:05:54,269][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1da8c4e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:05:54,269][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3d3c015e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:05:54,269][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@73fe219c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:05:54,269][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:05:54,269][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:05:54,269][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:04:16.141}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:05:54,269][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:05:54,269][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:05:54,269][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:05:54,315][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:05:54,316][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT * FROM t_change_log order by t_change_log.version desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:05:54,316][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:05:54,317][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:05:54,317][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:05:54,318][DEBUG][http-nio-1024-exec-8] ==> Parameters: 8(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:05:54,327][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:05:54,327][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1da8c4e] (Logger.java:49) +[2026-06-09 14:05:54,327][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:05:54,327][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7d34ce42] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:05:54,328][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:05:54,328][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:04:16.141}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:05:54,330][DEBUG][http-nio-1024-exec-1] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:05:54,336][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), false(Boolean), 1(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:05:54,367][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:05:54,367][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3d3c015e] (Logger.java:49) +[2026-06-09 14:05:54,376][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:05:54,376][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:05:54,376][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=8, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:05:54,377][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@73fe219c] (Logger.java:49) +[2026-06-09 14:05:54,377][DEBUG][smart-operate-log20] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:05:54,377][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:05:54,377][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3a906b5c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:05:54,377][DEBUG][smart-operate-log20] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@70c6971e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:05:54,377][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:05:54,377][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:05:54,377][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:05:54,378][DEBUG][smart-operate-log20] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:05:54,378][DEBUG][http-nio-1024-exec-9] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:05:54,378][DEBUG][smart-operate-log20] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:05:54,378][DEBUG][smart-operate-log20] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:05:54,378][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), false(Boolean), 2(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:05:54,379][DEBUG][smart-operate-log20] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 业务支撑-更新日志(String), 分页查询 @author 卓大(String), /support/changeLog/queryPage(String), net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController.queryPage(String), POST(String), UPDATE(String), [{"searchCount":false,"pageSize":8,"pageNum":1}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"data":{"total":0,"pages":0,"pageSize":8,"list":[],"pageNum":1,"emptyFlag":true},"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:05:54,388][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:05:54,388][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7d34ce42] (Logger.java:49) +[2026-06-09 14:05:54,389][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:05:54,390][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:05:54,390][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:05:54,436][DEBUG][smart-operate-log20] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@70c6971e] (Logger.java:49) +[2026-06-09 14:05:54,437][DEBUG][smart-operate-log20] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:05:54,437][DEBUG][smart-operate-log20] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:05:54,439][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:05:54,439][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3a906b5c] (Logger.java:49) +[2026-06-09 14:05:54,440][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:05:54,440][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:05:54,441][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:06:02,331][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:02,332][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6375bfaa] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:02,332][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:02,332][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:02,333][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 14:06:02,333][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:02,377][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:02,377][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6375bfaa] (Logger.java:49) +[2026-06-09 14:06:02,377][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:02,377][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@c45df92] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:02,377][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:02,377][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:02,377][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:06:02,378][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T14:06:02.331251(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:02,423][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:02,423][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@c45df92] (Logger.java:49) +[2026-06-09 14:06:05,412][DEBUG][http-nio-1024-exec-10] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:06:05,412][DEBUG][http-nio-1024-exec-5] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:06:05,413][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:06:05,413][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:05,413][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:05,413][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:06:05,413][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:05,414][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:05,415][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@384d5b15[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:05,415][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:05,415][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:05,415][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@72fd901a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:05,415][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:05,415][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:05,415][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:05,415][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:05,416][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@34dd1b8f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:05,416][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@da04182[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:05,416][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:05,416][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:05,416][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:05,416][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:05,417][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:05,417][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:05,417][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@30bb9c47[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:05,417][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1a548983[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:05,417][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:05,417][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:05,417][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:05,417][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:05,418][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:05,418][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:05,418][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5025e83f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:05,418][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@14c7fe48[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:05,419][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:05,419][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:05,419][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:05,419][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:05,419][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591740, [49, 55, 56, 48, 57, 56, 53, 49, 54, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:05,419][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591740, [49, 55, 56, 48, 57, 56, 53, 49, 54, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:05,420][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591740, [49, 55, 56, 48, 57, 56, 53, 49, 54, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@29e7df47[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591740, [49, 55, 56, 48, 57, 56, 53, 49, 54, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:05,420][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591740, [49, 55, 56, 48, 57, 56, 53, 49, 54, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3f725118[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591740, [49, 55, 56, 48, 57, 56, 53, 49, 54, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:05,420][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:05,420][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:05,420][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:05,421][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@8b6e826] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:05,421][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:05,421][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4117cf52] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:05,421][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:05,421][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:05,421][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:05,421][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:06:05,421][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:05,421][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:06:05,422][DEBUG][http-nio-1024-exec-10] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:05,422][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:05,462][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:05,463][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4117cf52] (Logger.java:49) +[2026-06-09 14:06:05,463][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:06:05,463][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:06:05,464][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:06:05,465][DEBUG][http-nio-1024-exec-7] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:06:05,465][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:06:05,465][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:05,465][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:05,466][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@30388e5f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:05,466][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:05,466][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:05,466][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:05,467][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4ebb9dd3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:05,467][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:05,468][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:05,468][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:05,469][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@8841604[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:05,469][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:05,469][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:05,469][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:05,470][DEBUG][redisson-netty-2-1] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6810dd9c[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:05,470][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:05,470][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:05,471][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591740, [49, 55, 56, 48, 57, 56, 53, 49, 54, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:05,472][DEBUG][redisson-netty-2-24] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591740, [49, 55, 56, 48, 57, 56, 53, 49, 54, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@8ab19f3[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591740, [49, 55, 56, 48, 57, 56, 53, 49, 54, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:05,472][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:05,473][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:05,473][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c298d6f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:05,474][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:05,474][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:05,474][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:06:05,475][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:05,536][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:05,536][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c298d6f] (Logger.java:49) +[2026-06-09 14:06:05,537][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:06:05,537][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:06:05,538][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:06:05,586][DEBUG][http-nio-1024-exec-10] <== Total: 143 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:05,586][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@8b6e826] (Logger.java:49) +[2026-06-09 14:06:05,591][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:06:05,591][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=138, createTime=2022-06-24T20 (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:06:05,593][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:06:14,312][DEBUG][http-nio-1024-exec-8] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:06:14,312][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:06:14,312][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:14,312][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:14,314][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@50d5ff76[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:14,314][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:14,314][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:14,314][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:14,315][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5966fe6b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:14,315][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:14,315][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:14,336][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:14,337][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@59b356b0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:14,337][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:14,338][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:14,338][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:14,338][DEBUG][redisson-netty-2-22] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@487f1efb[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:14,338][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:14,338][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:14,338][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591731, [49, 55, 56, 48, 57, 56, 53, 49, 55, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:14,339][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591731, [49, 55, 56, 48, 57, 56, 53, 49, 55, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2e92e810[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591731, [49, 55, 56, 48, 57, 56, 53, 49, 55, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:14,339][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:14,340][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:14,340][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@49092052] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:14,340][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:14,340][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:14,340][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:06:14,341][DEBUG][http-nio-1024-exec-8] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:14,461][DEBUG][http-nio-1024-exec-8] <== Total: 59 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:14,461][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@49092052] (Logger.java:49) +[2026-06-09 14:06:14,466][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:06:14,467][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:06:14,468][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:06:14,469][DEBUG][http-nio-1024-exec-1] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:06:14,469][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:06:14,469][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:14,470][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:14,471][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@62749d0b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:14,471][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:14,471][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:14,471][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:14,472][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@13557119[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:14,472][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:14,473][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:14,473][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:14,474][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@40fab913[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:14,474][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:14,474][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:14,474][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:14,475][DEBUG][redisson-netty-2-30] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@ce27aad[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:14,475][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:14,475][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:14,475][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591731, [49, 55, 56, 48, 57, 56, 53, 49, 55, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:14,475][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591731, [49, 55, 56, 48, 57, 56, 53, 49, 55, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@187f7404[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591731, [49, 55, 56, 48, 57, 56, 53, 49, 55, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:14,476][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:14,476][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:14,476][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@12a39600] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:14,477][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:14,477][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:14,477][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:06:14,477][DEBUG][http-nio-1024-exec-1] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:14,542][DEBUG][http-nio-1024-exec-1] <== Total: 59 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:14,542][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@12a39600] (Logger.java:49) +[2026-06-09 14:06:14,549][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:06:14,549][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:06:14,550][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:06:16,369][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:16,370][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5bc1eee8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:16,370][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:16,370][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:16,370][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:06:16,371][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:06:16,447][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:16,448][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5bc1eee8] (Logger.java:49) +[2026-06-09 14:06:17,900][DEBUG][http-nio-1024-exec-3] POST "/menu/update", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:06:17,901][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#updateMenu(MenuUpdateForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:06:17,901][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:17,901][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:17,902][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7e1d15f4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:17,903][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:17,903][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:17,903][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:17,904][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2d6fc1b6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:17,904][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:17,904][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:17,904][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:17,906][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@19552b87[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:17,906][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:17,906][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:17,906][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:17,908][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@385aef9b[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:17,908][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:17,908][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:17,908][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591728, [49, 55, 56, 48, 57, 56, 53, 49, 55, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:17,909][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591728, [49, 55, 56, 48, 57, 56, 53, 49, 55, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@22de47e[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591728, [49, 55, 56, 48, 57, 56, 53, 49, 55, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:17,909][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:17,917][DEBUG][http-nio-1024-exec-3] Read "application/json;charset=UTF-8" to [MenuUpdateForm(menuId=2001, updateUserId=1)] (LogFormatUtils.java:120) +[2026-06-09 14:06:17,926][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:17,926][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@37acb782] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:17,927][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:17,927][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:17,927][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT menu_id,menu_name,menu_type,parent_id,sort,path,component,frame_flag,frame_url,cache_flag,visible_flag,disabled_flag,api_perms,perms_type,web_perms,icon,context_menu_id,deleted_flag,create_time,create_user_id,update_time,update_user_id FROM t_menu WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:06:17,927][DEBUG][http-nio-1024-exec-3] ==> Parameters: 2001(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:18,012][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:18,012][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@37acb782] (Logger.java:49) +[2026-06-09 14:06:18,013][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:18,013][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@75d03ad6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:18,013][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:18,013][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:18,013][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_menu where menu_name = ? and parent_id = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:18,014][DEBUG][http-nio-1024-exec-3] ==> Parameters: 警务评议(String), 0(Long), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:18,060][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:18,060][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@75d03ad6] (Logger.java:49) +[2026-06-09 14:06:18,060][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:18,060][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4f9e65e9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:18,061][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:18,061][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:18,061][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_menu where web_perms = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:18,071][DEBUG][http-nio-1024-exec-3] ==> Parameters: null, false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:18,119][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:18,120][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4f9e65e9] (Logger.java:49) +[2026-06-09 14:06:18,149][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:18,149][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4a38120c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:18,153][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:18,154][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:18,154][DEBUG][http-nio-1024-exec-3] ==> Preparing: UPDATE t_menu SET menu_name=?, menu_type=?, parent_id=?, sort=?, path=?, frame_flag=?, cache_flag=?, visible_flag=?, disabled_flag=?, icon=?, update_user_id=? WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:06:18,154][DEBUG][http-nio-1024-exec-3] ==> Parameters: 警务评议(String), 1(Integer), 0(Long), 1(Integer), /jwpy(String), false(Boolean), false(Boolean), true(Boolean), false(Boolean), CommentOutlined(String), 1(Long), 2001(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:18,204][DEBUG][http-nio-1024-exec-3] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:18,204][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4a38120c] (Logger.java:49) +[2026-06-09 14:06:18,213][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:06:18,213][DEBUG][smart-operate-log21] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:18,213][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:06:18,213][DEBUG][smart-operate-log21] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5d14ffb8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:18,214][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:06:18,214][DEBUG][smart-operate-log21] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:18,214][DEBUG][smart-operate-log21] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:18,214][DEBUG][smart-operate-log21] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:18,215][DEBUG][smart-operate-log21] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 系统-菜单(String), 更新菜单 @author 卓大(String), /menu/update(String), net.lab1024.sa.admin.module.system.menu.controller.MenuController.updateMenu(String), POST(String), UPDATE(String), [{"path":"/jwpy","cacheFlag":false,"updateUserId":1,"disabledFlag":false,"icon":"CommentOutlined","menuId":2001,"menuName":"警务评议","menuType":1,"sort":1,"frameFlag":false,"parentId":0,"visibleFlag":true}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:18,254][DEBUG][http-nio-1024-exec-6] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:06:18,254][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:06:18,254][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:18,255][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:18,256][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4c1243cc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:18,256][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:18,256][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:18,256][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:18,257][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ee68511[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:18,258][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:18,258][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:18,258][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:18,260][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@129ed225[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:18,260][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:18,260][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:18,260][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:18,262][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1aba9a88[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:18,262][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:18,262][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:18,262][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591728, [49, 55, 56, 48, 57, 56, 53, 49, 55, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:18,265][DEBUG][redisson-netty-2-28] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591728, [49, 55, 56, 48, 57, 56, 53, 49, 55, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@12f87535[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591728, [49, 55, 56, 48, 57, 56, 53, 49, 55, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:18,265][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:18,266][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:18,266][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2305db99] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:18,266][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:18,266][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:18,266][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:06:18,267][DEBUG][http-nio-1024-exec-6] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:18,274][DEBUG][smart-operate-log21] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5d14ffb8] (Logger.java:49) +[2026-06-09 14:06:18,274][DEBUG][smart-operate-log21] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:06:18,274][DEBUG][smart-operate-log21] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:06:18,381][DEBUG][http-nio-1024-exec-6] <== Total: 143 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:18,381][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2305db99] (Logger.java:49) +[2026-06-09 14:06:18,385][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:06:18,385][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=138, createTime=2022-06-24T20 (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:06:18,387][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:06:24,636][DEBUG][http-nio-1024-exec-10] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:06:24,637][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:06:24,637][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:24,637][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:24,638][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@70244f35[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:24,638][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:24,638][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:24,638][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:24,639][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@71a05cb6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:24,639][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:24,640][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:24,640][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:24,641][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@14b5f929[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:24,641][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:24,641][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:24,641][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:24,641][DEBUG][redisson-netty-2-24] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@733833a1[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:24,641][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:24,641][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:24,641][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591722, [49, 55, 56, 48, 57, 56, 53, 49, 56, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:24,642][DEBUG][redisson-netty-2-4] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591722, [49, 55, 56, 48, 57, 56, 53, 49, 56, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@aa2c55e[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591722, [49, 55, 56, 48, 57, 56, 53, 49, 56, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:24,643][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:24,643][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:24,643][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3f693182] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:24,643][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:24,643][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:24,643][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:06:24,644][DEBUG][http-nio-1024-exec-10] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:24,706][DEBUG][http-nio-1024-exec-10] <== Total: 59 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:24,707][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3f693182] (Logger.java:49) +[2026-06-09 14:06:24,712][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:06:24,712][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:06:24,713][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:06:24,714][DEBUG][http-nio-1024-exec-4] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:06:24,714][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:06:24,714][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:24,715][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:24,716][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@794321d5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:24,716][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:24,716][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:24,716][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:24,716][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ab075b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:24,717][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:24,717][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:24,717][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:24,718][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@791ae45e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:24,720][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:24,720][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:24,720][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:24,722][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@517b6a94[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:24,722][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:24,722][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:24,722][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591722, [49, 55, 56, 48, 57, 56, 53, 49, 56, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:24,723][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591722, [49, 55, 56, 48, 57, 56, 53, 49, 56, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@23087c2e[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591722, [49, 55, 56, 48, 57, 56, 53, 49, 56, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:24,723][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:24,724][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:24,724][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@552939fb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:24,724][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:24,724][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:24,724][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:06:24,725][DEBUG][http-nio-1024-exec-4] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:24,776][DEBUG][http-nio-1024-exec-4] <== Total: 59 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:24,776][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@552939fb] (Logger.java:49) +[2026-06-09 14:06:24,781][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:06:24,781][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:06:24,782][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:06:27,638][DEBUG][http-nio-1024-exec-1] POST "/menu/update", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:06:27,638][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#updateMenu(MenuUpdateForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:06:27,638][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:27,639][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:27,640][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@655e52be[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:27,640][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:27,640][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:27,641][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:27,642][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6404aa3f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:27,642][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:27,642][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:27,643][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:27,644][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@20869855[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:27,644][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:27,644][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:27,644][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:27,645][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2ca1ec2b[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:27,645][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:27,645][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:27,645][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591719, [49, 55, 56, 48, 57, 56, 53, 49, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:27,646][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591719, [49, 55, 56, 48, 57, 56, 53, 49, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3deb5515[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591719, [49, 55, 56, 48, 57, 56, 53, 49, 56, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:27,646][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:27,648][DEBUG][http-nio-1024-exec-1] Read "application/json;charset=UTF-8" to [MenuUpdateForm(menuId=138, updateUserId=1)] (LogFormatUtils.java:120) +[2026-06-09 14:06:27,648][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:27,648][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1de8fe15] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:27,649][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:27,649][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:27,649][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT menu_id,menu_name,menu_type,parent_id,sort,path,component,frame_flag,frame_url,cache_flag,visible_flag,disabled_flag,api_perms,perms_type,web_perms,icon,context_menu_id,deleted_flag,create_time,create_user_id,update_time,update_user_id FROM t_menu WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:06:27,649][DEBUG][http-nio-1024-exec-1] ==> Parameters: 138(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:27,690][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:27,691][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1de8fe15] (Logger.java:49) +[2026-06-09 14:06:27,691][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:27,692][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@46526104] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:27,692][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:27,692][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:27,692][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_menu where menu_name = ? and parent_id = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:27,693][DEBUG][http-nio-1024-exec-1] ==> Parameters: 功能Demo(String), 0(Long), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:27,737][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:27,737][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@46526104] (Logger.java:49) +[2026-06-09 14:06:27,738][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:27,738][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6042aced] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:27,738][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:27,738][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:27,738][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_menu where web_perms = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:27,739][DEBUG][http-nio-1024-exec-1] ==> Parameters: null, false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:27,787][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:27,788][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6042aced] (Logger.java:49) +[2026-06-09 14:06:27,788][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:27,788][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@565af0f4] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:27,789][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:27,789][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:27,789][DEBUG][http-nio-1024-exec-1] ==> Preparing: UPDATE t_menu SET menu_name=?, menu_type=?, parent_id=?, sort=?, frame_flag=?, cache_flag=?, visible_flag=?, disabled_flag=?, icon=?, update_user_id=? WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:06:27,790][DEBUG][http-nio-1024-exec-1] ==> Parameters: 功能Demo(String), 1(Integer), 0(Long), 10(Integer), false(Boolean), false(Boolean), true(Boolean), false(Boolean), BankOutlined(String), 1(Long), 138(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:27,838][DEBUG][http-nio-1024-exec-1] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:27,838][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@565af0f4] (Logger.java:49) +[2026-06-09 14:06:27,841][DEBUG][smart-operate-log22] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:27,841][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:06:27,841][DEBUG][smart-operate-log22] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@66838ea] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:27,841][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:06:27,841][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:06:27,841][DEBUG][smart-operate-log22] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:27,841][DEBUG][smart-operate-log22] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:27,842][DEBUG][smart-operate-log22] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:27,842][DEBUG][smart-operate-log22] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 系统-菜单(String), 更新菜单 @author 卓大(String), /menu/update(String), net.lab1024.sa.admin.module.system.menu.controller.MenuController.updateMenu(String), POST(String), UPDATE(String), [{"cacheFlag":false,"updateUserId":1,"disabledFlag":false,"icon":"BankOutlined","menuId":138,"menuName":"功能Demo","menuType":1,"sort":10,"frameFlag":false,"parentId":0,"visibleFlag":true}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:27,896][DEBUG][http-nio-1024-exec-3] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:06:27,897][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:06:27,897][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:27,897][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:27,898][DEBUG][smart-operate-log22] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@66838ea] (Logger.java:49) +[2026-06-09 14:06:27,898][DEBUG][smart-operate-log22] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:06:27,898][DEBUG][smart-operate-log22] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:06:27,898][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2d7d206e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:27,898][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:27,898][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:27,898][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:27,899][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@188e055e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:27,899][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:27,899][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:27,899][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:27,899][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3dce8d58[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:27,899][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:27,899][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:27,899][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:27,900][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5aa22fad[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:27,900][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:27,900][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:27,900][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591719, [49, 55, 56, 48, 57, 56, 53, 49, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:27,900][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591719, [49, 55, 56, 48, 57, 56, 53, 49, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4ec0d5e3[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591719, [49, 55, 56, 48, 57, 56, 53, 49, 56, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:27,900][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:27,900][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:27,900][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c6e5302] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:27,900][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:27,900][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:27,901][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:06:27,901][DEBUG][http-nio-1024-exec-3] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:27,962][DEBUG][http-nio-1024-exec-3] <== Total: 143 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:27,962][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c6e5302] (Logger.java:49) +[2026-06-09 14:06:27,966][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:06:27,967][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=2001, createTime=2026-06-09T1 (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:06:27,968][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:06:31,404][DEBUG][http-nio-1024-exec-7] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:06:31,404][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:06:31,404][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:31,404][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:31,405][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@533a8d90[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:31,406][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:31,406][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:31,406][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:31,407][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5df33ab8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:31,407][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:31,407][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:31,407][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:31,408][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@10a1fd0e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:31,408][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:31,408][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:31,408][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:31,409][DEBUG][redisson-netty-2-28] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3ecb17b8[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:31,409][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:31,409][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:31,410][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591715, [49, 55, 56, 48, 57, 56, 53, 49, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:31,410][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591715, [49, 55, 56, 48, 57, 56, 53, 49, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4f3471d0[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591715, [49, 55, 56, 48, 57, 56, 53, 49, 57, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:31,411][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:31,411][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:31,411][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@77fda204] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:31,411][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:31,411][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:31,411][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:06:31,412][DEBUG][http-nio-1024-exec-7] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:31,495][DEBUG][http-nio-1024-exec-7] <== Total: 59 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:31,496][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@77fda204] (Logger.java:49) +[2026-06-09 14:06:31,501][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:06:31,501][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:06:31,502][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:06:31,503][DEBUG][http-nio-1024-exec-5] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:06:31,503][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:06:31,503][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:31,503][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:31,504][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5e127f3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:31,504][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:31,505][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:31,505][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:31,506][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6de519cb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:31,506][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:31,506][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:31,506][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:31,507][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@28529b7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:31,507][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:31,507][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:31,507][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:31,508][DEBUG][redisson-netty-2-4] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ab15934[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:31,508][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:31,508][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:31,508][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591715, [49, 55, 56, 48, 57, 56, 53, 49, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:31,509][DEBUG][redisson-netty-2-26] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591715, [49, 55, 56, 48, 57, 56, 53, 49, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4d61ccff[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591715, [49, 55, 56, 48, 57, 56, 53, 49, 57, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:31,509][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:31,509][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:31,509][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@77c7f544] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:31,510][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:31,510][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:31,510][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:06:31,510][DEBUG][http-nio-1024-exec-5] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:31,574][DEBUG][http-nio-1024-exec-5] <== Total: 59 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:31,575][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@77c7f544] (Logger.java:49) +[2026-06-09 14:06:31,579][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:06:31,579][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:06:31,581][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:06:33,855][DEBUG][http-nio-1024-exec-4] POST "/menu/update", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:06:33,856][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#updateMenu(MenuUpdateForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:06:33,856][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:33,856][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:33,858][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@53642f7c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:33,858][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:33,858][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:33,858][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:33,860][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@174a1dc0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:33,860][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:33,861][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:33,861][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:33,862][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4a53099[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:33,862][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:33,862][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:33,863][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:33,866][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7bb10b66[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:33,867][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:33,867][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:33,867][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591713, [49, 55, 56, 48, 57, 56, 53, 49, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:33,869][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591713, [49, 55, 56, 48, 57, 56, 53, 49, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7625a89b[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591713, [49, 55, 56, 48, 57, 56, 53, 49, 57, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:33,869][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:33,871][DEBUG][http-nio-1024-exec-4] Read "application/json;charset=UTF-8" to [MenuUpdateForm(menuId=2002, updateUserId=1)] (LogFormatUtils.java:120) +[2026-06-09 14:06:33,872][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:33,872][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7a82ac0b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:33,872][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:33,872][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:33,872][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT menu_id,menu_name,menu_type,parent_id,sort,path,component,frame_flag,frame_url,cache_flag,visible_flag,disabled_flag,api_perms,perms_type,web_perms,icon,context_menu_id,deleted_flag,create_time,create_user_id,update_time,update_user_id FROM t_menu WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:06:33,873][DEBUG][http-nio-1024-exec-4] ==> Parameters: 2002(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:33,922][DEBUG][http-nio-1024-exec-4] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:33,923][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7a82ac0b] (Logger.java:49) +[2026-06-09 14:06:33,923][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:33,923][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4a6c1791] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:33,923][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:33,923][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:33,923][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_menu where menu_name = ? and parent_id = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:33,924][DEBUG][http-nio-1024-exec-4] ==> Parameters: 民意热线(String), 0(Long), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:33,976][DEBUG][http-nio-1024-exec-4] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:33,976][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4a6c1791] (Logger.java:49) +[2026-06-09 14:06:33,976][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:33,976][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@62d522dd] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:33,976][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:33,976][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:33,977][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_menu where web_perms = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:33,977][DEBUG][http-nio-1024-exec-4] ==> Parameters: null, false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:34,022][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:34,022][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@62d522dd] (Logger.java:49) +[2026-06-09 14:06:34,022][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:34,023][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4cd08143] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:34,023][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:34,023][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:34,023][DEBUG][http-nio-1024-exec-4] ==> Preparing: UPDATE t_menu SET menu_name=?, menu_type=?, parent_id=?, sort=?, path=?, frame_flag=?, cache_flag=?, visible_flag=?, disabled_flag=?, icon=?, update_user_id=? WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:06:34,024][DEBUG][http-nio-1024-exec-4] ==> Parameters: 民意热线(String), 1(Integer), 0(Long), 2(Integer), /myrx(String), false(Boolean), false(Boolean), true(Boolean), false(Boolean), PhoneOutlined(String), 1(Long), 2002(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:34,076][DEBUG][http-nio-1024-exec-4] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:34,077][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4cd08143] (Logger.java:49) +[2026-06-09 14:06:34,079][DEBUG][smart-operate-log23] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:34,079][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:06:34,080][DEBUG][smart-operate-log23] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2c96280b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:34,080][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:06:34,080][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:06:34,080][DEBUG][smart-operate-log23] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:34,080][DEBUG][smart-operate-log23] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:34,080][DEBUG][smart-operate-log23] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:34,081][DEBUG][smart-operate-log23] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 系统-菜单(String), 更新菜单 @author 卓大(String), /menu/update(String), net.lab1024.sa.admin.module.system.menu.controller.MenuController.updateMenu(String), POST(String), UPDATE(String), [{"path":"/myrx","cacheFlag":false,"updateUserId":1,"disabledFlag":false,"icon":"PhoneOutlined","menuId":2002,"menuName":"民意热线","menuType":1,"sort":2,"frameFlag":false,"parentId":0,"visibleFlag":true}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:34,113][DEBUG][http-nio-1024-exec-1] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:06:34,113][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:06:34,114][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:34,114][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:34,115][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4f0527cb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:34,115][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:34,115][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:34,115][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:34,117][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1f72f312[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:34,117][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:34,117][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:34,118][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:34,118][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@30860ca7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:34,118][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:34,118][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:34,119][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:34,119][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6d951351[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:34,119][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:34,119][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:34,119][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591713, [49, 55, 56, 48, 57, 56, 53, 49, 57, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:34,120][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591713, [49, 55, 56, 48, 57, 56, 53, 49, 57, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@56502488[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591713, [49, 55, 56, 48, 57, 56, 53, 49, 57, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:34,120][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:34,120][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:34,120][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@50118184] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:34,120][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:34,120][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:34,120][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:06:34,121][DEBUG][http-nio-1024-exec-1] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:34,134][DEBUG][smart-operate-log23] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2c96280b] (Logger.java:49) +[2026-06-09 14:06:34,134][DEBUG][smart-operate-log23] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:06:34,134][DEBUG][smart-operate-log23] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:06:34,273][DEBUG][http-nio-1024-exec-1] <== Total: 143 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:34,274][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@50118184] (Logger.java:49) +[2026-06-09 14:06:34,277][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:06:34,278][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=2001, createTime=2026-06-09T1 (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:06:34,279][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:06:36,199][DEBUG][http-nio-1024-exec-9] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:06:36,199][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:06:36,199][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:36,200][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:36,200][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@79d07c1a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:36,200][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:36,200][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:36,201][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:36,202][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6b6c31a1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:36,202][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:36,202][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:36,202][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:36,203][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@22663441[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:36,203][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:36,203][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:36,203][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:36,204][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@287799b0[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:36,204][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:36,204][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:36,205][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591711, [49, 55, 56, 48, 57, 56, 53, 49, 57, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:36,206][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591711, [49, 55, 56, 48, 57, 56, 53, 49, 57, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7a02c9ab[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591711, [49, 55, 56, 48, 57, 56, 53, 49, 57, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:36,206][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:36,206][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:36,206][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@77863c75] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:36,208][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:36,208][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:36,208][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:06:36,209][DEBUG][http-nio-1024-exec-9] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:36,262][DEBUG][http-nio-1024-exec-9] <== Total: 59 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:36,262][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@77863c75] (Logger.java:49) +[2026-06-09 14:06:36,268][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:06:36,268][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:06:36,269][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:06:36,270][DEBUG][http-nio-1024-exec-3] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:06:36,270][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:06:36,270][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:36,270][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:36,271][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2bdf8de9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:36,271][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:36,271][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:36,271][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:36,272][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1d448142[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:36,272][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:36,272][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:36,273][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:36,274][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6f4b9c89[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:36,274][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:36,274][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:36,274][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:36,274][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@79502240[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:36,275][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:36,275][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:36,275][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591711, [49, 55, 56, 48, 57, 56, 53, 49, 57, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:36,275][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591711, [49, 55, 56, 48, 57, 56, 53, 49, 57, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@25e68718[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591711, [49, 55, 56, 48, 57, 56, 53, 49, 57, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:36,275][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:36,276][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:36,276][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@21d6e735] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:36,276][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:36,277][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:36,277][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:06:36,277][DEBUG][http-nio-1024-exec-3] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:36,345][DEBUG][http-nio-1024-exec-3] <== Total: 59 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:36,346][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@21d6e735] (Logger.java:49) +[2026-06-09 14:06:36,350][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:06:36,351][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:06:36,352][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:06:39,002][DEBUG][http-nio-1024-exec-6] POST "/menu/update", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:06:39,002][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#updateMenu(MenuUpdateForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:06:39,003][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:39,003][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:39,004][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3fc3177e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:39,004][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:39,005][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:39,005][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:39,005][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2ce660c8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:39,005][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:39,006][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:39,006][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:39,006][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6ff13a5e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:39,006][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:39,006][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:39,007][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:39,007][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3a48733c[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:39,007][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:39,007][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:39,007][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591708, [49, 55, 56, 48, 57, 56, 53, 49, 57, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:39,008][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591708, [49, 55, 56, 48, 57, 56, 53, 49, 57, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@428adc6e[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591708, [49, 55, 56, 48, 57, 56, 53, 49, 57, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:39,008][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:39,009][DEBUG][http-nio-1024-exec-6] Read "application/json;charset=UTF-8" to [MenuUpdateForm(menuId=2003, updateUserId=1)] (LogFormatUtils.java:120) +[2026-06-09 14:06:39,009][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:39,009][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@66033524] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:39,010][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:39,010][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:39,010][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT menu_id,menu_name,menu_type,parent_id,sort,path,component,frame_flag,frame_url,cache_flag,visible_flag,disabled_flag,api_perms,perms_type,web_perms,icon,context_menu_id,deleted_flag,create_time,create_user_id,update_time,update_user_id FROM t_menu WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:06:39,010][DEBUG][http-nio-1024-exec-6] ==> Parameters: 2003(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:39,092][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:39,092][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@66033524] (Logger.java:49) +[2026-06-09 14:06:39,092][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:39,092][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1283a1a1] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:39,093][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:39,093][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:39,093][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_menu where menu_name = ? and parent_id = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:39,094][DEBUG][http-nio-1024-exec-6] ==> Parameters: 民意调查(String), 0(Long), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:39,157][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:39,158][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1283a1a1] (Logger.java:49) +[2026-06-09 14:06:39,158][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:39,158][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@40ff4577] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:39,158][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:39,158][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:39,158][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_menu where web_perms = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:39,159][DEBUG][http-nio-1024-exec-6] ==> Parameters: null, false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:39,207][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:39,208][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@40ff4577] (Logger.java:49) +[2026-06-09 14:06:39,208][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:39,208][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@735264e0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:39,209][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:39,209][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:39,209][DEBUG][http-nio-1024-exec-6] ==> Preparing: UPDATE t_menu SET menu_name=?, menu_type=?, parent_id=?, sort=?, path=?, frame_flag=?, cache_flag=?, visible_flag=?, disabled_flag=?, icon=?, update_user_id=? WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:06:39,209][DEBUG][http-nio-1024-exec-6] ==> Parameters: 民意调查(String), 1(Integer), 0(Long), 3(Integer), /mydc(String), false(Boolean), false(Boolean), true(Boolean), false(Boolean), FileSearchOutlined(String), 1(Long), 2003(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:39,254][DEBUG][http-nio-1024-exec-6] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:39,254][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@735264e0] (Logger.java:49) +[2026-06-09 14:06:39,256][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:06:39,256][DEBUG][smart-operate-log24] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:39,257][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:06:39,257][DEBUG][smart-operate-log24] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@11a219af] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:39,258][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:06:39,258][DEBUG][smart-operate-log24] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:39,258][DEBUG][smart-operate-log24] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:39,258][DEBUG][smart-operate-log24] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:39,279][DEBUG][smart-operate-log24] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 系统-菜单(String), 更新菜单 @author 卓大(String), /menu/update(String), net.lab1024.sa.admin.module.system.menu.controller.MenuController.updateMenu(String), POST(String), UPDATE(String), [{"path":"/mydc","cacheFlag":false,"updateUserId":1,"disabledFlag":false,"icon":"FileSearchOutlined","menuId":2003,"menuName":"民意调查","menuType":1,"sort":3,"frameFlag":false,"parentId":0,"visibleFlag":true}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:39,294][DEBUG][http-nio-1024-exec-5] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:06:39,295][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:06:39,295][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:39,295][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:39,297][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3b9ccf67[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:39,297][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:39,297][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:39,297][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:39,297][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@fc328e6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:39,298][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:39,298][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:39,298][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:39,298][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@d9cfbc1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:39,298][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:39,298][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:39,298][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:39,299][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3f2be5a2[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:39,299][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:39,299][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:39,299][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591708, [49, 55, 56, 48, 57, 56, 53, 49, 57, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:39,300][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591708, [49, 55, 56, 48, 57, 56, 53, 49, 57, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@63723760[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591708, [49, 55, 56, 48, 57, 56, 53, 49, 57, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:39,300][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:39,300][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:39,300][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@e51424d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:39,300][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:39,300][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:39,300][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:06:39,301][DEBUG][http-nio-1024-exec-5] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:39,340][DEBUG][smart-operate-log24] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@11a219af] (Logger.java:49) +[2026-06-09 14:06:39,341][DEBUG][smart-operate-log24] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:06:39,341][DEBUG][smart-operate-log24] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:06:39,365][DEBUG][http-nio-1024-exec-5] <== Total: 143 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:39,365][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@e51424d] (Logger.java:49) +[2026-06-09 14:06:39,369][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:06:39,369][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=2001, createTime=2026-06-09T1 (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:06:39,371][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:06:41,035][DEBUG][http-nio-1024-exec-8] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:06:41,035][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:06:41,035][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:41,035][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:41,036][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@adb27e1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:41,036][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:41,036][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:41,037][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:41,038][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5961b274[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:41,038][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:41,038][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:41,038][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:41,039][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6ab8549a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:41,039][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:41,039][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:41,039][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:41,040][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@615cbd9a[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:41,040][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:41,040][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:41,040][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591706, [49, 55, 56, 48, 57, 56, 53, 50, 48, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:41,042][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591706, [49, 55, 56, 48, 57, 56, 53, 50, 48, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@76f39ef3[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591706, [49, 55, 56, 48, 57, 56, 53, 50, 48, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:41,042][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:41,043][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:41,043][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@47a252c4] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:41,043][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:41,044][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:41,044][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:06:41,046][DEBUG][http-nio-1024-exec-8] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:41,104][DEBUG][http-nio-1024-exec-8] <== Total: 59 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:41,104][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@47a252c4] (Logger.java:49) +[2026-06-09 14:06:41,109][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:06:41,109][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:06:41,110][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:06:41,111][DEBUG][http-nio-1024-exec-1] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:06:41,111][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:06:41,111][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:41,111][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:41,112][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2069f5c5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:41,112][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:41,112][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:41,112][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:41,113][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2866a3e4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:41,113][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:41,113][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:41,113][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:41,114][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@778c4069[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:41,115][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:41,115][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:41,115][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:41,116][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5eb0f2c5[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:41,116][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:41,116][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:41,116][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591706, [49, 55, 56, 48, 57, 56, 53, 50, 48, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:41,117][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591706, [49, 55, 56, 48, 57, 56, 53, 50, 48, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3d32f128[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591706, [49, 55, 56, 48, 57, 56, 53, 50, 48, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:41,117][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:41,118][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:41,118][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@729912cd] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:41,118][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:41,118][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:41,118][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:06:41,118][DEBUG][http-nio-1024-exec-1] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:41,221][DEBUG][http-nio-1024-exec-1] <== Total: 59 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:41,221][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@729912cd] (Logger.java:49) +[2026-06-09 14:06:41,226][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:06:41,226][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:06:41,228][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:06:44,098][DEBUG][http-nio-1024-exec-3] POST "/menu/update", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:06:44,098][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#updateMenu(MenuUpdateForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:06:44,098][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:44,098][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:44,100][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5ddc00bc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:44,100][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:44,100][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:44,100][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:44,101][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@355b386d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:44,101][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:44,101][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:44,101][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:44,102][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5164bdaf[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:44,102][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:44,102][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:44,102][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:44,102][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6d0ed0fd[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:44,103][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:44,103][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:44,103][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591703, [49, 55, 56, 48, 57, 56, 53, 50, 48, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:44,104][DEBUG][redisson-netty-2-1] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591703, [49, 55, 56, 48, 57, 56, 53, 50, 48, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2f78614d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591703, [49, 55, 56, 48, 57, 56, 53, 50, 48, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:44,104][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:44,105][DEBUG][http-nio-1024-exec-3] Read "application/json;charset=UTF-8" to [MenuUpdateForm(menuId=2004, updateUserId=1)] (LogFormatUtils.java:120) +[2026-06-09 14:06:44,106][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:44,106][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1b73874e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:44,106][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:44,106][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:44,107][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT menu_id,menu_name,menu_type,parent_id,sort,path,component,frame_flag,frame_url,cache_flag,visible_flag,disabled_flag,api_perms,perms_type,web_perms,icon,context_menu_id,deleted_flag,create_time,create_user_id,update_time,update_user_id FROM t_menu WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:06:44,107][DEBUG][http-nio-1024-exec-3] ==> Parameters: 2004(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:44,172][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:44,172][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1b73874e] (Logger.java:49) +[2026-06-09 14:06:44,172][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:44,173][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@64ec5a72] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:44,173][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:44,173][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:44,173][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_menu where menu_name = ? and parent_id = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:44,174][DEBUG][http-nio-1024-exec-3] ==> Parameters: 民意档案(String), 0(Long), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:44,232][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:44,233][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@64ec5a72] (Logger.java:49) +[2026-06-09 14:06:44,233][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:44,233][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@451853d0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:44,233][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:44,233][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:44,234][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_menu where web_perms = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:44,234][DEBUG][http-nio-1024-exec-3] ==> Parameters: null, false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:44,287][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:44,287][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@451853d0] (Logger.java:49) +[2026-06-09 14:06:44,287][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:44,287][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4eabaca7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:44,288][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:44,288][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:44,288][DEBUG][http-nio-1024-exec-3] ==> Preparing: UPDATE t_menu SET menu_name=?, menu_type=?, parent_id=?, sort=?, path=?, frame_flag=?, cache_flag=?, visible_flag=?, disabled_flag=?, icon=?, update_user_id=? WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:06:44,289][DEBUG][http-nio-1024-exec-3] ==> Parameters: 民意档案(String), 1(Integer), 0(Long), 4(Integer), /myda(String), false(Boolean), false(Boolean), true(Boolean), false(Boolean), FolderOpenOutlined(String), 1(Long), 2004(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:44,363][DEBUG][http-nio-1024-exec-3] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:44,364][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4eabaca7] (Logger.java:49) +[2026-06-09 14:06:44,365][DEBUG][smart-operate-log25] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:44,365][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:06:44,365][DEBUG][smart-operate-log25] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@23f356f8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:44,365][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:06:44,365][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:06:44,365][DEBUG][smart-operate-log25] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:44,365][DEBUG][smart-operate-log25] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:44,366][DEBUG][smart-operate-log25] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:44,366][DEBUG][smart-operate-log25] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 系统-菜单(String), 更新菜单 @author 卓大(String), /menu/update(String), net.lab1024.sa.admin.module.system.menu.controller.MenuController.updateMenu(String), POST(String), UPDATE(String), [{"path":"/myda","cacheFlag":false,"updateUserId":1,"disabledFlag":false,"icon":"FolderOpenOutlined","menuId":2004,"menuName":"民意档案","menuType":1,"sort":4,"frameFlag":false,"parentId":0,"visibleFlag":true}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:44,391][DEBUG][http-nio-1024-exec-6] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:06:44,391][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:06:44,391][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:44,391][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:44,392][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7cd28026[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:44,392][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:44,392][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:44,392][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:44,393][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@10204699[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:44,393][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:44,393][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:44,393][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:44,393][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@54b357b8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:44,393][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:44,393][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:44,393][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:44,394][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2f31cbb4[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:44,394][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:44,394][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:06:44,394][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591703, [49, 55, 56, 48, 57, 56, 53, 50, 48, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:06:44,394][DEBUG][redisson-netty-2-22] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591703, [49, 55, 56, 48, 57, 56, 53, 50, 48, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@ba48629[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591703, [49, 55, 56, 48, 57, 56, 53, 50, 48, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:06:44,394][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:06:44,395][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:06:44,395][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@579b795a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:06:44,395][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:06:44,395][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:06:44,395][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:06:44,395][DEBUG][http-nio-1024-exec-6] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:06:44,417][DEBUG][smart-operate-log25] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@23f356f8] (Logger.java:49) +[2026-06-09 14:06:44,418][DEBUG][smart-operate-log25] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:06:44,418][DEBUG][smart-operate-log25] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:06:44,498][DEBUG][http-nio-1024-exec-6] <== Total: 143 (BaseJdbcLogger.java:135) +[2026-06-09 14:06:44,498][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@579b795a] (Logger.java:49) +[2026-06-09 14:06:44,502][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:06:44,502][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=2001, createTime=2026-06-09T1 (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:06:44,504][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:07:03,788][DEBUG][http-nio-1024-exec-4] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:07:03,788][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:07:03,788][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:03,788][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:03,790][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2921ec2a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:03,790][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:03,790][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:03,790][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:03,791][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@19219890[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:03,792][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:03,792][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:03,792][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:03,794][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2c364f73[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:03,794][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:03,795][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:03,795][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:03,796][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4e3bf25c[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:03,796][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:03,796][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:03,796][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591684, [49, 55, 56, 48, 57, 56, 53, 50, 50, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:03,798][DEBUG][redisson-netty-2-30] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591684, [49, 55, 56, 48, 57, 56, 53, 50, 50, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@15731305[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591684, [49, 55, 56, 48, 57, 56, 53, 50, 50, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:03,798][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:03,798][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:03,798][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@63f4d740] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:03,799][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:03,799][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:03,799][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:07:03,800][DEBUG][http-nio-1024-exec-4] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:03,856][DEBUG][http-nio-1024-exec-4] <== Total: 59 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:03,856][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@63f4d740] (Logger.java:49) +[2026-06-09 14:07:03,861][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:07:03,861][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:07:03,862][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:07:03,863][DEBUG][http-nio-1024-exec-10] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:07:03,863][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:07:03,863][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:03,863][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:03,865][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5e532e80[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:03,865][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:03,865][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:03,865][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:03,866][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5ceb1f7e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:03,866][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:03,867][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:03,867][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:03,868][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3aadddb0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:03,868][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:03,868][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:03,868][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:03,869][DEBUG][redisson-netty-2-20] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@464a8ab9[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:03,869][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:03,869][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:03,869][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591684, [49, 55, 56, 48, 57, 56, 53, 50, 50, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:03,870][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591684, [49, 55, 56, 48, 57, 56, 53, 50, 50, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6bcdefed[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591684, [49, 55, 56, 48, 57, 56, 53, 50, 50, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:03,870][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:03,871][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:03,871][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3ec670] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:03,871][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:03,871][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:03,871][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:07:03,872][DEBUG][http-nio-1024-exec-10] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:03,975][DEBUG][http-nio-1024-exec-10] <== Total: 59 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:03,975][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3ec670] (Logger.java:49) +[2026-06-09 14:07:03,979][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:07:03,979][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:07:03,980][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:07:06,806][DEBUG][http-nio-1024-exec-9] POST "/menu/update", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:07:06,807][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#updateMenu(MenuUpdateForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:07:06,807][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:06,807][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:06,809][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5dec13e6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:06,810][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:06,810][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:06,810][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:06,811][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3898e95c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:06,812][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:06,812][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:06,812][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:06,814][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3270fb70[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:06,814][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:06,814][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:06,814][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:06,815][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@683d2af[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:06,815][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:06,815][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:06,816][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591681, [49, 55, 56, 48, 57, 56, 53, 50, 50, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:06,816][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591681, [49, 55, 56, 48, 57, 56, 53, 50, 50, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@16c61181[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591681, [49, 55, 56, 48, 57, 56, 53, 50, 50, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:06,817][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:06,818][DEBUG][http-nio-1024-exec-9] Read "application/json;charset=UTF-8" to [MenuUpdateForm(menuId=252, updateUserId=null)] (LogFormatUtils.java:120) +[2026-06-09 14:07:06,818][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:06,818][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1d595bdb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:06,819][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:06,819][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:06,819][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT menu_id,menu_name,menu_type,parent_id,sort,path,component,frame_flag,frame_url,cache_flag,visible_flag,disabled_flag,api_perms,perms_type,web_perms,icon,context_menu_id,deleted_flag,create_time,create_user_id,update_time,update_user_id FROM t_menu WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:07:06,819][DEBUG][http-nio-1024-exec-9] ==> Parameters: 252(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:06,892][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:06,892][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1d595bdb] (Logger.java:49) +[2026-06-09 14:07:06,893][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:06,893][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@71a613b3] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:06,893][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:06,893][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:06,893][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_menu where menu_name = ? and parent_id = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:06,894][DEBUG][http-nio-1024-exec-9] ==> Parameters: 流程管理(String), 0(Long), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:06,974][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:06,975][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@71a613b3] (Logger.java:49) +[2026-06-09 14:07:06,975][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:06,975][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@33dbf332] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:06,975][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:06,975][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:06,975][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_menu where web_perms = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:06,976][DEBUG][http-nio-1024-exec-9] ==> Parameters: null, false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:07,037][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:07,037][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@33dbf332] (Logger.java:49) +[2026-06-09 14:07:07,038][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:07,038][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@35bf16a2] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:07,039][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:07,039][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:07,039][DEBUG][http-nio-1024-exec-9] ==> Preparing: UPDATE t_menu SET menu_name=?, menu_type=?, parent_id=?, sort=?, frame_flag=?, cache_flag=?, visible_flag=?, disabled_flag=?, perms_type=?, icon=?, update_user_id=? WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:07:07,040][DEBUG][http-nio-1024-exec-9] ==> Parameters: 流程管理(String), 1(Integer), 0(Long), 5(Integer), false(Boolean), true(Boolean), true(Boolean), false(Boolean), 1(Integer), ApartmentOutlined(String), 1(Long), 252(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:07,087][DEBUG][http-nio-1024-exec-9] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:07,087][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@35bf16a2] (Logger.java:49) +[2026-06-09 14:07:07,091][DEBUG][smart-operate-log26] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:07,091][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:07:07,091][DEBUG][smart-operate-log26] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7e488371] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:07,091][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:07:07,092][DEBUG][smart-operate-log26] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:07,092][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:07:07,092][DEBUG][smart-operate-log26] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:07,092][DEBUG][smart-operate-log26] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:07,093][DEBUG][smart-operate-log26] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 系统-菜单(String), 更新菜单 @author 卓大(String), /menu/update(String), net.lab1024.sa.admin.module.system.menu.controller.MenuController.updateMenu(String), POST(String), UPDATE(String), [{"cacheFlag":true,"updateUserId":1,"disabledFlag":false,"permsType":1,"icon":"ApartmentOutlined","menuId":252,"menuName":"流程管理","menuType":1,"sort":5,"frameFlag":false,"parentId":0,"visibleFlag":true}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:07,121][DEBUG][http-nio-1024-exec-2] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:07:07,121][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:07:07,122][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:07,122][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:07,123][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@56db07d3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:07,124][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:07,124][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:07,124][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:07,125][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7e39a21d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:07,126][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:07,126][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:07,126][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:07,127][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2be243ba[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:07,128][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:07,128][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:07,128][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:07,129][DEBUG][redisson-netty-2-1] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@827fb3b[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:07,129][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:07,129][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:07,129][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591681, [49, 55, 56, 48, 57, 56, 53, 50, 50, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:07,130][DEBUG][redisson-netty-2-24] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591681, [49, 55, 56, 48, 57, 56, 53, 50, 50, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4ec51126[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591681, [49, 55, 56, 48, 57, 56, 53, 50, 50, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:07,130][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:07,131][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:07,131][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@75dd2eb9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:07,131][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:07,131][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:07,131][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:07:07,131][DEBUG][http-nio-1024-exec-2] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:07,157][DEBUG][smart-operate-log26] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7e488371] (Logger.java:49) +[2026-06-09 14:07:07,158][DEBUG][smart-operate-log26] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:07:07,158][DEBUG][smart-operate-log26] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:07:07,212][DEBUG][http-nio-1024-exec-2] <== Total: 143 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:07,212][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@75dd2eb9] (Logger.java:49) +[2026-06-09 14:07:07,216][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:07:07,216][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=2001, createTime=2026-06-09T1 (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:07:07,218][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:07:12,188][DEBUG][http-nio-1024-exec-5] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:07:12,188][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:07:12,188][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:12,188][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:12,189][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@cb4f9f6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:12,189][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:12,189][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:12,189][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:12,190][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@341e8972[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:12,190][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:12,190][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:12,190][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:12,190][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@23bc69b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:12,190][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:12,190][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:12,190][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:12,191][DEBUG][redisson-netty-2-22] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2532bb17[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:12,191][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:12,191][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:12,191][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591676, [49, 55, 56, 48, 57, 56, 53, 50, 51, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:12,191][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591676, [49, 55, 56, 48, 57, 56, 53, 50, 51, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ddf7e6a[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591676, [49, 55, 56, 48, 57, 56, 53, 50, 51, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:12,191][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:12,192][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:12,192][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1a4b09bc] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:12,192][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:12,192][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:12,192][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:07:12,193][DEBUG][http-nio-1024-exec-5] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:12,296][DEBUG][http-nio-1024-exec-5] <== Total: 59 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:12,296][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1a4b09bc] (Logger.java:49) +[2026-06-09 14:07:12,300][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:07:12,300][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:07:12,301][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:07:12,302][DEBUG][http-nio-1024-exec-4] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:07:12,302][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:07:12,302][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:12,302][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:12,303][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@36c3a5d1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:12,303][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:12,303][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:12,303][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:12,304][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@58fe1d18[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:12,304][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:12,304][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:12,305][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:12,305][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2fd7f60c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:12,306][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:12,306][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:12,306][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:12,308][DEBUG][redisson-netty-2-30] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@12365ce[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:12,308][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:12,308][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:12,309][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591676, [49, 55, 56, 48, 57, 56, 53, 50, 51, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:12,309][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591676, [49, 55, 56, 48, 57, 56, 53, 50, 51, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@66561d58[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591676, [49, 55, 56, 48, 57, 56, 53, 50, 51, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:12,310][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:12,310][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:12,310][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@769b71bf] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:12,310][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:12,310][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:12,310][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:07:12,311][DEBUG][http-nio-1024-exec-4] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:12,408][DEBUG][http-nio-1024-exec-4] <== Total: 59 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:12,408][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@769b71bf] (Logger.java:49) +[2026-06-09 14:07:12,411][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:07:12,412][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:07:12,413][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:07:15,158][DEBUG][http-nio-1024-exec-8] POST "/menu/update", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:07:15,158][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#updateMenu(MenuUpdateForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:07:15,159][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:15,159][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:15,160][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1ef73b17[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:15,161][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:15,161][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:15,161][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:15,162][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2fd68b31[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:15,162][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:15,163][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:15,163][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:15,164][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2e86c3db[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:15,165][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:15,165][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:15,165][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:15,168][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@12f77bc9[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:15,168][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:15,168][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:15,168][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591673, [49, 55, 56, 48, 57, 56, 53, 50, 51, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:15,170][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591673, [49, 55, 56, 48, 57, 56, 53, 50, 51, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@32330991[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591673, [49, 55, 56, 48, 57, 56, 53, 50, 51, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:15,170][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:15,172][DEBUG][http-nio-1024-exec-8] Read "application/json;charset=UTF-8" to [MenuUpdateForm(menuId=45, updateUserId=1)] (LogFormatUtils.java:120) +[2026-06-09 14:07:15,173][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:15,173][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13f1eed1] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:15,173][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:15,173][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:15,174][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT menu_id,menu_name,menu_type,parent_id,sort,path,component,frame_flag,frame_url,cache_flag,visible_flag,disabled_flag,api_perms,perms_type,web_perms,icon,context_menu_id,deleted_flag,create_time,create_user_id,update_time,update_user_id FROM t_menu WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:07:15,174][DEBUG][http-nio-1024-exec-8] ==> Parameters: 45(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:15,252][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:15,253][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13f1eed1] (Logger.java:49) +[2026-06-09 14:07:15,253][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:15,253][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@73cffcb8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:15,253][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:15,254][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:15,254][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_menu where menu_name = ? and parent_id = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:15,254][DEBUG][http-nio-1024-exec-8] ==> Parameters: 组织架构(String), 0(Long), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:15,295][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:15,295][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@73cffcb8] (Logger.java:49) +[2026-06-09 14:07:15,295][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:15,295][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@8db2056] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:15,295][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:15,295][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:15,295][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_menu where web_perms = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:15,296][DEBUG][http-nio-1024-exec-8] ==> Parameters: null, false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:15,338][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:15,338][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@8db2056] (Logger.java:49) +[2026-06-09 14:07:15,338][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:15,338][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5039567] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:15,340][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:15,341][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:15,341][DEBUG][http-nio-1024-exec-8] ==> Preparing: UPDATE t_menu SET menu_name=?, menu_type=?, parent_id=?, sort=?, path=?, frame_flag=?, cache_flag=?, visible_flag=?, disabled_flag=?, icon=?, update_user_id=? WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:07:15,342][DEBUG][http-nio-1024-exec-8] ==> Parameters: 组织架构(String), 1(Integer), 0(Long), 5(Integer), /organization(String), false(Boolean), false(Boolean), true(Boolean), false(Boolean), UserSwitchOutlined(String), 1(Long), 45(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:15,407][DEBUG][http-nio-1024-exec-8] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:15,407][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5039567] (Logger.java:49) +[2026-06-09 14:07:15,440][DEBUG][smart-operate-log27] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:15,440][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:07:15,440][DEBUG][smart-operate-log27] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13163f35] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:15,441][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:07:15,441][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:07:15,441][DEBUG][smart-operate-log27] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:15,441][DEBUG][smart-operate-log27] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:15,441][DEBUG][smart-operate-log27] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:15,442][DEBUG][smart-operate-log27] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 系统-菜单(String), 更新菜单 @author 卓大(String), /menu/update(String), net.lab1024.sa.admin.module.system.menu.controller.MenuController.updateMenu(String), POST(String), UPDATE(String), [{"path":"/organization","cacheFlag":false,"updateUserId":1,"disabledFlag":false,"icon":"UserSwitchOutlined","menuId":45,"menuName":"组织架构","menuType":1,"sort":5,"frameFlag":false,"parentId":0,"visibleFlag":true}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:15,467][DEBUG][http-nio-1024-exec-9] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:07:15,467][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:07:15,467][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:15,468][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:15,469][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4de49166[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:15,469][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:15,469][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:15,469][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:15,469][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3fa9fd8d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:15,469][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:15,470][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:15,470][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:15,470][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5428a743[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:15,470][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:15,470][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:15,470][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:15,471][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3fdfff80[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:15,471][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:15,471][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:15,471][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591673, [49, 55, 56, 48, 57, 56, 53, 50, 51, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:15,471][DEBUG][redisson-netty-2-28] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591673, [49, 55, 56, 48, 57, 56, 53, 50, 51, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6f231964[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591673, [49, 55, 56, 48, 57, 56, 53, 50, 51, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:15,471][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:15,471][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:15,471][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4fde1ff1] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:15,472][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:15,472][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:15,472][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:07:15,472][DEBUG][http-nio-1024-exec-9] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:15,493][DEBUG][smart-operate-log27] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13163f35] (Logger.java:49) +[2026-06-09 14:07:15,493][DEBUG][smart-operate-log27] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:07:15,494][DEBUG][smart-operate-log27] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:07:15,586][DEBUG][http-nio-1024-exec-9] <== Total: 143 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:15,586][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4fde1ff1] (Logger.java:49) +[2026-06-09 14:07:15,590][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:07:15,591][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=2001, createTime=2026-06-09T1 (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:07:15,592][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:07:16,455][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:16,455][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@74ad2e90] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:16,455][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:16,455][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:16,455][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:07:16,456][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:07:16,533][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:16,534][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@74ad2e90] (Logger.java:49) +[2026-06-09 14:07:19,415][DEBUG][http-nio-1024-exec-7] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:07:19,415][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:07:19,415][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:19,416][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:19,417][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2055f1ac[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:19,417][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:19,417][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:19,418][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:19,419][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@34c43f0e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:19,419][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:19,419][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:19,420][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:19,421][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5720cbf1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:19,421][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:19,421][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:19,421][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:19,423][DEBUG][redisson-netty-2-24] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@652651d8[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:19,423][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:19,423][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:19,423][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591669, [49, 55, 56, 48, 57, 56, 53, 50, 51, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:19,425][DEBUG][redisson-netty-2-4] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591669, [49, 55, 56, 48, 57, 56, 53, 50, 51, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7cbc79ad[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591669, [49, 55, 56, 48, 57, 56, 53, 50, 51, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:19,425][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:19,426][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:19,426][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1f8e2be7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:19,427][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:19,427][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:19,427][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:07:19,427][DEBUG][http-nio-1024-exec-7] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:19,574][DEBUG][http-nio-1024-exec-7] <== Total: 59 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:19,574][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1f8e2be7] (Logger.java:49) +[2026-06-09 14:07:19,579][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:07:19,579][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:07:19,581][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:07:19,582][DEBUG][http-nio-1024-exec-6] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:07:19,582][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:07:19,582][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:19,582][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:19,584][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@77dbbd3a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:19,584][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:19,584][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:19,584][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:19,585][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1e12ffa4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:19,585][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:19,585][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:19,585][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:19,586][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@62d1066c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:19,587][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:19,587][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:19,587][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:19,587][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@34118501[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:19,588][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:19,588][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:19,588][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591669, [49, 55, 56, 48, 57, 56, 53, 50, 51, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:19,589][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591669, [49, 55, 56, 48, 57, 56, 53, 50, 51, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@b87c541[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591669, [49, 55, 56, 48, 57, 56, 53, 50, 51, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:19,589][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:19,589][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:19,590][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@32e2608c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:19,590][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:19,590][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:19,590][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:07:19,591][DEBUG][http-nio-1024-exec-6] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:19,699][DEBUG][http-nio-1024-exec-6] <== Total: 59 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:19,700][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@32e2608c] (Logger.java:49) +[2026-06-09 14:07:19,709][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:07:19,709][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:07:19,711][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:07:22,318][DEBUG][http-nio-1024-exec-4] POST "/menu/update", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:07:22,319][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#updateMenu(MenuUpdateForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:07:22,319][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:22,319][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:22,321][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5337127e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:22,321][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:22,321][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:22,321][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:22,324][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@238ba499[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:22,324][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:22,324][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:22,324][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:22,326][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@9c1ec9b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:22,327][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:22,327][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:22,327][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:22,329][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7849f3d6[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:22,329][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:22,329][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:22,330][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591666, [49, 55, 56, 48, 57, 56, 53, 50, 52, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:22,332][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591666, [49, 55, 56, 48, 57, 56, 53, 50, 52, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@f932ba0[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591666, [49, 55, 56, 48, 57, 56, 53, 50, 52, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:22,333][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:22,335][DEBUG][http-nio-1024-exec-4] Read "application/json;charset=UTF-8" to [MenuUpdateForm(menuId=218, updateUserId=1)] (LogFormatUtils.java:120) +[2026-06-09 14:07:22,335][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:22,335][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3e2b6210] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:22,336][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:22,336][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:22,336][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT menu_id,menu_name,menu_type,parent_id,sort,path,component,frame_flag,frame_url,cache_flag,visible_flag,disabled_flag,api_perms,perms_type,web_perms,icon,context_menu_id,deleted_flag,create_time,create_user_id,update_time,update_user_id FROM t_menu WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:07:22,336][DEBUG][http-nio-1024-exec-4] ==> Parameters: 218(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:22,419][DEBUG][http-nio-1024-exec-4] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:22,419][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3e2b6210] (Logger.java:49) +[2026-06-09 14:07:22,420][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:22,420][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@12637572] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:22,420][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:22,420][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:22,420][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_menu where menu_name = ? and parent_id = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:22,420][DEBUG][http-nio-1024-exec-4] ==> Parameters: 文档中心(String), 0(Long), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:22,477][DEBUG][http-nio-1024-exec-4] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:22,477][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@12637572] (Logger.java:49) +[2026-06-09 14:07:22,477][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:22,478][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3ba6a6ff] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:22,478][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:22,478][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:22,478][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_menu where web_perms = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:22,479][DEBUG][http-nio-1024-exec-4] ==> Parameters: null, false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:22,529][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:22,529][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3ba6a6ff] (Logger.java:49) +[2026-06-09 14:07:22,530][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:22,530][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7c960db4] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:22,531][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:22,531][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:22,531][DEBUG][http-nio-1024-exec-4] ==> Preparing: UPDATE t_menu SET menu_name=?, menu_type=?, parent_id=?, sort=?, frame_flag=?, cache_flag=?, visible_flag=?, disabled_flag=?, perms_type=?, icon=?, update_user_id=? WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:07:22,531][DEBUG][http-nio-1024-exec-4] ==> Parameters: 文档中心(String), 1(Integer), 0(Long), 7(Integer), false(Boolean), true(Boolean), true(Boolean), false(Boolean), 1(Integer), FileSearchOutlined(String), 1(Long), 218(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:22,580][DEBUG][http-nio-1024-exec-4] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:22,580][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7c960db4] (Logger.java:49) +[2026-06-09 14:07:22,582][DEBUG][smart-operate-log28] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:22,582][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:07:22,582][DEBUG][smart-operate-log28] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@377edf74] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:22,582][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:07:22,583][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:07:22,583][DEBUG][smart-operate-log28] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:22,583][DEBUG][smart-operate-log28] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:22,583][DEBUG][smart-operate-log28] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:22,583][DEBUG][smart-operate-log28] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 系统-菜单(String), 更新菜单 @author 卓大(String), /menu/update(String), net.lab1024.sa.admin.module.system.menu.controller.MenuController.updateMenu(String), POST(String), UPDATE(String), [{"cacheFlag":true,"updateUserId":1,"disabledFlag":false,"permsType":1,"icon":"FileSearchOutlined","menuId":218,"menuName":"文档中心","menuType":1,"sort":7,"frameFlag":false,"parentId":0,"visibleFlag":true}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:22,610][DEBUG][http-nio-1024-exec-8] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:07:22,610][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:07:22,610][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:22,610][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:22,611][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@60d0347b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:22,612][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:22,612][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:22,612][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:22,613][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@54cc4abd[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:22,613][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:22,614][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:22,614][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:22,615][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@30a7a6e9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:22,615][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:22,615][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:22,615][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:22,616][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1e45e02d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:22,616][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:22,617][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:22,617][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591666, [49, 55, 56, 48, 57, 56, 53, 50, 52, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:22,618][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591666, [49, 55, 56, 48, 57, 56, 53, 50, 52, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2c1ac34d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591666, [49, 55, 56, 48, 57, 56, 53, 50, 52, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:22,618][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:22,618][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:22,618][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@425b52c2] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:22,618][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:22,618][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:22,618][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:07:22,619][DEBUG][http-nio-1024-exec-8] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:22,639][DEBUG][smart-operate-log28] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@377edf74] (Logger.java:49) +[2026-06-09 14:07:22,640][DEBUG][smart-operate-log28] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:07:22,640][DEBUG][smart-operate-log28] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:07:22,685][DEBUG][http-nio-1024-exec-8] <== Total: 143 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:22,685][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@425b52c2] (Logger.java:49) +[2026-06-09 14:07:22,688][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:07:22,689][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=2001, createTime=2026-06-09T1 (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:07:22,690][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:07:34,252][DEBUG][http-nio-1024-exec-3] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:07:34,252][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:07:34,252][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:34,252][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:34,253][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4d573cd4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:34,253][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:34,253][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:34,254][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:34,255][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@38db49a3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:34,255][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:34,255][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:34,255][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:34,256][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@38febffe[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:34,256][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:34,256][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:34,256][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:34,257][DEBUG][redisson-netty-2-28] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@61c86ecc[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:34,257][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:34,257][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:34,257][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591654, [49, 55, 56, 48, 57, 56, 53, 50, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:34,258][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591654, [49, 55, 56, 48, 57, 56, 53, 50, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@b413def[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591654, [49, 55, 56, 48, 57, 56, 53, 50, 53, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:34,258][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:34,259][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:34,259][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1be431e5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:34,259][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:34,259][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:34,259][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:07:34,261][DEBUG][http-nio-1024-exec-3] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:34,369][DEBUG][http-nio-1024-exec-3] <== Total: 59 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:34,369][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1be431e5] (Logger.java:49) +[2026-06-09 14:07:34,374][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:07:34,374][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:07:34,374][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:07:34,375][DEBUG][http-nio-1024-exec-2] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:07:34,376][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:07:34,376][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:34,376][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:34,377][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@59964448[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:34,377][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:34,377][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:34,377][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:34,377][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@d584d3e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:34,378][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:34,378][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:34,378][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:34,378][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ad98d94[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:34,378][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:34,379][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:34,379][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:34,379][DEBUG][redisson-netty-2-4] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1af99fae[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:34,379][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:34,379][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:34,379][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591654, [49, 55, 56, 48, 57, 56, 53, 50, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:34,380][DEBUG][redisson-netty-2-26] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591654, [49, 55, 56, 48, 57, 56, 53, 50, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@ef3e16e[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591654, [49, 55, 56, 48, 57, 56, 53, 50, 53, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:34,380][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:34,381][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:34,381][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2a083a2b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:34,381][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:34,381][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:34,381][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:07:34,382][DEBUG][http-nio-1024-exec-2] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:34,481][DEBUG][http-nio-1024-exec-2] <== Total: 59 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:34,481][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2a083a2b] (Logger.java:49) +[2026-06-09 14:07:34,486][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:07:34,486][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:07:34,487][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:07:36,984][DEBUG][http-nio-1024-exec-6] POST "/menu/update", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:07:36,986][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#updateMenu(MenuUpdateForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:07:36,986][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:36,986][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:36,988][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@642da964[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:36,988][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:36,988][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:36,989][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:36,989][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3feb1aa6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:36,989][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:36,990][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:36,990][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:36,990][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@368db2b9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:36,990][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:36,991][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:36,991][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:36,991][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2455faae[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:36,991][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:36,991][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:36,991][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591651, [49, 55, 56, 48, 57, 56, 53, 50, 53, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:36,992][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591651, [49, 55, 56, 48, 57, 56, 53, 50, 53, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4a41d0b[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591651, [49, 55, 56, 48, 57, 56, 53, 50, 53, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:36,992][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:36,993][DEBUG][http-nio-1024-exec-6] Read "application/json;charset=UTF-8" to [MenuUpdateForm(menuId=50, updateUserId=1)] (LogFormatUtils.java:120) +[2026-06-09 14:07:36,993][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:36,993][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4783da98] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:36,994][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:36,994][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:36,994][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT menu_id,menu_name,menu_type,parent_id,sort,path,component,frame_flag,frame_url,cache_flag,visible_flag,disabled_flag,api_perms,perms_type,web_perms,icon,context_menu_id,deleted_flag,create_time,create_user_id,update_time,update_user_id FROM t_menu WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:07:36,994][DEBUG][http-nio-1024-exec-6] ==> Parameters: 50(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:37,047][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:37,047][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4783da98] (Logger.java:49) +[2026-06-09 14:07:37,047][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:37,047][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@d46d9dd] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:37,047][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:37,047][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:37,047][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_menu where menu_name = ? and parent_id = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:37,048][DEBUG][http-nio-1024-exec-6] ==> Parameters: 系统设置(String), 0(Long), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:37,133][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:37,133][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@d46d9dd] (Logger.java:49) +[2026-06-09 14:07:37,134][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:37,134][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7d3ba02e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:37,134][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:37,134][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:37,135][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_menu where web_perms = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:37,135][DEBUG][http-nio-1024-exec-6] ==> Parameters: null, false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:37,178][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:37,179][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7d3ba02e] (Logger.java:49) +[2026-06-09 14:07:37,180][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:37,181][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3182c97a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:37,182][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:37,182][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:37,182][DEBUG][http-nio-1024-exec-6] ==> Preparing: UPDATE t_menu SET menu_name=?, menu_type=?, parent_id=?, sort=?, path=?, frame_flag=?, cache_flag=?, visible_flag=?, disabled_flag=?, icon=?, update_user_id=? WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:07:37,183][DEBUG][http-nio-1024-exec-6] ==> Parameters: 系统设置(String), 1(Integer), 0(Long), 8(Integer), /setting(String), false(Boolean), false(Boolean), true(Boolean), false(Boolean), SettingOutlined(String), 1(Long), 50(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:37,231][DEBUG][http-nio-1024-exec-6] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:37,232][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3182c97a] (Logger.java:49) +[2026-06-09 14:07:37,235][DEBUG][smart-operate-log29] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:37,235][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:07:37,236][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:07:37,236][DEBUG][smart-operate-log29] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1e1474a7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:37,236][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:07:37,236][DEBUG][smart-operate-log29] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:37,236][DEBUG][smart-operate-log29] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:37,237][DEBUG][smart-operate-log29] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:37,238][DEBUG][smart-operate-log29] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 系统-菜单(String), 更新菜单 @author 卓大(String), /menu/update(String), net.lab1024.sa.admin.module.system.menu.controller.MenuController.updateMenu(String), POST(String), UPDATE(String), [{"path":"/setting","cacheFlag":false,"updateUserId":1,"disabledFlag":false,"icon":"SettingOutlined","menuId":50,"menuName":"系统设置","menuType":1,"sort":8,"frameFlag":false,"parentId":0,"visibleFlag":true}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:37,270][DEBUG][http-nio-1024-exec-4] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:07:37,270][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:07:37,270][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:37,271][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:37,272][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@eb2127f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:37,272][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:37,272][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:37,272][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:37,272][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5a76266d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:37,272][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:37,272][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:37,272][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:37,273][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1bbd54fb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:37,273][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:37,273][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:37,273][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:37,274][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3dd42b0[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:37,274][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:37,274][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:37,274][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591651, [49, 55, 56, 48, 57, 56, 53, 50, 53, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:37,274][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591651, [49, 55, 56, 48, 57, 56, 53, 50, 53, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4282c348[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591651, [49, 55, 56, 48, 57, 56, 53, 50, 53, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:37,274][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:37,274][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:37,274][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@41b7d137] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:37,275][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:37,275][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:37,275][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:07:37,275][DEBUG][http-nio-1024-exec-4] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:37,289][DEBUG][smart-operate-log29] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1e1474a7] (Logger.java:49) +[2026-06-09 14:07:37,289][DEBUG][smart-operate-log29] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:07:37,289][DEBUG][smart-operate-log29] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:07:37,376][DEBUG][http-nio-1024-exec-4] <== Total: 143 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:37,377][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@41b7d137] (Logger.java:49) +[2026-06-09 14:07:37,380][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:07:37,381][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=2001, createTime=2026-06-09T1 (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:07:37,382][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:07:53,574][DEBUG][http-nio-1024-exec-1] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:07:53,574][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:07:53,574][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:53,574][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:53,575][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3e2252d1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:53,576][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:53,576][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:53,576][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:53,577][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1f0dbe92[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:53,577][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:53,577][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:53,577][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:53,578][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@24e7fdb9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:53,578][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:53,579][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:53,579][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:53,579][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6d22d358[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:53,579][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:53,579][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:53,579][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591635, [49, 55, 56, 48, 57, 56, 53, 50, 55, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:53,580][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591635, [49, 55, 56, 48, 57, 56, 53, 50, 55, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6b888794[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591635, [49, 55, 56, 48, 57, 56, 53, 50, 55, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:53,580][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:53,580][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:53,580][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4a439720] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:53,580][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:53,580][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:53,580][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:07:53,581][DEBUG][http-nio-1024-exec-1] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:53,690][DEBUG][http-nio-1024-exec-1] <== Total: 59 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:53,690][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4a439720] (Logger.java:49) +[2026-06-09 14:07:53,695][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:07:53,695][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:07:53,696][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:07:53,697][DEBUG][http-nio-1024-exec-9] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:07:53,698][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:07:53,698][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:53,698][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:53,699][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1ac2917b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:53,699][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:53,699][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:53,700][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:53,701][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@24ce699e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:53,701][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:53,701][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:53,702][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:53,703][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@c0dce16[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:53,703][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:53,703][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:53,703][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:53,704][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1595cb1e[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:53,704][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:53,704][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:53,704][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591635, [49, 55, 56, 48, 57, 56, 53, 50, 55, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:53,705][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591635, [49, 55, 56, 48, 57, 56, 53, 50, 55, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@572ba859[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591635, [49, 55, 56, 48, 57, 56, 53, 50, 55, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:53,705][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:53,706][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:53,706][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@73c22219] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:53,706][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:53,706][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:53,707][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:07:53,707][DEBUG][http-nio-1024-exec-9] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:53,818][DEBUG][http-nio-1024-exec-9] <== Total: 59 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:53,818][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@73c22219] (Logger.java:49) +[2026-06-09 14:07:53,823][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:07:53,823][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:07:53,824][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:07:57,323][DEBUG][http-nio-1024-exec-2] POST "/menu/update", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:07:57,323][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#updateMenu(MenuUpdateForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:07:57,323][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:57,323][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:57,324][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@61c627d1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:57,324][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:57,324][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:57,324][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:57,325][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@12e2f159[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:57,325][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:57,325][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:57,325][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:57,326][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@8ff06e6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:57,327][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:57,327][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:57,327][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:57,328][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@40b3799f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:57,328][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:57,329][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:57,329][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591631, [49, 55, 56, 48, 57, 56, 53, 50, 55, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:57,330][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591631, [49, 55, 56, 48, 57, 56, 53, 50, 55, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2d285d7c[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591631, [49, 55, 56, 48, 57, 56, 53, 50, 55, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:57,330][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:57,332][DEBUG][http-nio-1024-exec-2] Read "application/json;charset=UTF-8" to [MenuUpdateForm(menuId=45, updateUserId=1)] (LogFormatUtils.java:120) +[2026-06-09 14:07:57,332][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:57,332][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2347247a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:57,333][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:57,333][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:57,333][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT menu_id,menu_name,menu_type,parent_id,sort,path,component,frame_flag,frame_url,cache_flag,visible_flag,disabled_flag,api_perms,perms_type,web_perms,icon,context_menu_id,deleted_flag,create_time,create_user_id,update_time,update_user_id FROM t_menu WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:07:57,333][DEBUG][http-nio-1024-exec-2] ==> Parameters: 45(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:57,406][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:57,407][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2347247a] (Logger.java:49) +[2026-06-09 14:07:57,407][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:57,407][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@37542986] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:57,407][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:57,407][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:57,407][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_menu where menu_name = ? and parent_id = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:57,408][DEBUG][http-nio-1024-exec-2] ==> Parameters: 组织架构(String), 0(Long), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:57,477][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:57,477][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@37542986] (Logger.java:49) +[2026-06-09 14:07:57,477][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:57,477][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@689f5aa] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:57,478][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:57,478][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:57,478][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_menu where web_perms = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:57,478][DEBUG][http-nio-1024-exec-2] ==> Parameters: null, false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:57,529][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:57,530][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@689f5aa] (Logger.java:49) +[2026-06-09 14:07:57,530][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:57,530][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1e17b4b5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:57,531][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:57,531][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:57,531][DEBUG][http-nio-1024-exec-2] ==> Preparing: UPDATE t_menu SET menu_name=?, menu_type=?, parent_id=?, sort=?, path=?, frame_flag=?, cache_flag=?, visible_flag=?, disabled_flag=?, icon=?, update_user_id=? WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:07:57,532][DEBUG][http-nio-1024-exec-2] ==> Parameters: 组织架构(String), 1(Integer), 0(Long), 6(Integer), /organization(String), false(Boolean), false(Boolean), true(Boolean), false(Boolean), UserSwitchOutlined(String), 1(Long), 45(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:57,607][DEBUG][http-nio-1024-exec-2] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:57,607][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1e17b4b5] (Logger.java:49) +[2026-06-09 14:07:57,609][DEBUG][smart-operate-log30] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:57,609][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:07:57,609][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:07:57,609][DEBUG][smart-operate-log30] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6a4b723b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:57,609][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:07:57,609][DEBUG][smart-operate-log30] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:57,609][DEBUG][smart-operate-log30] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:57,609][DEBUG][smart-operate-log30] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:57,611][DEBUG][smart-operate-log30] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 系统-菜单(String), 更新菜单 @author 卓大(String), /menu/update(String), net.lab1024.sa.admin.module.system.menu.controller.MenuController.updateMenu(String), POST(String), UPDATE(String), [{"path":"/organization","cacheFlag":false,"updateUserId":1,"disabledFlag":false,"icon":"UserSwitchOutlined","menuId":45,"menuName":"组织架构","menuType":1,"sort":6,"frameFlag":false,"parentId":0,"visibleFlag":true}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:57,641][DEBUG][http-nio-1024-exec-6] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:07:57,641][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:07:57,641][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:57,641][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:57,642][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@10d156bc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:57,643][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:57,643][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:57,643][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:57,643][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@270c09ff[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:57,643][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:57,644][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:57,644][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:57,644][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@36c52247[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:57,644][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:57,644][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:57,645][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:57,645][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@66d8860[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:57,646][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:57,646][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:57,646][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591631, [49, 55, 56, 48, 57, 56, 53, 50, 55, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:57,647][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591631, [49, 55, 56, 48, 57, 56, 53, 50, 55, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5ab62ad0[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591631, [49, 55, 56, 48, 57, 56, 53, 50, 55, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:57,647][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:57,647][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:57,647][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@72b847f5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:57,648][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:57,648][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:57,648][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:07:57,648][DEBUG][http-nio-1024-exec-6] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:07:57,690][DEBUG][smart-operate-log30] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6a4b723b] (Logger.java:49) +[2026-06-09 14:07:57,690][DEBUG][smart-operate-log30] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:07:57,690][DEBUG][smart-operate-log30] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:07:57,771][DEBUG][http-nio-1024-exec-6] <== Total: 143 (BaseJdbcLogger.java:135) +[2026-06-09 14:07:57,771][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@72b847f5] (Logger.java:49) +[2026-06-09 14:07:57,775][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:07:57,776][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=2001, createTime=2026-06-09T1 (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:07:57,777][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:07:59,952][DEBUG][http-nio-1024-exec-10] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:07:59,953][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:07:59,953][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:59,953][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:59,954][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5710fd1d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:59,954][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:59,954][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:59,954][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:59,955][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5ce81e70[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:59,956][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:59,956][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:59,956][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:59,957][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@201dd114[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:59,957][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:59,957][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:59,957][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:59,957][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@36393d2b[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:59,958][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:59,958][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:07:59,958][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591629, [49, 55, 56, 48, 57, 56, 53, 50, 55, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:07:59,959][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591629, [49, 55, 56, 48, 57, 56, 53, 50, 55, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2caf08ee[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591629, [49, 55, 56, 48, 57, 56, 53, 50, 55, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:07:59,959][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:07:59,960][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:07:59,960][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@69d99f0a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:07:59,960][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:07:59,960][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:07:59,960][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:07:59,961][DEBUG][http-nio-1024-exec-10] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:00,078][DEBUG][http-nio-1024-exec-10] <== Total: 59 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:00,078][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@69d99f0a] (Logger.java:49) +[2026-06-09 14:08:00,083][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:08:00,084][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:08:00,085][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:08:00,086][DEBUG][http-nio-1024-exec-8] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:08:00,086][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:08:00,086][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:00,086][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:00,088][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2a117319[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:00,088][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:00,088][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:00,089][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:00,090][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6bc3ed23[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:00,090][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:00,090][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:00,091][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:00,092][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7c17234b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:00,092][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:00,092][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:00,092][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:00,093][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@28ad28a5[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:00,093][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:00,093][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:00,093][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591629, [49, 55, 56, 48, 57, 56, 53, 50, 56, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:00,094][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591629, [49, 55, 56, 48, 57, 56, 53, 50, 56, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@77610e5e[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591629, [49, 55, 56, 48, 57, 56, 53, 50, 56, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:00,094][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:00,094][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:00,095][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6e9b36b6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:00,095][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:00,095][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:00,095][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:08:00,096][DEBUG][http-nio-1024-exec-8] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:00,180][DEBUG][http-nio-1024-exec-8] <== Total: 59 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:00,180][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6e9b36b6] (Logger.java:49) +[2026-06-09 14:08:00,185][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:08:00,185][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:08:00,186][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:08:04,631][DEBUG][http-nio-1024-exec-1] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:08:04,632][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:08:04,632][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:04,632][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:04,634][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@60e41668[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:04,634][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:04,634][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:04,634][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:04,634][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@31ee487d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:04,635][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:04,635][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:04,635][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:04,635][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@75cdeb18[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:04,635][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:04,635][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:04,635][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:04,636][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5d668ba0[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:04,636][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:04,636][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:04,636][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591624, [49, 55, 56, 48, 57, 56, 53, 50, 56, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:04,636][DEBUG][redisson-netty-2-1] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591624, [49, 55, 56, 48, 57, 56, 53, 50, 56, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@560ff6f1[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591624, [49, 55, 56, 48, 57, 56, 53, 50, 56, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:04,636][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:04,636][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:04,637][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3b7cd3cb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:04,637][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:04,637][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:04,637][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:08:04,637][DEBUG][http-nio-1024-exec-1] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:04,819][DEBUG][http-nio-1024-exec-1] <== Total: 59 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:04,819][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3b7cd3cb] (Logger.java:49) +[2026-06-09 14:08:04,824][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:08:04,824][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:08:04,825][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:08:04,827][DEBUG][http-nio-1024-exec-9] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:08:04,827][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:08:04,827][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:04,827][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:04,829][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@74489e02[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:04,830][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:04,830][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:04,830][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:04,831][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@232f3546[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:04,832][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:04,832][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:04,832][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:04,834][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@263de2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:04,834][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:04,834][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:04,834][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:04,836][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@690be599[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:04,836][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:04,836][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:04,837][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591624, [49, 55, 56, 48, 57, 56, 53, 50, 56, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:04,838][DEBUG][redisson-netty-2-22] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591624, [49, 55, 56, 48, 57, 56, 53, 50, 56, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@208bbdb2[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591624, [49, 55, 56, 48, 57, 56, 53, 50, 56, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:04,838][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:04,838][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:04,839][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@727a6969] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:04,839][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:04,839][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:04,839][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:08:04,840][DEBUG][http-nio-1024-exec-9] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:04,927][DEBUG][http-nio-1024-exec-9] <== Total: 59 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:04,927][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@727a6969] (Logger.java:49) +[2026-06-09 14:08:04,932][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:08:04,932][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:08:04,933][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:08:07,987][DEBUG][http-nio-1024-exec-2] POST "/menu/update", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:08:07,988][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#updateMenu(MenuUpdateForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:08:07,988][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:07,988][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:07,990][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@71d20498[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:07,990][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:07,990][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:07,990][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:07,992][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2b96cf33[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:07,992][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:07,992][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:07,992][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:07,993][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@587f2587[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:07,993][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:07,994][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:07,994][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:07,995][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@75fc2bce[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:07,995][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:07,995][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:07,995][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591621, [49, 55, 56, 48, 57, 56, 53, 50, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:07,997][DEBUG][redisson-netty-2-30] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591621, [49, 55, 56, 48, 57, 56, 53, 50, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4d07ff24[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591621, [49, 55, 56, 48, 57, 56, 53, 50, 56, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:07,997][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:07,998][DEBUG][http-nio-1024-exec-2] Read "application/json;charset=UTF-8" to [MenuUpdateForm(menuId=213, updateUserId=1)] (LogFormatUtils.java:120) +[2026-06-09 14:08:07,999][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:07,999][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@38477359] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:07,999][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:07,999][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:07,999][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT menu_id,menu_name,menu_type,parent_id,sort,path,component,frame_flag,frame_url,cache_flag,visible_flag,disabled_flag,api_perms,perms_type,web_perms,icon,context_menu_id,deleted_flag,create_time,create_user_id,update_time,update_user_id FROM t_menu WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:08:07,999][DEBUG][http-nio-1024-exec-2] ==> Parameters: 213(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:08,093][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:08,093][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@38477359] (Logger.java:49) +[2026-06-09 14:08:08,093][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:08,093][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@605db6d8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:08,093][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:08,093][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:08,094][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_menu where menu_name = ? and parent_id = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:08,094][DEBUG][http-nio-1024-exec-2] ==> Parameters: 网络安全(String), 0(Long), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:08,207][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:08,208][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@605db6d8] (Logger.java:49) +[2026-06-09 14:08:08,208][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:08,208][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@28ed7b0c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:08,208][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:08,208][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:08,208][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_menu where web_perms = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:08,209][DEBUG][http-nio-1024-exec-2] ==> Parameters: null, false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:08,317][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:08,317][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@28ed7b0c] (Logger.java:49) +[2026-06-09 14:08:08,318][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:08,318][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@20da151c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:08,318][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:08,318][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:08,318][DEBUG][http-nio-1024-exec-2] ==> Preparing: UPDATE t_menu SET menu_name=?, menu_type=?, parent_id=?, sort=?, frame_flag=?, cache_flag=?, visible_flag=?, disabled_flag=?, perms_type=?, icon=?, update_user_id=? WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:08:08,319][DEBUG][http-nio-1024-exec-2] ==> Parameters: 网络安全(String), 1(Integer), 0(Long), 9(Integer), false(Boolean), true(Boolean), true(Boolean), false(Boolean), 1(Integer), SafetyCertificateOutlined(String), 1(Long), 213(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:08,363][DEBUG][http-nio-1024-exec-2] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:08,363][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@20da151c] (Logger.java:49) +[2026-06-09 14:08:08,367][DEBUG][smart-operate-log31] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:08,367][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:08:08,367][DEBUG][smart-operate-log31] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@328494ab] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:08,368][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:08:08,368][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:08:08,368][DEBUG][smart-operate-log31] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:08,368][DEBUG][smart-operate-log31] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:08,368][DEBUG][smart-operate-log31] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:08,369][DEBUG][smart-operate-log31] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 系统-菜单(String), 更新菜单 @author 卓大(String), /menu/update(String), net.lab1024.sa.admin.module.system.menu.controller.MenuController.updateMenu(String), POST(String), UPDATE(String), [{"cacheFlag":true,"updateUserId":1,"disabledFlag":false,"permsType":1,"icon":"SafetyCertificateOutlined","menuId":213,"menuName":"网络安全","menuType":1,"sort":9,"frameFlag":false,"parentId":0,"visibleFlag":true}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:08,395][DEBUG][http-nio-1024-exec-6] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:08:08,395][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:08:08,396][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:08,396][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:08,398][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5946bbc7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:08,398][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:08,398][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:08,399][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:08,400][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@42b7d033[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:08,400][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:08,400][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:08,401][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:08,401][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@92a8bc7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:08,402][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:08,402][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:08,402][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:08,403][DEBUG][redisson-netty-2-20] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@34af9ebb[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:08,403][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:08,403][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:08,403][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591621, [49, 55, 56, 48, 57, 56, 53, 50, 56, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:08,403][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591621, [49, 55, 56, 48, 57, 56, 53, 50, 56, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@359dd1e[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591621, [49, 55, 56, 48, 57, 56, 53, 50, 56, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:08,404][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:08,404][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:08,404][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4661489d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:08,404][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:08,404][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:08,404][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:08:08,405][DEBUG][http-nio-1024-exec-6] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:08,418][DEBUG][smart-operate-log31] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@328494ab] (Logger.java:49) +[2026-06-09 14:08:08,418][DEBUG][smart-operate-log31] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:08:08,418][DEBUG][smart-operate-log31] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:08:08,554][DEBUG][http-nio-1024-exec-6] <== Total: 143 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:08,554][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4661489d] (Logger.java:49) +[2026-06-09 14:08:08,558][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:08:08,559][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=2001, createTime=2026-06-09T1 (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:08:08,561][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:08:10,949][DEBUG][http-nio-1024-exec-5] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:08:10,949][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:08:10,949][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:10,950][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:10,951][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6e6d1afd[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:10,951][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:10,951][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:10,951][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:10,952][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@233c85c3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:10,952][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:10,952][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:10,953][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:10,953][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@76dd335c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:10,953][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:10,953][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:10,953][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:10,954][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7b0ae593[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:10,955][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:10,955][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:10,955][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591618, [49, 55, 56, 48, 57, 56, 53, 50, 57, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:10,956][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591618, [49, 55, 56, 48, 57, 56, 53, 50, 57, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3edef3bf[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591618, [49, 55, 56, 48, 57, 56, 53, 50, 57, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:10,956][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:10,957][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:10,957][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4b8e4ad5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:10,957][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:10,957][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:10,958][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:08:10,958][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,012][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,012][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4b8e4ad5] (Logger.java:49) +[2026-06-09 14:08:11,012][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:11,012][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@609d3397] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:11,013][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:11,013][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:11,013][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,014][DEBUG][http-nio-1024-exec-5] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,137][DEBUG][http-nio-1024-exec-5] <== Total: 143 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,138][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@609d3397] (Logger.java:49) +[2026-06-09 14:08:11,143][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:11,143][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@49ccda36] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:11,144][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:11,144][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:11,144][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,144][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,202][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,203][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@49ccda36] (Logger.java:49) +[2026-06-09 14:08:11,204][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:11,204][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3612084] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:11,205][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:11,205][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:11,205][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,206][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,274][DEBUG][http-nio-1024-exec-5] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,274][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3612084] (Logger.java:49) +[2026-06-09 14:08:11,274][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:11,275][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@25dbccf5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:11,275][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:11,275][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:11,275][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,276][DEBUG][http-nio-1024-exec-5] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,415][DEBUG][http-nio-1024-exec-5] <== Total: 143 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,415][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@25dbccf5] (Logger.java:49) +[2026-06-09 14:08:11,420][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:11,420][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1f8eb2a8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:11,420][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:11,420][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:11,420][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,421][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,493][DEBUG][http-nio-1024-exec-5] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,494][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1f8eb2a8] (Logger.java:49) +[2026-06-09 14:08:11,494][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:11,495][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15e1c4dd] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:11,495][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:11,495][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:11,495][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,496][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,575][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,576][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15e1c4dd] (Logger.java:49) +[2026-06-09 14:08:11,576][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:11,576][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:11,579][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@46719f1d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:11,579][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:11,579][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:11,579][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:11,581][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@407c0cd7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:11,581][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:11,588][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:08:11,588][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:08:11,590][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:08:11,596][DEBUG][http-nio-1024-exec-8] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:08:11,596][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:08:11,596][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:11,596][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:11,598][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@34983db[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:11,598][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:11,598][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:11,598][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:11,599][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7a1c082[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:11,599][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:11,600][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:11,600][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:11,600][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2337b9c2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:11,601][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:11,601][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:11,601][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:11,602][DEBUG][redisson-netty-2-4] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3cc1419f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:11,602][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:11,602][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:11,602][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591617, [49, 55, 56, 48, 57, 56, 53, 50, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:11,603][DEBUG][redisson-netty-2-26] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591617, [49, 55, 56, 48, 57, 56, 53, 50, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2a3e72b1[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591617, [49, 55, 56, 48, 57, 56, 53, 50, 57, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:11,603][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:11,604][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:11,604][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@46de7f89] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:11,604][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:11,604][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:11,604][DEBUG][http-nio-1024-exec-8] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,605][DEBUG][http-nio-1024-exec-8] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,651][DEBUG][http-nio-1024-exec-8] <== Total: 22 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,651][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@46de7f89] (Logger.java:49) +[2026-06-09 14:08:11,652][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:08:11,652][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=2, dictId=5, dictCode (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:08:11,653][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:08:11,683][DEBUG][http-nio-1024-exec-9] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:08:11,683][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:08:11,683][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:11,683][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:11,684][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@51728aa5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:11,684][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:11,684][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:11,684][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:11,685][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4a832da9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:11,685][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:11,685][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:11,685][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:11,686][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@445d6f7b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:11,686][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:11,686][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:11,686][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:11,687][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5dff1538[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:11,687][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:11,687][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:11,687][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591617, [49, 55, 56, 48, 57, 56, 53, 50, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:11,688][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591617, [49, 55, 56, 48, 57, 56, 53, 50, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4978374c[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591617, [49, 55, 56, 48, 57, 56, 53, 50, 57, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:11,688][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:11,688][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:11,688][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2a412505] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:11,688][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:11,688][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:11,688][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,689][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,772][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,773][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2a412505] (Logger.java:49) +[2026-06-09 14:08:11,773][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:08:11,773][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:08:11,774][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:08:11,795][DEBUG][http-nio-1024-exec-7] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:08:11,795][DEBUG][http-nio-1024-exec-6] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:08:11,796][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:08:11,796][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:11,796][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:11,796][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:08:11,796][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:11,796][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:11,797][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4ba4772b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:11,797][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5664d4a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:11,797][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:11,797][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:11,797][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:11,797][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:11,797][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:11,797][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:11,798][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6a5aa869[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:11,798][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1324eae2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:11,798][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:11,798][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:11,798][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:11,798][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:11,798][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:11,798][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:11,799][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@280a331[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:11,799][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7c6636fc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:11,799][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:11,799][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:11,799][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:11,799][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:11,799][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:11,799][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:11,800][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@71b81230[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:11,800][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@65f55552[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:11,800][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:11,800][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:11,800][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:11,800][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:11,800][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591617, [49, 55, 56, 48, 57, 56, 53, 50, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:11,800][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591617, [49, 55, 56, 48, 57, 56, 53, 50, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:11,801][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591617, [49, 55, 56, 48, 57, 56, 53, 50, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@cb05853[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591617, [49, 55, 56, 48, 57, 56, 53, 50, 57, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:11,801][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591617, [49, 55, 56, 48, 57, 56, 53, 50, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2bf34d87[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591617, [49, 55, 56, 48, 57, 56, 53, 50, 57, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:11,801][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:11,801][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:11,801][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:11,803][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2a826983] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:11,803][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:11,803][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2a9294ee] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:11,804][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:11,804][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:11,804][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:11,804][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:11,804][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,804][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,804][DEBUG][http-nio-1024-exec-7] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,804][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,853][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,853][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2a9294ee] (Logger.java:49) +[2026-06-09 14:08:11,853][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:08:11,854][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:08:11,854][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:08:11,855][DEBUG][http-nio-1024-exec-4] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:08:11,855][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:08:11,855][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:11,855][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:11,856][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3f10e978[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:11,856][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:11,856][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:11,857][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:11,857][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@11e581b5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:11,858][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:11,858][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:11,858][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:11,859][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@64ed2711[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:11,859][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:11,859][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:11,859][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:11,860][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@259f50a9[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:11,860][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:11,860][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:11,860][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591617, [49, 55, 56, 48, 57, 56, 53, 50, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:11,860][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591617, [49, 55, 56, 48, 57, 56, 53, 50, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@15b4995b[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591617, [49, 55, 56, 48, 57, 56, 53, 50, 57, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:11,860][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:11,861][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:11,861][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4039ab7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:11,861][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:11,861][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:11,861][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,861][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,907][DEBUG][http-nio-1024-exec-7] <== Total: 143 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,907][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2a826983] (Logger.java:49) +[2026-06-09 14:08:11,910][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:08:11,911][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=2001, createTime=2026-06-09T1 (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:08:11,912][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:08:11,917][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:11,917][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4039ab7] (Logger.java:49) +[2026-06-09 14:08:11,917][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:08:11,917][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:08:11,917][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:08:16,537][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:16,537][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4ef8f5db] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:16,538][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:16,538][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:16,538][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:08:16,538][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:08:16,597][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:16,597][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4ef8f5db] (Logger.java:49) +[2026-06-09 14:08:27,307][DEBUG][http-nio-1024-exec-1] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:08:27,307][DEBUG][http-nio-1024-exec-3] POST "/support/changeLog/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:08:27,307][DEBUG][http-nio-1024-exec-9] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:08:27,308][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:08:27,308][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController#queryPage(ChangeLogQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:08:27,308][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:08:27,308][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:27,308][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:27,308][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:27,308][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:27,308][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:27,308][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:27,309][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@48df5cf5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:27,309][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@15b4251d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:27,309][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6a13ad46[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:27,309][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:27,309][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:27,309][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:27,309][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:27,309][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:27,309][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:27,310][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:27,310][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:27,310][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:27,311][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3b570e09[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:27,311][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2d5a3075[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:27,311][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@27f4993d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:27,311][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:27,311][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:27,311][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:27,311][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:27,311][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:27,311][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:27,312][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:27,312][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:27,312][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:27,314][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@ed640e2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:27,314][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2d42175f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:27,314][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:27,314][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:27,314][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4e26bb0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:27,314][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:27,315][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:27,315][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:27,316][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:27,316][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:27,316][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:27,316][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:27,320][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@721c2f43[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:27,320][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@658ee592[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:27,320][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:27,320][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:27,320][DEBUG][redisson-netty-2-30] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@200a657c[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:27,320][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:27,320][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:27,320][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:27,320][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591602, [49, 55, 56, 48, 57, 56, 53, 51, 48, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:27,320][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:27,320][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591602, [49, 55, 56, 48, 57, 56, 53, 51, 48, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:27,320][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591602, [49, 55, 56, 48, 57, 56, 53, 51, 48, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:27,322][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591602, [49, 55, 56, 48, 57, 56, 53, 51, 48, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2e18dd6a[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591602, [49, 55, 56, 48, 57, 56, 53, 51, 48, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:27,322][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591602, [49, 55, 56, 48, 57, 56, 53, 51, 48, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@478753bd[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591602, [49, 55, 56, 48, 57, 56, 53, 51, 48, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:27,322][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591602, [49, 55, 56, 48, 57, 56, 53, 51, 48, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@489d5c99[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591602, [49, 55, 56, 48, 57, 56, 53, 51, 48, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:27,322][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:27,322][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:27,322][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:27,323][DEBUG][http-nio-1024-exec-9] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=2, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:08:27,323][DEBUG][http-nio-1024-exec-3] Read "application/json;charset=UTF-8" to [ChangeLogQueryForm(type=null, keyword=null, publicDateBegin=null, publicDateEnd=null, createTime=nul (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:08:27,323][DEBUG][http-nio-1024-exec-1] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=1, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:08:27,327][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:27,327][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:27,329][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@34865a15] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:27,327][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:27,329][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15ed0979] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:27,329][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@913baf3] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:27,329][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:27,330][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:27,330][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:08:27,330][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:27,330][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:27,330][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:08:27,331][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:27,332][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:27,333][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:27,382][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:27,382][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:27,382][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15ed0979] (Logger.java:49) +[2026-06-09 14:08:27,383][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@34865a15] (Logger.java:49) +[2026-06-09 14:08:27,383][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:27,383][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:27,383][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6a462240] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:27,383][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@e70ffe2] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:27,383][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:27,383][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:27,383][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:27,383][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:27,383][DEBUG][http-nio-1024-exec-1] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:08:27,383][DEBUG][http-nio-1024-exec-9] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:08:27,385][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), false(Boolean), 1(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:27,385][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), false(Boolean), 2(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:27,387][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:08:27.387}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:27,388][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT * FROM t_change_log order by t_change_log.version desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:08:27,389][DEBUG][http-nio-1024-exec-3] ==> Parameters: 8(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:27,441][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:27,441][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:27,441][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6a462240] (Logger.java:49) +[2026-06-09 14:08:27,441][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@e70ffe2] (Logger.java:49) +[2026-06-09 14:08:27,445][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:27,445][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@913baf3] (Logger.java:49) +[2026-06-09 14:08:27,446][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:08:27,446][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:08:27,446][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:08:27,446][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:08:27,446][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:08:27,446][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:08:27,447][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:08:27,447][DEBUG][smart-operate-log32] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:27,447][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=8, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:08:27,447][DEBUG][smart-operate-log32] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5c90e2d2] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:27,447][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:08:27,447][DEBUG][smart-operate-log32] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:27,447][DEBUG][smart-operate-log32] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:08:27.387}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:27,448][DEBUG][smart-operate-log32] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:27,448][DEBUG][smart-operate-log32] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 业务支撑-更新日志(String), 分页查询 @author 卓大(String), /support/changeLog/queryPage(String), net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController.queryPage(String), POST(String), UPDATE(String), [{"searchCount":false,"pageSize":8,"pageNum":1}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"data":{"total":0,"pages":0,"pageSize":8,"list":[],"pageNum":1,"emptyFlag":true},"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:27,496][DEBUG][smart-operate-log32] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5c90e2d2] (Logger.java:49) +[2026-06-09 14:08:27,497][DEBUG][smart-operate-log32] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:08:27,497][DEBUG][smart-operate-log32] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:08:28,927][DEBUG][http-nio-1024-exec-2] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:08:28,927][DEBUG][http-nio-1024-exec-7] POST "/support/changeLog/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:08:28,927][DEBUG][http-nio-1024-exec-6] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:08:28,927][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController#queryPage(ChangeLogQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:08:28,927][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:08:28,927][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:08:28,927][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:28,927][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:28,927][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:28,927][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:28,927][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:28,927][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:28,929][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@499ee71f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:28,929][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6a178da9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:28,929][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@63b2b12c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:28,929][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:28,929][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:28,929][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:28,929][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:28,929][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:28,929][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:28,929][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:28,929][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:28,929][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:28,930][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@29afb0b5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:28,930][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6e7ec577[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:28,930][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@58dfdfc2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:28,930][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:28,930][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:28,930][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:28,930][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:28,930][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:28,930][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:28,930][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:28,930][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:28,930][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:28,931][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@114cc7d1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:28,931][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@785590a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:28,931][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@67228e4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:28,931][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:28,931][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:28,931][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:28,931][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:28,931][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:28,932][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:28,932][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:28,932][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:28,932][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:28,933][DEBUG][redisson-netty-2-4] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1a2b4ed4[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:28,933][DEBUG][redisson-netty-2-24] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@10d976cb[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:28,933][DEBUG][redisson-netty-2-1] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@18771290[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:28,933][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:28,933][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:28,934][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:28,934][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:28,934][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:28,934][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:28,934][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591600, [49, 55, 56, 48, 57, 56, 53, 51, 48, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:28,934][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591600, [49, 55, 56, 48, 57, 56, 53, 51, 48, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:28,934][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591600, [49, 55, 56, 48, 57, 56, 53, 51, 48, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:28,939][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591600, [49, 55, 56, 48, 57, 56, 53, 51, 48, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2b9c4dbf[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591600, [49, 55, 56, 48, 57, 56, 53, 51, 48, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:28,939][DEBUG][redisson-netty-2-22] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591600, [49, 55, 56, 48, 57, 56, 53, 51, 48, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@37a4f7d4[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591600, [49, 55, 56, 48, 57, 56, 53, 51, 48, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:28,939][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:28,939][DEBUG][redisson-netty-2-26] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591600, [49, 55, 56, 48, 57, 56, 53, 51, 48, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@60f3f77d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591600, [49, 55, 56, 48, 57, 56, 53, 51, 48, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:28,939][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:28,940][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:28,940][DEBUG][http-nio-1024-exec-6] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=2, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:08:28,940][DEBUG][http-nio-1024-exec-2] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=1, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:08:28,940][DEBUG][http-nio-1024-exec-7] Read "application/json;charset=UTF-8" to [ChangeLogQueryForm(type=null, keyword=null, publicDateBegin=null, publicDateEnd=null, createTime=nul (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:08:28,941][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:28,941][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:28,946][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@30882e03] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:28,947][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:28,947][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:08:27.387}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:28,947][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT * FROM t_change_log order by t_change_log.version desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:08:28,948][DEBUG][http-nio-1024-exec-7] ==> Parameters: 8(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:28,944][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:28,944][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4132ec60] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:28,949][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@53387d81] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:28,950][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:28,950][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:28,950][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:28,950][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:08:28,950][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:28,950][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:08:28,950][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:28,950][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:29,008][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:29,008][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:29,008][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4132ec60] (Logger.java:49) +[2026-06-09 14:08:29,008][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@30882e03] (Logger.java:49) +[2026-06-09 14:08:29,008][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:29,008][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@c11b768] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:29,009][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:29,009][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:08:27.387}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:29,009][DEBUG][http-nio-1024-exec-2] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:08:29,010][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:29,010][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@53387d81] (Logger.java:49) +[2026-06-09 14:08:29,010][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:29,010][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6722ae78] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:29,010][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:29,010][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long), false(Boolean), 1(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:29,010][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:29,010][DEBUG][smart-operate-log33] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:29,010][DEBUG][http-nio-1024-exec-6] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:08:29,010][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:08:29,010][DEBUG][smart-operate-log33] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4e51e2d9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:29,010][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=8, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:08:29,011][DEBUG][smart-operate-log33] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:29,011][DEBUG][smart-operate-log33] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:29,011][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:08:29,011][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long), false(Boolean), 2(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:29,011][DEBUG][smart-operate-log33] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:29,011][DEBUG][smart-operate-log33] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 业务支撑-更新日志(String), 分页查询 @author 卓大(String), /support/changeLog/queryPage(String), net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController.queryPage(String), POST(String), UPDATE(String), [{"searchCount":false,"pageSize":8,"pageNum":1}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"data":{"total":0,"pages":0,"pageSize":8,"list":[],"pageNum":1,"emptyFlag":true},"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:29,059][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:29,060][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@c11b768] (Logger.java:49) +[2026-06-09 14:08:29,060][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:08:29,060][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:08:29,061][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:08:29,062][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:29,062][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6722ae78] (Logger.java:49) +[2026-06-09 14:08:29,063][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:08:29,063][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:08:29,063][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:08:29,066][DEBUG][smart-operate-log33] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4e51e2d9] (Logger.java:49) +[2026-06-09 14:08:29,067][DEBUG][smart-operate-log33] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:08:29,067][DEBUG][smart-operate-log33] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:08:33,390][DEBUG][http-nio-1024-exec-10] POST "/support/changeLog/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:08:33,390][DEBUG][http-nio-1024-exec-9] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:08:33,390][DEBUG][http-nio-1024-exec-1] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:08:33,390][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController#queryPage(ChangeLogQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:08:33,390][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:08:33,390][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:33,390][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:08:33,390][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:33,390][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:33,390][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:33,391][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:33,391][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:33,392][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@62dd05f0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:33,392][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@66177fe0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:33,392][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@576fa2ed[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:33,392][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:33,392][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:33,392][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:33,392][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:33,392][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:33,392][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:33,392][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:33,392][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:33,392][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:33,393][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@63a82118[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:33,393][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@70a28c75[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:33,393][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5489ac0d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:33,393][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:33,393][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:33,393][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:33,393][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:33,393][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:33,393][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:33,393][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:33,393][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:33,393][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:33,394][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7a24583f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:33,394][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@67793d50[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:33,394][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4a995ed0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:33,394][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:33,394][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:33,394][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:33,394][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:33,394][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:33,394][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:33,394][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:33,394][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:33,394][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:33,395][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2987f9b5[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:33,395][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6c21ab38[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:33,395][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@65111d3e[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:33,395][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:33,395][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:33,395][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:33,395][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:33,395][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:33,395][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:08:33,395][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591596, [49, 55, 56, 48, 57, 56, 53, 51, 49, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:33,395][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591596, [49, 55, 56, 48, 57, 56, 53, 51, 49, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:33,395][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591596, [49, 55, 56, 48, 57, 56, 53, 51, 49, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:08:33,396][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591596, [49, 55, 56, 48, 57, 56, 53, 51, 49, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4e89d749[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591596, [49, 55, 56, 48, 57, 56, 53, 51, 49, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:33,396][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591596, [49, 55, 56, 48, 57, 56, 53, 51, 49, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@16c99950[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591596, [49, 55, 56, 48, 57, 56, 53, 51, 49, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:33,396][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591596, [49, 55, 56, 48, 57, 56, 53, 51, 49, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5657db4d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2591596, [49, 55, 56, 48, 57, 56, 53, 51, 49, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:08:33,396][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:33,396][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:33,396][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:08:33,397][DEBUG][http-nio-1024-exec-9] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=1, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:08:33,397][DEBUG][http-nio-1024-exec-10] Read "application/json;charset=UTF-8" to [ChangeLogQueryForm(type=null, keyword=null, publicDateBegin=null, publicDateEnd=null, createTime=nul (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:08:33,397][DEBUG][http-nio-1024-exec-1] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=2, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:08:33,397][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:33,397][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:33,397][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:33,397][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ef222d0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:33,397][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@30b8c61e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:33,397][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@45b494b0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:33,397][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:33,397][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:33,397][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:33,397][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:33,397][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:08:27.387}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:33,397][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:33,397][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT * FROM t_change_log order by t_change_log.version desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:08:33,397][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:08:33,397][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:08:33,398][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:33,398][DEBUG][http-nio-1024-exec-10] ==> Parameters: 8(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:33,398][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:33,441][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:33,441][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:33,441][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@30b8c61e] (Logger.java:49) +[2026-06-09 14:08:33,441][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@45b494b0] (Logger.java:49) +[2026-06-09 14:08:33,441][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:33,441][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:33,441][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@28cae203] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:33,441][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3c9cc914] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:33,442][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:33,442][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:33,442][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:01:47.815, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.315}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:33,442][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:05:54.316}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:33,442][DEBUG][http-nio-1024-exec-1] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:08:33,442][DEBUG][http-nio-1024-exec-9] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:08:33,443][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), false(Boolean), 2(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:33,443][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), false(Boolean), 1(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:33,453][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:33,453][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ef222d0] (Logger.java:49) +[2026-06-09 14:08:33,456][DEBUG][smart-operate-log34] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:08:33,456][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:08:33,456][DEBUG][smart-operate-log34] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@963927f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:08:33,457][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=8, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:08:33,457][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:08:33,457][DEBUG][smart-operate-log34] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:08:33,457][DEBUG][smart-operate-log34] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:08:27.387}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:08:33,457][DEBUG][smart-operate-log34] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:33,458][DEBUG][smart-operate-log34] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 业务支撑-更新日志(String), 分页查询 @author 卓大(String), /support/changeLog/queryPage(String), net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController.queryPage(String), POST(String), UPDATE(String), [{"searchCount":false,"pageSize":8,"pageNum":1}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"data":{"total":0,"pages":0,"pageSize":8,"list":[],"pageNum":1,"emptyFlag":true},"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:08:33,495][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:33,495][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:08:33,496][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@28cae203] (Logger.java:49) +[2026-06-09 14:08:33,496][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3c9cc914] (Logger.java:49) +[2026-06-09 14:08:33,496][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:08:33,496][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:08:33,497][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:08:33,497][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:08:33,497][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:08:33,497][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:08:33,530][DEBUG][smart-operate-log34] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@963927f] (Logger.java:49) +[2026-06-09 14:08:33,530][DEBUG][smart-operate-log34] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:08:33,530][DEBUG][smart-operate-log34] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:09:16,603][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:09:16,604][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6019826b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:09:16,605][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:09:16,605][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:08:27.387}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:09:16,605][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:09:16,605][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:09:16,688][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:09:16,688][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6019826b] (Logger.java:49) +[2026-06-09 14:10:08,041][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:10:08,042][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6e71a2b5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:10:08,043][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:10:08,043][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:08:27.387}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:10:08,043][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 14:10:08,043][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:10:08,136][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:10:08,137][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6e71a2b5] (Logger.java:49) +[2026-06-09 14:10:16,697][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:10:16,697][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@11529877] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:10:16,697][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:10:16,697][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:08:27.387}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:10:16,698][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:10:16,698][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:10:16,777][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:10:16,777][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@11529877] (Logger.java:49) +[2026-06-09 14:11:02,431][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:11:02,432][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@47ce744f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:11:02,433][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:11:02,433][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:08:27.387}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:11:02,433][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 14:11:02,435][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:11:02,486][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:11:02,487][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@47ce744f] (Logger.java:49) +[2026-06-09 14:11:02,487][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:11:02,487][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@52160d74] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:11:02,488][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:11:02,488][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:08:27.387}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:11:02,488][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:11:02,490][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T14:11:02.431109(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:11:02,540][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:11:02,541][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@52160d74] (Logger.java:49) +[2026-06-09 14:11:16,784][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:11:16,784][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1a0ac0bc] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:11:16,784][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:11:16,785][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:08:27.387}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:11:16,785][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:11:16,785][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:11:16,829][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:11:16,830][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1a0ac0bc] (Logger.java:49) +[2026-06-09 14:12:16,834][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:12:16,836][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b60c674] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:12:16,836][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:12:16,898][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:12:16.898}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:12:16,899][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:12:16,900][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:12:16,976][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:12:16,976][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b60c674] (Logger.java:49) +[2026-06-09 14:13:16,984][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:13:16,985][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4b4be7f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:13:16,986][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:13:17,048][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:13:17.048}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:13:17,048][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:13:17,050][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:13:17,098][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:13:17,099][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4b4be7f] (Logger.java:49) +[2026-06-09 14:14:17,104][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:14:17,105][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3d60bb24] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:14:17,106][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:14:17,178][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:14:17.178}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:14:17,178][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:14:17,179][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:14:17,251][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:14:17,252][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3d60bb24] (Logger.java:49) +[2026-06-09 14:15:08,144][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:15:08,146][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@684f26cb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:15:08,146][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:15:08,147][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:14:17.178}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:15:08,147][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 14:15:08,148][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:15:08,217][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:15:08,217][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@684f26cb] (Logger.java:49) +[2026-06-09 14:15:17,255][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:15:17,256][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3deb5cdb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:15:17,256][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:15:17,256][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:14:17.178}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:15:17,256][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:15:17,256][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:15:17,341][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:15:17,341][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3deb5cdb] (Logger.java:49) +[2026-06-09 14:16:02,545][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:16:02,547][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@992794c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:16:02,547][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:16:02,547][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:14:17.178}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:16:02,548][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 14:16:02,549][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:16:02,619][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:16:02,619][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@992794c] (Logger.java:49) +[2026-06-09 14:16:02,619][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:16:02,619][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5832feb3] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:16:02,620][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:16:02,620][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:14:17.178}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:16:02,620][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:16:02,621][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T14:16:02.545064(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:16:02,695][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:16:02,695][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5832feb3] (Logger.java:49) +[2026-06-09 14:16:17,347][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:16:17,349][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1bb5187c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:16:17,350][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:16:17,350][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:14:17.178}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:16:17,350][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:16:17,352][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:16:17,443][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:16:17,443][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1bb5187c] (Logger.java:49) +[2026-06-09 14:17:17,449][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:17:17,450][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@43d32d34] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:17:17,451][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:17:17,576][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:17:17.576}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:17:17,577][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:17:17,577][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:17:17,651][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:17:17,651][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@43d32d34] (Logger.java:49) +[2026-06-09 14:18:17,656][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:18:17,658][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@32719c22] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:18:17,659][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:18:17,738][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:18:17.737}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:18:17,738][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:18:17,740][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:18:17,807][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:18:17,808][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@32719c22] (Logger.java:49) +[2026-06-09 14:19:17,815][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:19:17,817][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@37c3218] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:19:17,817][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:19:17,936][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:19:17,936][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:19:17,937][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:19:18,017][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:19:18,017][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@37c3218] (Logger.java:49) +[2026-06-09 14:20:08,224][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:20:08,226][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b7f41b1] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:20:08,227][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:20:08,227][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:20:08,227][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 14:20:08,228][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:20:08,298][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:20:08,298][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b7f41b1] (Logger.java:49) +[2026-06-09 14:20:18,024][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:20:18,024][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1506f86f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:20:18,025][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:20:18,025][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:20:18,025][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:20:18,026][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:20:18,098][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:20:18,098][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1506f86f] (Logger.java:49) +[2026-06-09 14:20:46,288][DEBUG][http-nio-1024-exec-4] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:20:46,288][DEBUG][http-nio-1024-exec-10] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:20:46,289][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:20:46,290][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:20:46,290][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:46,290][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:46,290][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:46,290][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:46,292][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7b567899[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:46,292][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4c391e7f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:46,292][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:46,292][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:46,293][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:46,293][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:46,293][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:46,293][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:46,294][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@207a86b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:46,294][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4074cdd2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:46,294][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:46,294][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:46,295][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:46,295][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:46,295][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:46,295][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:46,296][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@ac06f67[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:46,296][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@20d1425c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:46,296][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:46,296][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:46,296][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:46,296][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:46,297][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:46,297][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:46,298][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4482a8dc[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:46,298][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@518b0fac[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:46,298][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:46,299][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:46,299][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:46,299][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:46,303][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590863, [49, 55, 56, 48, 57, 56, 54, 48, 52, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:46,303][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590863, [49, 55, 56, 48, 57, 56, 54, 48, 52, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:46,305][DEBUG][redisson-netty-2-22] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590863, [49, 55, 56, 48, 57, 56, 54, 48, 52, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4a3fbabf[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590863, [49, 55, 56, 48, 57, 56, 54, 48, 52, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:46,305][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590863, [49, 55, 56, 48, 57, 56, 54, 48, 52, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5f45bcdf[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590863, [49, 55, 56, 48, 57, 56, 54, 48, 52, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:46,305][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:46,305][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:46,313][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:20:46,313][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7c19eb98] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:20:46,314][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:20:46,314][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:20:46,314][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:20:46,314][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:20:46,314][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@31a99ba4] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:20:46,315][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:20:46,316][DEBUG][http-nio-1024-exec-4] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:20:46,367][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:20:46.367}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:20:46,367][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:20:46,369][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:20:46,384][DEBUG][http-nio-1024-exec-4] <== Total: 143 (BaseJdbcLogger.java:135) +[2026-06-09 14:20:46,384][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7c19eb98] (Logger.java:49) +[2026-06-09 14:20:46,390][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:20:46,391][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=2001, createTime=2026-06-09T1 (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:20:46,394][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:20:46,422][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:20:46,423][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@31a99ba4] (Logger.java:49) +[2026-06-09 14:20:46,423][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:20:46,423][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:20:46,423][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:20:46,424][DEBUG][http-nio-1024-exec-9] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:20:46,425][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:20:46,425][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:46,425][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:46,427][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5d029182[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:46,427][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:46,427][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:46,427][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:46,428][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5164b10c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:46,428][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:46,428][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:46,428][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:46,429][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7721d67b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:46,430][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:46,430][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:46,430][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:46,431][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4cb0f643[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:46,431][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:46,431][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:46,431][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590863, [49, 55, 56, 48, 57, 56, 54, 48, 52, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:46,432][DEBUG][redisson-netty-2-30] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590863, [49, 55, 56, 48, 57, 56, 54, 48, 52, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2aea39a[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590863, [49, 55, 56, 48, 57, 56, 54, 48, 52, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:46,432][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:46,432][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:20:46,433][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@da04141] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:20:46,433][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:20:46,433][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:20:46.367}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:20:46,433][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:20:46,433][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:20:46,491][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:20:46,492][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@da04141] (Logger.java:49) +[2026-06-09 14:20:46,493][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:20:46,493][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:20:46,494][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:20:48,778][DEBUG][http-nio-1024-exec-8] GET "/support/tableColumn/getColumns/20001", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:20:48,778][DEBUG][http-nio-1024-exec-3] POST "/support/config/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:20:48,779][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.support.AdminConfigController#queryConfigPage(ConfigQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:20:48,779][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:48,779][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:20:48,779][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:48,779][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:48,779][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:48,780][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2bb06081[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:48,780][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:48,780][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3528ffda[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:48,780][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:48,780][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:48,780][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:48,780][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:48,780][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:48,781][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4b5e81c6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:48,781][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@598d9afe[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:48,781][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:48,781][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:48,781][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:48,781][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:48,781][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:48,781][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:48,782][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1ec3262[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:48,782][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@748144c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:48,782][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:48,782][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:48,782][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:48,782][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:48,782][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:48,782][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:48,783][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@db78bfa[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:48,783][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1edbaa05[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:48,783][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:48,783][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:48,783][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:48,783][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:48,783][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590861, [49, 55, 56, 48, 57, 56, 54, 48, 52, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:48,783][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590861, [49, 55, 56, 48, 57, 56, 54, 48, 52, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:48,785][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590861, [49, 55, 56, 48, 57, 56, 54, 48, 52, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4c0aab2e[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590861, [49, 55, 56, 48, 57, 56, 54, 48, 52, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:48,785][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590861, [49, 55, 56, 48, 57, 56, 54, 48, 52, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@74edc5cc[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590861, [49, 55, 56, 48, 57, 56, 54, 48, 52, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:48,785][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:48,785][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:48,785][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:20:48,785][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@88255bc] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:20:48,786][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:20:48,786][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:20:46.367}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:20:48,786][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:20:48,787][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long), 20001(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:20:48,788][DEBUG][http-nio-1024-exec-3] Read "application/json;charset=UTF-8" to [ConfigQueryForm(configKey=)] (LogFormatUtils.java:120) +[2026-06-09 14:20:48,790][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:20:48,790][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@27b7e3e2] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:20:48,794][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:20:48,794][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:20:48,794][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT COUNT(*) AS total FROM t_config (BaseJdbcLogger.java:135) +[2026-06-09 14:20:48,795][DEBUG][http-nio-1024-exec-3] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:20:48,856][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:20:48,856][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@88255bc] (Logger.java:49) +[2026-06-09 14:20:48,857][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:20:48,857][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:20:48,858][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:20:48,858][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:20:48,858][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT * FROM t_config LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:20:48,858][DEBUG][http-nio-1024-exec-5] GET "/support/tableColumn/getColumns/20001", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:20:48,859][DEBUG][http-nio-1024-exec-3] ==> Parameters: 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:20:48,859][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:20:48,859][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:48,859][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:48,860][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3369ad6f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:48,860][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:48,860][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:48,861][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:48,862][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@768fa1fa[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:48,862][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:48,862][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:48,862][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:48,863][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@152595c7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:48,863][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:48,863][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:48,863][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:48,863][DEBUG][redisson-netty-2-24] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3eb6062d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:48,863][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:48,863][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:48,864][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590861, [49, 55, 56, 48, 57, 56, 54, 48, 52, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:48,865][DEBUG][redisson-netty-2-1] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590861, [49, 55, 56, 48, 57, 56, 54, 48, 52, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2a031f3d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590861, [49, 55, 56, 48, 57, 56, 54, 48, 52, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:48,865][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:48,866][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:20:48,866][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@51e4323e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:20:48,866][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:20:48,866][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:20:46.367}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:20:48,866][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:20:48,866][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long), 20001(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:20:48,907][DEBUG][http-nio-1024-exec-3] <== Total: 2 (BaseJdbcLogger.java:135) +[2026-06-09 14:20:48,908][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@27b7e3e2] (Logger.java:49) +[2026-06-09 14:20:48,910][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:20:48,910][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:20:48,910][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=2, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:20:48,910][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@51e4323e] (Logger.java:49) +[2026-06-09 14:20:48,911][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:20:48,911][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:20:48,911][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:20:48,911][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:20:51,847][DEBUG][http-nio-1024-exec-9] POST "/support/dict/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:20:51,847][DEBUG][http-nio-1024-exec-1] GET "/support/tableColumn/getColumns/20002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:20:51,848][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryPage(DictQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:20:51,848][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:51,848][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:51,848][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:20:51,848][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:51,848][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:51,849][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@35390fe4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:51,849][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@87954d6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:51,850][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:51,850][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:51,850][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:51,850][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:51,850][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:51,850][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:51,850][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@66e24df2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:51,850][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@19822834[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:51,851][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:51,851][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:51,851][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:51,851][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:51,851][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:51,851][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:51,852][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@db073d0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:51,852][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@874392b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:51,852][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:51,852][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:51,852][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:51,852][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:51,852][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:51,852][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:51,852][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@181c0f96[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:51,852][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@44e000d7[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:51,853][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:51,853][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:51,853][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:51,853][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:51,853][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590858, [49, 55, 56, 48, 57, 56, 54, 48, 53, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:51,853][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590858, [49, 55, 56, 48, 57, 56, 54, 48, 53, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:51,854][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590858, [49, 55, 56, 48, 57, 56, 54, 48, 53, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@238aa4a1[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590858, [49, 55, 56, 48, 57, 56, 54, 48, 53, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:51,854][DEBUG][redisson-netty-2-30] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590858, [49, 55, 56, 48, 57, 56, 54, 48, 53, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6a5b81cb[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590858, [49, 55, 56, 48, 57, 56, 54, 48, 53, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:51,854][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:51,854][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:51,855][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:20:51,855][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4361f6fa] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:20:51,856][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:20:51,856][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:20:46.367}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:20:51,856][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:20:51,856][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), 20002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:20:51,857][DEBUG][http-nio-1024-exec-9] Read "application/json;charset=UTF-8" to [DictQueryForm(keywords=, disabledFlag=null)] (LogFormatUtils.java:120) +[2026-06-09 14:20:51,857][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:20:51,857][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4aa6f016] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:20:51,860][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:20:51,860][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:20:51,860][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT COUNT(*) AS total FROM t_dict (BaseJdbcLogger.java:135) +[2026-06-09 14:20:51,861][DEBUG][http-nio-1024-exec-9] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:20:51,936][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:20:51,936][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4361f6fa] (Logger.java:49) +[2026-06-09 14:20:51,937][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:20:51,937][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:20:51,938][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:20:51,938][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:20:51,938][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT t_dict.dict_id, t_dict.dict_name, t_dict.dict_code, t_dict.remark, t_dict.disabled_flag, t_dict.create_time, t_dict.update_time FROM t_dict order by create_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:20:51,938][DEBUG][http-nio-1024-exec-7] GET "/support/tableColumn/getColumns/20002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:20:51,939][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:20:51,939][DEBUG][http-nio-1024-exec-9] ==> Parameters: 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:20:51,939][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:51,939][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:51,940][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5db39798[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:51,940][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:51,941][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:51,941][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:51,942][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@304bf170[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:51,942][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:51,943][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:51,943][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:51,944][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@74826a5f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:51,944][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:51,944][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:51,944][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:51,945][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@75890946[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:51,945][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:51,945][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:51,945][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590858, [49, 55, 56, 48, 57, 56, 54, 48, 53, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:51,946][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590858, [49, 55, 56, 48, 57, 56, 54, 48, 53, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6ca97135[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590858, [49, 55, 56, 48, 57, 56, 54, 48, 53, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:51,946][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:51,946][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:20:51,947][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2e5e0628] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:20:51,947][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:20:51,947][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:20:46.367}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:20:51,947][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:20:51,947][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long), 20002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:20:51,995][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:20:51,995][DEBUG][http-nio-1024-exec-9] <== Total: 2 (BaseJdbcLogger.java:135) +[2026-06-09 14:20:51,996][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2e5e0628] (Logger.java:49) +[2026-06-09 14:20:51,996][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4aa6f016] (Logger.java:49) +[2026-06-09 14:20:51,996][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:20:51,996][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:20:51,996][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:20:51,996][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=2, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:20:51,996][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:20:51,996][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:20:55,693][DEBUG][http-nio-1024-exec-8] GET "/support/dict/dictData/queryDictData/2", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:20:55,693][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryDictData(Long) (AbstractHandlerMapping.java:531) +[2026-06-09 14:20:55,693][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:55,693][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:55,695][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4b6f8e2e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:55,695][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:55,695][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:55,695][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:55,696][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6fb2ad47[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:55,696][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:55,696][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:55,697][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:55,698][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3cd856e6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:55,698][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:55,698][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:55,698][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:55,698][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@692bb700[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:55,699][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:55,699][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:20:55,699][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590854, [49, 55, 56, 48, 57, 56, 54, 48, 53, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:20:55,699][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590854, [49, 55, 56, 48, 57, 56, 54, 48, 53, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6de596bc[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590854, [49, 55, 56, 48, 57, 56, 54, 48, 53, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:20:55,699][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:20:55,706][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:20:55,707][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@42f4ee0a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:20:55,707][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:20:55,707][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:20:55,708][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_dict_data where dict_id = ? order by sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:20:55,710][DEBUG][http-nio-1024-exec-8] ==> Parameters: 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:20:55,772][DEBUG][http-nio-1024-exec-8] <== Total: 20 (BaseJdbcLogger.java:135) +[2026-06-09 14:20:55,772][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@42f4ee0a] (Logger.java:49) +[2026-06-09 14:20:55,774][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:20:55,774][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=3, dictId=2, dictCode (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:20:55,775][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:21:02,702][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:21:02,703][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@52be058d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:21:02,704][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:21:02,704][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:21:02,704][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 14:21:02,704][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:21:02,777][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:21:02,777][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@52be058d] (Logger.java:49) +[2026-06-09 14:21:02,777][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:21:02,777][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d8b631c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:21:02,779][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:21:02,779][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:21:02,779][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:21:02,780][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T14:21:02.702247(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:21:02,826][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:21:02,826][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d8b631c] (Logger.java:49) +[2026-06-09 14:21:03,490][DEBUG][http-nio-1024-exec-5] GET "/support/dict/dictData/queryDictData/5", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:21:03,491][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryDictData(Long) (AbstractHandlerMapping.java:531) +[2026-06-09 14:21:03,491][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:03,491][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:03,492][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1815bf0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:03,492][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:03,492][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:03,492][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:03,493][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@31322919[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:03,493][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:03,493][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:03,493][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:03,493][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@a9e502b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:03,493][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:03,493][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:03,493][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:03,493][DEBUG][redisson-netty-2-1] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2d5a8b23[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:03,493][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:03,494][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:03,494][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590846, [49, 55, 56, 48, 57, 56, 54, 48, 54, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:03,494][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590846, [49, 55, 56, 48, 57, 56, 54, 48, 54, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3ea72c25[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590846, [49, 55, 56, 48, 57, 56, 54, 48, 54, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:03,494][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:03,494][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:21:03,494][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@cb2ba2a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:21:03,494][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:21:03,494][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:21:03,494][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_dict_data where dict_id = ? order by sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:21:03,495][DEBUG][http-nio-1024-exec-5] ==> Parameters: 5(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:21:03,577][DEBUG][http-nio-1024-exec-5] <== Total: 2 (BaseJdbcLogger.java:135) +[2026-06-09 14:21:03,577][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@cb2ba2a] (Logger.java:49) +[2026-06-09 14:21:03,577][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:21:03,577][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=2, dictId=5, dictCode (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:21:03,577][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:21:11,812][DEBUG][http-nio-1024-exec-4] GET "/support/dict/updateDisabled/5", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:21:11,813][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#updateDisabled(Long) (AbstractHandlerMapping.java:531) +[2026-06-09 14:21:11,813][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:11,813][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:11,816][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@bdd3496[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:11,816][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:11,816][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:11,816][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:11,818][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@65277ae9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:11,818][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:11,818][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:11,818][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:11,819][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@9815a2b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:11,819][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:11,819][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:11,820][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:11,822][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@18b1517d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:11,822][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:11,822][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:11,822][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590838, [49, 55, 56, 48, 57, 56, 54, 48, 55, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:11,825][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590838, [49, 55, 56, 48, 57, 56, 54, 48, 55, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@798cf87a[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590838, [49, 55, 56, 48, 57, 56, 54, 48, 55, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:11,825][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:11,826][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:21:11,826][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5efdefae] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:21:11,826][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:21:11,826][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:21:11,826][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT dict_id,dict_name,dict_code,remark,disabled_flag,create_time,update_time FROM t_dict WHERE dict_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:21:11,827][DEBUG][http-nio-1024-exec-4] ==> Parameters: 5(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:21:11,893][DEBUG][http-nio-1024-exec-4] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:21:11,893][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5efdefae] (Logger.java:49) +[2026-06-09 14:21:11,894][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:21:11,894][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@80d082] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:21:11,897][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:21:11,897][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:21:11,897][DEBUG][http-nio-1024-exec-4] ==> Preparing: UPDATE t_dict SET dict_name=?, dict_code=?, remark=?, disabled_flag=?, create_time=?, update_time=? WHERE dict_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:21:11,898][DEBUG][http-nio-1024-exec-4] ==> Parameters: 维权申请类型(String), RIGHTS_APPLY_TYPE(String), (String), true(Boolean), 2026-03-11T14:31:07(LocalDateTime), 2026-03-11T14:31:07(LocalDateTime), 5(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:21:11,949][DEBUG][http-nio-1024-exec-4] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:21:11,949][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@80d082] (Logger.java:49) +[2026-06-09 14:21:11,950][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:21:11,950][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:21:11,950][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:21:11,972][DEBUG][http-nio-1024-exec-1] POST "/support/dict/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:21:11,973][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryPage(DictQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:21:11,973][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:11,973][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:11,974][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@c628b82[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:11,975][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:11,975][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:11,975][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:11,976][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4da31574[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:11,977][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:11,977][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:11,977][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:11,978][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@19092879[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:11,978][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:11,978][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:11,978][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:11,979][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@63734baa[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:11,980][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:11,980][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:11,980][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590838, [49, 55, 56, 48, 57, 56, 54, 48, 55, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:11,981][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590838, [49, 55, 56, 48, 57, 56, 54, 48, 55, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@50ec9b1[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590838, [49, 55, 56, 48, 57, 56, 54, 48, 55, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:11,981][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:11,982][DEBUG][http-nio-1024-exec-1] Read "application/json;charset=UTF-8" to [DictQueryForm(keywords=, disabledFlag=null)] (LogFormatUtils.java:120) +[2026-06-09 14:21:11,983][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:21:11,983][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@70b66d11] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:21:11,989][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:21:11,989][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:21:11,989][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT COUNT(*) AS total FROM t_dict (BaseJdbcLogger.java:135) +[2026-06-09 14:21:11,990][DEBUG][http-nio-1024-exec-1] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:21:12,056][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:21:12,056][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT t_dict.dict_id, t_dict.dict_name, t_dict.dict_code, t_dict.remark, t_dict.disabled_flag, t_dict.create_time, t_dict.update_time FROM t_dict order by create_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:21:12,058][DEBUG][http-nio-1024-exec-1] ==> Parameters: 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:21:12,124][DEBUG][http-nio-1024-exec-1] <== Total: 2 (BaseJdbcLogger.java:135) +[2026-06-09 14:21:12,124][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@70b66d11] (Logger.java:49) +[2026-06-09 14:21:12,125][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:21:12,126][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=2, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:21:12,126][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:21:13,934][DEBUG][http-nio-1024-exec-7] GET "/support/dict/dictData/queryDictData/2", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:21:13,935][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryDictData(Long) (AbstractHandlerMapping.java:531) +[2026-06-09 14:21:13,935][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:13,935][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:13,937][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4663163c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:13,937][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:13,937][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:13,937][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:13,939][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@93761e9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:13,939][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:13,939][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:13,939][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:13,940][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6cfdc74e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:13,940][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:13,940][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:13,940][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:13,941][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5f9ccc53[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:13,942][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:13,942][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:13,942][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590836, [49, 55, 56, 48, 57, 56, 54, 48, 55, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:13,943][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590836, [49, 55, 56, 48, 57, 56, 54, 48, 55, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@522af465[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590836, [49, 55, 56, 48, 57, 56, 54, 48, 55, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:13,943][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:13,943][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:21:13,943][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@216a8699] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:21:13,944][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:21:13,944][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:21:13,944][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_dict_data where dict_id = ? order by sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:21:13,944][DEBUG][http-nio-1024-exec-7] ==> Parameters: 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:21:14,026][DEBUG][http-nio-1024-exec-7] <== Total: 20 (BaseJdbcLogger.java:135) +[2026-06-09 14:21:14,027][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@216a8699] (Logger.java:49) +[2026-06-09 14:21:14,028][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:21:14,028][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=3, dictId=2, dictCode (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:21:14,029][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:21:18,104][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:21:18,105][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@454b2df3] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:21:18,106][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:21:18,106][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:21:18,106][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:21:18,106][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:21:18,177][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:21:18,177][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@454b2df3] (Logger.java:49) +[2026-06-09 14:21:23,537][DEBUG][http-nio-1024-exec-8] GET "/support/dict/dictData/queryDictData/2", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:21:23,538][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryDictData(Long) (AbstractHandlerMapping.java:531) +[2026-06-09 14:21:23,538][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:23,538][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:23,539][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7d6f3276[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:23,539][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:23,539][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:23,539][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:23,540][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@136e16a6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:23,540][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:23,540][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:23,541][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:23,541][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@742f13f5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:23,541][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:23,541][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:23,541][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:23,542][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7f65de23[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:23,542][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:23,542][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:23,542][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590826, [49, 55, 56, 48, 57, 56, 54, 48, 56, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:23,543][DEBUG][redisson-netty-2-4] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590826, [49, 55, 56, 48, 57, 56, 54, 48, 56, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@419cf8fa[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590826, [49, 55, 56, 48, 57, 56, 54, 48, 56, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:23,544][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:23,544][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:21:23,544][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2002125a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:21:23,544][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:21:23,544][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:21:23,544][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_dict_data where dict_id = ? order by sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:21:23,545][DEBUG][http-nio-1024-exec-8] ==> Parameters: 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:21:23,622][DEBUG][http-nio-1024-exec-8] <== Total: 20 (BaseJdbcLogger.java:135) +[2026-06-09 14:21:23,622][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2002125a] (Logger.java:49) +[2026-06-09 14:21:23,624][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:21:23,627][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=3, dictId=2, dictCode (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:21:23,628][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:21:30,110][DEBUG][http-nio-1024-exec-10] GET "/support/serialNumber/all", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:21:30,110][DEBUG][http-nio-1024-exec-4] GET "/support/tableColumn/getColumns/20003", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:21:30,110][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.support.AdminSerialNumberController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:21:30,110][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:30,110][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:21:30,111][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:30,111][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:30,111][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:30,112][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4085cab2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:30,112][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@512a009d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:30,112][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:30,112][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:30,112][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:30,112][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:30,112][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:30,112][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:30,113][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@40de2bab[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:30,113][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@d44410[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:30,113][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:30,113][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:30,113][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:30,113][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:30,113][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:30,113][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:30,114][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@752d2bce[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:30,114][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@74ea728f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:30,114][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:30,114][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:30,115][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:30,115][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:30,115][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:30,115][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:30,116][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@49bdaa03[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:30,116][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@51bc0a83[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:30,116][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:30,116][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:30,116][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:30,116][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:30,116][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590819, [49, 55, 56, 48, 57, 56, 54, 48, 57, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:30,116][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590819, [49, 55, 56, 48, 57, 56, 54, 48, 57, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:30,117][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590819, [49, 55, 56, 48, 57, 56, 54, 48, 57, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6ff7d2ba[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590819, [49, 55, 56, 48, 57, 56, 54, 48, 57, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:30,117][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590819, [49, 55, 56, 48, 57, 56, 54, 48, 57, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@14e515f8[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590819, [49, 55, 56, 48, 57, 56, 54, 48, 57, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:30,117][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:30,117][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:30,117][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:21:30,117][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:21:30,117][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2c1a50cf] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:21:30,118][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:21:30,118][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7398ca5a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:21:30,119][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:21:30,119][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:21:30,120][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:21:30,120][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:20:46.367}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:21:30,120][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT serial_number_id,business_name,format,rule_type,init_number,step_random_range,remark,last_number,last_time,update_time,create_time FROM t_serial_number (BaseJdbcLogger.java:135) +[2026-06-09 14:21:30,120][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long), 20003(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:21:30,120][DEBUG][http-nio-1024-exec-10] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:21:30,196][DEBUG][http-nio-1024-exec-10] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:21:30,196][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7398ca5a] (Logger.java:49) +[2026-06-09 14:21:30,197][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:21:30,197][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[SerialNumberEntity(serialNumberId=1, busine (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:21:30,197][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:21:30,199][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:21:30,200][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2c1a50cf] (Logger.java:49) +[2026-06-09 14:21:30,200][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:21:30,200][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:21:30,200][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:21:30,201][DEBUG][http-nio-1024-exec-1] GET "/support/tableColumn/getColumns/20003", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:21:30,201][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:21:30,201][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:30,201][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:30,202][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4a6ee11d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:30,203][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:30,203][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:30,203][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:30,203][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7dacce09[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:30,203][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:30,204][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:30,204][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:30,204][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2473ed2d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:30,205][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:30,205][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:30,205][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:30,206][DEBUG][redisson-netty-2-20] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5e4c8ed[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:30,206][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:30,206][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:30,206][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590819, [49, 55, 56, 48, 57, 56, 54, 48, 57, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:30,207][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590819, [49, 55, 56, 48, 57, 56, 54, 48, 57, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@587e45[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590819, [49, 55, 56, 48, 57, 56, 54, 48, 57, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:30,207][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:30,207][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:21:30,208][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2308f458] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:21:30,208][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:21:30,208][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:21:30,208][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:21:30,209][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), 20003(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:21:30,257][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:21:30,258][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2308f458] (Logger.java:49) +[2026-06-09 14:21:30,258][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:21:30,259][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:21:30,259][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:21:30,933][DEBUG][http-nio-1024-exec-7] GET "/support/cache/names", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:21:30,933][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.support.AdminCacheController#cacheNames() (AbstractHandlerMapping.java:531) +[2026-06-09 14:21:30,933][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:30,933][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:30,935][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@74595606[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:30,936][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:30,936][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:30,936][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:30,937][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@299bed1b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:30,937][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:30,938][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:30,938][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:30,939][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@763be958[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:30,939][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:30,939][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:30,939][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:30,940][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6f017641[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:30,940][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:30,941][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:30,941][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590818, [49, 55, 56, 48, 57, 56, 54, 48, 57, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:30,942][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590818, [49, 55, 56, 48, 57, 56, 54, 48, 57, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7af609d8[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590818, [49, 55, 56, 48, 57, 56, 54, 48, 57, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:30,942][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:30,943][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:21:30,943][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[department_self_children_cache, department_ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:21:30,944][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:21:32,068][DEBUG][http-nio-1024-exec-2] GET "/support/tableColumn/getColumns/20003", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:21:32,068][DEBUG][http-nio-1024-exec-8] GET "/support/serialNumber/all", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:21:32,068][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.support.AdminSerialNumberController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:21:32,068][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:32,068][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:21:32,069][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:32,069][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:32,069][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:32,070][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@ac8410d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:32,070][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7359da81[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:32,070][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:32,070][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:32,070][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:32,070][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:32,070][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:32,070][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:32,071][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@67c84baa[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:32,071][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@27e0a746[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:32,071][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:32,071][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:32,071][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:32,071][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:32,071][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:32,071][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:32,073][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ffe6639[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:32,073][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7bc36b46[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:32,073][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:32,073][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:32,073][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:32,073][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:32,073][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:32,073][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:32,075][DEBUG][redisson-netty-2-1] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@496cdf80[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:32,075][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7db7d4a7[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:32,075][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:32,075][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:32,075][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:32,075][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:32,076][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590817, [49, 55, 56, 48, 57, 56, 54, 48, 57, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:32,076][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590817, [49, 55, 56, 48, 57, 56, 54, 48, 57, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:32,077][DEBUG][redisson-netty-2-26] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590817, [49, 55, 56, 48, 57, 56, 54, 48, 57, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7d15f5d1[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590817, [49, 55, 56, 48, 57, 56, 54, 48, 57, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:32,077][DEBUG][redisson-netty-2-22] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590817, [49, 55, 56, 48, 57, 56, 54, 48, 57, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@42f09d96[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590817, [49, 55, 56, 48, 57, 56, 54, 48, 57, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:32,078][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:32,078][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:32,078][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:21:32,078][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:21:32,079][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2fa551dd] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:21:32,079][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15669a4c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:21:32,079][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:21:32,079][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:21:32,080][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:21:32,080][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:20:46.367}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:21:32,080][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT serial_number_id,business_name,format,rule_type,init_number,step_random_range,remark,last_number,last_time,update_time,create_time FROM t_serial_number (BaseJdbcLogger.java:135) +[2026-06-09 14:21:32,080][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:21:32,080][DEBUG][http-nio-1024-exec-8] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:21:32,080][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long), 20003(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:21:32,156][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:21:32,156][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2fa551dd] (Logger.java:49) +[2026-06-09 14:21:32,157][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:21:32,157][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:21:32,158][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:21:32,158][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:21:32,159][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15669a4c] (Logger.java:49) +[2026-06-09 14:21:32,159][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:21:32,159][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[SerialNumberEntity(serialNumberId=1, busine (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:21:32,159][DEBUG][http-nio-1024-exec-6] GET "/support/tableColumn/getColumns/20003", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:21:32,160][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:21:32,160][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:21:32,160][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:32,160][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:32,161][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1f335591[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:32,161][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:32,161][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:32,161][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:32,162][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6493645b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:32,162][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:32,162][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:32,162][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:32,163][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1e09091c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:32,163][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:32,163][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:32,163][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:32,163][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@313d5d31[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:32,164][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:32,164][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:32,164][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590817, [49, 55, 56, 48, 57, 56, 54, 48, 57, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:32,164][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590817, [49, 55, 56, 48, 57, 56, 54, 48, 57, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4258344c[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590817, [49, 55, 56, 48, 57, 56, 54, 48, 57, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:32,164][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:32,165][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:21:32,165][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7640a8ea] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:21:32,165][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:21:32,165][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:21:32,165][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:21:32,166][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long), 20003(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:21:32,213][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:21:32,213][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7640a8ea] (Logger.java:49) +[2026-06-09 14:21:32,214][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:21:32,214][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:21:32,214][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:21:32,960][DEBUG][http-nio-1024-exec-5] GET "/support/cache/names", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:21:32,960][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.support.AdminCacheController#cacheNames() (AbstractHandlerMapping.java:531) +[2026-06-09 14:21:32,960][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:32,961][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:32,963][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@ae90055[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:32,963][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:32,963][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:32,963][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:32,964][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@54a0f409[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:32,965][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:32,965][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:32,965][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:32,966][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@77c031a4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:32,966][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:32,966][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:32,966][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:32,967][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@40053e17[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:32,967][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:32,967][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:32,967][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590816, [49, 55, 56, 48, 57, 56, 54, 48, 57, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:32,968][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590816, [49, 55, 56, 48, 57, 56, 54, 48, 57, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@38c25194[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590816, [49, 55, 56, 48, 57, 56, 54, 48, 57, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:32,969][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:32,969][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:21:32,970][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[department_self_children_cache, department_ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:21:32,970][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:21:33,797][DEBUG][http-nio-1024-exec-1] GET "/support/tableColumn/getColumns/20002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:21:33,797][DEBUG][http-nio-1024-exec-9] POST "/support/dict/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:21:33,797][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryPage(DictQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:21:33,797][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:33,797][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:21:33,797][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:33,797][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:33,797][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:33,798][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@33782bef[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:33,798][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5d54d2ce[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:33,798][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:33,798][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:33,798][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:33,798][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:33,799][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:33,799][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:33,799][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@79cfa5e5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:33,799][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1772fe7f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:33,799][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:33,799][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:33,799][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:33,799][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:33,799][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:33,799][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:33,800][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7edc0db3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:33,800][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5b7aab0c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:33,800][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:33,800][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:33,800][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:33,800][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:33,801][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:33,801][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:33,802][DEBUG][redisson-netty-2-4] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2ceb4231[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:33,802][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2f19408d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:33,802][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:33,802][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:33,802][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:33,802][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:33,802][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590815, [49, 55, 56, 48, 57, 56, 54, 48, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:33,802][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590815, [49, 55, 56, 48, 57, 56, 54, 48, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:33,806][DEBUG][redisson-netty-2-28] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590815, [49, 55, 56, 48, 57, 56, 54, 48, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@464c5fac[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590815, [49, 55, 56, 48, 57, 56, 54, 48, 57, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:33,806][DEBUG][redisson-netty-2-24] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590815, [49, 55, 56, 48, 57, 56, 54, 48, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@75ca8d7d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590815, [49, 55, 56, 48, 57, 56, 54, 48, 57, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:33,806][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:33,806][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:33,807][DEBUG][http-nio-1024-exec-9] Read "application/json;charset=UTF-8" to [DictQueryForm(keywords=, disabledFlag=null)] (LogFormatUtils.java:120) +[2026-06-09 14:21:33,807][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:21:33,808][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@728d7c4c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:21:33,808][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:21:33,808][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15724865] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:21:33,808][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:21:33,808][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:21:33,808][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:21:33,809][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), 20002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:21:33,811][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:21:33,811][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:20:46.367}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:21:33,811][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT COUNT(*) AS total FROM t_dict (BaseJdbcLogger.java:135) +[2026-06-09 14:21:33,812][DEBUG][http-nio-1024-exec-9] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:21:33,895][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:21:33,896][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT t_dict.dict_id, t_dict.dict_name, t_dict.dict_code, t_dict.remark, t_dict.disabled_flag, t_dict.create_time, t_dict.update_time FROM t_dict order by create_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:21:33,897][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:21:33,897][DEBUG][http-nio-1024-exec-9] ==> Parameters: 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:21:33,897][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@728d7c4c] (Logger.java:49) +[2026-06-09 14:21:33,898][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:21:33,898][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:21:33,898][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:21:33,899][DEBUG][http-nio-1024-exec-7] GET "/support/tableColumn/getColumns/20002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:21:33,899][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:21:33,899][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:33,900][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:33,901][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5b998a08[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:33,901][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:33,901][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:33,901][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:33,902][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ba4cb67[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:33,902][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:33,903][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:33,903][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:33,904][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3f08d141[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:33,904][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:33,904][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:33,904][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:33,905][DEBUG][redisson-netty-2-22] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4abbce74[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:33,905][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:33,905][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:21:33,905][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590815, [49, 55, 56, 48, 57, 56, 54, 48, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:21:33,906][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590815, [49, 55, 56, 48, 57, 56, 54, 48, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@669163b6[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590815, [49, 55, 56, 48, 57, 56, 54, 48, 57, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:21:33,906][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:21:33,907][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:21:33,907][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5fbc03db] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:21:33,907][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:21:33,907][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:21:33,907][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:21:33,907][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long), 20002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:21:33,943][DEBUG][http-nio-1024-exec-9] <== Total: 2 (BaseJdbcLogger.java:135) +[2026-06-09 14:21:33,943][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15724865] (Logger.java:49) +[2026-06-09 14:21:33,944][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:21:33,944][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=2, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:21:33,944][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:21:33,956][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:21:33,957][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5fbc03db] (Logger.java:49) +[2026-06-09 14:21:33,957][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:21:33,957][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:21:33,958][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:22:06,129][DEBUG][http-nio-1024-exec-8] GET "/support/cache/names", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:22:06,130][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.support.AdminCacheController#cacheNames() (AbstractHandlerMapping.java:531) +[2026-06-09 14:22:06,131][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:06,133][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:06,140][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6c8d33f5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:06,140][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:06,140][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:06,140][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:06,142][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@113656af[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:06,142][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:06,144][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:06,144][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:06,145][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@f0ea2ad[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:06,146][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:06,146][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:06,146][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:06,147][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5bca0070[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:06,147][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:06,147][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:06,147][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590783, [49, 55, 56, 48, 57, 56, 54, 49, 50, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:06,148][DEBUG][redisson-netty-2-30] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590783, [49, 55, 56, 48, 57, 56, 54, 49, 50, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3c0a9d1a[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590783, [49, 55, 56, 48, 57, 56, 54, 49, 50, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:06,148][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:06,151][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:22:06,151][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[department_self_children_cache, department_ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:22:06,152][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:22:07,023][DEBUG][http-nio-1024-exec-4] GET "/support/tableColumn/getColumns/20003", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:22:07,023][DEBUG][http-nio-1024-exec-10] GET "/support/serialNumber/all", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:22:07,024][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.support.AdminSerialNumberController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:22:07,024][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:07,024][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:07,025][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:22:07,025][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:07,025][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:07,026][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@368e7793[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:07,026][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@140962ce[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:07,026][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:07,026][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:07,026][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:07,026][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:07,026][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:07,026][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:07,028][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@65ad2f03[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:07,028][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@52dfa89a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:07,028][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:07,028][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:07,028][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:07,028][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:07,029][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:07,029][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:07,034][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@45557615[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:07,034][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:07,034][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:07,034][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:07,034][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@798b7562[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:07,036][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:07,039][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:07,039][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:07,042][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@52ba0c0c[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:07,042][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:07,043][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:07,043][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590782, [49, 55, 56, 48, 57, 56, 54, 49, 50, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:07,044][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@705ead70[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:07,044][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:07,044][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:07,045][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590782, [49, 55, 56, 48, 57, 56, 54, 49, 50, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:07,050][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590782, [49, 55, 56, 48, 57, 56, 54, 49, 50, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2d25ca92[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590782, [49, 55, 56, 48, 57, 56, 54, 49, 50, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:07,051][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:07,051][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:22:07,051][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590782, [49, 55, 56, 48, 57, 56, 54, 49, 50, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@12a90a3d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590782, [49, 55, 56, 48, 57, 56, 54, 49, 50, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:07,051][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@114f91c4] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:22:07,051][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:07,052][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:22:07,052][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:22:07,052][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT serial_number_id,business_name,format,rule_type,init_number,step_random_range,remark,last_number,last_time,update_time,create_time FROM t_serial_number (BaseJdbcLogger.java:135) +[2026-06-09 14:22:07,054][DEBUG][http-nio-1024-exec-10] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:22:07,055][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:22:07,055][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2e3605d1] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:22:07,055][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:22:07,055][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:20:46.367}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:22:07,055][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:22:07,056][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long), 20003(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:22:07,120][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:22:07,121][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2e3605d1] (Logger.java:49) +[2026-06-09 14:22:07,121][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:22:07,122][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:22:07,122][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:22:07,123][DEBUG][http-nio-1024-exec-1] GET "/support/tableColumn/getColumns/20003", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:22:07,124][DEBUG][http-nio-1024-exec-10] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:22:07,124][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@114f91c4] (Logger.java:49) +[2026-06-09 14:22:07,124][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:22:07,124][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:07,124][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:07,124][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:22:07,125][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[SerialNumberEntity(serialNumberId=1, busine (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:22:07,125][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:22:07,125][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@273ec287[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:07,126][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:07,126][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:07,126][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:07,127][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@371996d9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:07,127][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:07,127][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:07,127][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:07,128][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6696dc9d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:07,128][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:07,128][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:07,128][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:07,129][DEBUG][redisson-netty-2-24] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@dad84e7[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:07,129][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:07,129][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:07,129][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590782, [49, 55, 56, 48, 57, 56, 54, 49, 50, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:07,130][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590782, [49, 55, 56, 48, 57, 56, 54, 49, 50, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@56de7b33[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590782, [49, 55, 56, 48, 57, 56, 54, 49, 50, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:07,130][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:07,130][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:22:07,130][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7fd48c30] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:22:07,130][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:22:07,130][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:22:07,130][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:22:07,131][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), 20003(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:22:07,186][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:22:07,186][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7fd48c30] (Logger.java:49) +[2026-06-09 14:22:07,187][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:22:07,187][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:22:07,188][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:22:10,918][DEBUG][http-nio-1024-exec-8] GET "/support/tableColumn/getColumns/20002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:22:10,918][DEBUG][http-nio-1024-exec-5] POST "/support/dict/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:22:10,918][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryPage(DictQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:22:10,918][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:10,918][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:22:10,918][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:10,918][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:10,918][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:10,919][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2de44a3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:10,919][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5d132bb2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:10,919][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:10,919][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:10,919][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:10,919][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:10,919][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:10,919][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:10,920][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5ed04945[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:10,920][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@149505f8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:10,920][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:10,920][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:10,920][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:10,920][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:10,920][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:10,920][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:10,921][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4480a34[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:10,921][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3a9b7358[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:10,921][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:10,921][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:10,921][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:10,921][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:10,921][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:10,921][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:10,923][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@22846bb7[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:10,923][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5da9fc87[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:10,923][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:10,923][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:10,923][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:10,923][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:10,923][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590778, [49, 55, 56, 48, 57, 56, 54, 49, 51, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:10,923][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590778, [49, 55, 56, 48, 57, 56, 54, 49, 51, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:10,924][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590778, [49, 55, 56, 48, 57, 56, 54, 49, 51, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@230d0fce[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590778, [49, 55, 56, 48, 57, 56, 54, 49, 51, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:10,924][DEBUG][redisson-netty-2-30] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590778, [49, 55, 56, 48, 57, 56, 54, 49, 51, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6c103002[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590778, [49, 55, 56, 48, 57, 56, 54, 49, 51, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:10,924][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:10,924][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:10,925][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:22:10,925][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4f59f37c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:22:10,925][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:22:10,925][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:22:10,925][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:22:10,926][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long), 20002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:22:10,926][DEBUG][http-nio-1024-exec-5] Read "application/json;charset=UTF-8" to [DictQueryForm(keywords=, disabledFlag=null)] (LogFormatUtils.java:120) +[2026-06-09 14:22:10,927][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:22:10,927][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@e830e26] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:22:10,933][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:22:10,933][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:20:46.367}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:22:10,933][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT COUNT(*) AS total FROM t_dict (BaseJdbcLogger.java:135) +[2026-06-09 14:22:10,934][DEBUG][http-nio-1024-exec-5] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:22:10,976][DEBUG][http-nio-1024-exec-5] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:22:10,977][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT t_dict.dict_id, t_dict.dict_name, t_dict.dict_code, t_dict.remark, t_dict.disabled_flag, t_dict.create_time, t_dict.update_time FROM t_dict order by create_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:22:10,978][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:22:10,978][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4f59f37c] (Logger.java:49) +[2026-06-09 14:22:10,978][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:22:10,979][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:22:11,005][DEBUG][http-nio-1024-exec-5] ==> Parameters: 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:22:11,005][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:22:11,006][DEBUG][http-nio-1024-exec-8] GET "/support/tableColumn/getColumns/20002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:22:11,006][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:22:11,006][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:11,007][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:11,008][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@453e63b2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:11,008][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:11,008][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:11,008][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:11,009][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6dd4692c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:11,009][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:11,009][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:11,009][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:11,010][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7417053[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:11,010][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:11,010][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:11,010][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:11,010][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@50d11b5b[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:11,010][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:11,010][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:11,010][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590778, [49, 55, 56, 48, 57, 56, 54, 49, 51, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:11,011][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590778, [49, 55, 56, 48, 57, 56, 54, 49, 51, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@41221467[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590778, [49, 55, 56, 48, 57, 56, 54, 49, 51, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:11,011][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:11,011][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:22:11,011][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@71e5ca6f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:22:11,011][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:22:11,011][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:22:11,012][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:22:11,012][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long), 20002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:22:11,064][DEBUG][http-nio-1024-exec-5] <== Total: 2 (BaseJdbcLogger.java:135) +[2026-06-09 14:22:11,064][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@e830e26] (Logger.java:49) +[2026-06-09 14:22:11,065][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:22:11,065][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=2, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:22:11,065][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:22:11,065][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@71e5ca6f] (Logger.java:49) +[2026-06-09 14:22:11,066][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:22:11,066][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:22:11,066][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:22:11,066][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:22:18,182][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:22:18,183][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@d283444] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:22:18,183][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:22:18,183][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:22:18,184][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:22:18,184][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:22:18,258][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:22:18,258][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@d283444] (Logger.java:49) +[2026-06-09 14:22:23,983][DEBUG][http-nio-1024-exec-4] GET "/support/dict/dictData/queryDictData/5", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:22:23,984][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryDictData(Long) (AbstractHandlerMapping.java:531) +[2026-06-09 14:22:23,984][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:23,985][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:23,986][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4180722a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:23,986][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:23,986][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:23,986][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:23,988][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@230c9cd6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:23,998][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:23,998][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:23,999][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:24,002][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@9ed997c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:24,003][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:24,003][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:24,003][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:24,003][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@29b6a41c[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:24,003][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:24,003][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:22:24,003][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590765, [49, 55, 56, 48, 57, 56, 54, 49, 52, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:22:24,004][DEBUG][redisson-netty-2-4] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590765, [49, 55, 56, 48, 57, 56, 54, 49, 52, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@143a5b2[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590765, [49, 55, 56, 48, 57, 56, 54, 49, 52, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:22:24,004][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:22:24,012][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:22:24,012][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@796e6439] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:22:24,012][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:22:24,012][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:22:24,012][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_dict_data where dict_id = ? order by sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:22:24,013][DEBUG][http-nio-1024-exec-4] ==> Parameters: 5(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:22:24,098][DEBUG][http-nio-1024-exec-4] <== Total: 2 (BaseJdbcLogger.java:135) +[2026-06-09 14:22:24,099][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@796e6439] (Logger.java:49) +[2026-06-09 14:22:24,100][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:22:24,100][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=2, dictId=5, dictCode (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:22:24,101][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:23:18,262][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:23:18,263][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6ebeec37] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:23:18,264][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:23:18,264][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:19:17.936}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:23:18,264][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:23:18,265][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:23:18,337][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:23:18,338][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6ebeec37] (Logger.java:49) +[2026-06-09 14:24:18,345][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:24:18,349][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4da041e0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:24:18,351][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:24:18,417][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:24:18,417][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:24:18,420][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:24:18,487][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:24:18,487][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4da041e0] (Logger.java:49) +[2026-06-09 14:25:04,397][DEBUG][http-nio-1024-exec-9] POST "/support/dict/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:25:04,399][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryPage(DictQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:25:04,399][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:04,401][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:04,404][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4cce848f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:04,405][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:04,405][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:04,405][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:04,407][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@8a85aa7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:04,407][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:04,408][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:04,408][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:04,410][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@c825327[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:04,410][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:04,410][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:04,411][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:04,413][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@f2622d0[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:04,413][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:04,413][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:04,413][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590605, [49, 55, 56, 48, 57, 56, 54, 51, 48, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:04,415][DEBUG][redisson-netty-2-1] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590605, [49, 55, 56, 48, 57, 56, 54, 51, 48, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@336ca420[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590605, [49, 55, 56, 48, 57, 56, 54, 51, 48, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:04,415][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:04,420][DEBUG][http-nio-1024-exec-9] Read "application/json;charset=UTF-8" to [DictQueryForm(keywords=, disabledFlag=null)] (LogFormatUtils.java:120) +[2026-06-09 14:25:04,423][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:04,423][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6bd3c3bb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:04,428][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:04,429][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:04,429][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT COUNT(*) AS total FROM t_dict (BaseJdbcLogger.java:135) +[2026-06-09 14:25:04,430][DEBUG][http-nio-1024-exec-9] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:25:04,481][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:04,482][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT t_dict.dict_id, t_dict.dict_name, t_dict.dict_code, t_dict.remark, t_dict.disabled_flag, t_dict.create_time, t_dict.update_time FROM t_dict order by create_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:25:04,484][DEBUG][http-nio-1024-exec-9] ==> Parameters: 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:25:04,536][DEBUG][http-nio-1024-exec-9] <== Total: 4 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:04,536][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6bd3c3bb] (Logger.java:49) +[2026-06-09 14:25:04,539][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:25:04,540][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=4, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:25:04,541][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:25:07,604][DEBUG][http-nio-1024-exec-5] GET "/support/dict/dictData/queryDictData/101", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:25:07,605][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryDictData(Long) (AbstractHandlerMapping.java:531) +[2026-06-09 14:25:07,605][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:07,605][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:07,606][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7aca5495[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:07,606][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:07,606][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:07,606][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:07,607][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@30c8a857[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:07,607][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:07,607][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:07,607][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:07,607][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@87a3fff[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:07,607][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:07,607][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:07,608][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:07,608][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@251d9c8d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:07,608][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:07,608][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:07,608][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590602, [49, 55, 56, 48, 57, 56, 54, 51, 48, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:07,609][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590602, [49, 55, 56, 48, 57, 56, 54, 51, 48, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@44b5952d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590602, [49, 55, 56, 48, 57, 56, 54, 51, 48, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:07,609][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:07,610][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:07,610][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5effc539] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:07,610][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:07,611][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:07,611][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_dict_data where dict_id = ? order by sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:25:07,611][DEBUG][http-nio-1024-exec-5] ==> Parameters: 101(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:25:07,690][DEBUG][http-nio-1024-exec-5] <== Total: 6 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:07,690][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5effc539] (Logger.java:49) +[2026-06-09 14:25:07,692][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:25:07,692][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=24, dictId=101, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:25:07,692][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:25:08,292][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:08,292][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@19223870] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:08,293][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:08,293][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:08,293][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 14:25:08,294][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:25:08,339][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:08,340][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@19223870] (Logger.java:49) +[2026-06-09 14:25:12,376][DEBUG][http-nio-1024-exec-3] GET "/support/dict/dictData/queryDictData/102", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:25:12,376][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryDictData(Long) (AbstractHandlerMapping.java:531) +[2026-06-09 14:25:12,376][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:12,376][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:12,377][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3b0af7be[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:12,378][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:12,378][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:12,378][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:12,378][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2a30c026[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:12,379][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:12,379][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:12,379][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:12,379][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@77d7670f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:12,380][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:12,380][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:12,380][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:12,380][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7c4c956b[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:12,380][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:12,380][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:12,380][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590597, [49, 55, 56, 48, 57, 56, 54, 51, 49, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:12,381][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590597, [49, 55, 56, 48, 57, 56, 54, 51, 49, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@66be6858[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590597, [49, 55, 56, 48, 57, 56, 54, 51, 49, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:12,381][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:12,381][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:12,381][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d36c3c7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:12,381][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:12,382][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:12,382][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_dict_data where dict_id = ? order by sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:25:12,382][DEBUG][http-nio-1024-exec-3] ==> Parameters: 102(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:25:12,430][DEBUG][http-nio-1024-exec-3] <== Total: 18 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:12,430][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d36c3c7] (Logger.java:49) +[2026-06-09 14:25:12,431][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:25:12,432][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:25:12,432][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:25:18,186][DEBUG][http-nio-1024-exec-1] GET "/support/dict/dictData/updateDisabled/46", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:25:18,186][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#updateDictDataDisabled(Long) (AbstractHandlerMapping.java:531) +[2026-06-09 14:25:18,186][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:18,186][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:18,187][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6bce0c0b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:18,187][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:18,187][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:18,188][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:18,188][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5346a75[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:18,188][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:18,188][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:18,189][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:18,189][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@8b29067[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:18,189][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:18,189][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:18,189][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:18,190][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2abeb670[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:18,190][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:18,190][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:18,190][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590591, [49, 55, 56, 48, 57, 56, 54, 51, 49, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:18,190][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590591, [49, 55, 56, 48, 57, 56, 54, 51, 49, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@dfe8554[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590591, [49, 55, 56, 48, 57, 56, 54, 51, 49, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:18,190][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:18,193][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:18,193][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@343d211f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:18,193][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:18,193][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:18,194][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT dict_data_id,dict_id,data_value,data_label,remark,sort_order,disabled_flag,create_time,update_time FROM t_dict_data WHERE dict_data_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:25:18,194][DEBUG][http-nio-1024-exec-1] ==> Parameters: 46(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:25:18,291][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:18,292][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@343d211f] (Logger.java:49) +[2026-06-09 14:25:18,293][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:18,293][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@268f2b2d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:18,297][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:18,297][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:18,297][DEBUG][http-nio-1024-exec-1] ==> Preparing: UPDATE t_dict_data SET dict_id=?, data_value=?, data_label=?, remark=?, sort_order=?, disabled_flag=?, create_time=?, update_time=? WHERE dict_data_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:25:18,299][DEBUG][http-nio-1024-exec-1] ==> Parameters: 102(Long), CZZX_SJLY_17(String), 民辅警维权(String), 2(String), 2(Integer), true(Boolean), 2026-06-09T14:24:55(LocalDateTime), 2026-06-09T14:24:55(LocalDateTime), 46(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:25:18,349][DEBUG][http-nio-1024-exec-1] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:18,349][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@268f2b2d] (Logger.java:49) +[2026-06-09 14:25:18,350][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:25:18,350][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:25:18,351][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:25:18,480][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:18,480][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@493108f2] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:18,480][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:18,480][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:18,480][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:25:18,481][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:25:18,563][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:18,563][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@493108f2] (Logger.java:49) +[2026-06-09 14:25:20,401][DEBUG][http-nio-1024-exec-2] GET "/support/dict/dictData/updateDisabled/45", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:25:20,402][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#updateDictDataDisabled(Long) (AbstractHandlerMapping.java:531) +[2026-06-09 14:25:20,402][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:20,402][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:20,403][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@797c82bf[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:20,403][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:20,403][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:20,403][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:20,404][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@646511b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:20,404][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:20,404][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:20,405][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:20,405][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@16ec87c9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:20,405][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:20,405][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:20,405][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:20,406][DEBUG][redisson-netty-2-4] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@233bf84b[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:20,406][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:20,406][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:20,406][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590589, [49, 55, 56, 48, 57, 56, 54, 51, 50, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:20,407][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590589, [49, 55, 56, 48, 57, 56, 54, 51, 50, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6d387493[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590589, [49, 55, 56, 48, 57, 56, 54, 51, 50, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:20,407][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:20,407][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:20,408][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6fa31b11] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:20,408][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:20,408][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:20,408][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT dict_data_id,dict_id,data_value,data_label,remark,sort_order,disabled_flag,create_time,update_time FROM t_dict_data WHERE dict_data_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:25:20,408][DEBUG][http-nio-1024-exec-2] ==> Parameters: 45(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:25:20,467][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:20,467][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6fa31b11] (Logger.java:49) +[2026-06-09 14:25:20,467][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:20,467][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@23f8b36c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:20,468][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:20,468][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:20,468][DEBUG][http-nio-1024-exec-2] ==> Preparing: UPDATE t_dict_data SET dict_id=?, data_value=?, data_label=?, remark=?, sort_order=?, disabled_flag=?, create_time=?, update_time=? WHERE dict_data_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:25:20,472][DEBUG][http-nio-1024-exec-2] ==> Parameters: 102(Long), CZZX_SJLY_16(String), 其他(String), 2(String), 3(Integer), true(Boolean), 2026-06-09T14:24:55(LocalDateTime), 2026-06-09T14:24:55(LocalDateTime), 45(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:25:20,523][DEBUG][http-nio-1024-exec-2] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:20,524][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@23f8b36c] (Logger.java:49) +[2026-06-09 14:25:20,524][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:25:20,524][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:25:20,525][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:25:21,141][DEBUG][http-nio-1024-exec-9] GET "/support/dict/dictData/updateDisabled/47", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:25:21,142][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#updateDictDataDisabled(Long) (AbstractHandlerMapping.java:531) +[2026-06-09 14:25:21,142][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:21,142][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:21,144][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@46b2a25[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:21,144][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:21,144][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:21,144][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:21,146][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6c7b80aa[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:21,146][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:21,146][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:21,146][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:21,147][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@285c703b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:21,148][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:21,148][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:21,148][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:21,149][DEBUG][redisson-netty-2-1] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1c53fd12[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:21,149][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:21,149][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:21,149][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590588, [49, 55, 56, 48, 57, 56, 54, 51, 50, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:21,150][DEBUG][redisson-netty-2-26] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590588, [49, 55, 56, 48, 57, 56, 54, 51, 50, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@28238d60[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590588, [49, 55, 56, 48, 57, 56, 54, 51, 50, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:21,151][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:21,152][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:21,152][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7c8c52bc] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:21,152][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:21,152][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:21,152][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT dict_data_id,dict_id,data_value,data_label,remark,sort_order,disabled_flag,create_time,update_time FROM t_dict_data WHERE dict_data_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:25:21,153][DEBUG][http-nio-1024-exec-9] ==> Parameters: 47(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:25:21,249][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:21,249][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7c8c52bc] (Logger.java:49) +[2026-06-09 14:25:21,249][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:21,249][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@150e3892] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:21,250][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:21,250][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:21,250][DEBUG][http-nio-1024-exec-9] ==> Preparing: UPDATE t_dict_data SET dict_id=?, data_value=?, data_label=?, remark=?, sort_order=?, disabled_flag=?, create_time=?, update_time=? WHERE dict_data_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:25:21,250][DEBUG][http-nio-1024-exec-9] ==> Parameters: 102(Long), CZZX_SJLY_18(String), 涉企服务(String), 2(String), 1(Integer), true(Boolean), 2026-06-09T14:24:55(LocalDateTime), 2026-06-09T14:24:55(LocalDateTime), 47(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:25:21,299][DEBUG][http-nio-1024-exec-9] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:21,299][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@150e3892] (Logger.java:49) +[2026-06-09 14:25:21,300][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:25:21,300][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:25:21,300][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:25:22,300][DEBUG][http-nio-1024-exec-6] GET "/support/dict/dictData/updateDisabled/45", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:25:22,301][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#updateDictDataDisabled(Long) (AbstractHandlerMapping.java:531) +[2026-06-09 14:25:22,301][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:22,301][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:22,302][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@67cc1bfb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:22,302][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:22,302][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:22,302][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:22,303][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4e200f4b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:22,303][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:22,303][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:22,303][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:22,304][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@31a5c04[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:22,304][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:22,304][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:22,304][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:22,305][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4b5e01cc[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:22,305][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:22,305][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:22,305][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590587, [49, 55, 56, 48, 57, 56, 54, 51, 50, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:22,305][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590587, [49, 55, 56, 48, 57, 56, 54, 51, 50, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@75938e41[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590587, [49, 55, 56, 48, 57, 56, 54, 51, 50, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:22,305][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:22,306][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:22,306][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@66228bea] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:22,306][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:22,306][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:22,306][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT dict_data_id,dict_id,data_value,data_label,remark,sort_order,disabled_flag,create_time,update_time FROM t_dict_data WHERE dict_data_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:25:22,306][DEBUG][http-nio-1024-exec-6] ==> Parameters: 45(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:25:22,364][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:22,364][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@66228bea] (Logger.java:49) +[2026-06-09 14:25:22,365][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:22,365][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1654b711] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:22,365][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:22,365][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:22,365][DEBUG][http-nio-1024-exec-6] ==> Preparing: UPDATE t_dict_data SET dict_id=?, data_value=?, data_label=?, remark=?, sort_order=?, disabled_flag=?, create_time=?, update_time=? WHERE dict_data_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:25:22,366][DEBUG][http-nio-1024-exec-6] ==> Parameters: 102(Long), CZZX_SJLY_16(String), 其他(String), 2(String), 3(Integer), false(Boolean), 2026-06-09T14:24:55(LocalDateTime), 2026-06-09T14:24:55(LocalDateTime), 45(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:25:22,438][DEBUG][http-nio-1024-exec-6] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:22,439][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1654b711] (Logger.java:49) +[2026-06-09 14:25:22,439][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:25:22,439][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:25:22,440][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:25:23,351][DEBUG][http-nio-1024-exec-8] GET "/support/dict/dictData/updateDisabled/46", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:25:23,351][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#updateDictDataDisabled(Long) (AbstractHandlerMapping.java:531) +[2026-06-09 14:25:23,351][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:23,352][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:23,353][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@96a9b15[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:23,353][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:23,353][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:23,353][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:23,354][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@35fe2a08[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:23,354][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:23,354][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:23,354][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:23,355][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@32c48121[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:23,355][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:23,355][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:23,355][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:23,355][DEBUG][redisson-netty-2-20] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1005383a[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:23,356][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:23,356][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:23,356][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590586, [49, 55, 56, 48, 57, 56, 54, 51, 50, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:23,356][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590586, [49, 55, 56, 48, 57, 56, 54, 51, 50, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@63a37e27[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590586, [49, 55, 56, 48, 57, 56, 54, 51, 50, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:23,356][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:23,357][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:23,357][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7bc1a7ce] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:23,357][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:23,357][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:23,357][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT dict_data_id,dict_id,data_value,data_label,remark,sort_order,disabled_flag,create_time,update_time FROM t_dict_data WHERE dict_data_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:25:23,358][DEBUG][http-nio-1024-exec-8] ==> Parameters: 46(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:25:23,424][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:23,424][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7bc1a7ce] (Logger.java:49) +[2026-06-09 14:25:23,424][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:23,424][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@285b9d58] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:23,425][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:23,425][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:23,425][DEBUG][http-nio-1024-exec-8] ==> Preparing: UPDATE t_dict_data SET dict_id=?, data_value=?, data_label=?, remark=?, sort_order=?, disabled_flag=?, create_time=?, update_time=? WHERE dict_data_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:25:23,426][DEBUG][http-nio-1024-exec-8] ==> Parameters: 102(Long), CZZX_SJLY_17(String), 民辅警维权(String), 2(String), 2(Integer), false(Boolean), 2026-06-09T14:24:55(LocalDateTime), 2026-06-09T14:24:55(LocalDateTime), 46(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:25:23,476][DEBUG][http-nio-1024-exec-8] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:23,476][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@285b9d58] (Logger.java:49) +[2026-06-09 14:25:23,477][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:25:23,477][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:25:23,477][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:25:24,120][DEBUG][http-nio-1024-exec-3] GET "/support/dict/dictData/updateDisabled/47", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:25:24,121][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#updateDictDataDisabled(Long) (AbstractHandlerMapping.java:531) +[2026-06-09 14:25:24,122][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:24,122][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:24,124][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@a896a68[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:24,125][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:24,125][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:24,125][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:24,126][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@51b952a0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:24,126][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:24,127][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:24,127][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:24,129][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1a8eb5ec[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:24,129][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:24,129][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:24,129][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:24,131][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6a8f4638[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:24,132][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:24,132][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:24,132][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590585, [49, 55, 56, 48, 57, 56, 54, 51, 50, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:24,133][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590585, [49, 55, 56, 48, 57, 56, 54, 51, 50, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@75695183[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590585, [49, 55, 56, 48, 57, 56, 54, 51, 50, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:24,134][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:24,134][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:24,134][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7407154a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:24,135][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:24,135][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:24,135][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT dict_data_id,dict_id,data_value,data_label,remark,sort_order,disabled_flag,create_time,update_time FROM t_dict_data WHERE dict_data_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:25:24,135][DEBUG][http-nio-1024-exec-3] ==> Parameters: 47(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:25:24,189][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:24,190][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7407154a] (Logger.java:49) +[2026-06-09 14:25:24,190][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:24,190][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@c8b35fb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:24,190][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:24,191][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:24,191][DEBUG][http-nio-1024-exec-3] ==> Preparing: UPDATE t_dict_data SET dict_id=?, data_value=?, data_label=?, remark=?, sort_order=?, disabled_flag=?, create_time=?, update_time=? WHERE dict_data_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:25:24,191][DEBUG][http-nio-1024-exec-3] ==> Parameters: 102(Long), CZZX_SJLY_18(String), 涉企服务(String), 2(String), 1(Integer), false(Boolean), 2026-06-09T14:24:55(LocalDateTime), 2026-06-09T14:24:55(LocalDateTime), 47(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:25:24,241][DEBUG][http-nio-1024-exec-3] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:24,241][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@c8b35fb] (Logger.java:49) +[2026-06-09 14:25:24,242][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:25:24,242][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:25:24,242][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:25:54,227][DEBUG][http-nio-1024-exec-1] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:25:54,228][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:25:54,228][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,228][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,233][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6f4a243c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,233][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,233][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,233][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,235][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@71b2ab6c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,235][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,235][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,235][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,236][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@55b7ccd7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,236][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,236][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,236][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,238][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@49e0b329[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,238][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,238][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,238][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590555, [49, 55, 56, 48, 57, 56, 54, 51, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,239][DEBUG][redisson-netty-2-28] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590555, [49, 55, 56, 48, 57, 56, 54, 51, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@207eb43b[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590555, [49, 55, 56, 48, 57, 56, 54, 51, 53, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,239][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,240][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:54,240][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@22b2bf31] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:54,241][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:54,241][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:54,241][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,242][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,322][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,323][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@22b2bf31] (Logger.java:49) +[2026-06-09 14:25:54,323][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:54,323][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15ed1512] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:54,324][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:54,324][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:54,324][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,325][DEBUG][http-nio-1024-exec-1] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,392][DEBUG][http-nio-1024-exec-1] <== Total: 174 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,393][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15ed1512] (Logger.java:49) +[2026-06-09 14:25:54,398][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:54,398][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4a58c5ed] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:54,398][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:54,398][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:54,398][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,398][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,454][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,454][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4a58c5ed] (Logger.java:49) +[2026-06-09 14:25:54,455][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:54,455][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@167d415b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:54,455][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:54,455][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:54,455][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,456][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,502][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,502][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@167d415b] (Logger.java:49) +[2026-06-09 14:25:54,503][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:54,503][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@21012f92] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:54,503][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:54,503][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:54,504][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,505][DEBUG][http-nio-1024-exec-1] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,566][DEBUG][http-nio-1024-exec-1] <== Total: 174 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,566][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@21012f92] (Logger.java:49) +[2026-06-09 14:25:54,572][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:54,572][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5cb9fb25] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:54,572][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:54,572][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:54,572][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,572][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,624][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,625][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5cb9fb25] (Logger.java:49) +[2026-06-09 14:25:54,626][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:54,626][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@50c22af2] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:54,626][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:54,626][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:54,626][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,627][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,679][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,679][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@50c22af2] (Logger.java:49) +[2026-06-09 14:25:54,680][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,680][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,683][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4d7b593d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,683][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,683][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,683][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,685][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5401c91b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,685][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,693][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:25:54,694][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:25:54,696][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:25:54,702][DEBUG][http-nio-1024-exec-2] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:25:54,702][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:25:54,702][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,702][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,704][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4171f20c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,704][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,704][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,704][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,704][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@51d8c3fc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,705][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,705][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,705][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,705][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@ec0ab4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,706][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,706][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,706][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,706][DEBUG][redisson-netty-2-22] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5a7ca095[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,706][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,706][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,706][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590555, [49, 55, 56, 48, 57, 56, 54, 51, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,707][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590555, [49, 55, 56, 48, 57, 56, 54, 51, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2a937f2a[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590555, [49, 55, 56, 48, 57, 56, 54, 51, 53, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,707][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,707][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:54,707][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5147385c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:54,707][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:54,708][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:54,708][DEBUG][http-nio-1024-exec-2] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,708][DEBUG][http-nio-1024-exec-2] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,766][DEBUG][http-nio-1024-exec-2] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,766][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5147385c] (Logger.java:49) +[2026-06-09 14:25:54,768][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:25:54,768][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:25:54,769][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:25:54,803][DEBUG][http-nio-1024-exec-9] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:25:54,803][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:25:54,803][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,803][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,804][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@72fa476d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,804][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,804][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,804][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,805][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6cb7ba10[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,805][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,805][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,805][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,806][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7da48941[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,807][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,807][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,807][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,808][DEBUG][redisson-netty-2-30] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5d7493e0[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,808][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,808][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,808][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590555, [49, 55, 56, 48, 57, 56, 54, 51, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,809][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590555, [49, 55, 56, 48, 57, 56, 54, 51, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6d966588[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590555, [49, 55, 56, 48, 57, 56, 54, 51, 53, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,809][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,809][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:54,809][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@27514d9d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:54,810][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:54,810][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:54,810][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,810][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,874][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,874][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@27514d9d] (Logger.java:49) +[2026-06-09 14:25:54,874][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:25:54,875][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:25:54,875][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:25:54,908][DEBUG][http-nio-1024-exec-3] GET "/support/tableColumn/getColumns/20002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:25:54,908][DEBUG][http-nio-1024-exec-4] POST "/support/dict/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:25:54,909][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryPage(DictQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:25:54,909][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,909][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:25:54,909][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,909][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,909][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,918][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@31269027[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,918][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@55f2f746[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,919][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,919][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,919][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,919][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,919][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,919][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,922][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@490b8c62[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,923][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,924][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,925][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@61090f3a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,926][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,926][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,926][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,928][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,929][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2d286274[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,929][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,929][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,929][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,929][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2dac32ea[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,929][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,929][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,929][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,930][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7d71c2d1[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,930][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@70626bff[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,930][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,930][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,930][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,930][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,930][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590555, [49, 55, 56, 48, 57, 56, 54, 51, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,931][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590555, [49, 55, 56, 48, 57, 56, 54, 51, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,933][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590555, [49, 55, 56, 48, 57, 56, 54, 51, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3b40b713[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590555, [49, 55, 56, 48, 57, 56, 54, 51, 53, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,933][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,933][DEBUG][redisson-netty-2-4] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590555, [49, 55, 56, 48, 57, 56, 54, 51, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4cc161c[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590555, [49, 55, 56, 48, 57, 56, 54, 51, 53, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,934][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,935][DEBUG][http-nio-1024-exec-4] Read "application/json;charset=UTF-8" to [DictQueryForm(keywords=, disabledFlag=null)] (LogFormatUtils.java:120) +[2026-06-09 14:25:54,935][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:54,935][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@e6c3748] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:54,935][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:54,935][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:54,935][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,935][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:54,936][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2442a37f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:54,936][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long), 20002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,939][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:54,989][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:25:54.989}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:54,989][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT COUNT(*) AS total FROM t_dict (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,990][DEBUG][http-nio-1024-exec-4] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,993][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:54,993][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@e6c3748] (Logger.java:49) +[2026-06-09 14:25:54,994][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:25:54,994][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:25:54,995][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:25:54,996][DEBUG][http-nio-1024-exec-3] GET "/support/tableColumn/getColumns/20002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:25:54,997][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:25:54,997][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,997][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:54,998][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1572d004[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:54,999][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:54,999][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:54,999][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:55,000][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@70dcf69d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:55,001][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:55,001][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:55,001][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:55,002][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2c1066c9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:55,003][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:55,003][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:55,003][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:55,004][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@66ba42cc[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:55,004][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:55,004][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:25:55,004][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590555, [49, 55, 56, 48, 57, 56, 54, 51, 53, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:25:55,006][DEBUG][redisson-netty-2-1] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590555, [49, 55, 56, 48, 57, 56, 54, 51, 53, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@31fa4ddd[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590555, [49, 55, 56, 48, 57, 56, 54, 51, 53, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:25:55,006][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:25:55,007][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:25:55,007][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@a1e8c36] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:25:55,007][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:25:55,008][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:25:55,008][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:25:55,008][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long), 20002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:25:55,038][DEBUG][http-nio-1024-exec-4] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:55,038][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT t_dict.dict_id, t_dict.dict_name, t_dict.dict_code, t_dict.remark, t_dict.disabled_flag, t_dict.create_time, t_dict.update_time FROM t_dict order by create_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:25:55,039][DEBUG][http-nio-1024-exec-4] ==> Parameters: 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:25:55,063][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:55,064][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@a1e8c36] (Logger.java:49) +[2026-06-09 14:25:55,064][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:25:55,064][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:25:55,065][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:25:55,096][DEBUG][http-nio-1024-exec-4] <== Total: 4 (BaseJdbcLogger.java:135) +[2026-06-09 14:25:55,097][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2442a37f] (Logger.java:49) +[2026-06-09 14:25:55,098][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:25:55,098][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=4, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:25:55,099][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:26:02,815][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:26:02,815][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@fec7342] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:26:02,816][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:26:02,816][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:25:54.989}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:26:02,816][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 14:26:02,816][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:26:02,920][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:26:02,920][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@fec7342] (Logger.java:49) +[2026-06-09 14:26:02,920][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:26:02,921][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@61b6be13] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:26:02,921][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:26:02,921][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:25:54.989}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:26:02,921][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:26:02,922][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T14:26:02.815228(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:26:02,971][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:26:02,971][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@61b6be13] (Logger.java:49) +[2026-06-09 14:26:18,567][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:26:18,568][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@40f5698d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:26:18,569][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:26:18,569][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:25:54.989}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:26:18,569][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:26:18,570][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:26:18,640][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:26:18,640][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@40f5698d] (Logger.java:49) +[2026-06-09 14:26:50,074][DEBUG][http-nio-1024-exec-2] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:26:50,075][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:26:50,075][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:50,075][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:50,076][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@15522cce[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:50,077][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:50,077][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:50,077][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:50,077][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@62720e56[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:50,077][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:50,078][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:50,078][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:50,079][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@66fac4e7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:50,079][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:50,079][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:50,079][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:50,079][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@608d007b[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:50,079][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:50,080][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:50,080][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590500, [49, 55, 56, 48, 57, 56, 54, 52, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:50,080][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590500, [49, 55, 56, 48, 57, 56, 54, 52, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1643567c[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590500, [49, 55, 56, 48, 57, 56, 54, 52, 49, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:50,080][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:50,080][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:26:50,081][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4607426] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:26:50,081][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:26:50,081][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:25:54.989}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:26:50,081][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:26:50,081][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:26:50,158][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:26:50,158][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4607426] (Logger.java:49) +[2026-06-09 14:26:50,158][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:26:50,159][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@42bfab45] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:26:50,159][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:26:50,159][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:25:54.989}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:26:50,159][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:26:50,160][DEBUG][http-nio-1024-exec-2] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:26:50,290][DEBUG][http-nio-1024-exec-2] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:26:50,290][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@42bfab45] (Logger.java:49) +[2026-06-09 14:26:50,295][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:26:50,295][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2731a4d0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:26:50,296][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:26:50,296][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:25:54.989}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:26:50,296][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:26:50,297][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:26:50,354][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:26:50,354][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2731a4d0] (Logger.java:49) +[2026-06-09 14:26:50,355][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:26:50,355][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@20773554] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:26:50,355][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:26:50,355][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:25:54.989}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:26:50,355][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:26:50,356][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:26:50,399][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:26:50,399][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@20773554] (Logger.java:49) +[2026-06-09 14:26:50,399][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:26:50,399][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1fad579c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:26:50,400][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:26:50,400][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:25:54.989}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:26:50,400][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:26:50,401][DEBUG][http-nio-1024-exec-2] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:26:50,571][DEBUG][http-nio-1024-exec-2] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:26:50,571][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1fad579c] (Logger.java:49) +[2026-06-09 14:26:50,577][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:26:50,577][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@73011290] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:26:50,577][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:26:50,577][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:25:54.989}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:26:50,577][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:26:50,578][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:26:50,635][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:26:50,635][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@73011290] (Logger.java:49) +[2026-06-09 14:26:50,635][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:26:50,636][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@593c3f04] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:26:50,636][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:26:50,636][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:25:54.989}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:26:50,636][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:26:50,637][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:26:50,678][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:26:50,679][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@593c3f04] (Logger.java:49) +[2026-06-09 14:26:50,679][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:50,679][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:50,681][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@33445f32[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:50,682][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:50,682][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:50,682][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:50,683][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3ce6823d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:50,684][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:50,690][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:26:50,690][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:26:50,693][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:26:50,699][DEBUG][http-nio-1024-exec-9] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:26:50,699][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:26:50,699][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:50,699][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:50,701][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3009386c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:50,701][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:50,701][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:50,701][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:50,702][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6639215b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:50,702][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:50,703][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:50,703][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:50,704][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@63672db9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:50,704][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:50,704][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:50,704][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:50,705][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@18a7080b[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:50,705][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:50,705][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:50,705][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590499, [49, 55, 56, 48, 57, 56, 54, 52, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:50,706][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590499, [49, 55, 56, 48, 57, 56, 54, 52, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3c6a2d3d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590499, [49, 55, 56, 48, 57, 56, 54, 52, 49, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:50,706][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:50,706][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:26:50,707][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6ca26e8f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:26:50,707][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:26:50,707][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:25:54.989}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:26:50,707][DEBUG][http-nio-1024-exec-9] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:26:50,707][DEBUG][http-nio-1024-exec-9] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:26:50,757][DEBUG][http-nio-1024-exec-9] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:26:50,757][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6ca26e8f] (Logger.java:49) +[2026-06-09 14:26:50,758][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:26:50,759][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:26:50,759][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:26:50,785][DEBUG][http-nio-1024-exec-5] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:26:50,785][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:26:50,785][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:50,785][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:50,786][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@27d1fb53[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:50,786][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:50,787][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:50,787][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:50,787][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@798da08d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:50,787][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:50,788][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:50,788][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:50,788][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@769466a5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:50,788][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:50,788][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:50,789][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:50,789][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@59639156[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:50,789][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:50,789][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:50,790][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590499, [49, 55, 56, 48, 57, 56, 54, 52, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:50,790][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590499, [49, 55, 56, 48, 57, 56, 54, 52, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@23f8548[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590499, [49, 55, 56, 48, 57, 56, 54, 52, 49, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:50,790][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:50,790][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:26:50,791][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4eb6729] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:26:50,791][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:26:50,791][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:25:54.989}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:26:50,791][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:26:50,791][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:26:50,836][DEBUG][http-nio-1024-exec-5] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:26:50,837][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4eb6729] (Logger.java:49) +[2026-06-09 14:26:50,837][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:26:50,837][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:26:50,838][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:26:54,660][DEBUG][http-nio-1024-exec-4] GET "/support/tableColumn/getColumns/20005", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:26:54,660][DEBUG][http-nio-1024-exec-10] POST "/support/heartBeat/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:26:54,661][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.support.AdminHeartBeatController#query(HeartBeatRecordQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:26:54,661][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:54,661][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:26:54,661][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:54,661][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:54,661][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:54,662][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@717ff00d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:54,662][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@183e4d02[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:54,662][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:54,662][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:54,662][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:54,662][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:54,662][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:54,662][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:54,663][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3a6bf743[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:54,663][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3dca6cf0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:54,664][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:54,664][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:54,664][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:54,664][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:54,664][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:54,664][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:54,665][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2c87307d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:54,665][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@32950307[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:54,665][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:54,665][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:54,665][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:54,665][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:54,665][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:54,665][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:54,665][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3d94bc0d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:54,665][DEBUG][redisson-netty-2-1] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6761b266[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:54,666][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:54,666][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:54,666][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:54,666][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:54,666][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590495, [49, 55, 56, 48, 57, 56, 54, 52, 49, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:54,666][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590495, [49, 55, 56, 48, 57, 56, 54, 52, 49, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:54,667][DEBUG][redisson-netty-2-22] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590495, [49, 55, 56, 48, 57, 56, 54, 52, 49, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3fa69a00[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590495, [49, 55, 56, 48, 57, 56, 54, 52, 49, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:54,667][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590495, [49, 55, 56, 48, 57, 56, 54, 52, 49, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@43aa4063[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590495, [49, 55, 56, 48, 57, 56, 54, 52, 49, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:54,667][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:54,668][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:54,668][DEBUG][http-nio-1024-exec-10] Read "application/json;charset=UTF-8" to [HeartBeatRecordQueryForm(keywords=, startDate=null, endDate=null)] (LogFormatUtils.java:120) +[2026-06-09 14:26:54,668][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:26:54,671][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@43eb7a55] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:26:54,672][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:26:54,672][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:25:54.989}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:26:54,672][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:26:54,673][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long), 20005(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:26:54,676][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:26:54,676][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5cbf5b42] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:26:54,677][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:26:54,678][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:26:54,678][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT COUNT(*) AS total FROM t_heart_beat_record (BaseJdbcLogger.java:135) +[2026-06-09 14:26:54,678][DEBUG][http-nio-1024-exec-10] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:26:54,726][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:26:54,727][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@43eb7a55] (Logger.java:49) +[2026-06-09 14:26:54,727][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:26:54,727][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:26:54,728][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:26:54,728][DEBUG][http-nio-1024-exec-2] GET "/support/tableColumn/getColumns/20005", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:26:54,729][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:26:54,729][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:54,729][DEBUG][http-nio-1024-exec-10] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:26:54,729][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:54,729][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT * FROM t_heart_beat_record order by heart_beat_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:26:54,730][DEBUG][http-nio-1024-exec-10] ==> Parameters: 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:26:54,730][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@29fc5e1a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:54,730][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:54,730][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:54,730][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:54,731][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@596c51fe[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:54,731][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:54,731][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:54,731][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:54,732][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@19b3fefe[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:54,732][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:54,732][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:54,733][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:54,734][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ee69069[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:54,734][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:54,734][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:26:54,734][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590495, [49, 55, 56, 48, 57, 56, 54, 52, 49, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:26:54,735][DEBUG][redisson-netty-2-30] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590495, [49, 55, 56, 48, 57, 56, 54, 52, 49, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7c2ace7d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590495, [49, 55, 56, 48, 57, 56, 54, 52, 49, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:26:54,735][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:26:54,736][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:26:54,736][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@10b0d3dc] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:26:54,736][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:26:54,736][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:25:54.989}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:26:54,736][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:26:54,737][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long), 20005(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:26:54,779][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:26:54,779][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@10b0d3dc] (Logger.java:49) +[2026-06-09 14:26:54,779][DEBUG][http-nio-1024-exec-10] <== Total: 2 (BaseJdbcLogger.java:135) +[2026-06-09 14:26:54,779][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5cbf5b42] (Logger.java:49) +[2026-06-09 14:26:54,779][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:26:54,779][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:26:54,779][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:26:54,780][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:26:54,781][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=2, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:26:54,783][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:04,998][DEBUG][http-nio-1024-exec-5] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:27:04,998][DEBUG][http-nio-1024-exec-3] POST "/support/changeLog/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:27:04,998][DEBUG][http-nio-1024-exec-1] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:27:04,999][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController#queryPage(ChangeLogQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:04,999][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:04,999][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:04,999][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:04,999][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:04,999][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:04,999][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:04,999][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:04,999][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:05,000][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@78705d7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:05,000][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:05,000][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@760e6525[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:05,000][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2cde44aa[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:05,000][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:05,000][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:05,000][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:05,000][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:05,000][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:05,000][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:05,000][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:05,002][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:05,002][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@57bf2050[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:05,002][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:05,003][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:05,003][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@174271f1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:05,003][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3739b365[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:05,003][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:05,003][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:05,003][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:05,003][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:05,003][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:05,003][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:05,003][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:05,007][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@64565e82[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:05,007][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@60f06c65[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:05,007][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@64d9ab4b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:05,007][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:05,007][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:05,007][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:05,007][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:05,007][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:05,008][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:05,008][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:05,008][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:05,008][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:05,009][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@e0cc97a[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:05,009][DEBUG][redisson-netty-2-4] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@643b07ee[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:05,010][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@60cf89a7[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:05,010][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:05,010][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:05,010][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590485, [49, 55, 56, 48, 57, 56, 54, 52, 50, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:05,010][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:05,010][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:05,010][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:05,010][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:05,010][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590485, [49, 55, 56, 48, 57, 56, 54, 52, 50, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:05,010][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590485, [49, 55, 56, 48, 57, 56, 54, 52, 50, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:05,011][DEBUG][redisson-netty-2-28] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590485, [49, 55, 56, 48, 57, 56, 54, 52, 50, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@678cc829[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590485, [49, 55, 56, 48, 57, 56, 54, 52, 50, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:05,011][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590485, [49, 55, 56, 48, 57, 56, 54, 52, 50, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5468ee95[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590485, [49, 55, 56, 48, 57, 56, 54, 52, 50, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:05,011][DEBUG][redisson-netty-2-24] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590485, [49, 55, 56, 48, 57, 56, 54, 52, 50, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2dbab2f[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590485, [49, 55, 56, 48, 57, 56, 54, 52, 50, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:05,011][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:05,011][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:05,011][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:05,012][DEBUG][http-nio-1024-exec-5] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=2, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:27:05,012][DEBUG][http-nio-1024-exec-1] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=1, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:27:05,012][DEBUG][http-nio-1024-exec-3] Read "application/json;charset=UTF-8" to [ChangeLogQueryForm(type=null, keyword=null, publicDateBegin=null, publicDateEnd=null, createTime=nul (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:27:05,013][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:05,013][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:05,013][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:05,013][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@65242b84] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:05,013][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1bca423] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:05,013][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4e220d34] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:05,013][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:05,013][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:05,013][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:27:05,014][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:05,014][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:25:54.989}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:05,014][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:27:05,015][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:05,015][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:05,015][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:05,074][DEBUG][http-nio-1024-exec-5] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:05,074][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:05,074][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4e220d34] (Logger.java:49) +[2026-06-09 14:27:05,074][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1bca423] (Logger.java:49) +[2026-06-09 14:27:05,075][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:25:54.989}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:05,075][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:05,075][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:05,075][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2bc3948] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:05,075][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2d88625e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:05,075][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT * FROM t_change_log order by t_change_log.version desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:27:05,076][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:05,076][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:05,076][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:05,076][DEBUG][http-nio-1024-exec-3] ==> Parameters: 8(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:05,076][DEBUG][http-nio-1024-exec-1] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:27:05,077][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), false(Boolean), 1(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:05,135][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:05,135][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@65242b84] (Logger.java:49) +[2026-06-09 14:27:05,136][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:25:54.989}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:05,136][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:05,136][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2d88625e] (Logger.java:49) +[2026-06-09 14:27:05,136][DEBUG][http-nio-1024-exec-5] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:27:05,136][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:05,137][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:27:05,137][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long), false(Boolean), 2(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:05,137][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:05,140][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:05,140][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=8, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:27:05,140][DEBUG][smart-operate-log35] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:05,140][DEBUG][smart-operate-log35] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6992c8a5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:05,140][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:05,141][DEBUG][smart-operate-log35] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:05,141][DEBUG][smart-operate-log35] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:05,141][DEBUG][smart-operate-log35] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:05,141][DEBUG][smart-operate-log35] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 业务支撑-更新日志(String), 分页查询 @author 卓大(String), /support/changeLog/queryPage(String), net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController.queryPage(String), POST(String), UPDATE(String), [{"searchCount":false,"pageSize":8,"pageNum":1}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"data":{"total":0,"pages":0,"pageSize":8,"list":[],"pageNum":1,"emptyFlag":true},"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:05,207][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:05,207][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2bc3948] (Logger.java:49) +[2026-06-09 14:27:05,208][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:05,208][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:27:05,209][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:05,210][DEBUG][smart-operate-log35] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6992c8a5] (Logger.java:49) +[2026-06-09 14:27:05,210][DEBUG][smart-operate-log35] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:27:05,210][DEBUG][smart-operate-log35] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:27:18,644][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:18,645][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@f75036f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:18,645][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:18,645][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:18,645][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:27:18,646][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:27:18,721][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:18,722][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@f75036f] (Logger.java:49) +[2026-06-09 14:27:20,188][DEBUG][http-nio-1024-exec-10] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:27:20,188][DEBUG][http-nio-1024-exec-7] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:27:20,188][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:20,188][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:20,188][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:20,188][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:20,188][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:20,188][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:20,189][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@9686e52[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:20,189][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@645968f5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:20,189][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:20,189][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:20,189][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:20,189][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:20,189][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:20,189][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:20,190][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6b414320[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:20,190][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@71b290e8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:20,190][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:20,190][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:20,190][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:20,190][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:20,190][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:20,190][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:20,191][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3bc5e348[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:20,191][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@24d81792[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:20,191][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:20,191][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:20,191][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:20,191][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:20,191][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:20,191][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:20,192][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7aed2cb5[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:20,192][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5f40a7f0[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:20,192][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:20,192][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:20,192][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:20,192][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:20,192][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590470, [49, 55, 56, 48, 57, 56, 54, 52, 52, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:20,192][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590470, [49, 55, 56, 48, 57, 56, 54, 52, 52, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:20,192][DEBUG][redisson-netty-2-30] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590470, [49, 55, 56, 48, 57, 56, 54, 52, 52, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@38c0159a[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590470, [49, 55, 56, 48, 57, 56, 54, 52, 52, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:20,192][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:20,192][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590470, [49, 55, 56, 48, 57, 56, 54, 52, 52, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4f734736[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590470, [49, 55, 56, 48, 57, 56, 54, 52, 52, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:20,192][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:20,193][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:20,193][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@391973ef] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:20,193][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:20,193][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2f8b0e45] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:20,193][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:20,193][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:20,193][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:20,193][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:20,193][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:27:20,193][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:27:20,193][DEBUG][http-nio-1024-exec-10] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:20,193][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:20,253][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:20,254][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2f8b0e45] (Logger.java:49) +[2026-06-09 14:27:20,254][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:20,255][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:27:20,255][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:20,256][DEBUG][http-nio-1024-exec-9] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:27:20,256][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:20,256][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:20,256][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:20,257][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4bc56d72[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:20,257][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:20,257][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:20,257][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:20,258][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@49fb452[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:20,258][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:20,258][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:20,258][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:20,259][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@77e3d428[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:20,259][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:20,259][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:20,259][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:20,259][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2fd8b575[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:20,259][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:20,259][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:20,259][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590470, [49, 55, 56, 48, 57, 56, 54, 52, 52, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:20,260][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590470, [49, 55, 56, 48, 57, 56, 54, 52, 52, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@93894f0[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590470, [49, 55, 56, 48, 57, 56, 54, 52, 52, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:20,260][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:20,260][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:20,260][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1fb0233b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:20,261][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:20,261][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:20,261][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:27:20,261][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:20,275][DEBUG][http-nio-1024-exec-10] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:20,275][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@391973ef] (Logger.java:49) +[2026-06-09 14:27:20,279][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:20,279][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=45, createTime=2021-08-12T16: (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:27:20,280][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:20,313][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:20,313][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1fb0233b] (Logger.java:49) +[2026-06-09 14:27:20,314][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:20,314][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:27:20,314][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:25,378][DEBUG][http-nio-1024-exec-1] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:27:25,378][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:25,378][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:25,378][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:25,380][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@77d3455a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:25,380][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:25,380][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:25,380][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:25,381][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@e69ac7d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:25,381][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:25,382][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:25,382][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:25,383][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@11c0bf3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:25,383][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:25,383][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:25,383][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:25,383][DEBUG][redisson-netty-2-4] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@f01aeca[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:25,384][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:25,384][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:25,384][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590465, [49, 55, 56, 48, 57, 56, 54, 52, 52, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:25,384][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590465, [49, 55, 56, 48, 57, 56, 54, 52, 52, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@646fedf[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590465, [49, 55, 56, 48, 57, 56, 54, 52, 52, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:25,384][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:25,385][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:25,385][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@303afaf0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:25,385][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:25,385][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:25,385][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:27:25,386][DEBUG][http-nio-1024-exec-1] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:25,533][DEBUG][http-nio-1024-exec-1] <== Total: 73 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:25,533][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@303afaf0] (Logger.java:49) +[2026-06-09 14:27:25,538][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:25,538][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:27:25,539][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:25,541][DEBUG][http-nio-1024-exec-3] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:27:25,541][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:25,541][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:25,541][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:25,543][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6b214ac9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:25,543][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:25,543][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:25,543][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:25,544][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@15fea8f8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:25,544][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:25,544][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:25,544][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:25,544][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3286678f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:25,544][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:25,545][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:25,545][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:25,546][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@140dc775[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:25,546][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:25,546][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:25,546][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590465, [49, 55, 56, 48, 57, 56, 54, 52, 52, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:25,546][DEBUG][redisson-netty-2-26] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590465, [49, 55, 56, 48, 57, 56, 54, 52, 52, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1eb88ba0[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590465, [49, 55, 56, 48, 57, 56, 54, 52, 52, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:25,546][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:25,547][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:25,547][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@de51b0e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:25,547][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:25,547][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:25,547][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:27:25,548][DEBUG][http-nio-1024-exec-3] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:25,606][DEBUG][http-nio-1024-exec-3] <== Total: 73 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:25,606][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@de51b0e] (Logger.java:49) +[2026-06-09 14:27:25,610][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:25,611][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:27:25,611][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:28,576][DEBUG][http-nio-1024-exec-8] POST "/menu/update", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:27:28,577][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#updateMenu(MenuUpdateForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:28,578][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:28,578][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:28,580][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2af607e0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:28,580][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:28,581][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:28,581][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:28,583][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6b55c2d3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:28,583][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:28,583][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:28,583][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:28,584][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@756525df[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:28,584][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:28,584][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:28,584][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:28,585][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1480f2d1[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:28,586][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:28,586][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:28,586][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590462, [49, 55, 56, 48, 57, 56, 54, 52, 52, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:28,587][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590462, [49, 55, 56, 48, 57, 56, 54, 52, 52, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4fd83655[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590462, [49, 55, 56, 48, 57, 56, 54, 52, 52, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:28,587][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:28,589][DEBUG][http-nio-1024-exec-8] Read "application/json;charset=UTF-8" to [MenuUpdateForm(menuId=10000, updateUserId=null)] (LogFormatUtils.java:120) +[2026-06-09 14:27:28,590][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:28,590][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5c9a6c7b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:28,590][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:28,590][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:28,590][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT menu_id,menu_name,menu_type,parent_id,sort,path,component,frame_flag,frame_url,cache_flag,visible_flag,disabled_flag,api_perms,perms_type,web_perms,icon,context_menu_id,deleted_flag,create_time,create_user_id,update_time,update_user_id FROM t_menu WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:27:28,591][DEBUG][http-nio-1024-exec-8] ==> Parameters: 10000(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:28,653][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:28,654][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5c9a6c7b] (Logger.java:49) +[2026-06-09 14:27:28,654][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:28,654][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@138a8f1] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:28,654][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:28,654][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:28,654][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_menu where menu_name = ? and parent_id = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:28,656][DEBUG][http-nio-1024-exec-8] ==> Parameters: 警务评议(String), 0(Long), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:28,714][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:28,714][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@138a8f1] (Logger.java:49) +[2026-06-09 14:27:28,714][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:28,714][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@120cda0c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:28,714][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:28,715][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:28,715][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_menu where web_perms = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:28,716][DEBUG][http-nio-1024-exec-8] ==> Parameters: null, false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:28,761][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:28,761][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@120cda0c] (Logger.java:49) +[2026-06-09 14:27:28,762][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:28,762][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3a010972] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:28,762][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:28,763][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:28,763][DEBUG][http-nio-1024-exec-8] ==> Preparing: UPDATE t_menu SET menu_name=?, menu_type=?, parent_id=?, sort=?, path=?, frame_flag=?, cache_flag=?, visible_flag=?, disabled_flag=?, icon=?, update_user_id=? WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:27:28,763][DEBUG][http-nio-1024-exec-8] ==> Parameters: 警务评议(String), 1(Integer), 0(Long), 1(Integer), /jwpy(String), false(Boolean), true(Boolean), true(Boolean), false(Boolean), CommentOutlined(String), 1(Long), 10000(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:28,821][DEBUG][http-nio-1024-exec-8] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:28,821][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3a010972] (Logger.java:49) +[2026-06-09 14:27:28,824][DEBUG][smart-operate-log36] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:28,825][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:28,825][DEBUG][smart-operate-log36] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@41026137] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:28,825][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:27:28,825][DEBUG][smart-operate-log36] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:28,825][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:28,825][DEBUG][smart-operate-log36] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:28,825][DEBUG][smart-operate-log36] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:28,827][DEBUG][smart-operate-log36] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 系统-菜单(String), 更新菜单 @author 卓大(String), /menu/update(String), net.lab1024.sa.admin.module.system.menu.controller.MenuController.updateMenu(String), POST(String), UPDATE(String), [{"path":"/jwpy","cacheFlag":true,"updateUserId":1,"disabledFlag":false,"icon":"CommentOutlined","menuId":10000,"menuName":"警务评议","menuType":1,"sort":1,"frameFlag":false,"parentId":0,"visibleFlag":true}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:28,866][DEBUG][http-nio-1024-exec-2] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:27:28,866][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:28,866][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:28,866][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:28,867][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6d979549[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:28,868][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:28,868][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:28,868][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:28,869][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3d4c6765[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:28,869][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:28,869][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:28,870][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:28,870][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@41527af1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:28,870][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:28,871][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:28,871][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:28,871][DEBUG][redisson-netty-2-20] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@df9d159[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:28,871][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:28,871][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:28,872][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590462, [49, 55, 56, 48, 57, 56, 54, 52, 52, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:28,872][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590462, [49, 55, 56, 48, 57, 56, 54, 52, 52, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@31ffb9da[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590462, [49, 55, 56, 48, 57, 56, 54, 52, 52, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:28,872][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:28,872][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:28,872][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4e5fa61c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:28,873][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:28,873][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:28,873][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:27:28,873][DEBUG][http-nio-1024-exec-2] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:28,882][DEBUG][smart-operate-log36] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@41026137] (Logger.java:49) +[2026-06-09 14:27:28,882][DEBUG][smart-operate-log36] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:27:28,882][DEBUG][smart-operate-log36] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:27:28,934][DEBUG][http-nio-1024-exec-2] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:28,934][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4e5fa61c] (Logger.java:49) +[2026-06-09 14:27:28,938][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:28,939][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:27:28,940][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:32,032][DEBUG][http-nio-1024-exec-9] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:27:32,032][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:32,032][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:32,032][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:32,033][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@11fdd010[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:32,033][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:32,033][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:32,033][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:32,034][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@13df6d3c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:32,034][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:32,034][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:32,034][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:32,035][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6e58d9bf[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:32,035][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:32,035][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:32,035][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:32,037][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@731a6fa8[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:32,037][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:32,037][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:32,037][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590459, [49, 55, 56, 48, 57, 56, 54, 52, 53, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:32,039][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590459, [49, 55, 56, 48, 57, 56, 54, 52, 53, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@256e9d07[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590459, [49, 55, 56, 48, 57, 56, 54, 52, 53, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:32,039][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:32,039][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:32,040][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@19ba4e30] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:32,040][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:32,041][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:32,041][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:27:32,042][DEBUG][http-nio-1024-exec-9] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:32,129][DEBUG][http-nio-1024-exec-9] <== Total: 73 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:32,129][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@19ba4e30] (Logger.java:49) +[2026-06-09 14:27:32,133][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:32,133][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:27:32,134][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:32,135][DEBUG][http-nio-1024-exec-6] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:27:32,135][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:32,135][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:32,135][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:32,136][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@18d5cf5d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:32,136][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:32,136][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:32,136][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:32,137][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@777d02d5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:32,137][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:32,137][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:32,137][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:32,138][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6b1935c0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:32,138][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:32,138][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:32,139][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:32,139][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@30e19ce[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:32,139][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:32,140][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:32,140][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590459, [49, 55, 56, 48, 57, 56, 54, 52, 53, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:32,140][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590459, [49, 55, 56, 48, 57, 56, 54, 52, 53, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1f902ab9[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590459, [49, 55, 56, 48, 57, 56, 54, 52, 53, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:32,141][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:32,141][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:32,141][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3e12d5a4] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:32,142][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:32,142][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:32,142][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:27:32,142][DEBUG][http-nio-1024-exec-6] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:32,205][DEBUG][http-nio-1024-exec-6] <== Total: 73 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:32,205][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3e12d5a4] (Logger.java:49) +[2026-06-09 14:27:32,210][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:32,210][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:27:32,211][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:34,607][DEBUG][http-nio-1024-exec-3] POST "/menu/update", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:27:34,607][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#updateMenu(MenuUpdateForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:34,607][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:34,607][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:34,608][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3af7b2a0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:34,608][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:34,608][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:34,608][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:34,609][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@25f9175c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:34,609][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:34,609][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:34,609][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:34,609][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@647256e9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:34,610][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:34,610][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:34,610][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:34,610][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1a08e0e5[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:34,610][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:34,610][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:34,610][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590457, [49, 55, 56, 48, 57, 56, 54, 52, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:34,611][DEBUG][redisson-netty-2-1] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590457, [49, 55, 56, 48, 57, 56, 54, 52, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@490123c6[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590457, [49, 55, 56, 48, 57, 56, 54, 52, 53, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:34,611][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:34,611][DEBUG][http-nio-1024-exec-3] Read "application/json;charset=UTF-8" to [MenuUpdateForm(menuId=10100, updateUserId=null)] (LogFormatUtils.java:120) +[2026-06-09 14:27:34,612][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:34,612][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@157aa181] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:34,612][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:34,612][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:34,612][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT menu_id,menu_name,menu_type,parent_id,sort,path,component,frame_flag,frame_url,cache_flag,visible_flag,disabled_flag,api_perms,perms_type,web_perms,icon,context_menu_id,deleted_flag,create_time,create_user_id,update_time,update_user_id FROM t_menu WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:27:34,612][DEBUG][http-nio-1024-exec-3] ==> Parameters: 10100(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:34,674][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:34,674][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@157aa181] (Logger.java:49) +[2026-06-09 14:27:34,674][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:34,675][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@9bea838] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:34,675][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:34,675][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:34,675][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_menu where menu_name = ? and parent_id = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:34,676][DEBUG][http-nio-1024-exec-3] ==> Parameters: 民意热线(String), 0(Long), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:34,721][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:34,722][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@9bea838] (Logger.java:49) +[2026-06-09 14:27:34,722][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:34,722][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1f9801e1] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:34,723][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:34,723][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:34,723][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_menu where web_perms = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:34,724][DEBUG][http-nio-1024-exec-3] ==> Parameters: null, false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:34,767][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:34,767][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1f9801e1] (Logger.java:49) +[2026-06-09 14:27:34,767][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:34,768][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@797d9c58] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:34,768][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:34,768][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:34,768][DEBUG][http-nio-1024-exec-3] ==> Preparing: UPDATE t_menu SET menu_name=?, menu_type=?, parent_id=?, sort=?, path=?, frame_flag=?, cache_flag=?, visible_flag=?, disabled_flag=?, icon=?, update_user_id=? WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:27:34,770][DEBUG][http-nio-1024-exec-3] ==> Parameters: 民意热线(String), 1(Integer), 0(Long), 2(Integer), /myrx(String), false(Boolean), true(Boolean), true(Boolean), false(Boolean), PhoneOutlined(String), 1(Long), 10100(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:34,826][DEBUG][http-nio-1024-exec-3] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:34,826][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@797d9c58] (Logger.java:49) +[2026-06-09 14:27:34,828][DEBUG][smart-operate-log37] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:34,828][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:34,828][DEBUG][smart-operate-log37] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3e92f482] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:34,828][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:27:34,828][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:34,828][DEBUG][smart-operate-log37] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:34,828][DEBUG][smart-operate-log37] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:34,828][DEBUG][smart-operate-log37] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:34,829][DEBUG][smart-operate-log37] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 系统-菜单(String), 更新菜单 @author 卓大(String), /menu/update(String), net.lab1024.sa.admin.module.system.menu.controller.MenuController.updateMenu(String), POST(String), UPDATE(String), [{"path":"/myrx","cacheFlag":true,"updateUserId":1,"disabledFlag":false,"icon":"PhoneOutlined","menuId":10100,"menuName":"民意热线","menuType":1,"sort":2,"frameFlag":false,"parentId":0,"visibleFlag":true}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:34,882][DEBUG][http-nio-1024-exec-8] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:27:34,882][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:34,882][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:34,882][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:34,883][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@c2e8398[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:34,883][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:34,883][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:34,883][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:34,883][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@10b5ce4b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:34,883][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:34,883][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:34,883][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:34,884][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7a13b89f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:34,884][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:34,884][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:34,884][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:34,884][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@75fd213a[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:34,884][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:34,884][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:34,884][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590457, [49, 55, 56, 48, 57, 56, 54, 52, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:34,885][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590457, [49, 55, 56, 48, 57, 56, 54, 52, 53, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1f359e2c[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590457, [49, 55, 56, 48, 57, 56, 54, 52, 53, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:34,885][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:34,885][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:34,885][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@323dc530] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:34,885][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:34,885][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:34,885][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:27:34,885][DEBUG][http-nio-1024-exec-8] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:34,892][DEBUG][smart-operate-log37] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3e92f482] (Logger.java:49) +[2026-06-09 14:27:34,892][DEBUG][smart-operate-log37] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:27:34,892][DEBUG][smart-operate-log37] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:27:34,984][DEBUG][http-nio-1024-exec-8] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:34,984][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@323dc530] (Logger.java:49) +[2026-06-09 14:27:34,987][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:34,987][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:27:34,988][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:37,435][DEBUG][http-nio-1024-exec-10] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:27:37,435][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:37,435][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:37,435][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:37,436][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@497a2790[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:37,436][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:37,436][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:37,437][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:37,438][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@38e1f0ef[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:37,438][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:37,438][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:37,438][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:37,439][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@57293fba[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:37,439][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:37,439][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:37,439][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:37,440][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@781b8fc8[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:37,440][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:37,440][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:37,440][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590454, [49, 55, 56, 48, 57, 56, 54, 52, 53, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:37,440][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590454, [49, 55, 56, 48, 57, 56, 54, 52, 53, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@c3926f3[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590454, [49, 55, 56, 48, 57, 56, 54, 52, 53, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:37,440][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:37,441][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:37,441][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@70348e4a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:37,441][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:37,441][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:37,442][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:27:37,442][DEBUG][http-nio-1024-exec-10] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:37,528][DEBUG][http-nio-1024-exec-10] <== Total: 73 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:37,528][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@70348e4a] (Logger.java:49) +[2026-06-09 14:27:37,532][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:37,532][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:27:37,533][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:37,534][DEBUG][http-nio-1024-exec-7] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:27:37,534][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:37,534][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:37,534][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:37,536][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2051f803[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:37,536][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:37,536][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:37,536][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:37,537][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@108ad9b5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:37,537][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:37,537][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:37,537][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:37,538][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@683c124e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:37,538][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:37,538][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:37,538][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:37,539][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5a86386[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:37,539][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:37,539][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:37,539][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590454, [49, 55, 56, 48, 57, 56, 54, 52, 53, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:37,539][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590454, [49, 55, 56, 48, 57, 56, 54, 52, 53, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3b52def2[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590454, [49, 55, 56, 48, 57, 56, 54, 52, 53, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:37,540][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:37,540][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:37,540][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@16a019a2] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:37,540][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:37,541][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:37,541][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:27:37,541][DEBUG][http-nio-1024-exec-7] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:37,601][DEBUG][http-nio-1024-exec-7] <== Total: 73 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:37,601][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@16a019a2] (Logger.java:49) +[2026-06-09 14:27:37,605][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:37,606][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:27:37,606][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:40,142][DEBUG][http-nio-1024-exec-6] POST "/menu/update", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:27:40,142][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#updateMenu(MenuUpdateForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:40,142][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:40,143][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:40,144][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5508a07[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:40,144][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:40,144][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:40,145][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:40,146][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@12523fc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:40,146][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:40,146][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:40,146][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:40,148][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2e919f92[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:40,148][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:40,148][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:40,148][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:40,149][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4f87ff8b[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:40,149][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:40,150][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:40,150][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590451, [49, 55, 56, 48, 57, 56, 54, 52, 54, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:40,150][DEBUG][redisson-netty-2-24] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590451, [49, 55, 56, 48, 57, 56, 54, 52, 54, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@20e013c2[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590451, [49, 55, 56, 48, 57, 56, 54, 52, 54, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:40,151][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:40,151][DEBUG][http-nio-1024-exec-6] Read "application/json;charset=UTF-8" to [MenuUpdateForm(menuId=10200, updateUserId=null)] (LogFormatUtils.java:120) +[2026-06-09 14:27:40,152][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:40,152][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c8f4b1d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:40,152][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:40,152][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:40,152][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT menu_id,menu_name,menu_type,parent_id,sort,path,component,frame_flag,frame_url,cache_flag,visible_flag,disabled_flag,api_perms,perms_type,web_perms,icon,context_menu_id,deleted_flag,create_time,create_user_id,update_time,update_user_id FROM t_menu WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:27:40,153][DEBUG][http-nio-1024-exec-6] ==> Parameters: 10200(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:40,240][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:40,240][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c8f4b1d] (Logger.java:49) +[2026-06-09 14:27:40,240][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:40,241][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ae4c9e8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:40,241][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:40,241][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:40,241][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_menu where menu_name = ? and parent_id = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:40,242][DEBUG][http-nio-1024-exec-6] ==> Parameters: 民意调查(String), 0(Long), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:40,294][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:40,294][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ae4c9e8] (Logger.java:49) +[2026-06-09 14:27:40,294][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:40,294][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7a6c8b86] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:40,295][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:40,295][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:40,295][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_menu where web_perms = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:40,295][DEBUG][http-nio-1024-exec-6] ==> Parameters: null, false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:40,353][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:40,353][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7a6c8b86] (Logger.java:49) +[2026-06-09 14:27:40,354][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:40,354][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4712f8e9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:40,354][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:40,354][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:40,354][DEBUG][http-nio-1024-exec-6] ==> Preparing: UPDATE t_menu SET menu_name=?, menu_type=?, parent_id=?, sort=?, path=?, frame_flag=?, cache_flag=?, visible_flag=?, disabled_flag=?, icon=?, update_user_id=? WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:27:40,355][DEBUG][http-nio-1024-exec-6] ==> Parameters: 民意调查(String), 1(Integer), 0(Long), 3(Integer), /mydc(String), false(Boolean), true(Boolean), true(Boolean), false(Boolean), FileSearchOutlined(String), 1(Long), 10200(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:40,414][DEBUG][http-nio-1024-exec-6] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:40,414][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4712f8e9] (Logger.java:49) +[2026-06-09 14:27:40,415][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:40,415][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:27:40,415][DEBUG][smart-operate-log38] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:40,415][DEBUG][smart-operate-log38] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@68b6a48e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:40,415][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:40,416][DEBUG][smart-operate-log38] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:40,416][DEBUG][smart-operate-log38] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:40,417][DEBUG][smart-operate-log38] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:40,417][DEBUG][smart-operate-log38] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 系统-菜单(String), 更新菜单 @author 卓大(String), /menu/update(String), net.lab1024.sa.admin.module.system.menu.controller.MenuController.updateMenu(String), POST(String), UPDATE(String), [{"path":"/mydc","cacheFlag":true,"updateUserId":1,"disabledFlag":false,"icon":"FileSearchOutlined","menuId":10200,"menuName":"民意调查","menuType":1,"sort":3,"frameFlag":false,"parentId":0,"visibleFlag":true}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:40,441][DEBUG][http-nio-1024-exec-3] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:27:40,442][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:40,442][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:40,442][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:40,443][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@404d2d4f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:40,443][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:40,443][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:40,443][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:40,443][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7f9cd3b7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:40,443][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:40,443][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:40,444][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:40,444][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@264537d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:40,444][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:40,444][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:40,444][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:40,444][DEBUG][redisson-netty-2-1] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@23994a02[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:40,444][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:40,444][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:40,445][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590451, [49, 55, 56, 48, 57, 56, 54, 52, 54, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:40,445][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590451, [49, 55, 56, 48, 57, 56, 54, 52, 54, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5a338443[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590451, [49, 55, 56, 48, 57, 56, 54, 52, 54, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:40,445][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:40,445][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:40,445][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@41eb4e1] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:40,445][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:40,445][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:40,445][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:27:40,446][DEBUG][http-nio-1024-exec-3] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:40,483][DEBUG][smart-operate-log38] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@68b6a48e] (Logger.java:49) +[2026-06-09 14:27:40,483][DEBUG][smart-operate-log38] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:27:40,484][DEBUG][smart-operate-log38] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:27:40,512][DEBUG][http-nio-1024-exec-3] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:40,512][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@41eb4e1] (Logger.java:49) +[2026-06-09 14:27:40,515][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:40,516][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:27:40,517][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:42,434][DEBUG][http-nio-1024-exec-5] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:27:42,434][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:42,434][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:42,435][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:42,436][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@71d3ade8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:42,436][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:42,436][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:42,436][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:42,437][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@a03ae0d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:42,437][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:42,437][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:42,437][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:42,438][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2ddd3bf[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:42,439][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:42,439][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:42,439][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:42,439][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@bdf6f91[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:42,440][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:42,440][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:42,440][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590449, [49, 55, 56, 48, 57, 56, 54, 52, 54, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:42,440][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590449, [49, 55, 56, 48, 57, 56, 54, 52, 54, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ef8c423[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590449, [49, 55, 56, 48, 57, 56, 54, 52, 54, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:42,440][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:42,441][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:42,441][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5522c868] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:42,442][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:42,442][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:42,442][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:27:42,443][DEBUG][http-nio-1024-exec-5] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:42,527][DEBUG][http-nio-1024-exec-5] <== Total: 73 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:42,527][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5522c868] (Logger.java:49) +[2026-06-09 14:27:42,531][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:42,532][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:27:42,532][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:42,533][DEBUG][http-nio-1024-exec-8] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:27:42,533][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:42,533][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:42,533][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:42,534][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@121298a8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:42,534][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:42,535][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:42,535][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:42,535][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@520b4f37[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:42,535][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:42,536][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:42,536][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:42,537][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@77af912b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:42,537][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:42,537][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:42,537][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:42,538][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ddfeea4[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:42,538][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:42,538][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:42,538][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590449, [49, 55, 56, 48, 57, 56, 54, 52, 54, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:42,539][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590449, [49, 55, 56, 48, 57, 56, 54, 52, 54, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1626e04d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590449, [49, 55, 56, 48, 57, 56, 54, 52, 54, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:42,539][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:42,539][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:42,539][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5621bb7f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:42,540][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:42,540][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:42,540][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:27:42,541][DEBUG][http-nio-1024-exec-8] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:42,600][DEBUG][http-nio-1024-exec-8] <== Total: 73 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:42,600][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5621bb7f] (Logger.java:49) +[2026-06-09 14:27:42,605][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:42,605][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:27:42,606][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:45,319][DEBUG][http-nio-1024-exec-2] POST "/menu/update", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:27:45,319][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#updateMenu(MenuUpdateForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:45,319][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:45,319][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:45,321][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@744a479d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:45,321][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:45,321][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:45,321][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:45,322][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@25ef3bb4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:45,322][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:45,323][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:45,323][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:45,324][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@74380cab[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:45,324][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:45,325][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:45,325][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:45,326][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@413617a4[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:45,326][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:45,326][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:45,326][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590446, [49, 55, 56, 48, 57, 56, 54, 52, 54, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:45,327][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590446, [49, 55, 56, 48, 57, 56, 54, 52, 54, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@60680d3b[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590446, [49, 55, 56, 48, 57, 56, 54, 52, 54, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:45,328][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:45,329][DEBUG][http-nio-1024-exec-2] Read "application/json;charset=UTF-8" to [MenuUpdateForm(menuId=10300, updateUserId=null)] (LogFormatUtils.java:120) +[2026-06-09 14:27:45,330][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:45,330][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@a421a53] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:45,330][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:45,330][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:45,330][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT menu_id,menu_name,menu_type,parent_id,sort,path,component,frame_flag,frame_url,cache_flag,visible_flag,disabled_flag,api_perms,perms_type,web_perms,icon,context_menu_id,deleted_flag,create_time,create_user_id,update_time,update_user_id FROM t_menu WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:27:45,331][DEBUG][http-nio-1024-exec-2] ==> Parameters: 10300(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:45,408][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:45,408][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@a421a53] (Logger.java:49) +[2026-06-09 14:27:45,408][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:45,408][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17a647c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:45,409][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:45,409][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:45,409][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_menu where menu_name = ? and parent_id = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:45,410][DEBUG][http-nio-1024-exec-2] ==> Parameters: 民意档案(String), 0(Long), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:45,476][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:45,476][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17a647c] (Logger.java:49) +[2026-06-09 14:27:45,476][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:45,477][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13c17e57] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:45,477][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:45,477][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:45,477][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_menu where web_perms = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:45,477][DEBUG][http-nio-1024-exec-2] ==> Parameters: null, false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:45,543][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:45,544][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13c17e57] (Logger.java:49) +[2026-06-09 14:27:45,544][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:45,544][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@39708fdb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:45,544][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:45,544][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:45,544][DEBUG][http-nio-1024-exec-2] ==> Preparing: UPDATE t_menu SET menu_name=?, menu_type=?, parent_id=?, sort=?, path=?, frame_flag=?, cache_flag=?, visible_flag=?, disabled_flag=?, icon=?, update_user_id=? WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:27:45,545][DEBUG][http-nio-1024-exec-2] ==> Parameters: 民意档案(String), 1(Integer), 0(Long), 4(Integer), /myda(String), false(Boolean), true(Boolean), true(Boolean), false(Boolean), FolderOutlined(String), 1(Long), 10300(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:45,599][DEBUG][http-nio-1024-exec-2] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:45,599][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@39708fdb] (Logger.java:49) +[2026-06-09 14:27:45,601][DEBUG][smart-operate-log39] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:45,601][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:45,601][DEBUG][smart-operate-log39] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@31cba9a4] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:45,601][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:27:45,601][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:45,602][DEBUG][smart-operate-log39] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:45,602][DEBUG][smart-operate-log39] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:45,602][DEBUG][smart-operate-log39] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:45,602][DEBUG][smart-operate-log39] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 系统-菜单(String), 更新菜单 @author 卓大(String), /menu/update(String), net.lab1024.sa.admin.module.system.menu.controller.MenuController.updateMenu(String), POST(String), UPDATE(String), [{"path":"/myda","cacheFlag":true,"updateUserId":1,"disabledFlag":false,"icon":"FolderOutlined","menuId":10300,"menuName":"民意档案","menuType":1,"sort":4,"frameFlag":false,"parentId":0,"visibleFlag":true}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:45,634][DEBUG][http-nio-1024-exec-7] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:27:45,634][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:45,634][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:45,635][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:45,636][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3d9d4041[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:45,637][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:45,637][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:45,637][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:45,638][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3c344fdc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:45,638][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:45,638][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:45,639][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:45,640][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@226f7f01[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:45,640][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:45,640][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:45,640][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:45,641][DEBUG][redisson-netty-2-24] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7fbd4622[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:45,641][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:45,641][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:45,641][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590446, [49, 55, 56, 48, 57, 56, 54, 52, 54, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:45,642][DEBUG][redisson-netty-2-28] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590446, [49, 55, 56, 48, 57, 56, 54, 52, 54, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@410168ef[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590446, [49, 55, 56, 48, 57, 56, 54, 52, 54, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:45,642][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:45,643][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:45,643][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2b091c3c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:45,643][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:45,644][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:45,644][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:27:45,645][DEBUG][http-nio-1024-exec-7] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:45,658][DEBUG][smart-operate-log39] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@31cba9a4] (Logger.java:49) +[2026-06-09 14:27:45,658][DEBUG][smart-operate-log39] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:27:45,659][DEBUG][smart-operate-log39] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:27:45,703][DEBUG][http-nio-1024-exec-7] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:45,703][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2b091c3c] (Logger.java:49) +[2026-06-09 14:27:45,706][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:45,707][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:27:45,708][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:48,268][DEBUG][http-nio-1024-exec-6] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:27:48,268][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:48,268][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:48,268][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:48,269][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@165bdac1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:48,269][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:48,270][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:48,270][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:48,270][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4834a79d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:48,270][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:48,271][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:48,271][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:48,271][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@ca88044[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:48,271][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:48,271][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:48,271][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:48,271][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@73150f31[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:48,271][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:48,271][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:48,271][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590443, [49, 55, 56, 48, 57, 56, 54, 52, 54, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:48,272][DEBUG][redisson-netty-2-22] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590443, [49, 55, 56, 48, 57, 56, 54, 52, 54, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@494779a2[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590443, [49, 55, 56, 48, 57, 56, 54, 52, 54, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:48,272][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:48,272][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:48,272][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@45819510] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:48,272][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:48,272][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:48,272][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:27:48,272][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:48,361][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:48,362][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@45819510] (Logger.java:49) +[2026-06-09 14:27:48,362][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:48,362][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6eaa6bcf] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:48,362][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:48,362][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:48,362][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:27:48,363][DEBUG][http-nio-1024-exec-6] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:48,455][DEBUG][http-nio-1024-exec-6] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:48,455][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6eaa6bcf] (Logger.java:49) +[2026-06-09 14:27:48,460][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:48,461][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1459d249] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:48,461][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:48,461][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:48,461][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:27:48,462][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:48,519][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:48,519][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1459d249] (Logger.java:49) +[2026-06-09 14:27:48,520][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:48,520][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2b014f2d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:48,520][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:48,520][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:48,520][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:27:48,521][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:48,600][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:48,600][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2b014f2d] (Logger.java:49) +[2026-06-09 14:27:48,601][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:48,601][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@62616648] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:48,601][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:48,601][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:48,602][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:27:48,603][DEBUG][http-nio-1024-exec-6] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:48,692][DEBUG][http-nio-1024-exec-6] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:48,692][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@62616648] (Logger.java:49) +[2026-06-09 14:27:48,698][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:48,698][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5f289dd8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:48,698][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:48,698][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:48,698][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:48,699][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:48,754][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:48,755][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5f289dd8] (Logger.java:49) +[2026-06-09 14:27:48,755][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:48,755][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5b9c7ee] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:48,756][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:48,756][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:48,756][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:48,757][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:48,826][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:48,827][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5b9c7ee] (Logger.java:49) +[2026-06-09 14:27:48,827][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:48,827][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:48,830][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4fdcf777[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:48,830][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:48,830][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:48,830][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:48,832][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6137f4d4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:48,832][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:48,838][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:48,839][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:27:48,841][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:48,845][DEBUG][http-nio-1024-exec-3] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:27:48,845][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:48,845][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:48,845][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:48,846][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@40623b81[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:48,847][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:48,847][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:48,847][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:48,847][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@ef813be[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:48,847][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:48,847][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:48,848][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:48,848][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2ac633b5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:48,848][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:48,848][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:48,848][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:48,849][DEBUG][redisson-netty-2-20] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@714e8b7[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:48,849][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:48,849][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:48,849][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590442, [49, 55, 56, 48, 57, 56, 54, 52, 54, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:48,850][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590442, [49, 55, 56, 48, 57, 56, 54, 52, 54, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6577b585[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590442, [49, 55, 56, 48, 57, 56, 54, 52, 54, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:48,850][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:48,850][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:48,850][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4d094c8c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:48,850][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:48,850][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:48,850][DEBUG][http-nio-1024-exec-3] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:27:48,851][DEBUG][http-nio-1024-exec-3] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:27:48,917][DEBUG][http-nio-1024-exec-3] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:48,917][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4d094c8c] (Logger.java:49) +[2026-06-09 14:27:48,918][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:48,919][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:27:48,919][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:48,944][DEBUG][http-nio-1024-exec-8] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:27:48,944][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:48,944][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:48,944][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:48,945][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@24fc58bf[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:48,945][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:48,945][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:48,946][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:48,947][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@21c66382[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:48,948][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:48,948][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:48,948][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:48,949][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@178c2f9c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:48,949][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:48,949][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:48,950][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:48,950][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7c9ede00[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:48,950][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:48,950][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:48,951][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590442, [49, 55, 56, 48, 57, 56, 54, 52, 54, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:48,951][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590442, [49, 55, 56, 48, 57, 56, 54, 52, 54, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3aec2646[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590442, [49, 55, 56, 48, 57, 56, 54, 52, 54, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:48,951][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:48,952][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:48,952][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@43160b82] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:48,952][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:48,952][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:48,952][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:27:48,953][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:49,006][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:49,006][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@43160b82] (Logger.java:49) +[2026-06-09 14:27:49,006][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:49,006][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:27:49,007][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:49,056][DEBUG][http-nio-1024-exec-10] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:27:49,056][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:49,056][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:49,056][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:49,056][DEBUG][http-nio-1024-exec-7] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:27:49,056][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:49,057][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:49,057][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:49,057][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@48ff5297[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:49,057][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:49,057][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:49,057][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:49,057][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@17da7abf[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:49,057][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:49,057][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:49,058][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:49,058][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3f68cec6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:49,058][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:49,058][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2019d1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:49,058][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:49,058][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:49,058][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:49,058][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:49,058][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:49,069][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1f648845[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:49,069][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@70abc5f9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:49,070][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:49,070][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:49,070][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:49,070][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:49,070][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:49,070][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:49,073][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@ec21298[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:49,073][DEBUG][redisson-netty-2-28] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@40bad55f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:49,073][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:49,073][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:49,073][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:49,074][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:49,074][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590442, [49, 55, 56, 48, 57, 56, 54, 52, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:49,074][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590442, [49, 55, 56, 48, 57, 56, 54, 52, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:49,075][DEBUG][redisson-netty-2-26] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590442, [49, 55, 56, 48, 57, 56, 54, 52, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@120bd0b0[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590442, [49, 55, 56, 48, 57, 56, 54, 52, 54, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:49,075][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:49,075][DEBUG][redisson-netty-2-1] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590442, [49, 55, 56, 48, 57, 56, 54, 52, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@167b5f36[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590442, [49, 55, 56, 48, 57, 56, 54, 52, 54, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:49,075][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:49,075][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:49,075][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:49,075][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@438a117b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:49,075][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@58977be4] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:49,075][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:49,075][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:49,075][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:49,075][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:24:18.416}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:49,076][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:27:49,076][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:27:49,076][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:49,076][DEBUG][http-nio-1024-exec-10] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:49,131][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:49,131][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@58977be4] (Logger.java:49) +[2026-06-09 14:27:49,132][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:49,132][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:27:49,132][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:49,133][DEBUG][http-nio-1024-exec-9] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:27:49,134][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:27:49,134][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:49,134][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:49,135][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6b5ae52[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:49,135][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:49,135][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:49,135][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:49,136][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1550f688[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:49,136][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:49,136][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:49,136][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:49,137][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@e898a6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:49,137][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:49,137][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:49,137][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:49,138][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@48d037b4[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:49,138][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:49,138][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:27:49,138][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590442, [49, 55, 56, 48, 57, 56, 54, 52, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:27:49,138][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590442, [49, 55, 56, 48, 57, 56, 54, 52, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7666eaf2[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590442, [49, 55, 56, 48, 57, 56, 54, 52, 54, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:27:49,138][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:27:49,139][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:27:49,139][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1fd7249] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:27:49,139][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:27:49,139][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:27:49,139][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:27:49,139][DEBUG][http-nio-1024-exec-10] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:49,139][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@438a117b] (Logger.java:49) +[2026-06-09 14:27:49,139][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:27:49,143][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:49,143][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:27:49,144][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:27:49,193][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:27:49,194][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1fd7249] (Logger.java:49) +[2026-06-09 14:27:49,194][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:27:49,194][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:27:49,195][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:28:18,726][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:28:18,728][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@727a5e8f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:28:18,728][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:28:18,728][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:27:05.553}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:28:18,729][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:28:18,729][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:28:18,801][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:28:18,802][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@727a5e8f] (Logger.java:49) +[2026-06-09 14:29:18,808][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:29:18,810][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@778f1fd] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:29:18,812][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:29:18,889][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:29:18.889}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:29:18,890][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:29:18,893][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:29:18,966][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:29:18,967][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@778f1fd] (Logger.java:49) +[2026-06-09 14:29:26,176][DEBUG][http-nio-1024-exec-7] POST "/support/changeLog/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:29:26,176][DEBUG][http-nio-1024-exec-10] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:29:26,176][DEBUG][http-nio-1024-exec-2] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:29:26,177][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController#queryPage(ChangeLogQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:29:26,177][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:29:26,177][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:29:26,178][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:26,178][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:26,178][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:26,182][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:26,182][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:26,182][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:26,186][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@781151ee[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:26,186][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@19277245[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:26,186][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@44a49215[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:26,186][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:26,186][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:26,186][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:26,186][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:26,186][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:26,186][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:26,187][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:26,187][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:26,187][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:26,188][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@38a2cda4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:26,188][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4a785ac4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:26,188][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:26,188][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@43d2b46a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:26,188][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:26,188][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:26,189][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:26,189][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:26,190][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:26,190][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:26,190][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:26,190][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:26,191][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@26b84189[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:26,191][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@66028834[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:26,191][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:26,191][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:26,191][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@526b9d0b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:26,191][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:26,193][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:26,193][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:26,193][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:26,194][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:26,194][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:26,194][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:26,196][DEBUG][redisson-netty-2-4] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1dfd5bde[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:26,196][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2ee3c7ae[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:26,196][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@32a80083[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:26,196][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:26,196][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:26,196][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:26,196][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:26,196][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:26,196][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:26,197][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590345, [49, 55, 56, 48, 57, 56, 54, 53, 54, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:26,197][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590345, [49, 55, 56, 48, 57, 56, 54, 53, 54, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:26,197][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590345, [49, 55, 56, 48, 57, 56, 54, 53, 54, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:26,200][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590345, [49, 55, 56, 48, 57, 56, 54, 53, 54, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6eff3e9f[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590345, [49, 55, 56, 48, 57, 56, 54, 53, 54, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:26,200][DEBUG][redisson-netty-2-24] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590345, [49, 55, 56, 48, 57, 56, 54, 53, 54, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@18014bbb[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590345, [49, 55, 56, 48, 57, 56, 54, 53, 54, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:26,200][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:26,200][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:26,200][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590345, [49, 55, 56, 48, 57, 56, 54, 53, 54, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3731c336[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590345, [49, 55, 56, 48, 57, 56, 54, 53, 54, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:26,200][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:26,212][DEBUG][http-nio-1024-exec-2] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=1, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:29:26,212][DEBUG][http-nio-1024-exec-10] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=2, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:29:26,212][DEBUG][http-nio-1024-exec-7] Read "application/json;charset=UTF-8" to [ChangeLogQueryForm(type=null, keyword=null, publicDateBegin=null, publicDateEnd=null, createTime=nul (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:29:26,218][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:29:26,218][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:29:26,218][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:29:26,219][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@263223f7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:29:26,219][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@470aed7a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:29:26,219][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3e4ac3dd] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:29:26,219][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:29:26,219][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:29:26,219][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:29:18.889}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:29:26,219][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:29:26,219][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:29:26,220][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:29:26,273][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:29:26.273}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:29:26,274][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT * FROM t_change_log order by t_change_log.version desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:29:26,275][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:29:26.275}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:29:26,275][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:29:26,276][DEBUG][http-nio-1024-exec-7] ==> Parameters: 8(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:29:26,276][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:29:26,278][DEBUG][http-nio-1024-exec-10] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:29:26,278][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@263223f7] (Logger.java:49) +[2026-06-09 14:29:26,278][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:29:26,278][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@57314a01] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:29:26,281][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:29:26,281][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:29:18.889}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:29:26,282][DEBUG][http-nio-1024-exec-10] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:29:26,284][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), false(Boolean), 2(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:29:26,332][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:29:26,332][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@470aed7a] (Logger.java:49) +[2026-06-09 14:29:26,341][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:29:26,341][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:29:26,341][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@57314a01] (Logger.java:49) +[2026-06-09 14:29:26,341][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3e4ac3dd] (Logger.java:49) +[2026-06-09 14:29:26,341][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:29:26,342][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@9f2d4e8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:29:26,342][DEBUG][smart-operate-log40] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:29:26,342][DEBUG][smart-operate-log40] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1842b2d9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:29:26,342][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:29:26,342][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:29:26,342][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:29:26,342][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:29:26.275}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:29:26,342][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=8, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:29:26,342][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:29:26,342][DEBUG][http-nio-1024-exec-2] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:29:26,343][DEBUG][smart-operate-log40] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:29:26,343][DEBUG][smart-operate-log40] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:29:18.889}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:29:26,343][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:29:26,343][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:29:26,343][DEBUG][smart-operate-log40] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:29:26,343][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long), false(Boolean), 1(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:29:26,344][DEBUG][smart-operate-log40] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 业务支撑-更新日志(String), 分页查询 @author 卓大(String), /support/changeLog/queryPage(String), net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController.queryPage(String), POST(String), UPDATE(String), [{"searchCount":false,"pageSize":8,"pageNum":1}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"data":{"total":0,"pages":0,"pageSize":8,"list":[],"pageNum":1,"emptyFlag":true},"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:29:26,408][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:29:26,408][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@9f2d4e8] (Logger.java:49) +[2026-06-09 14:29:26,409][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:29:26,409][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:29:26,409][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:29:26,409][DEBUG][smart-operate-log40] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1842b2d9] (Logger.java:49) +[2026-06-09 14:29:26,410][DEBUG][smart-operate-log40] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:29:26,410][DEBUG][smart-operate-log40] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:29:30,281][DEBUG][http-nio-1024-exec-9] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:29:30,281][DEBUG][http-nio-1024-exec-6] POST "/support/changeLog/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:29:30,281][DEBUG][http-nio-1024-exec-3] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:29:30,281][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController#queryPage(ChangeLogQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:29:30,281][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:29:30,281][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:29:30,281][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:30,281][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:30,281][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:30,282][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:30,282][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:30,282][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:30,282][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4fd915dc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:30,282][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2d1479e3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:30,282][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@66269d61[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:30,283][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:30,283][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:30,283][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:30,283][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:30,283][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:30,283][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:30,283][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:30,283][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:30,283][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:30,284][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2ba9b5ff[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:30,284][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@56a4412c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:30,284][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2dd10f88[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:30,284][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:30,284][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:30,284][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:30,284][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:30,284][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:30,284][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:30,284][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:30,284][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:30,284][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:30,284][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@14b7960b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:30,284][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7cbe9780[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:30,284][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@ef76d66[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:30,285][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:30,285][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:30,285][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:30,285][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:30,285][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:30,285][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:30,285][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:30,285][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:30,285][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:30,285][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@76094ced[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:30,285][DEBUG][redisson-netty-2-30] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4fc0a08b[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:30,285][DEBUG][redisson-netty-2-20] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5aeea1d4[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:30,285][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:30,285][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:30,285][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:30,285][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:30,286][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:30,285][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:29:30,286][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590341, [49, 55, 56, 48, 57, 56, 54, 53, 55, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:30,286][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590341, [49, 55, 56, 48, 57, 56, 54, 53, 55, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:30,286][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590341, [49, 55, 56, 48, 57, 56, 54, 53, 55, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:29:30,287][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590341, [49, 55, 56, 48, 57, 56, 54, 53, 55, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@52480d82[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590341, [49, 55, 56, 48, 57, 56, 54, 53, 55, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:30,287][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590341, [49, 55, 56, 48, 57, 56, 54, 53, 55, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5872dce6[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590341, [49, 55, 56, 48, 57, 56, 54, 53, 55, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:30,287][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590341, [49, 55, 56, 48, 57, 56, 54, 53, 55, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6441fbdd[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590341, [49, 55, 56, 48, 57, 56, 54, 53, 55, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:29:30,287][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:30,287][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:30,287][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:29:30,287][DEBUG][http-nio-1024-exec-6] Read "application/json;charset=UTF-8" to [ChangeLogQueryForm(type=null, keyword=null, publicDateBegin=null, publicDateEnd=null, createTime=nul (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:29:30,287][DEBUG][http-nio-1024-exec-9] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=1, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:29:30,287][DEBUG][http-nio-1024-exec-3] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=2, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:29:30,288][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:29:30,288][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:29:30,288][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:29:30,288][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@40baaecc] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:29:30,288][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@771bbdf3] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:29:30,288][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@f0cf249] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:29:30,288][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:29:30,288][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:29:30,288][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:29:30,288][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:29:18.889}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:29:30,288][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:29:26.275}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:29:30,288][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:29:26.273}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:29:30,288][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:29:30,288][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:29:30,288][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT * FROM t_change_log order by t_change_log.version desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:29:30,288][DEBUG][http-nio-1024-exec-6] ==> Parameters: 8(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:29:30,288][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:29:30,288][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:29:30,338][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:29:30,339][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@771bbdf3] (Logger.java:49) +[2026-06-09 14:29:30,339][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:29:30,339][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@388c1907] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:29:30,339][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:29:30,339][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:29:26.273}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:29:30,340][DEBUG][http-nio-1024-exec-3] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:29:30,340][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long), false(Boolean), 2(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:29:30,341][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:29:30,341][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@40baaecc] (Logger.java:49) +[2026-06-09 14:29:30,343][DEBUG][smart-operate-log41] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:29:30,343][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:29:30,343][DEBUG][smart-operate-log41] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@251d3a15] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:29:30,343][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=8, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:29:30,344][DEBUG][smart-operate-log41] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:29:30,344][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:29:30,344][DEBUG][smart-operate-log41] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:02:29.653, closeCount=0, lastValidateTimeMillis=2026-06-09 14:29:26.275}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:29:30,344][DEBUG][smart-operate-log41] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:29:30,345][DEBUG][smart-operate-log41] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 业务支撑-更新日志(String), 分页查询 @author 卓大(String), /support/changeLog/queryPage(String), net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController.queryPage(String), POST(String), UPDATE(String), [{"searchCount":false,"pageSize":8,"pageNum":1}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"data":{"total":0,"pages":0,"pageSize":8,"list":[],"pageNum":1,"emptyFlag":true},"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:29:30,345][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:29:30,345][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@f0cf249] (Logger.java:49) +[2026-06-09 14:29:30,345][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:29:30,345][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1571b29a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:29:30,346][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:29:30,346][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:29:18.889}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:29:30,346][DEBUG][http-nio-1024-exec-9] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:29:30,346][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), false(Boolean), 1(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:29:30,410][DEBUG][smart-operate-log41] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@251d3a15] (Logger.java:49) +[2026-06-09 14:29:30,410][DEBUG][smart-operate-log41] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:29:30,410][DEBUG][smart-operate-log41] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:29:30,413][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:29:30,414][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1571b29a] (Logger.java:49) +[2026-06-09 14:29:30,414][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:29:30,414][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:29:30,415][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:29:30,435][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:29:30,435][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@388c1907] (Logger.java:49) +[2026-06-09 14:29:30,436][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:29:30,437][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:29:30,437][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:30:08,340][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:30:08,341][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7b95d8c5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:30:08,342][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:30:08,342][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:29:26.273}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:30:08,342][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 14:30:08,343][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:30:08,396][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:30:08,396][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7b95d8c5] (Logger.java:49) +[2026-06-09 14:30:10,527][DEBUG][http-nio-1024-exec-7] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:30:10,527][DEBUG][http-nio-1024-exec-4] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:30:10,529][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:30:10,529][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:30:10,529][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:30:10,529][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:30:10,530][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:30:10,530][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:30:10,531][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@787153eb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:30:10,531][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@580f3798[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:30:10,531][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:30:10,531][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:30:10,531][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:30:10,531][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:30:10,532][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:30:10,532][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:30:10,532][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@38ae4c9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:30:10,532][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@22ed1c98[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:30:10,532][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:30:10,532][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:30:10,532][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:30:10,532][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:30:10,533][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:30:10,533][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:30:10,533][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@ed55266[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:30:10,533][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@356fb15e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:30:10,533][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:30:10,533][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:30:10,533][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:30:10,533][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:30:10,533][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:30:10,533][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:30:10,534][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@37dfaa90[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:30:10,534][DEBUG][redisson-netty-2-24] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@385f257a[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:30:10,534][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:30:10,534][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:30:10,534][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:30:10,534][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:30:10,534][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590301, [49, 55, 56, 48, 57, 56, 54, 54, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:30:10,534][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590301, [49, 55, 56, 48, 57, 56, 54, 54, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:30:10,535][DEBUG][redisson-netty-2-26] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590301, [49, 55, 56, 48, 57, 56, 54, 54, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6f8648e1[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590301, [49, 55, 56, 48, 57, 56, 54, 54, 49, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:30:10,535][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590301, [49, 55, 56, 48, 57, 56, 54, 54, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@19f5359f[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590301, [49, 55, 56, 48, 57, 56, 54, 54, 49, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:30:10,535][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:30:10,535][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:30:10,536][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:30:10,536][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@69961d1b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:30:10,536][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:30:10,536][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@c638e2e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:30:10,537][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:30:10,537][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:30:10,537][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:29:26.273}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:30:10,537][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:29:18.889}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:30:10,537][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:30:10,537][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:30:10,537][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:30:10,537][DEBUG][http-nio-1024-exec-4] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:30:10,593][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:30:10,593][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@c638e2e] (Logger.java:49) +[2026-06-09 14:30:10,594][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:30:10,594][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:30:10,594][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:30:10,595][DEBUG][http-nio-1024-exec-10] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:30:10,595][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:30:10,595][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:30:10,596][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:30:10,597][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@41a0e5b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:30:10,597][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:30:10,597][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:30:10,597][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:30:10,598][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3ca58c8f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:30:10,598][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:30:10,598][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:30:10,598][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:30:10,599][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@57d2617b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:30:10,600][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:30:10,600][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:30:10,600][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:30:10,601][DEBUG][redisson-netty-2-22] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@47f9f18f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:30:10,601][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:30:10,601][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:30:10,601][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590301, [49, 55, 56, 48, 57, 56, 54, 54, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:30:10,602][DEBUG][redisson-netty-2-1] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590301, [49, 55, 56, 48, 57, 56, 54, 54, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3f04d8a0[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590301, [49, 55, 56, 48, 57, 56, 54, 54, 49, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:30:10,602][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:30:10,602][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:30:10,602][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2aa63a82] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:30:10,603][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:30:10,603][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:29:26.273}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:30:10,603][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:30:10,603][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:30:10,605][DEBUG][http-nio-1024-exec-4] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:30:10,605][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@69961d1b] (Logger.java:49) +[2026-06-09 14:30:10,609][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:30:10,609][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:30:10,610][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:30:10,658][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:30:10,659][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2aa63a82] (Logger.java:49) +[2026-06-09 14:30:10,659][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:30:10,659][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:30:10,660][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:30:18,970][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:30:18,971][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@f2be25f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:30:18,971][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:30:18,971][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:29:26.273}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:30:18,971][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:30:18,972][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:30:19,043][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:30:19,044][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@f2be25f] (Logger.java:49) +[2026-06-09 14:30:30,434][DEBUG][http-nio-1024-exec-6] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:30:30,435][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:30:30,435][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:30:30,435][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:30:30,436][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@16a23009[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:30:30,436][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:30:30,436][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:30:30,436][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:30:30,437][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6d61b9da[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:30:30,437][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:30:30,437][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:30:30,437][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:30:30,438][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1becede8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:30:30,438][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:30:30,438][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:30:30,438][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:30:30,439][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4656184a[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:30:30,439][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:30:30,439][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:30:30,439][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590281, [49, 55, 56, 48, 57, 56, 54, 54, 51, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:30:30,440][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590281, [49, 55, 56, 48, 57, 56, 54, 54, 51, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@52143f49[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590281, [49, 55, 56, 48, 57, 56, 54, 54, 51, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:30:30,440][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:30:30,441][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:30:30,441][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@270c0bc8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:30:30,441][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:30:30,441][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:29:26.273}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:30:30,441][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:30:30,442][DEBUG][http-nio-1024-exec-6] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:30:30,576][DEBUG][http-nio-1024-exec-6] <== Total: 73 (BaseJdbcLogger.java:135) +[2026-06-09 14:30:30,577][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@270c0bc8] (Logger.java:49) +[2026-06-09 14:30:30,581][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:30:30,581][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:30:30,582][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:30:30,583][DEBUG][http-nio-1024-exec-9] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:30:30,583][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:30:30,583][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:30:30,583][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:30:30,584][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4991a603[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:30:30,584][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:30:30,585][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:30:30,585][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:30:30,585][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@13ca3a2b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:30:30,586][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:30:30,586][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:30:30,586][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:30:30,586][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7c8be727[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:30:30,587][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:30:30,587][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:30:30,587][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:30:30,587][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@68b722c9[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:30:30,587][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:30:30,588][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:30:30,588][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590281, [49, 55, 56, 48, 57, 56, 54, 54, 51, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:30:30,588][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590281, [49, 55, 56, 48, 57, 56, 54, 54, 51, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1f7d5196[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590281, [49, 55, 56, 48, 57, 56, 54, 54, 51, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:30:30,588][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:30:30,589][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:30:30,589][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3b332a22] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:30:30,590][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:30:30,590][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:29:26.273}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:30:30,590][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:30:30,590][DEBUG][http-nio-1024-exec-9] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:30:30,704][DEBUG][http-nio-1024-exec-9] <== Total: 73 (BaseJdbcLogger.java:135) +[2026-06-09 14:30:30,705][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3b332a22] (Logger.java:49) +[2026-06-09 14:30:30,709][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:30:30,709][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:30:30,710][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:31:02,976][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:31:02,976][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@c73c06b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:31:02,977][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:31:02,977][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:29:26.273}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:31:02,977][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 14:31:02,978][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:31:03,033][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:31:03,033][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@c73c06b] (Logger.java:49) +[2026-06-09 14:31:03,034][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:31:03,034][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7fb3da2b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:31:03,034][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:31:03,034][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:29:26.273}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:31:03,034][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:31:03,035][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T14:31:02.975594(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:31:03,083][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:31:03,083][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7fb3da2b] (Logger.java:49) +[2026-06-09 14:31:19,049][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:31:19,049][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13749f90] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:31:19,049][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:31:19,050][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:29:26.273}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:31:19,050][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:31:19,050][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:31:19,118][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:31:19,118][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13749f90] (Logger.java:49) +[2026-06-09 14:32:19,127][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:32:19,130][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@226cf0d2] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:32:19,132][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:32:19,199][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:32:19,199][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:32:19,202][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:32:19,279][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:32:19,280][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@226cf0d2] (Logger.java:49) +[2026-06-09 14:32:48,717][DEBUG][http-nio-1024-exec-7] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:32:48,720][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:32:48,722][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:48,725][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:48,729][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@713b9fa4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:48,729][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:48,729][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:48,729][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:48,730][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@c4bf202[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:48,730][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:48,730][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:48,730][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:48,731][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7f36d74d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:48,731][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:48,731][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:48,731][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:48,732][DEBUG][redisson-netty-2-4] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@622760fa[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:48,732][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:48,732][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:48,732][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590143, [49, 55, 56, 48, 57, 56, 54, 55, 54, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:48,733][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590143, [49, 55, 56, 48, 57, 56, 54, 55, 54, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@26afa18d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590143, [49, 55, 56, 48, 57, 56, 54, 55, 54, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:48,734][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:48,734][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:32:48,734][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3aafd2d6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:32:48,735][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:32:48,735][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:32:48,735][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:32:48,735][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:32:48,798][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:32:48,799][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3aafd2d6] (Logger.java:49) +[2026-06-09 14:32:48,799][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:32:48,799][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@66204cc] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:32:48,800][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:32:48,800][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:32:48,800][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:32:48,801][DEBUG][http-nio-1024-exec-7] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:32:48,993][DEBUG][http-nio-1024-exec-7] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:32:48,993][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@66204cc] (Logger.java:49) +[2026-06-09 14:32:48,998][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:32:48,998][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@73ae082d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:32:48,998][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:32:48,998][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:32:48,998][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:32:48,999][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,045][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,046][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@73ae082d] (Logger.java:49) +[2026-06-09 14:32:49,046][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:32:49,046][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@729b3dc0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:32:49,047][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:32:49,047][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:32:49,047][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,047][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,096][DEBUG][http-nio-1024-exec-7] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,096][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@729b3dc0] (Logger.java:49) +[2026-06-09 14:32:49,097][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:32:49,097][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@36667827] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:32:49,097][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:32:49,097][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:32:49,098][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,098][DEBUG][http-nio-1024-exec-7] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,295][DEBUG][http-nio-1024-exec-7] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,295][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@36667827] (Logger.java:49) +[2026-06-09 14:32:49,300][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:32:49,301][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@20345e43] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:32:49,301][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:32:49,301][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:32:49,301][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,302][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,353][DEBUG][http-nio-1024-exec-7] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,354][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@20345e43] (Logger.java:49) +[2026-06-09 14:32:49,354][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:32:49,354][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@23d8d508] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:32:49,355][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:32:49,355][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:32:49,355][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,356][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,398][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,398][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@23d8d508] (Logger.java:49) +[2026-06-09 14:32:49,399][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:49,399][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:49,401][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2dc6e805[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:49,402][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:49,402][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:49,402][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:49,404][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7d390625[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:49,404][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:49,413][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:32:49,414][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:32:49,417][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:32:49,422][DEBUG][http-nio-1024-exec-10] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:32:49,423][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:32:49,423][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:49,423][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:49,425][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4dd09dd0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:49,425][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:49,425][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:49,425][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:49,426][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2e302c3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:49,426][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:49,426][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:49,426][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:49,428][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4e965827[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:49,428][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:49,428][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:49,428][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:49,429][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5ed4bb7f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:49,429][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:49,429][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:49,429][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590142, [49, 55, 56, 48, 57, 56, 54, 55, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:49,430][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590142, [49, 55, 56, 48, 57, 56, 54, 55, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@332ac01a[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590142, [49, 55, 56, 48, 57, 56, 54, 55, 54, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:49,430][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:49,430][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:32:49,430][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4902e366] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:32:49,431][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:32:49,431][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:32:49,431][DEBUG][http-nio-1024-exec-10] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,432][DEBUG][http-nio-1024-exec-10] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,482][DEBUG][http-nio-1024-exec-10] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,482][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4902e366] (Logger.java:49) +[2026-06-09 14:32:49,483][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:32:49,483][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:32:49,484][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:32:49,512][DEBUG][http-nio-1024-exec-6] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:32:49,512][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:32:49,512][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:49,512][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:49,513][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@35811abb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:49,513][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:49,513][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:49,514][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:49,514][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7766d5a4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:49,514][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:49,514][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:49,514][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:49,515][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3ba04368[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:49,515][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:49,515][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:49,515][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:49,516][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@65501413[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:49,516][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:49,516][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:49,516][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590142, [49, 55, 56, 48, 57, 56, 54, 55, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:49,517][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590142, [49, 55, 56, 48, 57, 56, 54, 55, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3b65e197[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590142, [49, 55, 56, 48, 57, 56, 54, 55, 54, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:49,517][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:49,517][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:32:49,517][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7c95cad0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:32:49,518][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:32:49,518][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:32:49,518][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,518][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,560][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,560][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7c95cad0] (Logger.java:49) +[2026-06-09 14:32:49,561][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:32:49,561][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:32:49,561][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:32:49,625][DEBUG][http-nio-1024-exec-8] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:32:49,625][DEBUG][http-nio-1024-exec-5] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:32:49,625][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:32:49,625][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:49,625][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:49,625][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:32:49,626][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:49,626][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:49,627][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@726534ec[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:49,627][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@54657516[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:49,627][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:49,627][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:49,627][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:49,627][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:49,627][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:49,627][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:49,635][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@29d3df64[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:49,635][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@52517f1f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:49,635][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:49,635][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:49,635][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:49,635][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:49,636][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:49,637][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:49,638][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5bec8a0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:49,638][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3f91f354[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:49,638][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:49,638][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:49,638][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:49,638][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:49,638][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:49,638][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:49,639][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7e9c6c72[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:49,639][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5e248cc4[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:49,640][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:49,640][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:49,640][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:49,640][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:49,640][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590142, [49, 55, 56, 48, 57, 56, 54, 55, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:49,640][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590142, [49, 55, 56, 48, 57, 56, 54, 55, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:49,641][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590142, [49, 55, 56, 48, 57, 56, 54, 55, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@141775e1[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590142, [49, 55, 56, 48, 57, 56, 54, 55, 54, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:49,641][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590142, [49, 55, 56, 48, 57, 56, 54, 55, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@a5c8765[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590142, [49, 55, 56, 48, 57, 56, 54, 55, 54, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:49,641][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:49,641][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:49,641][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:32:49,642][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@f008500] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:32:49,642][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:32:49,642][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:32:49,642][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,643][DEBUG][http-nio-1024-exec-8] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,643][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:32:49,644][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7e1d7ede] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:32:49,644][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:32:49,713][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:32:49,713][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,714][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,768][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,769][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7e1d7ede] (Logger.java:49) +[2026-06-09 14:32:49,769][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:32:49,769][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:32:49,770][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:32:49,771][DEBUG][http-nio-1024-exec-7] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:32:49,772][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:32:49,772][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:49,772][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:49,773][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1bc09c86[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:49,773][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:49,773][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:49,773][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:49,774][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ef9d17a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:49,775][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:49,775][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:49,775][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:49,777][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@165b7b58[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:49,777][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:49,777][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:49,777][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:49,778][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@ca789a9[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:49,778][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:49,779][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:32:49,779][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590142, [49, 55, 56, 48, 57, 56, 54, 55, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:32:49,779][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590142, [49, 55, 56, 48, 57, 56, 54, 55, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ea6cafc[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590142, [49, 55, 56, 48, 57, 56, 54, 55, 54, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:32:49,779][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:32:49,780][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:32:49,780][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3ca496a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:32:49,781][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:32:49,781][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:32:49,781][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,782][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,817][DEBUG][http-nio-1024-exec-8] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,817][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@f008500] (Logger.java:49) +[2026-06-09 14:32:49,821][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:32:49,821][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:32:49,823][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:32:49,832][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:32:49,833][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3ca496a] (Logger.java:49) +[2026-06-09 14:32:49,833][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:32:49,833][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:32:49,833][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:33:19,284][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:33:19,285][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@76f7a29b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:33:19,286][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:33:19,286][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:33:19,286][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:33:19,287][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:33:19,354][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:33:19,355][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@76f7a29b] (Logger.java:49) +[2026-06-09 14:33:23,238][DEBUG][http-nio-1024-exec-10] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:33:23,238][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:33:23,238][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:23,239][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:23,243][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4e21dc7f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:23,243][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:23,243][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:23,243][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:23,244][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@58907c87[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:23,245][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:23,245][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:23,245][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:23,248][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4464218[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:23,248][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:23,248][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:23,248][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:23,250][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7f3d24de[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:23,250][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:23,251][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:23,251][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590109, [49, 55, 56, 48, 57, 56, 54, 56, 48, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:23,252][DEBUG][redisson-netty-2-22] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590109, [49, 55, 56, 48, 57, 56, 54, 56, 48, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@27775e35[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590109, [49, 55, 56, 48, 57, 56, 54, 56, 48, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:23,252][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:23,253][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:33:23,253][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@411117d1] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:33:23,253][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:33:23,254][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:33:23,254][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:33:23,254][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:33:23,358][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:33:23,358][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@411117d1] (Logger.java:49) +[2026-06-09 14:33:23,359][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:33:23,359][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@76786f9f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:33:23,359][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:33:23,360][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:33:23,360][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:33:23,362][DEBUG][http-nio-1024-exec-10] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:33:23,450][DEBUG][http-nio-1024-exec-10] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:33:23,451][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@76786f9f] (Logger.java:49) +[2026-06-09 14:33:23,456][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:33:23,456][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@cc1a859] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:33:23,457][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:33:23,457][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:33:23,457][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:33:23,458][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:33:23,510][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:33:23,511][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@cc1a859] (Logger.java:49) +[2026-06-09 14:33:23,511][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:33:23,511][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@30a7b268] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:33:23,512][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:33:23,512][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:33:23,512][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:33:23,513][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:33:23,558][DEBUG][http-nio-1024-exec-10] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:33:23,558][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@30a7b268] (Logger.java:49) +[2026-06-09 14:33:23,558][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:33:23,558][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@79c18432] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:33:23,559][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:33:23,559][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:33:23,559][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:33:23,560][DEBUG][http-nio-1024-exec-10] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:33:23,651][DEBUG][http-nio-1024-exec-10] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:33:23,651][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@79c18432] (Logger.java:49) +[2026-06-09 14:33:23,657][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:33:23,657][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c700802] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:33:23,657][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:33:23,657][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:33:23,657][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:33:23,658][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:33:23,718][DEBUG][http-nio-1024-exec-10] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:33:23,719][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c700802] (Logger.java:49) +[2026-06-09 14:33:23,719][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:33:23,719][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4d72e2b5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:33:23,719][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:33:23,719][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:33:23,720][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:33:23,720][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:33:23,778][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:33:23,778][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4d72e2b5] (Logger.java:49) +[2026-06-09 14:33:23,779][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:23,779][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:23,782][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3ba8a691[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:23,782][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:23,782][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:23,782][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:23,785][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@78987148[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:23,785][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:23,793][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:33:23,795][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:33:23,797][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:33:23,802][DEBUG][http-nio-1024-exec-6] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:33:23,803][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:33:23,803][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:23,803][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:23,805][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1e53b512[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:23,805][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:23,805][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:23,805][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:23,806][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@552ce41b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:23,806][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:23,806][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:23,806][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:23,808][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@497328a4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:23,808][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:23,808][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:23,808][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:23,809][DEBUG][redisson-netty-2-20] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4e63598d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:23,809][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:23,809][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:23,809][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590108, [49, 55, 56, 48, 57, 56, 54, 56, 48, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:23,810][DEBUG][redisson-netty-2-30] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590108, [49, 55, 56, 48, 57, 56, 54, 56, 48, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@20bdca9a[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590108, [49, 55, 56, 48, 57, 56, 54, 56, 48, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:23,810][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:23,811][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:33:23,811][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3d32ceaa] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:33:23,811][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:33:23,811][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:33:23,811][DEBUG][http-nio-1024-exec-6] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:33:23,812][DEBUG][http-nio-1024-exec-6] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:33:23,882][DEBUG][http-nio-1024-exec-6] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:33:23,882][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3d32ceaa] (Logger.java:49) +[2026-06-09 14:33:23,883][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:33:23,884][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:33:23,884][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:33:23,911][DEBUG][http-nio-1024-exec-3] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:33:23,911][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:33:23,911][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:23,911][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:23,912][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@17f587f7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:23,912][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:23,912][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:23,912][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:23,913][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@10f4b8f0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:23,913][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:23,913][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:23,913][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:23,914][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1883ea29[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:23,914][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:23,914][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:23,914][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:23,915][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2737ef35[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:23,915][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:23,915][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:23,915][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590108, [49, 55, 56, 48, 57, 56, 54, 56, 48, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:23,915][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590108, [49, 55, 56, 48, 57, 56, 54, 56, 48, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6bd7b6af[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590108, [49, 55, 56, 48, 57, 56, 54, 56, 48, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:23,916][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:23,916][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:33:23,916][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1e0202a6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:33:23,916][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:33:23,917][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:33:23,917][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:33:23,917][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:33:23,964][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:33:23,965][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1e0202a6] (Logger.java:49) +[2026-06-09 14:33:23,965][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:33:23,965][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:33:23,966][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:33:31,742][DEBUG][http-nio-1024-exec-7] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:33:31,742][DEBUG][http-nio-1024-exec-4] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:33:31,743][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:33:31,743][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:31,743][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:33:31,743][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:31,743][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:31,743][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:31,744][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2c3a2da5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:31,744][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6ef2d821[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:31,744][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:31,744][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:31,744][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:31,744][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:31,744][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:31,744][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:31,745][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4b0cd0aa[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:31,745][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6c94178b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:31,746][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:31,746][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:31,746][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:31,746][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:31,746][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:31,746][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:31,747][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@495b6bb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:31,747][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4b1be323[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:31,748][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:31,748][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:31,748][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:31,748][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:31,748][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:31,748][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:31,748][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@26cd98d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:31,748][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@49515792[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:31,748][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:31,748][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:31,749][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:31,749][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:31,749][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590100, [49, 55, 56, 48, 57, 56, 54, 56, 49, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:31,749][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590100, [49, 55, 56, 48, 57, 56, 54, 56, 49, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:31,749][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590100, [49, 55, 56, 48, 57, 56, 54, 56, 49, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@32dedbe[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590100, [49, 55, 56, 48, 57, 56, 54, 56, 49, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:31,749][DEBUG][redisson-netty-2-28] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590100, [49, 55, 56, 48, 57, 56, 54, 56, 49, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@56c5dd17[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590100, [49, 55, 56, 48, 57, 56, 54, 56, 49, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:31,749][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:31,749][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:31,750][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:33:31,750][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@11a5e2b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:33:31,750][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:33:31,750][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:33:31,750][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@76a8d6cd] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:33:31,750][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:33:31,750][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:33:31,750][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:33:31,750][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:33:31,750][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:33:31,750][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:33:31,750][DEBUG][http-nio-1024-exec-7] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:33:31,817][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:33:31,818][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@76a8d6cd] (Logger.java:49) +[2026-06-09 14:33:31,818][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:33:31,818][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:33:31,818][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:33:31,819][DEBUG][http-nio-1024-exec-10] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:33:31,820][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:33:31,820][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:31,820][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:31,821][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1d575451[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:31,821][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:31,821][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:31,821][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:31,822][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@41970169[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:31,822][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:31,822][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:31,822][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:31,823][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4f713de9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:31,823][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:31,823][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:31,823][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:31,824][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@24d5ef90[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:31,824][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:31,824][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:33:31,824][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590100, [49, 55, 56, 48, 57, 56, 54, 56, 49, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:33:31,824][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590100, [49, 55, 56, 48, 57, 56, 54, 56, 49, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@ec2d74a[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590100, [49, 55, 56, 48, 57, 56, 54, 56, 49, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:33:31,824][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:33:31,825][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:33:31,825][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@142d99f9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:33:31,825][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:33:31,825][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:33:31,825][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:33:31,826][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:33:31,834][DEBUG][http-nio-1024-exec-7] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:33:31,835][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@11a5e2b] (Logger.java:49) +[2026-06-09 14:33:31,838][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:33:31,839][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:33:31,840][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:33:31,877][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:33:31,877][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@142d99f9] (Logger.java:49) +[2026-06-09 14:33:31,878][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:33:31,878][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:33:31,878][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:34:00,565][DEBUG][http-nio-1024-exec-6] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:34:00,566][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:34:00,566][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:00,566][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:00,567][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@388b5c7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:00,567][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:00,567][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:00,567][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:00,568][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6731e1ea[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:00,568][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:00,568][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:00,569][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:00,569][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@15fac6f9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:00,570][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:00,570][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:00,570][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:00,570][DEBUG][redisson-netty-2-30] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6a33f2fe[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:00,571][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:00,571][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:00,571][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590071, [49, 55, 56, 48, 57, 56, 54, 56, 52, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:00,571][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590071, [49, 55, 56, 48, 57, 56, 54, 56, 52, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3497622d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590071, [49, 55, 56, 48, 57, 56, 54, 56, 52, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:00,572][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:00,572][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:00,572][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13bc6de6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:00,572][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:00,573][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:00,573][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:34:00,573][DEBUG][http-nio-1024-exec-6] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:00,682][DEBUG][http-nio-1024-exec-6] <== Total: 73 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:00,682][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13bc6de6] (Logger.java:49) +[2026-06-09 14:34:00,688][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:34:00,689][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:34:00,691][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:34:00,692][DEBUG][http-nio-1024-exec-9] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:34:00,692][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:34:00,692][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:00,693][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:00,694][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3884eaa3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:00,694][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:00,694][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:00,694][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:00,695][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@578ab50b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:00,695][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:00,695][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:00,695][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:00,697][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@14ca3b97[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:00,697][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:00,697][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:00,697][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:00,698][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1320d51c[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:00,699][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:00,699][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:00,699][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590071, [49, 55, 56, 48, 57, 56, 54, 56, 52, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:00,700][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590071, [49, 55, 56, 48, 57, 56, 54, 56, 52, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ac3f1c4[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590071, [49, 55, 56, 48, 57, 56, 54, 56, 52, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:00,700][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:00,701][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:00,701][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@75c3c3a3] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:00,701][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:00,701][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:00,701][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:34:00,702][DEBUG][http-nio-1024-exec-9] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:00,811][DEBUG][http-nio-1024-exec-9] <== Total: 73 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:00,811][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@75c3c3a3] (Logger.java:49) +[2026-06-09 14:34:00,822][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:34:00,822][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:34:00,824][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:34:04,321][DEBUG][http-nio-1024-exec-1] POST "/menu/update", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:34:04,321][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#updateMenu(MenuUpdateForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:34:04,321][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:04,321][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:04,322][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@35cd2941[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:04,322][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:04,322][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:04,323][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:04,323][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@8c69ec8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:04,323][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:04,323][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:04,324][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:04,325][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2439be06[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:04,325][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:04,325][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:04,325][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:04,325][DEBUG][redisson-netty-2-24] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@45a027a6[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:04,326][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:04,326][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:04,326][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590067, [49, 55, 56, 48, 57, 56, 54, 56, 52, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:04,326][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590067, [49, 55, 56, 48, 57, 56, 54, 56, 52, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3236e2a8[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590067, [49, 55, 56, 48, 57, 56, 54, 56, 52, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:04,327][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:04,328][DEBUG][http-nio-1024-exec-1] Read "application/json;charset=UTF-8" to [MenuUpdateForm(menuId=10009, updateUserId=null)] (LogFormatUtils.java:120) +[2026-06-09 14:34:04,329][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:04,329][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@196f63c9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:04,329][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:04,329][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:04,329][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT menu_id,menu_name,menu_type,parent_id,sort,path,component,frame_flag,frame_url,cache_flag,visible_flag,disabled_flag,api_perms,perms_type,web_perms,icon,context_menu_id,deleted_flag,create_time,create_user_id,update_time,update_user_id FROM t_menu WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:34:04,329][DEBUG][http-nio-1024-exec-1] ==> Parameters: 10009(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:04,393][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:04,393][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@196f63c9] (Logger.java:49) +[2026-06-09 14:34:04,394][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:04,394][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15df1eff] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:04,394][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:04,394][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:04,394][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_menu where menu_name = ? and parent_id = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:04,394][DEBUG][http-nio-1024-exec-1] ==> Parameters: 案件办理(String), 10000(Long), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:04,501][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:04,501][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15df1eff] (Logger.java:49) +[2026-06-09 14:34:04,501][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:04,501][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3768169c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:04,502][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:04,502][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:04,502][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_menu where web_perms = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:04,503][DEBUG][http-nio-1024-exec-1] ==> Parameters: jwpy:flow:ajbl(String), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:04,598][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:04,598][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3768169c] (Logger.java:49) +[2026-06-09 14:34:04,598][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:04,598][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ceb7392] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:04,599][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:04,599][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:04,599][DEBUG][http-nio-1024-exec-1] ==> Preparing: UPDATE t_menu SET menu_name=?, menu_type=?, parent_id=?, sort=?, path=?, component=?, frame_flag=?, cache_flag=?, visible_flag=?, disabled_flag=?, web_perms=?, update_user_id=? WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:34:04,601][DEBUG][http-nio-1024-exec-1] ==> Parameters: 案件办理(String), 2(Integer), 10000(Long), 2(Integer), /jwpy/flow/ajbl(String), jwpy/jwpy/flow/index(String), false(Boolean), false(Boolean), true(Boolean), false(Boolean), jwpy:flow:ajbl(String), 1(Long), 10009(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:04,673][DEBUG][http-nio-1024-exec-1] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:04,673][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ceb7392] (Logger.java:49) +[2026-06-09 14:34:04,679][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:34:04,679][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:34:04,679][DEBUG][smart-operate-log42] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:04,679][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:34:04,679][DEBUG][smart-operate-log42] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6551ab7e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:04,680][DEBUG][smart-operate-log42] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:04,680][DEBUG][smart-operate-log42] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:04,680][DEBUG][smart-operate-log42] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:04,681][DEBUG][smart-operate-log42] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 系统-菜单(String), 更新菜单 @author 卓大(String), /menu/update(String), net.lab1024.sa.admin.module.system.menu.controller.MenuController.updateMenu(String), POST(String), UPDATE(String), [{"updateUserId":1,"disabledFlag":false,"menuName":"案件办理","sort":2,"frameFlag":false,"parentId":10000,"path":"/jwpy/flow/ajbl","component":"jwpy/jwpy/flow/index","cacheFlag":false,"menuId":10009,"menuType":2,"webPerms":"jwpy:flow:ajbl","visibleFlag":true}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:04,724][DEBUG][http-nio-1024-exec-8] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:34:04,724][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:34:04,724][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:04,725][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:04,727][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7a8f3f38[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:04,727][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:04,727][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:04,727][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:04,729][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@14cddf19[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:04,729][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:04,729][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:04,729][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:04,730][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2796942[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:04,731][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:04,731][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:04,731][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:04,732][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@11fcd163[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:04,732][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:04,732][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:04,732][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590067, [49, 55, 56, 48, 57, 56, 54, 56, 52, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:04,733][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590067, [49, 55, 56, 48, 57, 56, 54, 56, 52, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@32582400[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590067, [49, 55, 56, 48, 57, 56, 54, 56, 52, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:04,733][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:04,733][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:04,733][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7f0f6d93] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:04,734][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:04,734][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:04,734][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:34:04,734][DEBUG][http-nio-1024-exec-8] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:04,736][DEBUG][smart-operate-log42] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6551ab7e] (Logger.java:49) +[2026-06-09 14:34:04,736][DEBUG][smart-operate-log42] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:34:04,736][DEBUG][smart-operate-log42] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:34:04,805][DEBUG][http-nio-1024-exec-8] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:04,805][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7f0f6d93] (Logger.java:49) +[2026-06-09 14:34:04,808][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:34:04,808][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:34:04,809][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:34:08,216][DEBUG][http-nio-1024-exec-10] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:34:08,217][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:34:08,217][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:08,217][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:08,218][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@496af55d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:08,219][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:08,219][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:08,219][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:08,222][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@56a93d7f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:08,223][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:08,228][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:08,228][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:08,230][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@9711132[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:08,230][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:08,230][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:08,231][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:08,232][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@10d8094f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:08,232][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:08,232][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:08,233][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590064, [49, 55, 56, 48, 57, 56, 54, 56, 52, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:08,234][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590064, [49, 55, 56, 48, 57, 56, 54, 56, 52, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6295498[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590064, [49, 55, 56, 48, 57, 56, 54, 56, 52, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:08,234][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:08,234][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:08,235][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5ed7868e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:08,235][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:08,235][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:08,235][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:34:08,236][DEBUG][http-nio-1024-exec-10] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:08,331][DEBUG][http-nio-1024-exec-10] <== Total: 73 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:08,332][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5ed7868e] (Logger.java:49) +[2026-06-09 14:34:08,336][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:34:08,336][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:34:08,337][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:34:08,337][DEBUG][http-nio-1024-exec-2] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:34:08,338][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:34:08,338][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:08,338][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:08,339][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@76c9156[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:08,339][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:08,339][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:08,340][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:08,340][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@ef41d85[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:08,340][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:08,341][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:08,341][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:08,341][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2ed6e005[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:08,341][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:08,341][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:08,341][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:08,342][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3d58b195[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:08,342][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:08,342][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:08,342][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590064, [49, 55, 56, 48, 57, 56, 54, 56, 52, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:08,343][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590064, [49, 55, 56, 48, 57, 56, 54, 56, 52, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3d409418[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590064, [49, 55, 56, 48, 57, 56, 54, 56, 52, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:08,343][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:08,344][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:08,344][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@219ed6f7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:08,344][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:08,344][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:08,345][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:34:08,345][DEBUG][http-nio-1024-exec-2] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:08,453][DEBUG][http-nio-1024-exec-2] <== Total: 73 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:08,453][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@219ed6f7] (Logger.java:49) +[2026-06-09 14:34:08,457][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:34:08,457][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:34:08,458][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:34:11,223][DEBUG][http-nio-1024-exec-9] POST "/menu/update", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:34:11,224][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#updateMenu(MenuUpdateForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:34:11,224][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:11,224][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:11,226][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@b9e130[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:11,226][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:11,226][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:11,226][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:11,227][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6215f7ee[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:11,227][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:11,228][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:11,228][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:11,229][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@46eca735[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:11,229][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:11,231][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:11,231][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:11,232][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1ade085d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:11,237][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:11,237][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:11,237][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590061, [49, 55, 56, 48, 57, 56, 54, 56, 53, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:11,240][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590061, [49, 55, 56, 48, 57, 56, 54, 56, 53, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6c5681fc[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590061, [49, 55, 56, 48, 57, 56, 54, 56, 53, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:11,240][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:11,240][DEBUG][http-nio-1024-exec-9] Read "application/json;charset=UTF-8" to [MenuUpdateForm(menuId=10002, updateUserId=null)] (LogFormatUtils.java:120) +[2026-06-09 14:34:11,241][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:11,241][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@391413d5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:11,241][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:11,241][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:11,241][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT menu_id,menu_name,menu_type,parent_id,sort,path,component,frame_flag,frame_url,cache_flag,visible_flag,disabled_flag,api_perms,perms_type,web_perms,icon,context_menu_id,deleted_flag,create_time,create_user_id,update_time,update_user_id FROM t_menu WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:34:11,242][DEBUG][http-nio-1024-exec-9] ==> Parameters: 10002(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:11,313][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:11,313][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@391413d5] (Logger.java:49) +[2026-06-09 14:34:11,313][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:11,313][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2d008cb3] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:11,313][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:11,314][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:11,314][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_menu where menu_name = ? and parent_id = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:11,314][DEBUG][http-nio-1024-exec-9] ==> Parameters: 户政窗口(String), 10000(Long), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:11,370][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:11,371][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2d008cb3] (Logger.java:49) +[2026-06-09 14:34:11,371][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:11,371][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2682d9a9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:11,371][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:11,371][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:11,372][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_menu where web_perms = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:11,372][DEBUG][http-nio-1024-exec-9] ==> Parameters: jwpy:flow:hz(String), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:11,433][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:11,433][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2682d9a9] (Logger.java:49) +[2026-06-09 14:34:11,433][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:11,434][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4e8a06c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:11,434][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:11,434][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:11,434][DEBUG][http-nio-1024-exec-9] ==> Preparing: UPDATE t_menu SET menu_name=?, menu_type=?, parent_id=?, sort=?, path=?, component=?, frame_flag=?, cache_flag=?, visible_flag=?, disabled_flag=?, web_perms=?, update_user_id=? WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:34:11,436][DEBUG][http-nio-1024-exec-9] ==> Parameters: 户政窗口(String), 2(Integer), 10000(Long), 3(Integer), /jwpy/flow/hz(String), jwpy/jwpy/flow/index(String), false(Boolean), false(Boolean), true(Boolean), false(Boolean), jwpy:flow:hz(String), 1(Long), 10002(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:11,482][DEBUG][http-nio-1024-exec-9] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:11,482][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4e8a06c] (Logger.java:49) +[2026-06-09 14:34:11,484][DEBUG][smart-operate-log43] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:11,484][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:34:11,484][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:34:11,484][DEBUG][smart-operate-log43] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1e39eb1a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:11,484][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:34:11,488][DEBUG][smart-operate-log43] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:11,488][DEBUG][smart-operate-log43] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:11,488][DEBUG][smart-operate-log43] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:11,489][DEBUG][smart-operate-log43] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 系统-菜单(String), 更新菜单 @author 卓大(String), /menu/update(String), net.lab1024.sa.admin.module.system.menu.controller.MenuController.updateMenu(String), POST(String), UPDATE(String), [{"updateUserId":1,"disabledFlag":false,"menuName":"户政窗口","sort":3,"frameFlag":false,"parentId":10000,"path":"/jwpy/flow/hz","component":"jwpy/jwpy/flow/index","cacheFlag":false,"menuId":10002,"menuType":2,"webPerms":"jwpy:flow:hz","visibleFlag":true}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:11,515][DEBUG][http-nio-1024-exec-1] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:34:11,515][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:34:11,515][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:11,515][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:11,517][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@10e48a9a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:11,517][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:11,517][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:11,517][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:11,518][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7dc02acb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:11,518][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:11,518][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:11,519][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:11,519][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5fbc79d7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:11,519][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:11,519][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:11,519][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:11,520][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6e99c9b1[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:11,520][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:11,520][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:11,520][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590061, [49, 55, 56, 48, 57, 56, 54, 56, 53, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:11,521][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590061, [49, 55, 56, 48, 57, 56, 54, 56, 53, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@addd55e[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590061, [49, 55, 56, 48, 57, 56, 54, 56, 53, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:11,521][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:11,521][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:11,521][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@74312d32] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:11,521][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:11,521][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:11,521][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:34:11,522][DEBUG][http-nio-1024-exec-1] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:11,552][DEBUG][smart-operate-log43] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1e39eb1a] (Logger.java:49) +[2026-06-09 14:34:11,552][DEBUG][smart-operate-log43] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:34:11,552][DEBUG][smart-operate-log43] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:34:11,708][DEBUG][http-nio-1024-exec-1] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:11,709][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@74312d32] (Logger.java:49) +[2026-06-09 14:34:11,712][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:34:11,712][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:34:11,714][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:34:19,226][DEBUG][http-nio-1024-exec-4] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:34:19,226][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:34:19,226][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:19,227][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:19,228][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@e223259[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:19,228][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:19,228][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:19,228][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:19,228][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7e524e4a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:19,229][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:19,229][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:19,229][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:19,230][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@fac1d5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:19,230][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:19,230][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:19,230][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:19,231][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2e232991[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:19,232][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:19,232][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:19,232][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590053, [49, 55, 56, 48, 57, 56, 54, 56, 53, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:19,232][DEBUG][redisson-netty-2-22] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590053, [49, 55, 56, 48, 57, 56, 54, 56, 53, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@74837a09[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590053, [49, 55, 56, 48, 57, 56, 54, 56, 53, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:19,232][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:19,233][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:19,233][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1a3b4e65] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:19,233][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:19,233][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:19,233][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:34:19,234][DEBUG][http-nio-1024-exec-4] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:19,360][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:19,360][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2de326ec] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:19,360][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:19,360][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:19,361][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:34:19,361][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:34:19,375][DEBUG][http-nio-1024-exec-4] <== Total: 73 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:19,375][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1a3b4e65] (Logger.java:49) +[2026-06-09 14:34:19,379][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:34:19,379][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:34:19,380][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:34:19,382][DEBUG][http-nio-1024-exec-7] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:34:19,382][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:34:19,382][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:19,382][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:19,383][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@17a319fb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:19,383][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:19,383][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:19,384][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:19,384][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2501eaaa[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:19,384][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:19,385][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:19,385][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:19,386][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5e8c5025[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:19,386][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:19,386][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:19,386][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:19,387][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7b381d74[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:19,387][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:19,387][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:19,387][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590053, [49, 55, 56, 48, 57, 56, 54, 56, 53, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:19,387][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590053, [49, 55, 56, 48, 57, 56, 54, 56, 53, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@686f6e7c[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590053, [49, 55, 56, 48, 57, 56, 54, 56, 53, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:19,387][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:19,388][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:19,388][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6ec8b64e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:19,388][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:19,388][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:19,388][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:34:19,389][DEBUG][http-nio-1024-exec-7] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:19,417][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:19,417][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2de326ec] (Logger.java:49) +[2026-06-09 14:34:19,491][DEBUG][http-nio-1024-exec-7] <== Total: 73 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:19,492][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6ec8b64e] (Logger.java:49) +[2026-06-09 14:34:19,496][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:34:19,496][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:34:19,497][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:34:25,992][DEBUG][http-nio-1024-exec-6] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:34:25,993][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:34:25,993][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:25,993][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:25,994][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4579fd70[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:25,994][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:25,994][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:25,994][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:25,995][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@77a6cb47[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:25,995][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:25,995][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:25,995][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:25,996][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@74319e34[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:25,996][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:25,997][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:25,997][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:25,997][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@f2abbd7[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:25,997][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:25,998][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:25,998][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590046, [49, 55, 56, 48, 57, 56, 54, 56, 54, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:25,998][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590046, [49, 55, 56, 48, 57, 56, 54, 56, 54, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6acfbc97[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590046, [49, 55, 56, 48, 57, 56, 54, 56, 54, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:25,998][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:25,998][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:25,998][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@610a9440] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:25,999][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:25,999][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:25,999][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:34:26,000][DEBUG][http-nio-1024-exec-6] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:26,134][DEBUG][http-nio-1024-exec-6] <== Total: 73 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:26,135][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@610a9440] (Logger.java:49) +[2026-06-09 14:34:26,140][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:34:26,140][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:34:26,141][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:34:26,142][DEBUG][http-nio-1024-exec-9] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:34:26,142][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:34:26,142][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:26,142][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:26,143][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5f8d9e12[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:26,143][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:26,143][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:26,143][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:26,144][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4b11e6dd[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:26,144][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:26,144][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:26,144][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:26,145][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3aa509f6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:26,145][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:26,145][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:26,145][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:26,145][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5c2167aa[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:26,146][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:26,146][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:26,146][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590046, [49, 55, 56, 48, 57, 56, 54, 56, 54, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:26,147][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590046, [49, 55, 56, 48, 57, 56, 54, 56, 54, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@33264424[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590046, [49, 55, 56, 48, 57, 56, 54, 56, 54, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:26,147][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:26,148][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:26,148][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4bb24bcd] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:26,148][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:26,148][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:26,148][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:34:26,149][DEBUG][http-nio-1024-exec-9] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:26,246][DEBUG][http-nio-1024-exec-9] <== Total: 73 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:26,246][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4bb24bcd] (Logger.java:49) +[2026-06-09 14:34:26,250][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:34:26,250][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:34:26,251][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:34:30,070][DEBUG][http-nio-1024-exec-1] POST "/menu/update", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:34:30,070][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#updateMenu(MenuUpdateForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:34:30,071][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:30,071][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:30,072][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@62fbbd59[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:30,073][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:30,073][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:30,073][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:30,074][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@12f048c3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:30,074][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:30,074][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:30,074][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:30,075][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@f7b450f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:30,075][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:30,075][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:30,075][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:30,076][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@c0ecd27[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:30,076][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:30,076][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:30,076][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590042, [49, 55, 56, 48, 57, 56, 54, 56, 55, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:30,077][DEBUG][redisson-netty-2-26] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590042, [49, 55, 56, 48, 57, 56, 54, 56, 55, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@77c1c5f8[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590042, [49, 55, 56, 48, 57, 56, 54, 56, 55, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:30,077][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:30,078][DEBUG][http-nio-1024-exec-1] Read "application/json;charset=UTF-8" to [MenuUpdateForm(menuId=10003, updateUserId=null)] (LogFormatUtils.java:120) +[2026-06-09 14:34:30,079][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:30,079][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@80044d9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:30,079][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:30,079][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:30,079][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT menu_id,menu_name,menu_type,parent_id,sort,path,component,frame_flag,frame_url,cache_flag,visible_flag,disabled_flag,api_perms,perms_type,web_perms,icon,context_menu_id,deleted_flag,create_time,create_user_id,update_time,update_user_id FROM t_menu WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:34:30,080][DEBUG][http-nio-1024-exec-1] ==> Parameters: 10003(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:30,152][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:30,153][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@80044d9] (Logger.java:49) +[2026-06-09 14:34:30,155][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:30,155][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6de6748] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:30,155][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:30,155][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:30,155][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_menu where menu_name = ? and parent_id = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:30,156][DEBUG][http-nio-1024-exec-1] ==> Parameters: 出入境(String), 10000(Long), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:30,258][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:30,258][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6de6748] (Logger.java:49) +[2026-06-09 14:34:30,258][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:30,258][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@643e16b2] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:30,259][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:30,259][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:30,259][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_menu where web_perms = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:30,259][DEBUG][http-nio-1024-exec-1] ==> Parameters: jwpy:flow:crj(String), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:30,377][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:30,378][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@643e16b2] (Logger.java:49) +[2026-06-09 14:34:30,378][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:30,378][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1f0b0307] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:30,379][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:30,379][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:30,379][DEBUG][http-nio-1024-exec-1] ==> Preparing: UPDATE t_menu SET menu_name=?, menu_type=?, parent_id=?, sort=?, path=?, component=?, frame_flag=?, cache_flag=?, visible_flag=?, disabled_flag=?, web_perms=?, update_user_id=? WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:34:30,380][DEBUG][http-nio-1024-exec-1] ==> Parameters: 出入境(String), 2(Integer), 10000(Long), 5(Integer), /jwpy/flow/crj(String), jwpy/jwpy/flow/index(String), false(Boolean), false(Boolean), true(Boolean), false(Boolean), jwpy:flow:crj(String), 1(Long), 10003(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:30,433][DEBUG][http-nio-1024-exec-1] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:30,433][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1f0b0307] (Logger.java:49) +[2026-06-09 14:34:30,437][DEBUG][smart-operate-log44] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:30,437][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:34:30,437][DEBUG][smart-operate-log44] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@14298e17] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:30,437][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:34:30,437][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:34:30,437][DEBUG][smart-operate-log44] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:30,438][DEBUG][smart-operate-log44] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:19.198}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:30,438][DEBUG][smart-operate-log44] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:30,438][DEBUG][smart-operate-log44] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 系统-菜单(String), 更新菜单 @author 卓大(String), /menu/update(String), net.lab1024.sa.admin.module.system.menu.controller.MenuController.updateMenu(String), POST(String), UPDATE(String), [{"updateUserId":1,"disabledFlag":false,"menuName":"出入境","sort":5,"frameFlag":false,"parentId":10000,"path":"/jwpy/flow/crj","component":"jwpy/jwpy/flow/index","cacheFlag":false,"menuId":10003,"menuType":2,"webPerms":"jwpy:flow:crj","visibleFlag":true}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:30,478][DEBUG][http-nio-1024-exec-8] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:34:30,478][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:34:30,478][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:30,478][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:30,480][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@257d6143[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:30,480][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:30,480][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:30,481][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:30,482][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2ba1d284[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:30,482][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:30,482][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:30,482][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:30,484][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@560aa22e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:30,484][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:30,484][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:30,485][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:30,485][DEBUG][redisson-netty-2-22] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6918045a[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:30,485][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:30,485][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:30,486][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590042, [49, 55, 56, 48, 57, 56, 54, 56, 55, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:30,486][DEBUG][redisson-netty-2-1] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590042, [49, 55, 56, 48, 57, 56, 54, 56, 55, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@69c1a9b0[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590042, [49, 55, 56, 48, 57, 56, 54, 56, 55, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:30,486][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:30,487][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:30,487][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@54087049] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:30,487][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:30,487][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:30,487][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:34:30,488][DEBUG][http-nio-1024-exec-8] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:30,509][DEBUG][smart-operate-log44] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@14298e17] (Logger.java:49) +[2026-06-09 14:34:30,510][DEBUG][smart-operate-log44] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:34:30,510][DEBUG][smart-operate-log44] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:34:30,621][DEBUG][http-nio-1024-exec-8] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:30,621][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@54087049] (Logger.java:49) +[2026-06-09 14:34:30,625][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:34:30,625][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:34:30,626][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:34:38,693][DEBUG][http-nio-1024-exec-10] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:34:38,693][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:34:38,694][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:38,694][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:38,695][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@57f3c15c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:38,695][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:38,695][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:38,695][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:38,695][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1b530c81[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:38,695][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:38,696][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:38,696][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:38,697][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@387099be[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:38,697][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:38,697][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:38,697][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:38,699][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@94a76b9[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:38,699][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:38,700][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:38,700][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590034, [49, 55, 56, 48, 57, 56, 54, 56, 55, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:38,702][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590034, [49, 55, 56, 48, 57, 56, 54, 56, 55, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@11827b63[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590034, [49, 55, 56, 48, 57, 56, 54, 56, 55, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:38,702][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:38,703][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:38,703][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2cd77984] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:38,703][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:38,703][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:38,703][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:34:38,704][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:38,781][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:38,781][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2cd77984] (Logger.java:49) +[2026-06-09 14:34:38,781][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:38,781][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2366acb0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:38,782][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:38,782][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:38,782][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:34:38,783][DEBUG][http-nio-1024-exec-10] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:38,848][DEBUG][http-nio-1024-exec-10] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:38,848][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2366acb0] (Logger.java:49) +[2026-06-09 14:34:38,854][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:38,854][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@22b73186] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:38,854][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:38,854][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:38,854][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:34:38,855][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:38,900][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:38,900][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@22b73186] (Logger.java:49) +[2026-06-09 14:34:38,900][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:38,901][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@23475b48] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:38,901][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:38,901][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:38,901][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:34:38,901][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:38,953][DEBUG][http-nio-1024-exec-10] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:38,953][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@23475b48] (Logger.java:49) +[2026-06-09 14:34:38,954][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:38,954][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5ba8676f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:38,954][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:38,955][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:38,955][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:34:38,956][DEBUG][http-nio-1024-exec-10] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:39,096][DEBUG][http-nio-1024-exec-10] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:39,097][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5ba8676f] (Logger.java:49) +[2026-06-09 14:34:39,102][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:39,103][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4088569d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:39,103][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:39,103][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:39,103][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:39,104][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:39,158][DEBUG][http-nio-1024-exec-10] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:39,158][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4088569d] (Logger.java:49) +[2026-06-09 14:34:39,158][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:39,158][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@590cd8df] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:39,159][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:39,159][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:39,159][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:39,159][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:39,238][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:39,238][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@590cd8df] (Logger.java:49) +[2026-06-09 14:34:39,239][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:39,239][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:39,240][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@559f80a8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:39,240][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:39,240][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:39,240][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:39,241][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@405c533c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:39,241][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:39,246][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:34:39,247][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:34:39,249][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:34:39,253][DEBUG][http-nio-1024-exec-6] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:34:39,253][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:34:39,253][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:39,254][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:39,254][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@a7fe60c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:39,255][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:39,255][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:39,255][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:39,255][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4635a6c1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:39,255][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:39,255][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:39,255][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:39,256][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@774223cb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:39,256][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:39,256][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:39,256][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:39,257][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@38a5c5d1[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:39,257][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:39,257][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:39,257][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590033, [49, 55, 56, 48, 57, 56, 54, 56, 55, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:39,257][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590033, [49, 55, 56, 48, 57, 56, 54, 56, 55, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1d34519e[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590033, [49, 55, 56, 48, 57, 56, 54, 56, 55, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:39,257][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:39,257][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:39,258][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3ba528d6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:39,258][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:39,258][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:39,258][DEBUG][http-nio-1024-exec-6] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:34:39,258][DEBUG][http-nio-1024-exec-6] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:34:39,315][DEBUG][http-nio-1024-exec-6] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:39,316][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3ba528d6] (Logger.java:49) +[2026-06-09 14:34:39,317][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:34:39,318][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:34:39,318][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:34:39,347][DEBUG][http-nio-1024-exec-3] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:34:39,347][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:34:39,347][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:39,347][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:39,348][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@73a0ff6d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:39,348][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:39,348][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:39,348][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:39,349][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3e7b0d83[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:39,349][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:39,349][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:39,349][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:39,349][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2e1fc6c2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:39,349][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:39,349][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:39,349][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:39,350][DEBUG][redisson-netty-2-24] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3bf91448[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:39,350][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:39,350][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:39,350][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590033, [49, 55, 56, 48, 57, 56, 54, 56, 55, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:39,351][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590033, [49, 55, 56, 48, 57, 56, 54, 56, 55, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2c7a5956[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590033, [49, 55, 56, 48, 57, 56, 54, 56, 55, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:39,351][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:39,352][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:34:39,352][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4b8e04ba] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:34:39,352][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:34:39,352][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:34:39,352][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:34:39,352][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:34:39,402][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:34:39,402][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4b8e04ba] (Logger.java:49) +[2026-06-09 14:34:39,402][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:34:39,403][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:34:39,403][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:34:46,948][DEBUG][http-nio-1024-exec-5] GET "/department/listAll", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:34:46,948][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.department.controller.DepartmentController#listAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:34:46,948][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:46,948][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:46,950][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@48691ea2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:46,950][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:46,950][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:46,950][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:46,951][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@686e91a3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:46,951][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:46,951][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:46,951][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:46,952][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5d283d9e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:46,952][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:46,952][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:46,952][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:46,956][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@25827ca5[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:46,956][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:46,956][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:34:46,957][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590025, [49, 55, 56, 48, 57, 56, 54, 56, 56, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:34:46,958][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590025, [49, 55, 56, 48, 57, 56, 54, 56, 56, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@60ab1592[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2590025, [49, 55, 56, 48, 57, 56, 54, 56, 56, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:34:46,958][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:34:46,960][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:34:46,960][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DepartmentVO(departmentId=1, name=安徽省公安厅, m (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:34:46,960][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:35:08,406][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:08,408][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2d3b0abb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:08,410][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:08,412][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:08,413][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 14:35:08,422][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:35:08,523][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:08,524][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2d3b0abb] (Logger.java:49) +[2026-06-09 14:35:19,422][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:19,423][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@71397105] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:19,423][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:19,424][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:19,424][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:35:19,424][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:35:19,518][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:19,518][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@71397105] (Logger.java:49) +[2026-06-09 14:35:29,026][DEBUG][http-nio-1024-exec-7] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:35:29,027][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:35:29,027][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:29,027][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:29,028][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@611f73e9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:29,029][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:29,029][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:29,029][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:29,029][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2f195f14[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:29,029][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:29,030][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:29,030][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:29,030][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4a55e797[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:29,030][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:29,030][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:29,031][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:29,031][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@494a798[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:29,031][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:29,031][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:29,031][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589983, [49, 55, 56, 48, 57, 56, 54, 57, 50, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:29,032][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589983, [49, 55, 56, 48, 57, 56, 54, 57, 50, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3f8d0034[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589983, [49, 55, 56, 48, 57, 56, 54, 57, 50, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:29,033][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:29,033][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:29,033][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@44ae31fe] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:29,033][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:29,033][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:29,034][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:35:29,034][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:29,083][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:29,083][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@44ae31fe] (Logger.java:49) +[2026-06-09 14:35:29,083][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:29,083][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5998b775] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:29,084][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:29,084][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:29,084][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:35:29,084][DEBUG][http-nio-1024-exec-7] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:29,232][DEBUG][http-nio-1024-exec-7] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:29,232][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5998b775] (Logger.java:49) +[2026-06-09 14:35:29,240][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:29,240][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@56322d1b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:29,240][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:29,240][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:29,240][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:35:29,241][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:29,300][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:29,300][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@56322d1b] (Logger.java:49) +[2026-06-09 14:35:29,300][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:29,300][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6252a126] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:29,300][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:29,300][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:29,300][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:35:29,301][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:29,358][DEBUG][http-nio-1024-exec-7] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:29,359][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6252a126] (Logger.java:49) +[2026-06-09 14:35:29,359][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:29,359][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@57465d53] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:29,359][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:29,359][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:29,359][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:35:29,360][DEBUG][http-nio-1024-exec-7] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:29,489][DEBUG][http-nio-1024-exec-7] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:29,489][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@57465d53] (Logger.java:49) +[2026-06-09 14:35:29,495][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:29,495][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4bf97bd1] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:29,496][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:29,496][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:29,496][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:29,500][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:29,567][DEBUG][http-nio-1024-exec-7] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:29,568][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4bf97bd1] (Logger.java:49) +[2026-06-09 14:35:29,568][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:29,568][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ce4dd40] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:29,568][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:29,568][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:29,568][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:29,568][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:29,635][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:29,635][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ce4dd40] (Logger.java:49) +[2026-06-09 14:35:29,635][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:29,646][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:29,649][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@55ba2cf5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:29,649][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:29,649][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:29,650][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:29,651][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@528caaa4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:29,651][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:29,658][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:35:29,659][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:35:29,661][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:35:29,668][DEBUG][http-nio-1024-exec-2] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:35:29,670][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:35:29,670][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:29,670][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:29,672][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@14a285af[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:29,673][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:29,673][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:29,673][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:29,674][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1d6a614a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:29,675][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:29,676][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:29,676][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:29,679][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6455ed98[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:29,679][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:29,679][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:29,680][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:29,681][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@428609d1[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:29,682][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:29,682][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:29,682][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589982, [49, 55, 56, 48, 57, 56, 54, 57, 50, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:29,684][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589982, [49, 55, 56, 48, 57, 56, 54, 57, 50, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2e7a3124[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589982, [49, 55, 56, 48, 57, 56, 54, 57, 50, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:29,685][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:29,685][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:29,686][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@d37d19b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:29,686][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:29,686][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:29,686][DEBUG][http-nio-1024-exec-2] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:35:29,687][DEBUG][http-nio-1024-exec-2] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:35:29,736][DEBUG][http-nio-1024-exec-2] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:29,736][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@d37d19b] (Logger.java:49) +[2026-06-09 14:35:29,738][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:35:29,739][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:35:29,739][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:35:29,771][DEBUG][http-nio-1024-exec-9] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:35:29,773][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:35:29,773][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:29,773][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:29,775][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@40779ed9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:29,778][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:29,778][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:29,778][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:29,783][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3c8277a4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:29,784][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:29,784][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:29,784][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:29,796][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@72c95388[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:29,797][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:29,797][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:29,797][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:29,798][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@65d38252[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:29,798][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:29,798][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:29,799][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589982, [49, 55, 56, 48, 57, 56, 54, 57, 50, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:29,800][DEBUG][redisson-netty-2-4] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589982, [49, 55, 56, 48, 57, 56, 54, 57, 50, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@473f8489[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589982, [49, 55, 56, 48, 57, 56, 54, 57, 50, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:29,800][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:29,800][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:29,800][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6bd963ff] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:29,801][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:29,801][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:29,801][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:35:29,802][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:29,847][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:29,847][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6bd963ff] (Logger.java:49) +[2026-06-09 14:35:29,847][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:35:29,847][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:35:29,848][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:35:29,857][DEBUG][http-nio-1024-exec-1] GET "/department/listAll", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:35:29,857][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.department.controller.DepartmentController#listAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:35:29,857][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:29,858][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:29,859][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7fa08986[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:29,859][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:29,859][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:29,859][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:29,860][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1def699d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:29,860][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:29,860][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:29,866][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:29,872][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@67f2f8f2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:29,872][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:29,873][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:29,873][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:29,874][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2028678d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:29,874][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:29,874][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:29,874][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589982, [49, 55, 56, 48, 57, 56, 54, 57, 50, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:29,875][DEBUG][redisson-netty-2-28] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589982, [49, 55, 56, 48, 57, 56, 54, 57, 50, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@14526c00[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589982, [49, 55, 56, 48, 57, 56, 54, 57, 50, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:29,876][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:29,876][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:35:29,876][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DepartmentVO(departmentId=1, name=安徽省公安厅, m (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:35:29,877][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:35:35,296][DEBUG][http-nio-1024-exec-8] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:35:35,297][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:35:35,297][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:35,297][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:35,298][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@57599aa7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:35,299][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:35,299][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:35,299][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:35,299][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@49cd2721[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:35,299][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:35,299][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:35,300][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:35,300][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@488c9144[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:35,300][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:35,300][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:35,300][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:35,301][DEBUG][redisson-netty-2-1] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@30c4cd4d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:35,301][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:35,301][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:35,301][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589977, [49, 55, 56, 48, 57, 56, 54, 57, 51, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:35,302][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589977, [49, 55, 56, 48, 57, 56, 54, 57, 51, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7de665[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589977, [49, 55, 56, 48, 57, 56, 54, 57, 51, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:35,302][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:35,302][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:35,303][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6e064208] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:35,303][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:35,303][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:35,303][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:35:35,303][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:35,356][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:35,356][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6e064208] (Logger.java:49) +[2026-06-09 14:35:35,356][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:35,356][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@f144ce] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:35,356][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:35,356][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:35,356][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:35:35,356][DEBUG][http-nio-1024-exec-8] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:35,512][DEBUG][http-nio-1024-exec-8] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:35,512][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@f144ce] (Logger.java:49) +[2026-06-09 14:35:35,517][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:35,517][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2d3f003d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:35,517][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:35,517][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:35,517][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:35:35,518][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:35,614][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:35,614][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2d3f003d] (Logger.java:49) +[2026-06-09 14:35:35,614][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:35,615][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@137c4c35] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:35,615][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:35,615][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:35,615][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:35:35,616][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:35,673][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:35,674][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@137c4c35] (Logger.java:49) +[2026-06-09 14:35:35,674][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:35,674][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4fb64a50] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:35,674][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:35,674][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:35,674][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:35:35,675][DEBUG][http-nio-1024-exec-8] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:35,803][DEBUG][http-nio-1024-exec-8] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:35,803][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4fb64a50] (Logger.java:49) +[2026-06-09 14:35:35,805][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:35,805][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@456ba05c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:35,805][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:35,805][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:35,805][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:35,806][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:35,849][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:35,850][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@456ba05c] (Logger.java:49) +[2026-06-09 14:35:35,850][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:35,850][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@616c85f5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:35,850][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:35,850][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:35,850][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:35,850][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:35,903][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:35,903][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@616c85f5] (Logger.java:49) +[2026-06-09 14:35:35,903][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:35,903][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:35,905][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4343a552[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:35,905][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:35,905][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:35,905][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:35,905][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@47abbccc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:35,905][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:35,907][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:35:35,907][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:35:35,908][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:35:35,912][DEBUG][http-nio-1024-exec-7] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:35:35,912][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:35:35,912][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:35,913][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:35,914][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@18234086[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:35,914][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:35,914][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:35,914][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:35,914][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7cba8d45[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:35,914][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:35,914][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:35,914][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:35,915][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@242299b6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:35,915][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:35,915][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:35,915][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:35,916][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@22e6d8ef[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:35,916][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:35,916][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:35,916][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589976, [49, 55, 56, 48, 57, 56, 54, 57, 51, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:35,917][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589976, [49, 55, 56, 48, 57, 56, 54, 57, 51, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@10695762[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589976, [49, 55, 56, 48, 57, 56, 54, 57, 51, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:35,917][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:35,917][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:35,917][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5e758683] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:35,917][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:35,917][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:35,917][DEBUG][http-nio-1024-exec-7] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:35:35,917][DEBUG][http-nio-1024-exec-7] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:35:35,975][DEBUG][http-nio-1024-exec-7] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:35,975][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5e758683] (Logger.java:49) +[2026-06-09 14:35:35,976][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:35:35,976][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:35:35,976][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:35:36,000][DEBUG][http-nio-1024-exec-2] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:35:36,000][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:35:36,000][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:36,001][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:36,001][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@734beeed[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:36,002][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:36,002][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:36,002][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:36,002][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5ab84784[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:36,002][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:36,003][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:36,003][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:36,004][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@555e6ba6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:36,004][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:36,004][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:36,004][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:36,005][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@653f45ec[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:36,005][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:36,005][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:36,005][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589976, [49, 55, 56, 48, 57, 56, 54, 57, 51, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:36,006][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589976, [49, 55, 56, 48, 57, 56, 54, 57, 51, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@23f64cb6[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589976, [49, 55, 56, 48, 57, 56, 54, 57, 51, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:36,006][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:36,006][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:36,006][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@56d185f8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:36,006][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:36,006][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:36,006][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:35:36,006][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:36,062][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:36,062][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@56d185f8] (Logger.java:49) +[2026-06-09 14:35:36,062][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:35:36,063][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:35:36,063][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:35:36,076][DEBUG][http-nio-1024-exec-9] GET "/department/listAll", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:35:36,076][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.department.controller.DepartmentController#listAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:35:36,077][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:36,077][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:36,077][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@761857f9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:36,078][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:36,078][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:36,078][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:36,078][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3b5578d7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:36,078][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:36,078][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:36,078][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:36,079][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@436e3564[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:36,079][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:36,079][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:36,079][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:36,081][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@193cadb3[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:36,081][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:36,081][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:36,086][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589976, [49, 55, 56, 48, 57, 56, 54, 57, 51, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:36,087][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589976, [49, 55, 56, 48, 57, 56, 54, 57, 51, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@19203c38[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589976, [49, 55, 56, 48, 57, 56, 54, 57, 51, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:36,087][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:36,087][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:35:36,088][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DepartmentVO(departmentId=1, name=安徽省公安厅, m (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:35:36,088][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:35:40,769][DEBUG][http-nio-1024-exec-3] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:35:40,770][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:35:40,770][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:40,770][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:40,771][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5aee8101[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:40,771][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:40,771][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:40,771][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:40,773][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@781e40de[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:40,773][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:40,773][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:40,773][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:40,774][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@15a77b39[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:40,774][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:40,774][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:40,774][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:40,775][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@38c2747d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:40,775][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:40,775][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:40,775][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589971, [49, 55, 56, 48, 57, 56, 54, 57, 52, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:40,775][DEBUG][redisson-netty-2-22] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589971, [49, 55, 56, 48, 57, 56, 54, 57, 52, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@366d0318[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589971, [49, 55, 56, 48, 57, 56, 54, 57, 52, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:40,775][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:40,775][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:40,775][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@c62c3c8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:40,775][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:40,776][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:40,776][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:35:40,776][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:40,837][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:40,838][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@c62c3c8] (Logger.java:49) +[2026-06-09 14:35:40,838][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:40,838][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@192a6e5f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:40,838][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:40,838][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:40,838][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:35:40,838][DEBUG][http-nio-1024-exec-3] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:40,951][DEBUG][http-nio-1024-exec-3] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:40,951][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@192a6e5f] (Logger.java:49) +[2026-06-09 14:35:40,954][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:40,954][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@49fa6faf] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:40,954][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:40,954][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:40,954][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:35:40,954][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:41,002][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:41,003][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@49fa6faf] (Logger.java:49) +[2026-06-09 14:35:41,003][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:41,003][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d1f8f0f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:41,003][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:41,003][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:41,003][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:35:41,004][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:41,055][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:41,056][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d1f8f0f] (Logger.java:49) +[2026-06-09 14:35:41,056][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:41,056][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@77797de7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:41,057][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:41,057][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:41,057][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:35:41,059][DEBUG][http-nio-1024-exec-3] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:41,164][DEBUG][http-nio-1024-exec-3] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:41,164][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@77797de7] (Logger.java:49) +[2026-06-09 14:35:41,170][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:41,170][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3debbdc1] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:41,170][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:41,170][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:41,170][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:41,171][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:41,228][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:41,228][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3debbdc1] (Logger.java:49) +[2026-06-09 14:35:41,228][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:41,229][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@27763ac4] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:41,229][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:41,229][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:41,229][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:41,230][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:41,275][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:41,275][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@27763ac4] (Logger.java:49) +[2026-06-09 14:35:41,275][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:41,276][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:41,278][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3fa7666f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:41,278][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:41,278][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:41,278][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:41,279][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5d4e45ad[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:41,279][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:41,285][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:35:41,286][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:35:41,289][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:35:41,295][DEBUG][http-nio-1024-exec-5] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:35:41,296][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:35:41,296][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:41,296][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:41,297][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@74d7bef2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:41,297][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:41,297][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:41,298][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:41,298][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@75bdf027[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:41,298][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:41,298][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:41,298][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:41,299][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7712b9f5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:41,299][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:41,299][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:41,299][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:41,299][DEBUG][redisson-netty-2-20] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@76226ddf[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:41,299][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:41,299][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:41,300][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589970, [49, 55, 56, 48, 57, 56, 54, 57, 52, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:41,300][DEBUG][redisson-netty-2-30] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589970, [49, 55, 56, 48, 57, 56, 54, 57, 52, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6c851db2[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589970, [49, 55, 56, 48, 57, 56, 54, 57, 52, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:41,300][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:41,300][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:41,300][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@420724b3] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:41,301][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:41,301][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:41,301][DEBUG][http-nio-1024-exec-5] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:35:41,301][DEBUG][http-nio-1024-exec-5] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:35:41,356][DEBUG][http-nio-1024-exec-5] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:41,356][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@420724b3] (Logger.java:49) +[2026-06-09 14:35:41,358][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:35:41,358][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:35:41,359][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:35:41,381][DEBUG][http-nio-1024-exec-4] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:35:41,381][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:35:41,381][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:41,381][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:41,383][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3b13bfeb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:41,383][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:41,383][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:41,383][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:41,384][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3dea4d8f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:41,384][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:41,384][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:41,384][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:41,385][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5a8ee47[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:41,385][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:41,385][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:41,385][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:41,385][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1ab3bb7e[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:41,386][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:41,386][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:41,386][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589970, [49, 55, 56, 48, 57, 56, 54, 57, 52, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:41,387][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589970, [49, 55, 56, 48, 57, 56, 54, 57, 52, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@70b878bb[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589970, [49, 55, 56, 48, 57, 56, 54, 57, 52, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:41,387][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:41,387][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:41,387][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@303be0ad] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:41,388][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:41,388][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:41,388][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:35:41,389][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:41,444][DEBUG][http-nio-1024-exec-4] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:41,445][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@303be0ad] (Logger.java:49) +[2026-06-09 14:35:41,445][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:35:41,445][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:35:41,445][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:35:41,462][DEBUG][http-nio-1024-exec-10] GET "/department/listAll", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:35:41,462][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.department.controller.DepartmentController#listAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:35:41,462][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:41,462][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:41,464][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3523c0db[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:41,464][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:41,464][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:41,464][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:41,465][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2dca3f16[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:41,465][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:41,465][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:41,465][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:41,466][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@44528972[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:41,466][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:41,466][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:41,466][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:41,467][DEBUG][redisson-netty-2-4] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@47b1b91[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:41,467][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:41,467][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:41,467][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589970, [49, 55, 56, 48, 57, 56, 54, 57, 52, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:41,469][DEBUG][redisson-netty-2-24] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589970, [49, 55, 56, 48, 57, 56, 54, 57, 52, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@53c8cb9a[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589970, [49, 55, 56, 48, 57, 56, 54, 57, 52, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:41,469][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:41,471][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:35:41,471][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DepartmentVO(departmentId=1, name=安徽省公安厅, m (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:35:41,472][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:35:45,155][DEBUG][http-nio-1024-exec-2] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:35:45,160][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:35:45,160][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:45,163][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:45,166][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7fe50d00[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:45,171][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:45,171][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:45,172][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:45,173][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@f204f66[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:45,173][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:45,173][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:45,175][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:45,180][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@23f961a1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:45,182][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:45,190][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:45,190][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:45,191][DEBUG][redisson-netty-2-28] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@362751e7[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:45,193][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:45,193][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:45,193][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589966, [49, 55, 56, 48, 57, 56, 54, 57, 52, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:45,193][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589966, [49, 55, 56, 48, 57, 56, 54, 57, 52, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@365d14aa[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589966, [49, 55, 56, 48, 57, 56, 54, 57, 52, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:45,195][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:45,195][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:45,198][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6508be42] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:45,198][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:45,198][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:45,198][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:35:45,199][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:45,253][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:45,253][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6508be42] (Logger.java:49) +[2026-06-09 14:35:45,253][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:45,253][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@46eed4a4] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:45,253][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:45,253][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:45,253][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:35:45,253][DEBUG][http-nio-1024-exec-2] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:45,355][DEBUG][http-nio-1024-exec-2] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:45,355][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@46eed4a4] (Logger.java:49) +[2026-06-09 14:35:45,358][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:45,358][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@10e2e5eb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:45,358][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:45,358][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:45,358][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:35:45,359][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:45,420][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:45,420][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@10e2e5eb] (Logger.java:49) +[2026-06-09 14:35:45,420][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:45,420][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4d7573f7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:45,420][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:45,420][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:45,420][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:35:45,420][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:45,475][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:45,475][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4d7573f7] (Logger.java:49) +[2026-06-09 14:35:45,475][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:45,475][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6daf3eb5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:45,476][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:45,476][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:45,476][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:35:45,477][DEBUG][http-nio-1024-exec-2] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:45,581][DEBUG][http-nio-1024-exec-2] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:45,582][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6daf3eb5] (Logger.java:49) +[2026-06-09 14:35:45,587][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:45,587][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5d549c50] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:45,588][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:45,588][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:45,588][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:45,588][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:45,644][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:45,644][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5d549c50] (Logger.java:49) +[2026-06-09 14:35:45,645][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:45,645][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5a9ee7ac] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:45,645][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:45,645][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:45,645][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:45,646][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:45,717][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:45,720][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5a9ee7ac] (Logger.java:49) +[2026-06-09 14:35:45,720][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:45,720][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:45,725][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7d1a850a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:45,727][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:45,727][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:45,727][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:45,727][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@20c00d60[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:45,727][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:45,730][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:35:45,731][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:35:45,732][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:35:45,735][DEBUG][http-nio-1024-exec-6] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:35:45,735][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:35:45,735][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:45,735][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:45,737][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5bcfc402[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:45,737][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:45,737][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:45,737][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:45,738][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@123b0a02[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:45,738][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:45,738][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:45,738][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:45,739][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@39d17870[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:45,739][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:45,739][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:45,739][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:45,739][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@21442999[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:45,739][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:45,739][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:45,739][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589965, [49, 55, 56, 48, 57, 56, 54, 57, 52, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:45,740][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589965, [49, 55, 56, 48, 57, 56, 54, 57, 52, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@78da904[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589965, [49, 55, 56, 48, 57, 56, 54, 57, 52, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:45,740][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:45,740][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:45,740][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6b8dd822] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:45,740][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:45,741][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:45,741][DEBUG][http-nio-1024-exec-6] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:35:45,741][DEBUG][http-nio-1024-exec-6] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:35:45,795][DEBUG][http-nio-1024-exec-6] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:45,795][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6b8dd822] (Logger.java:49) +[2026-06-09 14:35:45,796][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:35:45,796][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:35:45,797][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:35:45,824][DEBUG][http-nio-1024-exec-9] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:35:45,824][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:35:45,824][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:45,824][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:45,826][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@74f9591b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:45,826][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:45,826][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:45,826][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:45,827][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@45b65a4a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:45,827][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:45,827][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:45,828][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:45,828][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3571acfe[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:45,829][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:45,829][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:45,829][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:45,829][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1eda04dd[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:45,830][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:45,830][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:45,830][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589965, [49, 55, 56, 48, 57, 56, 54, 57, 52, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:45,830][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589965, [49, 55, 56, 48, 57, 56, 54, 57, 52, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2b9d039e[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589965, [49, 55, 56, 48, 57, 56, 54, 57, 52, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:45,830][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:45,831][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:45,831][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c63cf0b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:45,831][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:45,831][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:45,831][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:35:45,831][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:45,887][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:45,887][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c63cf0b] (Logger.java:49) +[2026-06-09 14:35:45,888][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:35:45,888][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:35:45,888][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:35:45,899][DEBUG][http-nio-1024-exec-3] GET "/department/listAll", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:35:45,899][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.department.controller.DepartmentController#listAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:35:45,899][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:45,899][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:45,900][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2dbf259c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:45,900][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:45,900][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:45,900][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:45,901][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@629f25e2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:45,901][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:45,901][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:45,901][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:45,902][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@32b015e2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:45,904][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:45,904][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:45,904][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:45,906][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@275f7d2b[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:45,906][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:45,906][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:45,906][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589965, [49, 55, 56, 48, 57, 56, 54, 57, 52, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:45,907][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589965, [49, 55, 56, 48, 57, 56, 54, 57, 52, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2ac92f60[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589965, [49, 55, 56, 48, 57, 56, 54, 57, 52, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:45,908][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:45,909][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:35:45,909][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DepartmentVO(departmentId=1, name=安徽省公安厅, m (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:35:45,909][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:35:52,048][DEBUG][http-nio-1024-exec-5] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:35:52,048][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:35:52,048][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:52,048][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:52,049][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5482e40a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:52,049][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:52,049][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:52,049][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:52,049][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@20e0deff[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:52,049][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:52,049][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:52,049][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:52,049][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@738d2a04[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:52,049][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:52,050][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:52,050][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:52,050][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6bd409b1[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:52,050][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:52,050][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:52,050][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589959, [49, 55, 56, 48, 57, 56, 54, 57, 53, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:52,050][DEBUG][redisson-netty-2-26] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589959, [49, 55, 56, 48, 57, 56, 54, 57, 53, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3f861ff4[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589959, [49, 55, 56, 48, 57, 56, 54, 57, 53, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:52,050][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:52,051][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:52,051][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2a627d40] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:52,051][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:52,051][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:52,051][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:35:52,051][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:52,112][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:52,112][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2a627d40] (Logger.java:49) +[2026-06-09 14:35:52,112][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:52,112][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5289d823] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:52,113][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:52,113][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:52,113][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:35:52,113][DEBUG][http-nio-1024-exec-5] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:52,238][DEBUG][http-nio-1024-exec-5] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:52,238][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5289d823] (Logger.java:49) +[2026-06-09 14:35:52,240][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:52,240][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@43bcf61a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:52,240][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:52,240][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:52,240][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:35:52,240][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:52,289][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:52,289][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@43bcf61a] (Logger.java:49) +[2026-06-09 14:35:52,291][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:52,291][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1d32e8df] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:52,291][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:52,291][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:52,291][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:35:52,291][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:52,340][DEBUG][http-nio-1024-exec-5] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:52,340][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1d32e8df] (Logger.java:49) +[2026-06-09 14:35:52,340][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:52,341][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@24830e44] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:52,341][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:52,341][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:52,341][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:35:52,341][DEBUG][http-nio-1024-exec-5] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:52,459][DEBUG][http-nio-1024-exec-5] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:52,459][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@24830e44] (Logger.java:49) +[2026-06-09 14:35:52,464][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:52,464][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@38579237] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:52,464][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:52,464][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:52,464][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:52,465][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:52,512][DEBUG][http-nio-1024-exec-5] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:52,512][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@38579237] (Logger.java:49) +[2026-06-09 14:35:52,512][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:52,512][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c7fbf01] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:52,513][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:52,513][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:52,513][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:52,513][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:52,562][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:52,562][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c7fbf01] (Logger.java:49) +[2026-06-09 14:35:52,563][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:52,563][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:52,564][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2a7f4e70[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:52,564][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:52,564][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:52,564][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:52,565][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@90fa44a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:52,565][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:52,572][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:35:52,573][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:35:52,575][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:35:52,580][DEBUG][http-nio-1024-exec-4] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:35:52,580][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:35:52,580][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:52,580][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:52,581][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3971f5a4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:52,581][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:52,581][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:52,581][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:52,581][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3adaa2aa[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:52,581][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:52,581][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:52,582][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:52,582][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3e4bc190[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:52,582][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:52,582][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:52,582][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:52,582][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@16bdbc0a[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:52,582][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:52,582][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:52,583][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589958, [49, 55, 56, 48, 57, 56, 54, 57, 53, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:52,583][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589958, [49, 55, 56, 48, 57, 56, 54, 57, 53, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5de962a6[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589958, [49, 55, 56, 48, 57, 56, 54, 57, 53, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:52,583][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:52,583][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:52,583][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@41a35fcb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:52,584][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:52,584][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:52,584][DEBUG][http-nio-1024-exec-4] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:35:52,584][DEBUG][http-nio-1024-exec-4] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:35:52,680][DEBUG][http-nio-1024-exec-4] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:52,681][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@41a35fcb] (Logger.java:49) +[2026-06-09 14:35:52,682][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:35:52,683][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:35:52,683][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:35:52,709][DEBUG][http-nio-1024-exec-10] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:35:52,709][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:35:52,709][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:52,710][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:52,712][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2f575ebf[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:52,713][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:52,713][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:52,713][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:52,714][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4922da09[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:52,714][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:52,714][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:52,714][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:52,716][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@431714aa[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:52,716][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:52,716][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:52,716][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:52,717][DEBUG][redisson-netty-2-30] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@45b920ae[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:52,717][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:52,717][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:52,717][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589958, [49, 55, 56, 48, 57, 56, 54, 57, 53, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:52,718][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589958, [49, 55, 56, 48, 57, 56, 54, 57, 53, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@91d5059[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589958, [49, 55, 56, 48, 57, 56, 54, 57, 53, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:52,718][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:52,719][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:52,719][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@52616f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:52,719][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:52,719][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:52,719][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:35:52,720][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:52,775][DEBUG][http-nio-1024-exec-10] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:52,775][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@52616f] (Logger.java:49) +[2026-06-09 14:35:52,776][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:35:52,776][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:35:52,776][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:35:52,788][DEBUG][http-nio-1024-exec-6] GET "/department/listAll", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:35:52,788][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.department.controller.DepartmentController#listAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:35:52,788][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:52,788][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:52,789][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@45a09983[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:52,789][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:52,789][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:52,789][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:52,790][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@b3acfbc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:52,790][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:52,791][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:52,791][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:52,792][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@35df3081[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:52,792][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:52,792][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:52,792][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:52,793][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6e27a400[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:52,794][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:52,794][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:52,794][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589958, [49, 55, 56, 48, 57, 56, 54, 57, 53, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:52,794][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589958, [49, 55, 56, 48, 57, 56, 54, 57, 53, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1ed10bf9[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589958, [49, 55, 56, 48, 57, 56, 54, 57, 53, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:52,794][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:52,795][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:35:52,795][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DepartmentVO(departmentId=1, name=安徽省公安厅, m (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:35:52,795][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:35:56,789][DEBUG][http-nio-1024-exec-9] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:35:56,789][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:35:56,789][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:56,789][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:56,790][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@754108f2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:56,790][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:56,790][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:56,790][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:56,791][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@15e9815c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:56,791][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:56,791][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:56,791][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:56,792][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6fa229df[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:56,792][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:56,792][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:56,792][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:56,793][DEBUG][redisson-netty-2-24] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5b779fdc[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:56,793][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:56,793][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:56,793][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589954, [49, 55, 56, 48, 57, 56, 54, 57, 53, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:56,794][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589954, [49, 55, 56, 48, 57, 56, 54, 57, 53, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3c8e84c6[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589954, [49, 55, 56, 48, 57, 56, 54, 57, 53, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:56,794][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:56,794][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:56,794][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15a61b8c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:56,794][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:56,795][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:56,795][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:35:56,795][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:56,839][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:56,839][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15a61b8c] (Logger.java:49) +[2026-06-09 14:35:56,840][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:56,840][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@125cf392] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:56,840][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:56,840][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:56,840][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:35:56,840][DEBUG][http-nio-1024-exec-9] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:56,976][DEBUG][http-nio-1024-exec-9] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:56,977][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@125cf392] (Logger.java:49) +[2026-06-09 14:35:56,982][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:56,982][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@d4bac9a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:56,982][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:56,982][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:56,982][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:35:56,983][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:57,027][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:57,028][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@d4bac9a] (Logger.java:49) +[2026-06-09 14:35:57,028][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:57,028][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d9b20a4] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:57,028][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:57,028][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:57,028][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:35:57,029][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:57,078][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:57,078][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d9b20a4] (Logger.java:49) +[2026-06-09 14:35:57,078][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:57,078][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@48c42ce0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:57,079][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:57,079][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:57,079][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:35:57,079][DEBUG][http-nio-1024-exec-9] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:57,196][DEBUG][http-nio-1024-exec-9] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:57,196][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@48c42ce0] (Logger.java:49) +[2026-06-09 14:35:57,201][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:57,201][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3d718609] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:57,202][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:57,202][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:57,202][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:57,202][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:57,250][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:57,251][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3d718609] (Logger.java:49) +[2026-06-09 14:35:57,251][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:57,251][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d0ed241] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:57,252][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:57,252][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:57,252][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:57,253][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:57,315][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:57,316][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d0ed241] (Logger.java:49) +[2026-06-09 14:35:57,316][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:57,316][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:57,319][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@31d8b74e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:57,319][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:57,319][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:57,319][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:57,321][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5c710386[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:57,321][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:57,328][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:35:57,329][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:35:57,331][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:35:57,335][DEBUG][http-nio-1024-exec-3] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:35:57,336][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:35:57,336][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:57,336][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:57,338][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2d4a1553[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:57,338][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:57,338][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:57,339][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:57,340][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2b67aab4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:57,340][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:57,340][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:57,340][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:57,341][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3f264902[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:57,341][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:57,341][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:57,341][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:57,342][DEBUG][redisson-netty-2-22] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@16701204[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:57,342][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:57,342][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:57,342][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589953, [49, 55, 56, 48, 57, 56, 54, 57, 53, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:57,343][DEBUG][redisson-netty-2-1] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589953, [49, 55, 56, 48, 57, 56, 54, 57, 53, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@28f3ddb1[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589953, [49, 55, 56, 48, 57, 56, 54, 57, 53, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:57,343][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:57,343][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:57,344][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@399822f0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:57,344][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:57,344][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:57,344][DEBUG][http-nio-1024-exec-3] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:35:57,345][DEBUG][http-nio-1024-exec-3] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:35:57,397][DEBUG][http-nio-1024-exec-3] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:57,397][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@399822f0] (Logger.java:49) +[2026-06-09 14:35:57,399][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:35:57,399][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:35:57,400][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:35:57,427][DEBUG][http-nio-1024-exec-1] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:35:57,427][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:35:57,427][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:57,428][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:57,431][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@75873ffe[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:57,431][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:57,431][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:57,431][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:57,432][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5c87434c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:57,432][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:57,433][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:57,433][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:57,433][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@915a802[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:57,433][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:57,433][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:57,433][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:57,434][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@61158256[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:57,434][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:57,434][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:57,434][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589953, [49, 55, 56, 48, 57, 56, 54, 57, 53, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:57,434][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589953, [49, 55, 56, 48, 57, 56, 54, 57, 53, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6b6f7928[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589953, [49, 55, 56, 48, 57, 56, 54, 57, 53, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:57,434][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:57,435][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:35:57,435][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@38c30d82] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:35:57,435][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:35:57,435][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:35:57,435][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:35:57,436][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:35:57,479][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:35:57,479][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@38c30d82] (Logger.java:49) +[2026-06-09 14:35:57,480][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:35:57,480][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:35:57,480][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:35:57,499][DEBUG][http-nio-1024-exec-5] GET "/department/listAll", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:35:57,499][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.department.controller.DepartmentController#listAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:35:57,499][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:57,499][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:57,500][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@75e6fe86[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:57,500][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:57,500][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:57,500][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:57,501][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@31bbf382[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:57,501][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:57,501][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:57,501][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:57,502][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5b5b83d0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:57,502][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:57,502][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:57,502][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:57,505][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@22d7ec19[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:57,506][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:57,506][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:35:57,506][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589953, [49, 55, 56, 48, 57, 56, 54, 57, 53, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:35:57,508][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589953, [49, 55, 56, 48, 57, 56, 54, 57, 53, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4a965e7a[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589953, [49, 55, 56, 48, 57, 56, 54, 57, 53, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:35:57,508][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:35:57,509][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:35:57,509][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DepartmentVO(departmentId=1, name=安徽省公安厅, m (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:35:57,509][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:01,295][DEBUG][http-nio-1024-exec-4] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:01,295][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:01,295][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:01,295][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:01,298][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@47acdd0b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:01,298][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:01,298][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:01,298][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:01,299][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@783b5dcf[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:01,299][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:01,299][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:01,299][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:01,299][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@778d3cd6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:01,299][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:01,300][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:01,300][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:01,300][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7927ffe7[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:01,300][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:01,300][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:01,300][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589949, [49, 55, 56, 48, 57, 56, 54, 57, 54, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:01,301][DEBUG][redisson-netty-2-4] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589949, [49, 55, 56, 48, 57, 56, 54, 57, 54, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7fa1673c[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589949, [49, 55, 56, 48, 57, 56, 54, 57, 54, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:01,301][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:01,301][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:01,301][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5242803f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:01,301][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:01,301][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:01,301][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:36:01,302][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:01,352][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:01,352][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5242803f] (Logger.java:49) +[2026-06-09 14:36:01,353][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:01,353][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ec0a990] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:01,353][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:01,353][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:01,353][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:36:01,353][DEBUG][http-nio-1024-exec-4] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:01,479][DEBUG][http-nio-1024-exec-4] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:01,480][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ec0a990] (Logger.java:49) +[2026-06-09 14:36:01,485][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:01,485][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5e4de6df] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:01,485][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:01,486][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:01,486][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:36:01,486][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:01,540][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:01,540][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5e4de6df] (Logger.java:49) +[2026-06-09 14:36:01,540][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:01,541][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@18c8d651] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:01,541][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:01,541][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:01,541][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:36:01,542][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:01,592][DEBUG][http-nio-1024-exec-4] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:01,593][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@18c8d651] (Logger.java:49) +[2026-06-09 14:36:01,593][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:01,593][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@633f60f1] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:01,594][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:01,594][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:01,594][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:36:01,594][DEBUG][http-nio-1024-exec-4] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:01,725][DEBUG][http-nio-1024-exec-4] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:01,726][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@633f60f1] (Logger.java:49) +[2026-06-09 14:36:01,729][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:01,729][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@79c2d3cd] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:01,729][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:01,729][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:01,729][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:01,730][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:01,793][DEBUG][http-nio-1024-exec-4] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:01,793][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@79c2d3cd] (Logger.java:49) +[2026-06-09 14:36:01,793][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:01,793][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4888a934] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:01,793][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:01,793][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:01,793][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:01,794][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:01,840][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:01,840][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4888a934] (Logger.java:49) +[2026-06-09 14:36:01,840][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:01,840][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:01,841][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@690054c3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:01,842][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:01,842][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:01,842][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:01,842][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2b9f767b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:01,842][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:01,844][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:01,844][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:36:01,845][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:01,849][DEBUG][http-nio-1024-exec-10] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:01,849][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:01,849][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:01,849][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:01,850][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@60cd6b38[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:01,850][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:01,850][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:01,850][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:01,851][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@72b97780[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:01,851][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:01,851][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:01,851][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:01,851][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2758b894[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:01,851][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:01,851][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:01,851][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:01,852][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@354eb99[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:01,852][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:01,852][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:01,852][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589948, [49, 55, 56, 48, 57, 56, 54, 57, 54, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:01,852][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589948, [49, 55, 56, 48, 57, 56, 54, 57, 54, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@43ed283f[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589948, [49, 55, 56, 48, 57, 56, 54, 57, 54, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:01,852][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:01,852][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:01,852][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@56b777c8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:01,852][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:01,852][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:01,853][DEBUG][http-nio-1024-exec-10] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:36:01,853][DEBUG][http-nio-1024-exec-10] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:36:01,914][DEBUG][http-nio-1024-exec-10] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:01,915][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@56b777c8] (Logger.java:49) +[2026-06-09 14:36:01,915][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:01,915][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:36:01,915][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:01,936][DEBUG][http-nio-1024-exec-6] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:01,936][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:01,936][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:01,936][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:01,937][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@48dbb611[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:01,937][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:01,937][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:01,937][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:01,938][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2c6342de[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:01,938][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:01,938][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:01,938][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:01,938][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@38cb91a4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:01,939][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:01,939][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:01,939][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:01,939][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@51c67b0a[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:01,939][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:01,939][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:01,939][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589948, [49, 55, 56, 48, 57, 56, 54, 57, 54, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:01,940][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589948, [49, 55, 56, 48, 57, 56, 54, 57, 54, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@248cf1ac[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589948, [49, 55, 56, 48, 57, 56, 54, 57, 54, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:01,940][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:01,940][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:01,940][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5239d3ab] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:01,940][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:01,940][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:01,940][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:36:01,941][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:01,992][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:01,992][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5239d3ab] (Logger.java:49) +[2026-06-09 14:36:01,993][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:01,993][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:36:01,993][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:01,999][DEBUG][http-nio-1024-exec-3] GET "/department/listAll", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:01,999][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.department.controller.DepartmentController#listAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:01,999][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:01,999][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:02,000][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7dfa98d8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:02,000][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:02,000][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:02,000][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:02,001][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@e46ad0f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:02,001][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:02,001][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:02,001][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:02,002][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@314a1505[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:02,002][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:02,002][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:02,002][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:02,003][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4770e2fc[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:02,003][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:02,003][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:02,003][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589948, [49, 55, 56, 48, 57, 56, 54, 57, 54, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:02,010][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589948, [49, 55, 56, 48, 57, 56, 54, 57, 54, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@201d72fe[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589948, [49, 55, 56, 48, 57, 56, 54, 57, 54, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:02,010][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:02,011][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:02,011][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DepartmentVO(departmentId=1, name=安徽省公安厅, m (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:36:02,011][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:03,088][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:03,089][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6561fff6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:03,089][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:03,089][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:03,089][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 14:36:03,091][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:03,268][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:03,268][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6561fff6] (Logger.java:49) +[2026-06-09 14:36:03,269][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:03,269][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@741b438] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:03,270][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:03,270][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:03,271][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:36:03,273][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T14:36:03.087839(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:03,324][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:03,324][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@741b438] (Logger.java:49) +[2026-06-09 14:36:06,497][DEBUG][http-nio-1024-exec-1] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:06,497][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:06,497][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:06,497][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:06,499][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2060fff4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:06,499][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:06,499][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:06,499][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:06,500][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@34ac3171[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:06,500][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:06,500][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:06,500][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:06,500][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@292c296[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:06,500][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:06,500][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:06,500][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:06,501][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@22b46ade[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:06,501][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:06,501][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:06,501][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589944, [49, 55, 56, 48, 57, 56, 54, 57, 54, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:06,501][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589944, [49, 55, 56, 48, 57, 56, 54, 57, 54, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@688b52f2[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589944, [49, 55, 56, 48, 57, 56, 54, 57, 54, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:06,501][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:06,501][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:06,501][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7fc7e56] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:06,501][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:06,502][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:06,502][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:36:06,502][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:06,555][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:06,555][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7fc7e56] (Logger.java:49) +[2026-06-09 14:36:06,555][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:06,555][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@41c9b021] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:06,555][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:06,555][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:06,555][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:36:06,555][DEBUG][http-nio-1024-exec-1] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:06,688][DEBUG][http-nio-1024-exec-1] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:06,688][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@41c9b021] (Logger.java:49) +[2026-06-09 14:36:06,692][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:06,692][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1e8a0d4e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:06,692][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:06,692][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:06,692][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:36:06,693][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:06,744][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:06,745][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1e8a0d4e] (Logger.java:49) +[2026-06-09 14:36:06,745][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:06,745][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@59a55f18] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:06,745][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:06,745][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:06,745][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:36:06,746][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:06,792][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:06,793][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@59a55f18] (Logger.java:49) +[2026-06-09 14:36:06,793][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:06,793][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3d4f84b4] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:06,793][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:06,793][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:06,794][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:36:06,794][DEBUG][http-nio-1024-exec-1] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:06,917][DEBUG][http-nio-1024-exec-1] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:06,918][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3d4f84b4] (Logger.java:49) +[2026-06-09 14:36:06,924][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:06,924][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@310b7384] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:06,925][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:06,925][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:06,925][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:06,925][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:06,993][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:06,993][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@310b7384] (Logger.java:49) +[2026-06-09 14:36:06,993][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:06,994][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7fa5e896] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:06,994][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:06,994][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:06,994][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:06,995][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:07,052][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:07,052][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7fa5e896] (Logger.java:49) +[2026-06-09 14:36:07,052][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:07,052][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:07,053][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@275f202e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:07,054][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:07,054][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:07,054][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:07,055][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@23da5cca[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:07,055][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:07,062][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:07,062][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:36:07,064][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:07,066][DEBUG][http-nio-1024-exec-8] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:07,066][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:07,066][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:07,067][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:07,068][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7c01d662[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:07,068][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:07,069][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:07,069][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:07,070][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@28ad6b53[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:07,070][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:07,070][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:07,070][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:07,071][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5cbbcbcf[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:07,072][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:07,072][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:07,072][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:07,073][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1a25f41f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:07,073][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:07,073][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:07,073][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589943, [49, 55, 56, 48, 57, 56, 54, 57, 54, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:07,074][DEBUG][redisson-netty-2-28] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589943, [49, 55, 56, 48, 57, 56, 54, 57, 54, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2b7c7df1[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589943, [49, 55, 56, 48, 57, 56, 54, 57, 54, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:07,074][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:07,074][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:07,075][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@178dd3c7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:07,075][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:07,075][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:07,075][DEBUG][http-nio-1024-exec-8] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:36:07,076][DEBUG][http-nio-1024-exec-8] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:36:07,128][DEBUG][http-nio-1024-exec-8] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:07,129][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@178dd3c7] (Logger.java:49) +[2026-06-09 14:36:07,130][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:07,131][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:36:07,131][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:07,160][DEBUG][http-nio-1024-exec-7] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:07,161][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:07,161][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:07,161][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:07,162][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@76feb8b9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:07,162][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:07,162][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:07,162][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:07,163][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@35a8a1e6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:07,163][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:07,163][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:07,163][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:07,164][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@68d01967[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:07,164][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:07,164][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:07,164][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:07,165][DEBUG][redisson-netty-2-1] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@9296c84[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:07,165][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:07,165][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:07,165][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589943, [49, 55, 56, 48, 57, 56, 54, 57, 54, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:07,166][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589943, [49, 55, 56, 48, 57, 56, 54, 57, 54, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@791c1062[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589943, [49, 55, 56, 48, 57, 56, 54, 57, 54, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:07,166][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:07,166][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:07,166][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5c7d5a83] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:07,166][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:07,166][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:07,166][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:36:07,167][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:07,217][DEBUG][http-nio-1024-exec-7] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:07,218][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5c7d5a83] (Logger.java:49) +[2026-06-09 14:36:07,218][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:07,218][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:36:07,219][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:07,234][DEBUG][http-nio-1024-exec-2] GET "/department/listAll", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:07,234][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.department.controller.DepartmentController#listAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:07,234][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:07,235][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:07,236][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@64e96cab[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:07,236][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:07,236][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:07,236][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:07,239][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@630117a8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:07,239][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:07,240][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:07,240][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:07,241][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6d2ade9c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:07,241][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:07,241][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:07,241][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:07,242][DEBUG][redisson-netty-2-20] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@30491c5d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:07,242][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:07,242][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:07,242][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589943, [49, 55, 56, 48, 57, 56, 54, 57, 54, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:07,243][DEBUG][redisson-netty-2-30] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589943, [49, 55, 56, 48, 57, 56, 54, 57, 54, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@46d96d6c[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589943, [49, 55, 56, 48, 57, 56, 54, 57, 54, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:07,243][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:07,245][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:07,245][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DepartmentVO(departmentId=1, name=安徽省公安厅, m (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:36:07,245][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:11,021][DEBUG][http-nio-1024-exec-6] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:11,021][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:11,021][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:11,021][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:11,022][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@dc8cfa9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:11,022][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:11,022][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:11,022][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:11,023][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4f123494[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:11,023][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:11,023][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:11,023][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:11,023][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@70805004[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:11,023][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:11,023][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:11,023][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:11,024][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5aa9857c[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:11,024][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:11,024][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:11,024][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589939, [49, 55, 56, 48, 57, 56, 54, 57, 55, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:11,024][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589939, [49, 55, 56, 48, 57, 56, 54, 57, 55, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@458ca1b8[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589939, [49, 55, 56, 48, 57, 56, 54, 57, 55, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:11,024][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:11,024][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:11,024][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2484ddc2] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:11,024][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:11,024][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:11,024][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:36:11,025][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:11,111][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:11,112][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2484ddc2] (Logger.java:49) +[2026-06-09 14:36:11,112][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:11,112][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@710a3ecf] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:11,112][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:11,112][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:11,112][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:36:11,112][DEBUG][http-nio-1024-exec-6] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:11,237][DEBUG][http-nio-1024-exec-6] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:11,237][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@710a3ecf] (Logger.java:49) +[2026-06-09 14:36:11,242][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:11,242][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@30700def] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:11,242][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:11,242][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:11,242][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:36:11,243][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:11,312][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:11,312][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@30700def] (Logger.java:49) +[2026-06-09 14:36:11,312][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:11,313][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@589a6b8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:11,313][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:11,313][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:11,313][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:36:11,324][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:11,375][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:11,375][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@589a6b8] (Logger.java:49) +[2026-06-09 14:36:11,375][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:11,375][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7610106] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:11,375][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:11,375][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:11,375][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:36:11,376][DEBUG][http-nio-1024-exec-6] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:11,496][DEBUG][http-nio-1024-exec-6] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:11,496][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7610106] (Logger.java:49) +[2026-06-09 14:36:11,502][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:11,502][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@27bdab63] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:11,502][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:11,502][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:11,502][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:11,503][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:11,553][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:11,553][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@27bdab63] (Logger.java:49) +[2026-06-09 14:36:11,553][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:11,554][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1712d50e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:11,554][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:11,554][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:11,554][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:11,554][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:11,607][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:11,608][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1712d50e] (Logger.java:49) +[2026-06-09 14:36:11,608][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:11,608][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:11,610][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@78de7ec3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:11,611][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:11,611][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:11,611][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:11,612][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@52d29ddc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:11,612][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:11,617][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:11,618][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:36:11,621][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:11,625][DEBUG][http-nio-1024-exec-9] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:11,626][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:11,626][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:11,626][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:11,628][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@98c2256[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:11,628][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:11,628][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:11,628][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:11,630][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@60bb5e0f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:11,630][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:11,630][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:11,630][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:11,631][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5ab0f83b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:11,631][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:11,631][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:11,631][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:11,632][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@c47428d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:11,632][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:11,632][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:11,632][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589938, [49, 55, 56, 48, 57, 56, 54, 57, 55, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:11,633][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589938, [49, 55, 56, 48, 57, 56, 54, 57, 55, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7586c96[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589938, [49, 55, 56, 48, 57, 56, 54, 57, 55, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:11,633][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:11,633][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:11,633][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5679b97c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:11,633][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:11,633][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:11,634][DEBUG][http-nio-1024-exec-9] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:36:11,634][DEBUG][http-nio-1024-exec-9] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:36:11,695][DEBUG][http-nio-1024-exec-9] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:11,695][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5679b97c] (Logger.java:49) +[2026-06-09 14:36:11,697][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:11,697][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:36:11,698][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:11,720][DEBUG][http-nio-1024-exec-3] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:11,720][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:11,720][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:11,720][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:11,721][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@15532110[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:11,722][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:11,722][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:11,722][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:11,723][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ba0aa20[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:11,723][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:11,723][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:11,723][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:11,724][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5754b9b2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:11,724][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:11,724][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:11,724][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:11,726][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@539a73ae[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:11,726][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:11,726][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:11,726][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589938, [49, 55, 56, 48, 57, 56, 54, 57, 55, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:11,727][DEBUG][redisson-netty-2-22] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589938, [49, 55, 56, 48, 57, 56, 54, 57, 55, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7f03925[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589938, [49, 55, 56, 48, 57, 56, 54, 57, 55, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:11,727][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:11,728][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:11,728][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1578870a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:11,728][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:11,728][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:11,728][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:36:11,728][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:11,774][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:11,774][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1578870a] (Logger.java:49) +[2026-06-09 14:36:11,774][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:11,774][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:36:11,774][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:11,802][DEBUG][http-nio-1024-exec-1] GET "/department/listAll", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:11,802][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.department.controller.DepartmentController#listAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:11,802][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:11,803][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:11,804][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@698e6b70[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:11,804][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:11,804][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:11,804][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:11,806][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@37b89ec8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:11,807][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:11,807][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:11,808][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:11,815][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@27709c28[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:11,818][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:11,820][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:11,821][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:11,822][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4e0a5e2d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:11,822][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:11,822][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:11,823][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589938, [49, 55, 56, 48, 57, 56, 54, 57, 55, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:11,825][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589938, [49, 55, 56, 48, 57, 56, 54, 57, 55, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@59152a94[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589938, [49, 55, 56, 48, 57, 56, 54, 57, 55, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:11,825][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:11,826][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:11,826][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DepartmentVO(departmentId=1, name=安徽省公安厅, m (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:36:11,827][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:19,523][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:19,525][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@66dfbc79] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:19,525][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:19,525][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:19,525][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:36:19,526][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:36:19,582][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:19,583][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@66dfbc79] (Logger.java:49) +[2026-06-09 14:36:21,257][DEBUG][http-nio-1024-exec-8] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:21,259][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:21,259][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:21,259][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:21,261][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4b80ecba[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:21,261][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:21,261][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:21,261][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:21,262][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4a698949[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:21,262][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:21,262][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:21,262][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:21,262][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@e2d2212[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:21,262][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:21,263][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:21,263][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:21,263][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@424d2b1b[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:21,263][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:21,263][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:21,263][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589929, [49, 55, 56, 48, 57, 56, 54, 57, 56, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:21,264][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589929, [49, 55, 56, 48, 57, 56, 54, 57, 56, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7e2de11d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589929, [49, 55, 56, 48, 57, 56, 54, 57, 56, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:21,264][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:21,265][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:21,265][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3724b65a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:21,265][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:21,265][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:21,265][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:36:21,265][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:21,312][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:21,312][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3724b65a] (Logger.java:49) +[2026-06-09 14:36:21,312][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:21,312][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@550dbc9c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:21,313][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:21,313][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:21,313][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:36:21,313][DEBUG][http-nio-1024-exec-8] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:21,453][DEBUG][http-nio-1024-exec-8] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:21,453][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@550dbc9c] (Logger.java:49) +[2026-06-09 14:36:21,458][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:21,458][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@48f7fb6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:21,458][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:21,458][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:21,458][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:36:21,459][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:21,519][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:21,519][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@48f7fb6] (Logger.java:49) +[2026-06-09 14:36:21,520][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:21,520][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5eb73cfe] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:21,520][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:21,520][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:21,521][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:36:21,521][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:21,593][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:21,593][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5eb73cfe] (Logger.java:49) +[2026-06-09 14:36:21,594][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:21,594][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4cb3d714] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:21,594][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:21,594][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:21,594][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:36:21,595][DEBUG][http-nio-1024-exec-8] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:21,730][DEBUG][http-nio-1024-exec-8] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:21,730][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4cb3d714] (Logger.java:49) +[2026-06-09 14:36:21,736][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:21,736][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@74e26b42] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:21,736][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:21,737][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:21,737][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:21,738][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:21,798][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:21,798][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@74e26b42] (Logger.java:49) +[2026-06-09 14:36:21,799][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:21,799][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b6fc8a7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:21,799][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:21,799][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:21,799][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:21,800][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:21,847][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:21,847][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b6fc8a7] (Logger.java:49) +[2026-06-09 14:36:21,848][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:21,848][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:21,850][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2d2cff10[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:21,850][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:21,851][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:21,851][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:21,852][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@33e27c22[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:21,852][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:21,884][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:21,895][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:36:21,897][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:21,904][DEBUG][http-nio-1024-exec-7] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:21,904][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:21,904][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:21,905][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:21,906][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2c4f82f1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:21,906][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:21,906][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:21,906][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:21,907][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@657a6d68[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:21,907][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:21,907][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:21,907][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:21,908][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1c4d2d2c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:21,908][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:21,908][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:21,908][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:21,908][DEBUG][redisson-netty-2-4] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1ea96f16[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:21,909][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:21,909][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:21,909][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589928, [49, 55, 56, 48, 57, 56, 54, 57, 56, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:21,909][DEBUG][redisson-netty-2-24] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589928, [49, 55, 56, 48, 57, 56, 54, 57, 56, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3d5e05ce[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589928, [49, 55, 56, 48, 57, 56, 54, 57, 56, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:21,910][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:21,910][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:21,910][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@febd48e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:21,910][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:21,910][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:21,910][DEBUG][http-nio-1024-exec-7] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:36:21,911][DEBUG][http-nio-1024-exec-7] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:36:21,963][DEBUG][http-nio-1024-exec-7] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:21,963][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@febd48e] (Logger.java:49) +[2026-06-09 14:36:21,964][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:21,964][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:36:21,965][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:21,989][DEBUG][http-nio-1024-exec-2] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:21,989][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:21,989][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:21,989][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:21,990][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@44ec68dd[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:21,990][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:21,990][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:21,990][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:21,991][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@468b363c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:21,991][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:21,991][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:21,992][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:21,992][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@416a6d0f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:21,992][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:21,992][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:21,992][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:21,993][DEBUG][redisson-netty-2-28] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@63dc88a[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:21,993][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:21,993][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:21,993][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589928, [49, 55, 56, 48, 57, 56, 54, 57, 56, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:21,994][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589928, [49, 55, 56, 48, 57, 56, 54, 57, 56, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@66c22a0e[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589928, [49, 55, 56, 48, 57, 56, 54, 57, 56, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:21,994][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:21,995][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:21,995][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@c235728] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:21,995][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:21,995][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:21,995][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:36:21,995][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:22,040][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:22,041][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@c235728] (Logger.java:49) +[2026-06-09 14:36:22,041][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:22,041][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:36:22,041][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:22,069][DEBUG][http-nio-1024-exec-9] GET "/department/listAll", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:22,069][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.department.controller.DepartmentController#listAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:22,069][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:22,069][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:22,073][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@476fbe48[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:22,073][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:22,073][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:22,073][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:22,074][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1106ebed[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:22,075][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:22,075][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:22,075][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:22,076][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5fa63da5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:22,076][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:22,076][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:22,076][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:22,077][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5ee939c7[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:22,077][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:22,077][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:22,077][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589928, [49, 55, 56, 48, 57, 56, 54, 57, 56, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:22,079][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589928, [49, 55, 56, 48, 57, 56, 54, 57, 56, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1c41d2c1[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589928, [49, 55, 56, 48, 57, 56, 54, 57, 56, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:22,080][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:22,081][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:22,081][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DepartmentVO(departmentId=1, name=安徽省公安厅, m (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:36:22,082][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:26,365][DEBUG][http-nio-1024-exec-1] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:26,365][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:26,365][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:26,365][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:26,367][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@657ad828[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:26,367][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:26,367][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:26,367][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:26,367][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@45481e7a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:26,367][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:26,367][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:26,367][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:26,368][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5b367adb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:26,368][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:26,368][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:26,368][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:26,368][DEBUG][redisson-netty-2-30] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@8395c4c[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:26,368][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:26,368][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:26,368][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589924, [49, 55, 56, 48, 57, 56, 54, 57, 56, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:26,369][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589924, [49, 55, 56, 48, 57, 56, 54, 57, 56, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2e84e6a9[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589924, [49, 55, 56, 48, 57, 56, 54, 57, 56, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:26,369][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:26,369][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:26,369][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@77d20157] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:26,369][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:26,369][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:26,369][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:36:26,369][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:26,439][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:26,439][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@77d20157] (Logger.java:49) +[2026-06-09 14:36:26,439][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:26,440][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@62578722] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:26,440][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:26,440][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:26,440][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:36:26,440][DEBUG][http-nio-1024-exec-1] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:26,551][DEBUG][http-nio-1024-exec-1] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:26,551][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@62578722] (Logger.java:49) +[2026-06-09 14:36:26,556][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:26,556][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@86235ec] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:26,556][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:26,556][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:26,556][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:36:26,557][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:26,602][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:26,602][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@86235ec] (Logger.java:49) +[2026-06-09 14:36:26,602][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:26,603][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@21a41a0b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:26,603][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:26,603][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:26,603][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:36:26,603][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:26,673][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:26,673][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@21a41a0b] (Logger.java:49) +[2026-06-09 14:36:26,673][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:26,673][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@469b7fd1] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:26,674][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:26,674][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:26,674][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:36:26,675][DEBUG][http-nio-1024-exec-1] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:26,813][DEBUG][http-nio-1024-exec-1] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:26,814][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@469b7fd1] (Logger.java:49) +[2026-06-09 14:36:26,819][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:26,820][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@182b9eb7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:26,820][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:26,820][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:26,820][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:26,821][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:26,867][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:26,868][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@182b9eb7] (Logger.java:49) +[2026-06-09 14:36:26,868][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:26,868][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17f050b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:26,868][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:26,869][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:26,869][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:26,869][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:26,919][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:26,920][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17f050b] (Logger.java:49) +[2026-06-09 14:36:26,920][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:26,921][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:26,924][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@42250ca5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:26,924][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:26,924][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:26,925][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:26,925][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@37ba66a7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:26,925][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:26,931][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:26,932][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:36:26,933][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:26,939][DEBUG][http-nio-1024-exec-8] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:26,939][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:26,939][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:26,939][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:26,940][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3adb7061[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:26,941][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:26,941][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:26,941][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:26,941][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3ce02190[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:26,941][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:26,941][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:26,941][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:26,942][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@31f8299f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:26,942][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:26,942][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:26,942][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:26,943][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@20387777[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:26,943][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:26,943][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:26,943][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589923, [49, 55, 56, 48, 57, 56, 54, 57, 56, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:26,944][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589923, [49, 55, 56, 48, 57, 56, 54, 57, 56, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2ad31825[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589923, [49, 55, 56, 48, 57, 56, 54, 57, 56, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:26,944][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:26,944][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:26,944][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4fa65958] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:26,944][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:26,944][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:26,944][DEBUG][http-nio-1024-exec-8] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:36:26,945][DEBUG][http-nio-1024-exec-8] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:36:26,999][DEBUG][http-nio-1024-exec-8] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:26,999][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4fa65958] (Logger.java:49) +[2026-06-09 14:36:27,001][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:27,002][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:36:27,002][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:27,029][DEBUG][http-nio-1024-exec-7] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:27,029][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:27,029][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:27,029][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:27,030][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6a456378[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:27,030][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:27,030][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:27,031][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:27,031][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5693e8ea[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:27,031][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:27,032][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:27,032][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:27,032][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@706e574a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:27,033][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:27,033][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:27,033][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:27,033][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3496b90d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:27,034][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:27,034][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:27,034][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589923, [49, 55, 56, 48, 57, 56, 54, 57, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:27,035][DEBUG][redisson-netty-2-26] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589923, [49, 55, 56, 48, 57, 56, 54, 57, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@785607d5[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589923, [49, 55, 56, 48, 57, 56, 54, 57, 56, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:27,035][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:27,035][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:27,036][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@33b10c82] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:27,036][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:27,036][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:27,036][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:36:27,036][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:27,083][DEBUG][http-nio-1024-exec-7] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:27,084][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@33b10c82] (Logger.java:49) +[2026-06-09 14:36:27,084][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:27,084][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:36:27,084][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:27,109][DEBUG][http-nio-1024-exec-2] GET "/department/listAll", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:27,109][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.department.controller.DepartmentController#listAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:27,109][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:27,109][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:27,111][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@64434cc1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:27,111][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:27,111][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:27,111][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:27,112][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5253c3eb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:27,112][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:27,112][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:27,113][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:27,117][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5eee26b7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:27,117][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:27,117][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:27,117][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:27,120][DEBUG][redisson-netty-2-22] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4f8bce2[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:27,120][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:27,121][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:27,121][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589923, [49, 55, 56, 48, 57, 56, 54, 57, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:27,122][DEBUG][redisson-netty-2-1] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589923, [49, 55, 56, 48, 57, 56, 54, 57, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6965e13d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589923, [49, 55, 56, 48, 57, 56, 54, 57, 56, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:27,122][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:27,122][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:27,123][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DepartmentVO(departmentId=1, name=安徽省公安厅, m (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:36:27,123][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:31,648][DEBUG][http-nio-1024-exec-9] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:31,648][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:31,648][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:31,649][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:31,651][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2dd3ad7c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:31,651][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:31,651][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:31,651][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:31,652][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1f527bf8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:31,652][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:31,652][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:31,652][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:31,653][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@32e32e62[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:31,653][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:31,653][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:31,653][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:31,654][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@470bbb4e[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:31,654][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:31,654][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:31,654][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589918, [49, 55, 56, 48, 57, 56, 54, 57, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:31,655][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589918, [49, 55, 56, 48, 57, 56, 54, 57, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@60238a67[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589918, [49, 55, 56, 48, 57, 56, 54, 57, 57, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:31,655][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:31,655][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:31,656][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5de416ac] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:31,656][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:31,656][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:31,656][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:36:31,656][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:31,864][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:31,864][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5de416ac] (Logger.java:49) +[2026-06-09 14:36:31,864][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:31,864][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2185b53f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:31,864][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:31,864][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:31,864][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:36:31,865][DEBUG][http-nio-1024-exec-9] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:31,986][DEBUG][http-nio-1024-exec-9] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:31,987][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2185b53f] (Logger.java:49) +[2026-06-09 14:36:31,988][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:31,988][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@52c523b4] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:31,989][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:31,989][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:31,989][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:36:31,989][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:32,038][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:32,038][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@52c523b4] (Logger.java:49) +[2026-06-09 14:36:32,039][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:32,039][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6649d2bb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:32,039][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:32,039][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:32,039][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:36:32,039][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:32,084][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:32,084][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6649d2bb] (Logger.java:49) +[2026-06-09 14:36:32,084][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:32,084][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1b65e9a8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:32,084][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:32,084][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:32,084][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:36:32,084][DEBUG][http-nio-1024-exec-9] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:32,218][DEBUG][http-nio-1024-exec-9] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:32,218][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1b65e9a8] (Logger.java:49) +[2026-06-09 14:36:32,224][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:32,224][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17459bb6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:32,224][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:32,224][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:32,224][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:32,224][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:32,278][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:32,278][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17459bb6] (Logger.java:49) +[2026-06-09 14:36:32,279][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:32,279][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6ce6d269] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:32,279][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:32,279][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:32,279][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:32,280][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:32,328][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:32,329][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6ce6d269] (Logger.java:49) +[2026-06-09 14:36:32,329][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:32,329][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:32,331][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@693a8273[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:32,332][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:32,332][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:32,332][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:32,334][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5539b79e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:32,334][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:32,341][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:32,342][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:36:32,345][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:32,351][DEBUG][http-nio-1024-exec-1] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:32,351][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:32,351][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:32,352][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:32,356][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1edeb97[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:32,357][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:32,357][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:32,357][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:32,357][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@56bf9fbb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:32,358][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:32,358][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:32,358][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:32,359][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7b6694cf[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:32,359][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:32,359][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:32,359][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:32,359][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3ff1075c[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:32,360][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:32,360][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:32,360][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589917, [49, 55, 56, 48, 57, 56, 54, 57, 57, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:32,361][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589917, [49, 55, 56, 48, 57, 56, 54, 57, 57, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2beed958[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589917, [49, 55, 56, 48, 57, 56, 54, 57, 57, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:32,361][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:32,361][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:32,361][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3be69773] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:32,361][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:32,361][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:32,361][DEBUG][http-nio-1024-exec-1] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:36:32,362][DEBUG][http-nio-1024-exec-1] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:36:32,420][DEBUG][http-nio-1024-exec-1] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:32,421][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3be69773] (Logger.java:49) +[2026-06-09 14:36:32,422][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:32,422][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:36:32,423][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:32,450][DEBUG][http-nio-1024-exec-8] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:32,450][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:32,450][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:32,450][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:32,451][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@64f4e5e4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:32,451][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:32,451][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:32,452][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:32,453][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@74bc92cb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:32,453][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:32,453][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:32,453][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:32,454][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1b084ef6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:32,455][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:32,455][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:32,455][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:32,456][DEBUG][redisson-netty-2-24] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@24d3969c[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:32,456][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:32,456][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:32,456][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589917, [49, 55, 56, 48, 57, 56, 54, 57, 57, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:32,457][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589917, [49, 55, 56, 48, 57, 56, 54, 57, 57, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@131b85c2[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589917, [49, 55, 56, 48, 57, 56, 54, 57, 57, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:32,457][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:32,457][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:32,457][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@29b9b6c8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:32,458][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:32,458][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:32,458][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:36:32,458][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:32,514][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:32,515][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@29b9b6c8] (Logger.java:49) +[2026-06-09 14:36:32,516][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:32,516][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:36:32,516][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:32,532][DEBUG][http-nio-1024-exec-7] GET "/department/listAll", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:32,532][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.department.controller.DepartmentController#listAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:32,532][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:32,532][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:32,533][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@cbe7b4b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:32,533][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:32,533][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:32,534][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:32,535][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4d6691cc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:32,535][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:32,535][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:32,535][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:32,537][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2c98364d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:32,537][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:32,537][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:32,537][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:32,539][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1391212e[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:32,539][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:32,539][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:32,539][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589917, [49, 55, 56, 48, 57, 56, 54, 57, 57, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:32,542][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589917, [49, 55, 56, 48, 57, 56, 54, 57, 57, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@17f4db70[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589917, [49, 55, 56, 48, 57, 56, 54, 57, 57, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:32,542][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:32,543][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:32,543][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DepartmentVO(departmentId=1, name=安徽省公安厅, m (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:36:32,543][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:37,821][DEBUG][http-nio-1024-exec-2] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:37,822][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:37,822][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:37,822][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:37,823][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6c8b963b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:37,823][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:37,823][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:37,823][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:37,824][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2b6aedd9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:37,824][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:37,824][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:37,824][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:37,825][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@44ff48[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:37,825][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:37,825][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:37,825][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:37,825][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2db40db9[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:37,825][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:37,825][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:37,825][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589912, [49, 55, 56, 48, 57, 56, 54, 57, 57, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:37,826][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589912, [49, 55, 56, 48, 57, 56, 54, 57, 57, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@66319e89[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589912, [49, 55, 56, 48, 57, 56, 54, 57, 57, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:37,826][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:37,826][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:37,826][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@93443fe] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:37,826][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:37,826][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:37,826][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:36:37,826][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:37,887][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:37,887][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@93443fe] (Logger.java:49) +[2026-06-09 14:36:37,887][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:37,887][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@abc1166] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:37,888][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:37,888][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:37,888][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:36:37,888][DEBUG][http-nio-1024-exec-2] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:38,010][DEBUG][http-nio-1024-exec-2] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:38,010][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@abc1166] (Logger.java:49) +[2026-06-09 14:36:38,014][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:38,014][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2628dabb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:38,014][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:38,014][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:38,014][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:36:38,014][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:38,059][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:38,059][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2628dabb] (Logger.java:49) +[2026-06-09 14:36:38,059][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:38,059][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@67024c3d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:38,059][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:38,059][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:38,060][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:36:38,060][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:38,112][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:38,113][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@67024c3d] (Logger.java:49) +[2026-06-09 14:36:38,113][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:38,113][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c82c890] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:38,113][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:38,114][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:38,114][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:36:38,114][DEBUG][http-nio-1024-exec-2] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:38,232][DEBUG][http-nio-1024-exec-2] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:38,232][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c82c890] (Logger.java:49) +[2026-06-09 14:36:38,235][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:38,235][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@265fd747] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:38,236][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:38,236][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:38,236][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:38,237][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:38,311][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:38,312][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@265fd747] (Logger.java:49) +[2026-06-09 14:36:38,312][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:38,312][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@46423c35] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:38,312][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:38,312][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:38,312][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:38,312][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:38,357][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:38,357][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@46423c35] (Logger.java:49) +[2026-06-09 14:36:38,357][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:38,357][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:38,358][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5301f0d8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:38,358][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:38,359][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:38,359][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:38,359][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@18f0d9ca[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:38,359][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:38,362][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:38,362][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:36:38,363][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:38,368][DEBUG][http-nio-1024-exec-9] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:38,368][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:38,368][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:38,368][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:38,369][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@64052035[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:38,369][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:38,369][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:38,369][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:38,369][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6f899d48[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:38,369][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:38,370][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:38,370][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:38,370][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1e16e8dd[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:38,370][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:38,370][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:38,370][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:38,371][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@37ea3b41[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:38,371][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:38,371][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:38,371][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589911, [49, 55, 56, 48, 57, 56, 54, 57, 57, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:38,371][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589911, [49, 55, 56, 48, 57, 56, 54, 57, 57, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4ad7fc3c[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589911, [49, 55, 56, 48, 57, 56, 54, 57, 57, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:38,371][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:38,371][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:38,371][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@192d1d4f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:38,371][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:38,371][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:38,371][DEBUG][http-nio-1024-exec-9] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:36:38,372][DEBUG][http-nio-1024-exec-9] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:36:38,590][DEBUG][http-nio-1024-exec-9] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:38,590][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@192d1d4f] (Logger.java:49) +[2026-06-09 14:36:38,591][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:38,591][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:36:38,591][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:38,616][DEBUG][http-nio-1024-exec-1] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:38,617][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:38,617][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:38,617][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:38,619][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@10e5553e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:38,619][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:38,619][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:38,619][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:38,620][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3a139028[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:38,620][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:38,620][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:38,620][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:38,621][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@70f17fe4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:38,621][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:38,621][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:38,621][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:38,622][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2c36c90a[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:38,622][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:38,622][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:38,622][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589911, [49, 55, 56, 48, 57, 56, 54, 57, 57, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:38,623][DEBUG][redisson-netty-2-4] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589911, [49, 55, 56, 48, 57, 56, 54, 57, 57, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@21f930be[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589911, [49, 55, 56, 48, 57, 56, 54, 57, 57, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:38,623][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:38,623][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:38,623][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@72536be7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:38,624][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:38,624][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:38,624][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:36:38,625][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:38,673][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:38,673][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@72536be7] (Logger.java:49) +[2026-06-09 14:36:38,673][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:38,673][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:36:38,673][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:42,540][DEBUG][http-nio-1024-exec-5] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:42,541][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:42,541][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:42,541][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:42,542][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@797fd31d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:42,542][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:42,543][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:42,543][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:42,543][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@e68a991[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:42,543][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:42,543][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:42,543][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:42,544][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@f372780[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:42,544][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:42,544][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:42,544][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:42,544][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@413162d1[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:42,544][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:42,544][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:42,544][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589907, [49, 55, 56, 48, 57, 56, 55, 48, 48, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:42,545][DEBUG][redisson-netty-2-28] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589907, [49, 55, 56, 48, 57, 56, 55, 48, 48, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@52177854[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589907, [49, 55, 56, 48, 57, 56, 55, 48, 48, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:42,545][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:42,546][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:42,546][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@61bf21a1] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:42,546][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:42,546][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:42,546][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:36:42,546][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:42,619][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:42,619][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@61bf21a1] (Logger.java:49) +[2026-06-09 14:36:42,620][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:42,620][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6aa071ce] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:42,621][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:42,621][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:42,621][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:36:42,621][DEBUG][http-nio-1024-exec-5] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:42,736][DEBUG][http-nio-1024-exec-5] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:42,737][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6aa071ce] (Logger.java:49) +[2026-06-09 14:36:42,741][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:42,742][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6e62d1b9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:42,742][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:42,742][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:42,742][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:36:42,742][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:42,792][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:42,792][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6e62d1b9] (Logger.java:49) +[2026-06-09 14:36:42,792][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:42,793][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ecb6505] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:42,793][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:42,793][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:42,793][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:36:42,793][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:42,845][DEBUG][http-nio-1024-exec-5] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:42,845][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ecb6505] (Logger.java:49) +[2026-06-09 14:36:42,845][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:42,845][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6661f154] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:42,846][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:42,846][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:42,846][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:36:42,847][DEBUG][http-nio-1024-exec-5] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:42,969][DEBUG][http-nio-1024-exec-5] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:42,969][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6661f154] (Logger.java:49) +[2026-06-09 14:36:42,976][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:42,976][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@fa6d257] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:42,977][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:42,977][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:42,977][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:42,978][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:43,047][DEBUG][http-nio-1024-exec-5] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:43,047][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@fa6d257] (Logger.java:49) +[2026-06-09 14:36:43,047][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:43,047][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@77b13503] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:43,047][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:43,047][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:43,048][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:43,048][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:43,105][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:43,105][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@77b13503] (Logger.java:49) +[2026-06-09 14:36:43,106][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:43,106][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:43,109][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3cf1a68a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:43,109][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:43,109][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:43,109][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:43,111][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2f30aa69[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:43,111][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:43,118][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:43,119][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:36:43,122][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:43,126][DEBUG][http-nio-1024-exec-8] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:43,126][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:43,126][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:43,127][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:43,128][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6a34a39e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:43,128][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:43,128][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:43,128][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:43,130][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5f809ebb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:43,130][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:43,130][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:43,130][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:43,131][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1fb85abe[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:43,131][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:43,131][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:43,131][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:43,132][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1c646161[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:43,132][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:43,132][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:43,133][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589906, [49, 55, 56, 48, 57, 56, 55, 48, 48, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:43,134][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589906, [49, 55, 56, 48, 57, 56, 55, 48, 48, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@44b22ee5[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589906, [49, 55, 56, 48, 57, 56, 55, 48, 48, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:43,134][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:43,135][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:43,135][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5c3cbfe6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:43,135][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:43,135][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:43,136][DEBUG][http-nio-1024-exec-8] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:36:43,136][DEBUG][http-nio-1024-exec-8] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:36:43,197][DEBUG][http-nio-1024-exec-8] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:43,197][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5c3cbfe6] (Logger.java:49) +[2026-06-09 14:36:43,199][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:43,199][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:36:43,200][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:36:43,236][DEBUG][http-nio-1024-exec-4] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:36:43,237][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:36:43,237][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:43,237][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:43,238][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2d213739[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:43,239][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:43,239][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:43,239][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:43,240][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@54590352[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:43,240][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:43,240][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:43,240][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:43,241][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6220ce3d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:43,241][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:43,241][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:43,241][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:43,242][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5cafe4aa[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:43,242][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:43,242][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:36:43,242][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589906, [49, 55, 56, 48, 57, 56, 55, 48, 48, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:36:43,243][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589906, [49, 55, 56, 48, 57, 56, 55, 48, 48, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@42692e48[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589906, [49, 55, 56, 48, 57, 56, 55, 48, 48, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:36:43,243][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:36:43,243][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:36:43,243][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6952568a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:36:43,244][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:36:43,244][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:36:43,244][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:36:43,244][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:36:43,296][DEBUG][http-nio-1024-exec-4] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:36:43,297][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6952568a] (Logger.java:49) +[2026-06-09 14:36:43,297][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:36:43,297][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:36:43,298][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:37:19,586][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:37:19,587][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3f3f0526] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:37:19,588][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:37:19,589][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:37:19,589][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:37:19,589][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:37:19,678][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:37:19,678][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3f3f0526] (Logger.java:49) +[2026-06-09 14:37:31,626][DEBUG][http-nio-1024-exec-6] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:37:31,626][DEBUG][http-nio-1024-exec-9] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:37:31,627][DEBUG][http-nio-1024-exec-3] POST "/support/changeLog/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:37:31,629][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController#queryPage(ChangeLogQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:37:31,629][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:37:31,629][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:37:31,630][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:31,630][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:31,630][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:31,632][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:31,632][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:31,632][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:31,635][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7492761[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:31,635][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2b184e56[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:31,635][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@751cbb49[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:31,636][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:31,636][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:31,636][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:31,636][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:31,636][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:31,636][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:31,636][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:31,636][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:31,636][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:31,637][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7fe9bf35[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:31,637][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@286598ab[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:31,637][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:31,638][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:31,637][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5253d604[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:31,638][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:31,645][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:31,645][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:31,645][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:31,645][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:31,645][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:31,645][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:31,646][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3fd6c950[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:31,646][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@74fd3a48[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:31,646][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@34c2d989[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:31,646][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:31,646][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:31,646][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:31,646][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:31,646][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:31,646][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:31,647][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:31,647][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:31,647][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:31,648][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@53a17ded[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:31,648][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@74b9db1a[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:31,648][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:31,648][DEBUG][redisson-netty-2-28] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3a868304[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:31,648][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:31,648][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:31,648][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:31,648][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:31,648][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:31,648][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589858, [49, 55, 56, 48, 57, 56, 55, 48, 53, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:31,648][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589858, [49, 55, 56, 48, 57, 56, 55, 48, 53, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:31,648][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589858, [49, 55, 56, 48, 57, 56, 55, 48, 53, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:31,649][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589858, [49, 55, 56, 48, 57, 56, 55, 48, 53, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2e262d62[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589858, [49, 55, 56, 48, 57, 56, 55, 48, 53, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:31,649][DEBUG][redisson-netty-2-22] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589858, [49, 55, 56, 48, 57, 56, 55, 48, 53, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4c4b74b6[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589858, [49, 55, 56, 48, 57, 56, 55, 48, 53, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:31,649][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589858, [49, 55, 56, 48, 57, 56, 55, 48, 53, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@656b69b7[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589858, [49, 55, 56, 48, 57, 56, 55, 48, 53, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:31,649][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:31,649][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:31,649][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:31,651][DEBUG][http-nio-1024-exec-9] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=1, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:37:31,651][DEBUG][http-nio-1024-exec-3] Read "application/json;charset=UTF-8" to [ChangeLogQueryForm(type=null, keyword=null, publicDateBegin=null, publicDateEnd=null, createTime=nul (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:37:31,651][DEBUG][http-nio-1024-exec-6] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=2, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:37:31,663][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:37:31,664][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:37:31,664][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:37:31,664][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5e8079e0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:37:31,664][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@43ab0754] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:37:31,664][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@57158214] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:37:31,664][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:37:31,664][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:37:31,664][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:37:31,664][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:37:31,664][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:37:31,664][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:37:31,709][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:37:31,709][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:37:31,709][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:37:31,712][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:37:31,712][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@43ab0754] (Logger.java:49) +[2026-06-09 14:37:31,712][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:37:31,712][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:37:31,712][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3f10870a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:37:31,712][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT * FROM t_change_log order by t_change_log.version desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:37:31,712][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:37:31,713][DEBUG][http-nio-1024-exec-3] ==> Parameters: 8(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:37:31,761][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:37:31,761][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@57158214] (Logger.java:49) +[2026-06-09 14:37:31,761][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:37:31,761][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:37:31,761][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ca7b612] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:37:31,761][DEBUG][http-nio-1024-exec-6] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:37:31,761][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:37:31,764][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long), false(Boolean), 2(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:37:31,765][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:37:31,765][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5e8079e0] (Logger.java:49) +[2026-06-09 14:37:31,765][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:37:31,765][DEBUG][http-nio-1024-exec-9] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:37:31,766][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), false(Boolean), 1(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:37:31,772][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:37:31,772][DEBUG][smart-operate-log45] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:37:31,772][DEBUG][smart-operate-log45] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6cbf5a37] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:37:31,773][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=8, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:37:31,773][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:37:31,773][DEBUG][smart-operate-log45] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:37:31,828][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:37:31,828][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ca7b612] (Logger.java:49) +[2026-06-09 14:37:31,828][DEBUG][smart-operate-log45] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:37:31,828][DEBUG][smart-operate-log45] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:37:31,828][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:37:31,828][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:37:31,829][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:37:31,829][DEBUG][smart-operate-log45] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 业务支撑-更新日志(String), 分页查询 @author 卓大(String), /support/changeLog/queryPage(String), net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController.queryPage(String), POST(String), UPDATE(String), [{"searchCount":false,"pageSize":8,"pageNum":1}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"data":{"total":0,"pages":0,"pageSize":8,"list":[],"pageNum":1,"emptyFlag":true},"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:37:31,867][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:37:31,867][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3f10870a] (Logger.java:49) +[2026-06-09 14:37:31,867][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:37:31,867][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:37:31,867][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:37:31,882][DEBUG][smart-operate-log45] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6cbf5a37] (Logger.java:49) +[2026-06-09 14:37:31,882][DEBUG][smart-operate-log45] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:37:31,882][DEBUG][smart-operate-log45] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:37:36,986][DEBUG][http-nio-1024-exec-2] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:37:36,986][DEBUG][http-nio-1024-exec-7] POST "/support/changeLog/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:37:36,986][DEBUG][http-nio-1024-exec-4] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:37:36,987][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:37:36,987][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:37:36,987][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController#queryPage(ChangeLogQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:37:36,987][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:36,987][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:36,987][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:36,987][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:36,987][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:36,987][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:36,988][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@26cc4749[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:36,988][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@93f3951[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:36,988][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@19aaf07f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:36,989][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:36,989][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:36,989][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:36,989][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:36,989][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:36,989][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:36,989][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:36,989][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:36,989][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:36,992][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3600ec60[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:36,992][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3c514ba0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:36,992][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5b128060[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:36,992][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:36,992][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:36,992][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:36,992][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:36,992][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:36,992][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:36,992][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:36,992][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:36,992][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:36,994][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7baa9c93[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:36,994][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@20392509[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:36,995][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:36,995][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:36,995][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@15c04435[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:36,995][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:36,996][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:36,996][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:36,996][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:36,996][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:36,996][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:36,996][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:37,000][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5da6a787[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:37,000][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3dc48870[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:37,008][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:37,000][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1cbaba0b[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:37,009][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:37,009][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:37,009][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:37,009][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:37,009][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:37:37,009][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589853, [49, 55, 56, 48, 57, 56, 55, 48, 53, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:37,009][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589853, [49, 55, 56, 48, 57, 56, 55, 48, 53, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:37,011][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589853, [49, 55, 56, 48, 57, 56, 55, 48, 53, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:37:37,015][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589853, [49, 55, 56, 48, 57, 56, 55, 48, 53, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7b92eecb[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589853, [49, 55, 56, 48, 57, 56, 55, 48, 53, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:37,015][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589853, [49, 55, 56, 48, 57, 56, 55, 48, 53, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1e9e24a1[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589853, [49, 55, 56, 48, 57, 56, 55, 48, 53, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:37,015][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:37,015][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589853, [49, 55, 56, 48, 57, 56, 55, 48, 53, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@614e7475[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589853, [49, 55, 56, 48, 57, 56, 55, 48, 53, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:37:37,015][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:37,015][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:37:37,016][DEBUG][http-nio-1024-exec-7] Read "application/json;charset=UTF-8" to [ChangeLogQueryForm(type=null, keyword=null, publicDateBegin=null, publicDateEnd=null, createTime=nul (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:37:37,016][DEBUG][http-nio-1024-exec-2] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=1, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:37:37,016][DEBUG][http-nio-1024-exec-4] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=2, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:37:37,016][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:37:37,016][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:37:37,016][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:37:37,016][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7b004086] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:37:37,016][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@945afb3] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:37:37,016][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3c9ce4fe] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:37:37,017][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:37:37,017][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:37:37,017][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:37:37,017][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:32.101}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:37:37,017][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:37:37,017][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:37:37,017][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:37:37,017][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:37:37,017][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT * FROM t_change_log order by t_change_log.version desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:37:37,017][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:37:37,017][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:37:37,017][DEBUG][http-nio-1024-exec-7] ==> Parameters: 8(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:37:37,077][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:37:37,077][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3c9ce4fe] (Logger.java:49) +[2026-06-09 14:37:37,079][DEBUG][smart-operate-log46] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:37:37,079][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:37:37,079][DEBUG][http-nio-1024-exec-4] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:37:37,079][DEBUG][smart-operate-log46] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1bef37ce] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:37:37,079][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=8, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:37:37,079][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@945afb3] (Logger.java:49) +[2026-06-09 14:37:37,080][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:37:37,080][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@cc0d82d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:37:37,080][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:37:37,080][DEBUG][smart-operate-log46] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:37:37,080][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:37:37,080][DEBUG][smart-operate-log46] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:32:49.712}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:37:37,080][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:37:37,080][DEBUG][smart-operate-log46] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:37:37,080][DEBUG][http-nio-1024-exec-4] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:37:37,081][DEBUG][smart-operate-log46] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 业务支撑-更新日志(String), 分页查询 @author 卓大(String), /support/changeLog/queryPage(String), net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController.queryPage(String), POST(String), UPDATE(String), [{"searchCount":false,"pageSize":8,"pageNum":1}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"data":{"total":0,"pages":0,"pageSize":8,"list":[],"pageNum":1,"emptyFlag":true},"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:37:37,081][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long), false(Boolean), 2(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:37:37,083][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:37:37,083][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7b004086] (Logger.java:49) +[2026-06-09 14:37:37,083][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:37:37,084][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5275d26] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:37:37,084][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:37:37,084][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:32.101}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:37:37,084][DEBUG][http-nio-1024-exec-2] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:37:37,086][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long), false(Boolean), 1(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:37:37,132][DEBUG][smart-operate-log46] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1bef37ce] (Logger.java:49) +[2026-06-09 14:37:37,133][DEBUG][smart-operate-log46] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:37:37,133][DEBUG][smart-operate-log46] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:37:37,135][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:37:37,136][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5275d26] (Logger.java:49) +[2026-06-09 14:37:37,136][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:37:37,136][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:37:37,137][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:37:37,181][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:37:37,181][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@cc0d82d] (Logger.java:49) +[2026-06-09 14:37:37,182][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:37:37,182][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:37:37,182][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:38:19,682][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:38:19,683][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@425c36b0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:38:19,683][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:38:19,683][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:38:19,683][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:38:19,684][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:38:19,746][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:38:19,746][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@425c36b0] (Logger.java:49) +[2026-06-09 14:38:20,030][DEBUG][http-nio-1024-exec-3] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:38:20,031][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:38:20,031][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:38:20,031][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:38:20,036][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3562d90c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:38:20,036][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:38:20,036][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:38:20,036][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:38:20,038][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4204e92a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:38:20,038][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:38:20,038][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:38:20,038][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:38:20,039][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ddfa343[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:38:20,039][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:38:20,039][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:38:20,039][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:38:20,040][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6e549355[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:38:20,040][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:38:20,040][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:38:20,040][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589810, [49, 55, 56, 48, 57, 56, 55, 49, 48, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:38:20,041][DEBUG][redisson-netty-2-26] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589810, [49, 55, 56, 48, 57, 56, 55, 49, 48, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1b81a0e3[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589810, [49, 55, 56, 48, 57, 56, 55, 49, 48, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:38:20,041][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:38:20,041][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:38:20,041][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3c5474ee] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:38:20,041][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:38:20,042][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:38:20,042][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:38:20,042][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:38:20,097][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:38:20,097][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3c5474ee] (Logger.java:49) +[2026-06-09 14:38:20,097][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:38:20,097][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2bf5ef42] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:38:20,097][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:38:20,097][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:38:20,097][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:38:20,097][DEBUG][http-nio-1024-exec-3] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:38:20,273][DEBUG][http-nio-1024-exec-3] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:38:20,274][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2bf5ef42] (Logger.java:49) +[2026-06-09 14:38:20,279][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:38:20,279][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5a546167] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:38:20,280][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:38:20,280][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:38:20,280][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:38:20,280][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:38:20,352][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:38:20,353][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5a546167] (Logger.java:49) +[2026-06-09 14:38:20,353][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:38:20,353][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5f564c57] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:38:20,354][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:38:20,354][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:38:20,354][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:38:20,354][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:38:20,410][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:38:20,410][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5f564c57] (Logger.java:49) +[2026-06-09 14:38:20,411][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:38:20,411][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@40bab057] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:38:20,411][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:38:20,411][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:38:20,411][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:38:20,412][DEBUG][http-nio-1024-exec-3] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:38:20,584][DEBUG][http-nio-1024-exec-3] <== Total: 157 (BaseJdbcLogger.java:135) +[2026-06-09 14:38:20,585][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@40bab057] (Logger.java:49) +[2026-06-09 14:38:20,590][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:38:20,590][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@44b1c8fd] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:38:20,590][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:38:20,590][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:38:20,590][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:38:20,591][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:38:20,640][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:38:20,640][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@44b1c8fd] (Logger.java:49) +[2026-06-09 14:38:20,641][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:38:20,641][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@504e0144] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:38:20,641][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:38:20,641][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:38:20,641][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:38:20,642][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:38:20,712][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:38:20,712][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@504e0144] (Logger.java:49) +[2026-06-09 14:38:20,712][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:38:20,712][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:38:20,714][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@445de5d1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:38:20,714][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:38:20,714][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:38:20,715][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:38:20,716][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@d15ce71[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:38:20,716][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:38:20,721][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:38:20,722][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:38:20,724][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:38:20,729][DEBUG][http-nio-1024-exec-6] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:38:20,729][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:38:20,729][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:38:20,729][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:38:20,730][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@23f6b9fd[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:38:20,731][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:38:20,731][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:38:20,731][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:38:20,731][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2fea140e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:38:20,731][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:38:20,731][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:38:20,732][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:38:20,732][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7e466a97[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:38:20,732][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:38:20,733][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:38:20,733][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:38:20,734][DEBUG][redisson-netty-2-1] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@65d2d2b6[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:38:20,734][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:38:20,734][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:38:20,734][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589809, [49, 55, 56, 48, 57, 56, 55, 49, 48, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:38:20,736][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589809, [49, 55, 56, 48, 57, 56, 55, 49, 48, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@23eaaf94[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589809, [49, 55, 56, 48, 57, 56, 55, 49, 48, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:38:20,736][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:38:20,737][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:38:20,737][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3458fb96] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:38:20,738][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:38:20,738][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:38:20,738][DEBUG][http-nio-1024-exec-6] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:38:20,739][DEBUG][http-nio-1024-exec-6] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:38:20,795][DEBUG][http-nio-1024-exec-6] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:38:20,795][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3458fb96] (Logger.java:49) +[2026-06-09 14:38:20,797][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:38:20,798][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:38:20,798][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:38:20,830][DEBUG][http-nio-1024-exec-8] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:38:20,830][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:38:20,830][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:38:20,830][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:38:20,831][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@405d9eff[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:38:20,831][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:38:20,831][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:38:20,831][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:38:20,832][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@40d0856e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:38:20,832][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:38:20,832][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:38:20,832][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:38:20,833][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@19f8f80e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:38:20,833][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:38:20,833][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:38:20,833][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:38:20,833][DEBUG][redisson-netty-2-30] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1d2d0267[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:38:20,833][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:38:20,833][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:38:20,833][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589809, [49, 55, 56, 48, 57, 56, 55, 49, 48, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:38:20,834][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589809, [49, 55, 56, 48, 57, 56, 55, 49, 48, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6ade1d7a[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589809, [49, 55, 56, 48, 57, 56, 55, 49, 48, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:38:20,834][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:38:20,835][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:38:20,835][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@61fb35c5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:38:20,835][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:38:20,835][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:38:20,835][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:38:20,836][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:38:20,879][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:38:20,879][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@61fb35c5] (Logger.java:49) +[2026-06-09 14:38:20,879][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:38:20,879][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:38:20,880][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:39:19,751][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:39:19,753][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@168d857f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:39:19,756][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:39:19,756][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:39:19,756][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:39:19,758][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:39:19,804][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:39:19,804][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@168d857f] (Logger.java:49) +[2026-06-09 14:40:08,539][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:40:08,541][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@d21056c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:40:08,541][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:40:08,542][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:40:08,542][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 14:40:08,543][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:40:08,606][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:40:08,606][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@d21056c] (Logger.java:49) +[2026-06-09 14:40:19,822][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:40:19,823][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@10688392] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:40:19,823][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:40:19,823][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:40:19,823][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:40:19,824][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:40:19,870][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:40:19,870][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@10688392] (Logger.java:49) +[2026-06-09 14:40:48,530][DEBUG][http-nio-1024-exec-10] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:40:48,531][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:40:48,531][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:48,531][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:48,534][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@63f9a36a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:48,534][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:48,534][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:48,534][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:48,535][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@792b1f4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:48,535][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:48,535][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:48,535][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:48,536][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@47f84668[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:48,536][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:48,536][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:48,536][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:48,537][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2de72367[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:48,537][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:48,537][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:48,537][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589661, [49, 55, 56, 48, 57, 56, 55, 50, 52, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:48,538][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589661, [49, 55, 56, 48, 57, 56, 55, 50, 52, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6b1ae37b[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589661, [49, 55, 56, 48, 57, 56, 55, 50, 52, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:48,538][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:48,539][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:40:48,539][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@715d0406] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:40:48,539][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:40:48,539][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:40:48,539][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:40:48,539][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:40:48,619][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:40:48,620][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@715d0406] (Logger.java:49) +[2026-06-09 14:40:48,620][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:40:48,620][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@525895e5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:40:48,621][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:40:48,621][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:40:48,621][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:40:48,622][DEBUG][http-nio-1024-exec-10] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:40:48,832][DEBUG][http-nio-1024-exec-10] <== Total: 147 (BaseJdbcLogger.java:135) +[2026-06-09 14:40:48,833][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@525895e5] (Logger.java:49) +[2026-06-09 14:40:48,838][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:40:48,839][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@404a851c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:40:48,839][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:40:48,839][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:40:48,839][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:40:48,840][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:40:48,890][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:40:48,890][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@404a851c] (Logger.java:49) +[2026-06-09 14:40:48,890][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:40:48,891][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1b30b37b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:40:48,891][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:40:48,891][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:40:48,891][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:40:48,892][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:40:48,934][DEBUG][http-nio-1024-exec-10] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:40:48,934][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1b30b37b] (Logger.java:49) +[2026-06-09 14:40:48,934][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:40:48,935][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2d4e92f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:40:48,935][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:40:48,935][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:40:48,935][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:40:48,935][DEBUG][http-nio-1024-exec-10] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:40:49,123][DEBUG][http-nio-1024-exec-10] <== Total: 147 (BaseJdbcLogger.java:135) +[2026-06-09 14:40:49,123][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2d4e92f] (Logger.java:49) +[2026-06-09 14:40:49,129][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:40:49,129][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1435a32d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:40:49,130][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:40:49,130][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:40:49,130][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:40:49,131][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:40:49,175][DEBUG][http-nio-1024-exec-10] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:40:49,176][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1435a32d] (Logger.java:49) +[2026-06-09 14:40:49,176][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:40:49,176][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@43a6d2] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:40:49,177][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:40:49,177][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:40:49,177][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:40:49,177][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:40:49,222][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:40:49,222][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@43a6d2] (Logger.java:49) +[2026-06-09 14:40:49,222][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:49,223][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:49,225][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@267105d3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:49,225][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:49,225][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:49,226][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:49,227][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1d4806d1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:49,227][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:49,233][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:40:49,233][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:40:49,236][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:40:49,243][DEBUG][http-nio-1024-exec-9] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:40:49,244][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:40:49,244][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:49,244][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:49,246][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6cc45ea8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:49,246][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:49,246][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:49,246][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:49,247][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@67c14b86[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:49,247][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:49,247][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:49,247][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:49,248][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4580bd12[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:49,248][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:49,248][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:49,249][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:49,249][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5d9a2d6f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:49,249][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:49,249][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:49,249][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589660, [49, 55, 56, 48, 57, 56, 55, 50, 52, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:49,250][DEBUG][redisson-netty-2-26] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589660, [49, 55, 56, 48, 57, 56, 55, 50, 52, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6210aaae[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589660, [49, 55, 56, 48, 57, 56, 55, 50, 52, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:49,250][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:49,253][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:40:49,253][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17911a61] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:40:49,254][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:40:49,254][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:40:49,254][DEBUG][http-nio-1024-exec-9] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:40:49,255][DEBUG][http-nio-1024-exec-9] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:40:49,321][DEBUG][http-nio-1024-exec-9] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:40:49,321][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17911a61] (Logger.java:49) +[2026-06-09 14:40:49,321][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:40:49,321][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:40:49,322][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:40:49,351][DEBUG][http-nio-1024-exec-5] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:40:49,351][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:40:49,354][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:49,354][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:49,355][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4e36b455[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:49,355][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:49,355][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:49,356][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:49,356][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3d9fbba6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:49,356][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:49,356][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:49,356][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:49,357][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7be274c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:49,357][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:49,357][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:49,357][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:49,357][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@23d0f21e[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:49,357][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:49,357][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:49,357][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589660, [49, 55, 56, 48, 57, 56, 55, 50, 52, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:49,358][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589660, [49, 55, 56, 48, 57, 56, 55, 50, 52, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4ae1e7fe[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589660, [49, 55, 56, 48, 57, 56, 55, 50, 52, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:49,358][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:49,358][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:40:49,358][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4bd836f7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:40:49,358][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:40:49,359][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:40:49,359][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:40:49,359][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:40:49,409][DEBUG][http-nio-1024-exec-5] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:40:49,409][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4bd836f7] (Logger.java:49) +[2026-06-09 14:40:49,409][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:40:49,409][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:40:49,409][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:40:57,474][DEBUG][http-nio-1024-exec-10] POST "/support/changeLog/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:40:57,474][DEBUG][http-nio-1024-exec-4] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:40:57,474][DEBUG][http-nio-1024-exec-2] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:40:57,475][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:40:57,475][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:40:57,475][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController#queryPage(ChangeLogQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:40:57,475][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:57,475][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:57,475][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:57,475][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:57,475][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:57,475][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:57,476][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ad9e48d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:57,476][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4222eaa9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:57,476][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3198d70c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:57,476][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:57,476][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:57,476][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:57,476][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:57,476][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:57,476][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:57,476][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:57,476][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:57,476][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:57,477][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@522b2099[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:57,477][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@40f793ff[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:57,477][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@50649d7f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:57,477][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:57,477][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:57,477][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:57,477][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:57,477][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:57,477][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:57,477][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:57,477][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:57,478][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:57,479][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@26b356c7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:57,479][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@9104b8a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:57,480][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@45dd3705[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:57,480][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:57,480][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:57,480][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:57,480][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:57,480][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:57,480][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:57,480][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:57,480][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:57,480][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:57,481][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@32887559[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:57,481][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@fd7b51a[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:57,481][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4c7153a8[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:57,481][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:57,481][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:57,481][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:57,481][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:57,481][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:57,481][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:40:57,482][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589652, [49, 55, 56, 48, 57, 56, 55, 50, 53, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:57,482][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589652, [49, 55, 56, 48, 57, 56, 55, 50, 53, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:57,482][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589652, [49, 55, 56, 48, 57, 56, 55, 50, 53, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:40:57,483][DEBUG][redisson-netty-2-4] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589652, [49, 55, 56, 48, 57, 56, 55, 50, 53, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@450ff4e[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589652, [49, 55, 56, 48, 57, 56, 55, 50, 53, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:57,483][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589652, [49, 55, 56, 48, 57, 56, 55, 50, 53, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1b6f7b01[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589652, [49, 55, 56, 48, 57, 56, 55, 50, 53, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:57,483][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589652, [49, 55, 56, 48, 57, 56, 55, 50, 53, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@33315613[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589652, [49, 55, 56, 48, 57, 56, 55, 50, 53, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:40:57,483][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:57,483][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:57,483][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:40:57,493][DEBUG][http-nio-1024-exec-2] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=2, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:40:57,493][DEBUG][http-nio-1024-exec-10] Read "application/json;charset=UTF-8" to [ChangeLogQueryForm(type=null, keyword=null, publicDateBegin=null, publicDateEnd=null, createTime=nul (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:40:57,493][DEBUG][http-nio-1024-exec-4] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=1, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:40:57,495][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:40:57,495][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:40:57,495][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:40:57,495][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4ea85341] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:40:57,495][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5bf8f0e9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:40:57,495][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@24fc52cb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:40:57,495][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:40:57,495][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:40:57,495][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:40:57,495][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:40:57,496][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:40:57,496][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:40:57,542][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:40:57,543][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:40:57,544][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:40:57,545][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:40:57,545][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4ea85341] (Logger.java:49) +[2026-06-09 14:40:57,545][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:40:57,545][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@194882ad] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:40:57,546][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:40:57,546][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 11:40:00.946, closeCount=0, lastValidateTimeMillis=2026-06-09 14:37:31.709}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:40:57,547][DEBUG][http-nio-1024-exec-2] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:40:57,547][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long), false(Boolean), 2(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:40:57,552][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.551}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:40:57,552][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT * FROM t_change_log order by t_change_log.version desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:40:57,553][DEBUG][http-nio-1024-exec-10] ==> Parameters: 8(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:40:57,592][DEBUG][http-nio-1024-exec-4] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:40:57,592][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@24fc52cb] (Logger.java:49) +[2026-06-09 14:40:57,593][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:40:57,593][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@39451235] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:40:57,593][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:40:57,594][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:40:57,594][DEBUG][http-nio-1024-exec-4] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:40:57,594][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long), false(Boolean), 1(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:40:57,598][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:40:57,598][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5bf8f0e9] (Logger.java:49) +[2026-06-09 14:40:57,605][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:40:57,605][DEBUG][smart-operate-log47] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:40:57,605][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=8, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:40:57,605][DEBUG][smart-operate-log47] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@14b293cb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:40:57,606][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:40:57,606][DEBUG][smart-operate-log47] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:40:57,606][DEBUG][smart-operate-log47] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.551}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:40:57,606][DEBUG][smart-operate-log47] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:40:57,607][DEBUG][smart-operate-log47] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 业务支撑-更新日志(String), 分页查询 @author 卓大(String), /support/changeLog/queryPage(String), net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController.queryPage(String), POST(String), UPDATE(String), [{"searchCount":false,"pageSize":8,"pageNum":1}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"data":{"total":0,"pages":0,"pageSize":8,"list":[],"pageNum":1,"emptyFlag":true},"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:40:57,636][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:40:57,636][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@194882ad] (Logger.java:49) +[2026-06-09 14:40:57,637][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:40:57,637][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:40:57,638][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:40:57,651][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:40:57,651][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@39451235] (Logger.java:49) +[2026-06-09 14:40:57,652][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:40:57,652][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:40:57,653][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:40:57,660][DEBUG][smart-operate-log47] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@14b293cb] (Logger.java:49) +[2026-06-09 14:40:57,660][DEBUG][smart-operate-log47] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:40:57,660][DEBUG][smart-operate-log47] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:41:03,346][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:03,346][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6a419986] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:03,346][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:03,346][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.551}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:03,346][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 14:41:03,347][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:03,417][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:03,417][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6a419986] (Logger.java:49) +[2026-06-09 14:41:03,418][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:03,418][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3fc3248c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:03,419][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:03,419][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.551}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:03,419][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:41:03,420][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T14:41:03.345576(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:03,469][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:03,469][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3fc3248c] (Logger.java:49) +[2026-06-09 14:41:05,741][DEBUG][http-nio-1024-exec-5] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:41:05,741][DEBUG][http-nio-1024-exec-7] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:41:05,741][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:41:05,741][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:05,742][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:05,742][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:41:05,742][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:05,742][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:05,743][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@38b2d24f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:05,743][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@604ceec0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:05,743][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:05,743][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:05,743][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:05,743][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:05,743][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:05,743][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:05,744][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@72b62037[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:05,744][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@28fd7bd7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:05,744][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:05,744][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:05,744][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:05,744][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:05,744][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:05,744][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:05,745][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@656eb32f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:05,745][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7278d7d8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:05,746][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:05,746][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:05,746][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:05,746][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:05,746][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:05,746][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:05,747][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@b9cc7b7[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:05,747][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6e12b02a[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:05,747][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:05,747][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:05,747][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:05,747][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:05,747][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589644, [49, 55, 56, 48, 57, 56, 55, 50, 54, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:05,747][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589644, [49, 55, 56, 48, 57, 56, 55, 50, 54, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:05,748][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589644, [49, 55, 56, 48, 57, 56, 55, 50, 54, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@10f8e4cb[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589644, [49, 55, 56, 48, 57, 56, 55, 50, 54, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:05,748][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589644, [49, 55, 56, 48, 57, 56, 55, 50, 54, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7418b506[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589644, [49, 55, 56, 48, 57, 56, 55, 50, 54, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:05,748][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:05,748][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:05,750][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:05,750][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@12e777cf] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:05,750][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:05,750][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.551}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:05,751][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:41:05,751][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:05,751][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7e365683] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:05,751][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:05,751][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:05,751][DEBUG][http-nio-1024-exec-7] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:05,751][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:41:05,753][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:05,796][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:05,796][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7e365683] (Logger.java:49) +[2026-06-09 14:41:05,797][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:41:05,797][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:41:05,797][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:41:05,798][DEBUG][http-nio-1024-exec-8] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:41:05,798][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:41:05,798][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:05,798][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:05,800][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@62f9cd4d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:05,800][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:05,800][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:05,800][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:05,801][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@21f7c82b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:05,802][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:05,802][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:05,802][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:05,804][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1622125[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:05,804][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:05,804][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:05,804][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:05,806][DEBUG][redisson-netty-2-30] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3451f068[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:05,806][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:05,806][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:05,806][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589644, [49, 55, 56, 48, 57, 56, 55, 50, 54, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:05,807][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589644, [49, 55, 56, 48, 57, 56, 55, 50, 54, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1bbf439c[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589644, [49, 55, 56, 48, 57, 56, 55, 50, 54, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:05,807][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:05,808][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:05,808][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@42ee6bdc] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:05,808][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:05,808][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:05,809][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:41:05,809][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:05,858][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:05,858][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@42ee6bdc] (Logger.java:49) +[2026-06-09 14:41:05,859][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:41:05,859][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:41:05,859][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:41:05,865][DEBUG][http-nio-1024-exec-7] <== Total: 147 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:05,865][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@12e777cf] (Logger.java:49) +[2026-06-09 14:41:05,869][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:41:05,869][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=45, createTime=2021-08-12T16: (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:41:05,871][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:41:12,105][DEBUG][http-nio-1024-exec-10] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:41:12,106][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:41:12,106][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:12,106][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:12,108][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5efe46c3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:12,108][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:12,108][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:12,108][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:12,109][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1c090db[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:12,109][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:12,109][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:12,109][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:12,110][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2f2e2090[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:12,110][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:12,110][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:12,110][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:12,111][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6243775c[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:12,111][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:12,111][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:12,111][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589638, [49, 55, 56, 48, 57, 56, 55, 50, 55, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:12,111][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589638, [49, 55, 56, 48, 57, 56, 55, 50, 55, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@67b71c7c[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589638, [49, 55, 56, 48, 57, 56, 55, 50, 55, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:12,111][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:12,112][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:12,112][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@479316d1] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:12,112][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:12,113][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.551}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:12,113][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:41:12,113][DEBUG][http-nio-1024-exec-10] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:12,248][DEBUG][http-nio-1024-exec-10] <== Total: 63 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:12,248][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@479316d1] (Logger.java:49) +[2026-06-09 14:41:12,253][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:41:12,253][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:41:12,255][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:41:12,256][DEBUG][http-nio-1024-exec-2] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:41:12,257][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:41:12,257][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:12,257][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:12,259][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@56f9448[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:12,259][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:12,259][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:12,259][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:12,260][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1962aaf6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:12,260][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:12,260][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:12,260][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:12,261][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2f3152ad[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:12,261][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:12,261][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:12,261][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:12,262][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4a76eff4[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:12,262][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:12,262][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:12,262][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589638, [49, 55, 56, 48, 57, 56, 55, 50, 55, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:12,262][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589638, [49, 55, 56, 48, 57, 56, 55, 50, 55, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1f46d89c[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589638, [49, 55, 56, 48, 57, 56, 55, 50, 55, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:12,263][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:12,263][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:12,263][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@264a4baa] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:12,263][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:12,263][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.551}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:12,263][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:41:12,264][DEBUG][http-nio-1024-exec-2] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:12,367][DEBUG][http-nio-1024-exec-2] <== Total: 63 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:12,367][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@264a4baa] (Logger.java:49) +[2026-06-09 14:41:12,371][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:41:12,372][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:41:12,373][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:41:14,459][DEBUG][http-nio-1024-exec-9] POST "/menu/update", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:41:14,460][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#updateMenu(MenuUpdateForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:41:14,460][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:14,460][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:14,463][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@60099c31[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:14,463][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:14,463][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:14,464][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:14,465][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@133b6f4e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:14,465][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:14,465][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:14,465][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:14,466][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@667b0566[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:14,467][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:14,467][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:14,467][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:14,468][DEBUG][redisson-netty-2-22] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6581f3e5[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:14,468][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:14,468][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:14,468][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589636, [49, 55, 56, 48, 57, 56, 55, 50, 55, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:14,469][DEBUG][redisson-netty-2-28] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589636, [49, 55, 56, 48, 57, 56, 55, 50, 55, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@18433e0a[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589636, [49, 55, 56, 48, 57, 56, 55, 50, 55, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:14,469][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:14,471][DEBUG][http-nio-1024-exec-9] Read "application/json;charset=UTF-8" to [MenuUpdateForm(menuId=10000, updateUserId=null)] (LogFormatUtils.java:120) +[2026-06-09 14:41:14,472][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:14,472][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@31bbc26c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:14,472][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:14,473][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.551}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:14,473][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT menu_id,menu_name,menu_type,parent_id,sort,path,component,frame_flag,frame_url,cache_flag,visible_flag,disabled_flag,api_perms,perms_type,web_perms,icon,context_menu_id,deleted_flag,create_time,create_user_id,update_time,update_user_id FROM t_menu WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:41:14,473][DEBUG][http-nio-1024-exec-9] ==> Parameters: 10000(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:14,575][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:14,576][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@31bbc26c] (Logger.java:49) +[2026-06-09 14:41:14,576][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:14,576][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4d83da65] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:14,576][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:14,576][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.551}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:14,576][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_menu where menu_name = ? and parent_id = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:14,577][DEBUG][http-nio-1024-exec-9] ==> Parameters: 警务评议(String), 0(Long), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:14,656][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:14,656][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4d83da65] (Logger.java:49) +[2026-06-09 14:41:14,656][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:14,656][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4a80a891] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:14,656][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:14,656][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.551}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:14,657][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_menu where web_perms = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:14,657][DEBUG][http-nio-1024-exec-9] ==> Parameters: null, false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:14,714][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:14,714][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4a80a891] (Logger.java:49) +[2026-06-09 14:41:14,716][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:14,716][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@64099679] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:14,716][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:14,716][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.551}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:14,716][DEBUG][http-nio-1024-exec-9] ==> Preparing: UPDATE t_menu SET menu_name=?, menu_type=?, parent_id=?, sort=?, path=?, frame_flag=?, cache_flag=?, visible_flag=?, disabled_flag=?, icon=?, update_user_id=? WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:41:14,717][DEBUG][http-nio-1024-exec-9] ==> Parameters: 警务评议(String), 1(Integer), 0(Long), 1(Integer), /jwpy(String), false(Boolean), true(Boolean), true(Boolean), false(Boolean), CommentOutlined(String), 1(Long), 10000(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:14,787][DEBUG][http-nio-1024-exec-9] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:14,787][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@64099679] (Logger.java:49) +[2026-06-09 14:41:14,791][DEBUG][smart-operate-log48] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:14,791][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:41:14,791][DEBUG][smart-operate-log48] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7129aa4f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:14,791][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:41:14,792][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:41:14,792][DEBUG][smart-operate-log48] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:14,792][DEBUG][smart-operate-log48] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.551}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:14,792][DEBUG][smart-operate-log48] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:14,793][DEBUG][smart-operate-log48] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 系统-菜单(String), 更新菜单 @author 卓大(String), /menu/update(String), net.lab1024.sa.admin.module.system.menu.controller.MenuController.updateMenu(String), POST(String), UPDATE(String), [{"path":"/jwpy","cacheFlag":true,"updateUserId":1,"disabledFlag":false,"icon":"CommentOutlined","menuId":10000,"menuName":"警务评议","menuType":1,"sort":1,"frameFlag":false,"parentId":0,"visibleFlag":true}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:14,831][DEBUG][http-nio-1024-exec-3] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:41:14,832][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:41:14,832][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:14,832][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:14,833][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2512c46a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:14,833][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:14,834][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:14,834][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:14,836][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@668a35df[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:14,836][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:14,836][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:14,836][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:14,838][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2311f0e7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:14,838][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:14,838][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:14,838][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:14,839][DEBUG][redisson-netty-2-20] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@589e671c[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:14,840][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:14,840][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:14,840][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589636, [49, 55, 56, 48, 57, 56, 55, 50, 55, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:14,841][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589636, [49, 55, 56, 48, 57, 56, 55, 50, 55, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@10e08731[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589636, [49, 55, 56, 48, 57, 56, 55, 50, 55, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:14,841][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:14,841][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:14,841][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@377f14c0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:14,842][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:14,842][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:14,842][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:41:14,843][DEBUG][http-nio-1024-exec-3] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:14,849][DEBUG][smart-operate-log48] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7129aa4f] (Logger.java:49) +[2026-06-09 14:41:14,850][DEBUG][smart-operate-log48] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:41:14,850][DEBUG][smart-operate-log48] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:41:14,954][DEBUG][http-nio-1024-exec-3] <== Total: 147 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:14,954][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@377f14c0] (Logger.java:49) +[2026-06-09 14:41:14,958][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:41:14,958][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:41:14,959][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:41:17,963][DEBUG][http-nio-1024-exec-7] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:41:17,963][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:41:17,964][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:17,964][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:17,965][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6f90fd62[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:17,965][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:17,965][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:17,966][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:17,967][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@248ae204[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:17,967][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:17,967][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:17,967][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:17,968][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5d299a86[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:17,968][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:17,968][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:17,968][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:17,970][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@797b8771[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:17,970][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:17,970][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:17,971][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589633, [49, 55, 56, 48, 57, 56, 55, 50, 55, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:17,972][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589633, [49, 55, 56, 48, 57, 56, 55, 50, 55, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5e7a00bd[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589633, [49, 55, 56, 48, 57, 56, 55, 50, 55, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:17,973][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:17,973][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:17,973][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@64ad70b4] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:17,975][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:17,975][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:17,975][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:41:17,976][DEBUG][http-nio-1024-exec-7] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:18,067][DEBUG][http-nio-1024-exec-7] <== Total: 63 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:18,067][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@64ad70b4] (Logger.java:49) +[2026-06-09 14:41:18,071][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:41:18,071][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:41:18,072][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:41:18,073][DEBUG][http-nio-1024-exec-1] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:41:18,073][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:41:18,073][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:18,074][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:18,075][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@24f610da[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:18,075][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:18,075][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:18,075][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:18,076][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@8c38c8f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:18,076][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:18,076][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:18,076][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:18,076][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@18d0e4c9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:18,076][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:18,077][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:18,077][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:18,077][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@61b31ac9[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:18,077][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:18,077][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:18,077][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589633, [49, 55, 56, 48, 57, 56, 55, 50, 55, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:18,078][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589633, [49, 55, 56, 48, 57, 56, 55, 50, 55, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4b368221[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589633, [49, 55, 56, 48, 57, 56, 55, 50, 55, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:18,078][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:18,078][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:18,079][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@595879e6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:18,079][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:18,079][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:18,079][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:41:18,079][DEBUG][http-nio-1024-exec-1] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:18,141][DEBUG][http-nio-1024-exec-1] <== Total: 63 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:18,142][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@595879e6] (Logger.java:49) +[2026-06-09 14:41:18,145][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:41:18,146][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:41:18,146][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:41:19,876][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:19,877][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7a634d20] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:19,877][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:19,877][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:19,878][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:41:19,878][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:41:19,981][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:19,982][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7a634d20] (Logger.java:49) +[2026-06-09 14:41:21,022][DEBUG][http-nio-1024-exec-2] POST "/menu/update", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:41:21,022][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#updateMenu(MenuUpdateForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:41:21,022][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:21,022][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:21,023][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3aebba6f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:21,023][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:21,023][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:21,023][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:21,024][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@44a1d036[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:21,024][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:21,025][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:21,025][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:21,027][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1caa9f15[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:21,027][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:21,027][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:21,028][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:21,029][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3db5e7cc[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:21,029][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:21,029][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:21,029][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589630, [49, 55, 56, 48, 57, 56, 55, 50, 56, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:21,031][DEBUG][redisson-netty-2-24] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589630, [49, 55, 56, 48, 57, 56, 55, 50, 56, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2021c50f[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589630, [49, 55, 56, 48, 57, 56, 55, 50, 56, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:21,031][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:21,032][DEBUG][http-nio-1024-exec-2] Read "application/json;charset=UTF-8" to [MenuUpdateForm(menuId=10100, updateUserId=null)] (LogFormatUtils.java:120) +[2026-06-09 14:41:21,033][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:21,034][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7137b6f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:21,034][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:21,034][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:21,034][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT menu_id,menu_name,menu_type,parent_id,sort,path,component,frame_flag,frame_url,cache_flag,visible_flag,disabled_flag,api_perms,perms_type,web_perms,icon,context_menu_id,deleted_flag,create_time,create_user_id,update_time,update_user_id FROM t_menu WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:41:21,035][DEBUG][http-nio-1024-exec-2] ==> Parameters: 10100(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:21,115][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:21,116][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7137b6f] (Logger.java:49) +[2026-06-09 14:41:21,116][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:21,116][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@712e85c8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:21,116][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:21,116][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:21,116][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_menu where menu_name = ? and parent_id = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:21,117][DEBUG][http-nio-1024-exec-2] ==> Parameters: 民意热线(String), 0(Long), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:21,172][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:21,172][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@712e85c8] (Logger.java:49) +[2026-06-09 14:41:21,172][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:21,172][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@346cc646] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:21,173][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:21,173][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:21,173][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_menu where web_perms = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:21,174][DEBUG][http-nio-1024-exec-2] ==> Parameters: null, false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:21,223][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:21,223][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@346cc646] (Logger.java:49) +[2026-06-09 14:41:21,223][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:21,224][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2c16706a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:21,224][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:21,225][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:21,225][DEBUG][http-nio-1024-exec-2] ==> Preparing: UPDATE t_menu SET menu_name=?, menu_type=?, parent_id=?, sort=?, path=?, frame_flag=?, cache_flag=?, visible_flag=?, disabled_flag=?, icon=?, update_user_id=? WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:41:21,225][DEBUG][http-nio-1024-exec-2] ==> Parameters: 民意热线(String), 1(Integer), 0(Long), 2(Integer), /myrx(String), false(Boolean), true(Boolean), true(Boolean), false(Boolean), PhoneOutlined(String), 1(Long), 10100(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:21,266][DEBUG][http-nio-1024-exec-2] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:21,266][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2c16706a] (Logger.java:49) +[2026-06-09 14:41:21,269][DEBUG][smart-operate-log49] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:21,269][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:41:21,270][DEBUG][smart-operate-log49] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5f6b625c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:21,270][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:41:21,270][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:41:21,270][DEBUG][smart-operate-log49] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:21,270][DEBUG][smart-operate-log49] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:21,270][DEBUG][smart-operate-log49] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:21,271][DEBUG][smart-operate-log49] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 系统-菜单(String), 更新菜单 @author 卓大(String), /menu/update(String), net.lab1024.sa.admin.module.system.menu.controller.MenuController.updateMenu(String), POST(String), UPDATE(String), [{"path":"/myrx","cacheFlag":true,"updateUserId":1,"disabledFlag":false,"icon":"PhoneOutlined","menuId":10100,"menuName":"民意热线","menuType":1,"sort":2,"frameFlag":false,"parentId":0,"visibleFlag":true}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:21,305][DEBUG][http-nio-1024-exec-9] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:41:21,305][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:41:21,305][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:21,305][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:21,307][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7e41dfd5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:21,307][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:21,307][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:21,307][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:21,308][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@15996dd[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:21,308][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:21,308][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:21,309][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:21,310][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4644df62[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:21,310][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:21,310][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:21,311][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:21,311][DEBUG][redisson-netty-2-28] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6c9ea545[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:21,311][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:21,311][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:21,312][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589630, [49, 55, 56, 48, 57, 56, 55, 50, 56, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:21,312][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589630, [49, 55, 56, 48, 57, 56, 55, 50, 56, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6742ff4a[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589630, [49, 55, 56, 48, 57, 56, 55, 50, 56, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:21,312][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:21,312][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:21,312][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4dea9d2a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:21,313][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:21,313][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.551}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:21,313][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:41:21,313][DEBUG][http-nio-1024-exec-9] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:21,324][DEBUG][smart-operate-log49] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5f6b625c] (Logger.java:49) +[2026-06-09 14:41:21,324][DEBUG][smart-operate-log49] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:41:21,324][DEBUG][smart-operate-log49] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:41:21,419][DEBUG][http-nio-1024-exec-9] <== Total: 147 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:21,419][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4dea9d2a] (Logger.java:49) +[2026-06-09 14:41:21,422][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:41:21,422][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:41:21,423][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:41:24,105][DEBUG][http-nio-1024-exec-8] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:41:24,105][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:41:24,105][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:24,105][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:24,106][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4e5d2a4d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:24,107][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:24,107][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:24,107][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:24,107][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@19d451f1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:24,108][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:24,108][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:24,108][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:24,109][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6f598531[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:24,109][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:24,109][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:24,109][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:24,110][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4d0c2017[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:24,110][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:24,110][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:24,110][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589627, [49, 55, 56, 48, 57, 56, 55, 50, 56, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:24,111][DEBUG][redisson-netty-2-1] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589627, [49, 55, 56, 48, 57, 56, 55, 50, 56, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1c24c544[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589627, [49, 55, 56, 48, 57, 56, 55, 50, 56, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:24,112][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:24,112][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:24,112][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@378f1953] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:24,112][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:24,112][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.551}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:24,112][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:41:24,113][DEBUG][http-nio-1024-exec-8] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:24,229][DEBUG][http-nio-1024-exec-8] <== Total: 63 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:24,229][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@378f1953] (Logger.java:49) +[2026-06-09 14:41:24,233][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:41:24,234][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:41:24,234][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:41:24,235][DEBUG][http-nio-1024-exec-5] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:41:24,235][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:41:24,236][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:24,236][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:24,237][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1838ffbb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:24,237][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:24,237][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:24,237][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:24,238][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@28e2857e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:24,238][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:24,239][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:24,239][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:24,240][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2a749b78[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:24,240][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:24,240][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:24,241][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:24,242][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@34b4614e[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:24,242][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:24,242][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:24,242][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589627, [49, 55, 56, 48, 57, 56, 55, 50, 56, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:24,243][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589627, [49, 55, 56, 48, 57, 56, 55, 50, 56, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@41e2c631[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589627, [49, 55, 56, 48, 57, 56, 55, 50, 56, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:24,255][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:24,256][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:24,256][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3ac3e7e0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:24,256][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:24,256][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.551}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:24,256][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:41:24,257][DEBUG][http-nio-1024-exec-5] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:24,390][DEBUG][http-nio-1024-exec-5] <== Total: 63 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:24,390][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3ac3e7e0] (Logger.java:49) +[2026-06-09 14:41:24,394][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:41:24,394][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:41:24,395][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:41:27,236][DEBUG][http-nio-1024-exec-1] POST "/menu/update", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:41:27,236][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#updateMenu(MenuUpdateForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:41:27,237][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:27,237][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:27,240][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@464c768c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:27,241][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:27,241][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:27,241][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:27,242][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4db40913[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:27,242][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:27,242][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:27,242][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:27,244][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@12878136[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:27,244][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:27,244][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:27,244][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:27,245][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@534087aa[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:27,246][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:27,246][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:27,246][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589624, [49, 55, 56, 48, 57, 56, 55, 50, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:27,247][DEBUG][redisson-netty-2-4] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589624, [49, 55, 56, 48, 57, 56, 55, 50, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@74149284[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589624, [49, 55, 56, 48, 57, 56, 55, 50, 56, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:27,247][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:27,247][DEBUG][http-nio-1024-exec-1] Read "application/json;charset=UTF-8" to [MenuUpdateForm(menuId=10200, updateUserId=null)] (LogFormatUtils.java:120) +[2026-06-09 14:41:27,248][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:27,248][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@30f3e169] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:27,248][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:27,248][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.551}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:27,248][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT menu_id,menu_name,menu_type,parent_id,sort,path,component,frame_flag,frame_url,cache_flag,visible_flag,disabled_flag,api_perms,perms_type,web_perms,icon,context_menu_id,deleted_flag,create_time,create_user_id,update_time,update_user_id FROM t_menu WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:41:27,249][DEBUG][http-nio-1024-exec-1] ==> Parameters: 10200(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:27,323][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:27,323][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@30f3e169] (Logger.java:49) +[2026-06-09 14:41:27,324][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:27,324][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@413f5d52] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:27,324][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:27,324][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.551}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:27,324][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_menu where menu_name = ? and parent_id = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:27,325][DEBUG][http-nio-1024-exec-1] ==> Parameters: 民意调查(String), 0(Long), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:27,370][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:27,370][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@413f5d52] (Logger.java:49) +[2026-06-09 14:41:27,370][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:27,370][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3cb8b20c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:27,371][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:27,371][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.551}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:27,371][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_menu where web_perms = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:27,371][DEBUG][http-nio-1024-exec-1] ==> Parameters: null, false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:27,425][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:27,425][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3cb8b20c] (Logger.java:49) +[2026-06-09 14:41:27,425][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:27,425][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5bd5111] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:27,426][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:27,426][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.551}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:27,426][DEBUG][http-nio-1024-exec-1] ==> Preparing: UPDATE t_menu SET menu_name=?, menu_type=?, parent_id=?, sort=?, path=?, frame_flag=?, cache_flag=?, visible_flag=?, disabled_flag=?, icon=?, update_user_id=? WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:41:27,427][DEBUG][http-nio-1024-exec-1] ==> Parameters: 民意调查(String), 1(Integer), 0(Long), 3(Integer), /mydc(String), false(Boolean), true(Boolean), true(Boolean), false(Boolean), FileSearchOutlined(String), 1(Long), 10200(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:27,480][DEBUG][http-nio-1024-exec-1] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:27,480][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5bd5111] (Logger.java:49) +[2026-06-09 14:41:27,483][DEBUG][smart-operate-log50] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:27,483][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:41:27,483][DEBUG][smart-operate-log50] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@e230e9c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:27,483][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:41:27,483][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:41:27,483][DEBUG][smart-operate-log50] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:27,483][DEBUG][smart-operate-log50] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.551}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:27,484][DEBUG][smart-operate-log50] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:27,484][DEBUG][smart-operate-log50] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 系统-菜单(String), 更新菜单 @author 卓大(String), /menu/update(String), net.lab1024.sa.admin.module.system.menu.controller.MenuController.updateMenu(String), POST(String), UPDATE(String), [{"path":"/mydc","cacheFlag":true,"updateUserId":1,"disabledFlag":false,"icon":"FileSearchOutlined","menuId":10200,"menuName":"民意调查","menuType":1,"sort":3,"frameFlag":false,"parentId":0,"visibleFlag":true}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:27,518][DEBUG][http-nio-1024-exec-2] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:41:27,518][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:41:27,518][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:27,519][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:27,520][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6463409a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:27,520][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:27,520][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:27,521][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:27,521][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1a36a519[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:27,521][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:27,522][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:27,522][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:27,522][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@576a7ab9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:27,522][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:27,523][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:27,523][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:27,523][DEBUG][redisson-netty-2-24] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@614c34c6[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:27,523][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:27,523][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:27,523][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589624, [49, 55, 56, 48, 57, 56, 55, 50, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:27,524][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589624, [49, 55, 56, 48, 57, 56, 55, 50, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1fe32e05[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589624, [49, 55, 56, 48, 57, 56, 55, 50, 56, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:27,524][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:27,524][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:27,524][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@732e9ed2] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:27,524][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:27,524][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:27,525][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:41:27,525][DEBUG][http-nio-1024-exec-2] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:27,541][DEBUG][smart-operate-log50] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@e230e9c] (Logger.java:49) +[2026-06-09 14:41:27,541][DEBUG][smart-operate-log50] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:41:27,542][DEBUG][smart-operate-log50] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:41:27,588][DEBUG][http-nio-1024-exec-2] <== Total: 147 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:27,588][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@732e9ed2] (Logger.java:49) +[2026-06-09 14:41:27,591][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:41:27,592][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:41:27,593][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:41:30,152][DEBUG][http-nio-1024-exec-3] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:41:30,152][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:41:30,153][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:30,153][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:30,161][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@42b976e2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:30,162][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:30,162][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:30,162][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:30,163][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6460e87[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:30,163][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:30,164][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:30,164][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:30,165][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1771209f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:30,166][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:30,166][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:30,166][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:30,171][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@293413a1[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:30,173][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:30,173][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:30,173][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589621, [49, 55, 56, 48, 57, 56, 55, 50, 57, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:30,175][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589621, [49, 55, 56, 48, 57, 56, 55, 50, 57, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@25d5ad7e[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589621, [49, 55, 56, 48, 57, 56, 55, 50, 57, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:30,176][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:30,176][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:30,177][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@22b553a6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:30,178][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:30,178][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:30,178][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:41:30,179][DEBUG][http-nio-1024-exec-3] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:30,265][DEBUG][http-nio-1024-exec-3] <== Total: 63 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:30,265][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@22b553a6] (Logger.java:49) +[2026-06-09 14:41:30,269][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:41:30,270][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:41:30,271][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:41:30,271][DEBUG][http-nio-1024-exec-6] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:41:30,272][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:41:30,272][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:30,272][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:30,273][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1eb52bec[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:30,274][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:30,274][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:30,274][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:30,275][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3afb5dd1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:30,275][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:30,275][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:30,275][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:30,276][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@64a4558[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:30,276][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:30,276][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:30,276][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:30,277][DEBUG][redisson-netty-2-1] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@36459447[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:30,277][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:30,277][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:30,277][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589621, [49, 55, 56, 48, 57, 56, 55, 50, 57, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:30,278][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589621, [49, 55, 56, 48, 57, 56, 55, 50, 57, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@35252683[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589621, [49, 55, 56, 48, 57, 56, 55, 50, 57, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:30,278][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:30,278][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:30,279][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@42744643] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:30,279][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:30,279][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:30,279][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:41:30,280][DEBUG][http-nio-1024-exec-6] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:30,338][DEBUG][http-nio-1024-exec-6] <== Total: 63 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:30,338][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@42744643] (Logger.java:49) +[2026-06-09 14:41:30,342][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:41:30,342][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:41:30,343][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:41:32,841][DEBUG][http-nio-1024-exec-5] POST "/menu/update", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:41:32,841][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#updateMenu(MenuUpdateForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:41:32,841][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:32,841][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:32,843][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5c996a78[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:32,843][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:32,843][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:32,843][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:32,845][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7625d2bc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:32,845][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:32,845][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:32,845][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:32,847][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@43c587f0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:32,848][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:32,848][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:32,848][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:32,851][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7087ec0c[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:32,851][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:32,851][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:32,851][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589618, [49, 55, 56, 48, 57, 56, 55, 50, 57, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:32,852][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589618, [49, 55, 56, 48, 57, 56, 55, 50, 57, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2116635c[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589618, [49, 55, 56, 48, 57, 56, 55, 50, 57, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:32,852][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:32,853][DEBUG][http-nio-1024-exec-5] Read "application/json;charset=UTF-8" to [MenuUpdateForm(menuId=10300, updateUserId=null)] (LogFormatUtils.java:120) +[2026-06-09 14:41:32,854][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:32,854][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2d8cd1a9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:32,854][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:32,854][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:32,854][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT menu_id,menu_name,menu_type,parent_id,sort,path,component,frame_flag,frame_url,cache_flag,visible_flag,disabled_flag,api_perms,perms_type,web_perms,icon,context_menu_id,deleted_flag,create_time,create_user_id,update_time,update_user_id FROM t_menu WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:41:32,855][DEBUG][http-nio-1024-exec-5] ==> Parameters: 10300(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:32,913][DEBUG][http-nio-1024-exec-5] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:32,914][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2d8cd1a9] (Logger.java:49) +[2026-06-09 14:41:32,914][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:32,914][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@42df3011] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:32,915][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:32,915][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:32,915][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_menu where menu_name = ? and parent_id = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:32,916][DEBUG][http-nio-1024-exec-5] ==> Parameters: 民意档案(String), 0(Long), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:32,957][DEBUG][http-nio-1024-exec-5] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:32,957][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@42df3011] (Logger.java:49) +[2026-06-09 14:41:32,957][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:32,957][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1a301e66] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:32,958][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:32,958][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:32,958][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_menu where web_perms = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:32,959][DEBUG][http-nio-1024-exec-5] ==> Parameters: null, false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:33,000][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:33,001][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1a301e66] (Logger.java:49) +[2026-06-09 14:41:33,001][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:33,001][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@795a922b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:33,002][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:33,002][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:33,003][DEBUG][http-nio-1024-exec-5] ==> Preparing: UPDATE t_menu SET menu_name=?, menu_type=?, parent_id=?, sort=?, path=?, frame_flag=?, cache_flag=?, visible_flag=?, disabled_flag=?, icon=?, update_user_id=? WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:41:33,003][DEBUG][http-nio-1024-exec-5] ==> Parameters: 民意档案(String), 1(Integer), 0(Long), 4(Integer), /myda(String), false(Boolean), true(Boolean), true(Boolean), false(Boolean), FolderOutlined(String), 1(Long), 10300(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:33,051][DEBUG][http-nio-1024-exec-5] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:33,051][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@795a922b] (Logger.java:49) +[2026-06-09 14:41:33,056][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:41:33,056][DEBUG][smart-operate-log51] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:33,056][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:41:33,056][DEBUG][smart-operate-log51] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3ebdcddd] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:33,057][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:41:33,057][DEBUG][smart-operate-log51] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:33,057][DEBUG][smart-operate-log51] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:33,058][DEBUG][smart-operate-log51] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:33,058][DEBUG][smart-operate-log51] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 系统-菜单(String), 更新菜单 @author 卓大(String), /menu/update(String), net.lab1024.sa.admin.module.system.menu.controller.MenuController.updateMenu(String), POST(String), UPDATE(String), [{"path":"/myda","cacheFlag":true,"updateUserId":1,"disabledFlag":false,"icon":"FolderOutlined","menuId":10300,"menuName":"民意档案","menuType":1,"sort":4,"frameFlag":false,"parentId":0,"visibleFlag":true}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:33,090][DEBUG][http-nio-1024-exec-1] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:41:33,090][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:41:33,090][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:33,090][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:33,091][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5c2cc5ed[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:33,092][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:33,092][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:33,092][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:33,105][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7fd6620a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:33,121][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:33,123][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:33,123][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:33,124][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@97d61d3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:33,124][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:33,124][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:33,126][DEBUG][smart-operate-log51] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3ebdcddd] (Logger.java:49) +[2026-06-09 14:41:33,124][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:33,126][DEBUG][smart-operate-log51] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:41:33,126][DEBUG][smart-operate-log51] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:41:33,126][DEBUG][redisson-netty-2-4] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7b0488cc[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:33,126][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:33,126][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:33,126][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589618, [49, 55, 56, 48, 57, 56, 55, 50, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:33,127][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589618, [49, 55, 56, 48, 57, 56, 55, 50, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3a6da24a[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589618, [49, 55, 56, 48, 57, 56, 55, 50, 57, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:33,127][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:33,127][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:33,127][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@27874e0e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:33,128][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:33,128][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:33,128][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:41:33,128][DEBUG][http-nio-1024-exec-1] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:33,192][DEBUG][http-nio-1024-exec-1] <== Total: 147 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:33,192][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@27874e0e] (Logger.java:49) +[2026-06-09 14:41:33,195][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:41:33,195][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:41:33,196][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:41:35,157][DEBUG][http-nio-1024-exec-2] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:41:35,158][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:41:35,158][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,158][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,159][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@61ae63a5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,159][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,159][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,159][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,159][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@d7a31b2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,159][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,159][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,159][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,160][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6671ecc1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,160][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,160][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,160][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,160][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7d35e8bf[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,160][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,161][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,161][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589616, [49, 55, 56, 48, 57, 56, 55, 50, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,161][DEBUG][redisson-netty-2-26] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589616, [49, 55, 56, 48, 57, 56, 55, 50, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6b528920[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589616, [49, 55, 56, 48, 57, 56, 55, 50, 57, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,161][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,161][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:35,161][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@395aea9c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:35,161][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:35,161][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:35,161][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,162][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,209][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,209][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@395aea9c] (Logger.java:49) +[2026-06-09 14:41:35,209][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:35,210][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1763a1eb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:35,210][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:35,210][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:35,210][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,210][DEBUG][http-nio-1024-exec-2] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,270][DEBUG][http-nio-1024-exec-2] <== Total: 147 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,270][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1763a1eb] (Logger.java:49) +[2026-06-09 14:41:35,274][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:35,275][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@31488be5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:35,275][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:35,275][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:35,275][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,276][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,323][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,323][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@31488be5] (Logger.java:49) +[2026-06-09 14:41:35,324][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:35,324][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@76ca4d07] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:35,324][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:35,324][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:35,325][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,325][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,373][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,374][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@76ca4d07] (Logger.java:49) +[2026-06-09 14:41:35,374][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:35,374][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@18aa5748] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:35,375][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:35,375][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:35,375][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,375][DEBUG][http-nio-1024-exec-2] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,433][DEBUG][http-nio-1024-exec-2] <== Total: 147 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,434][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@18aa5748] (Logger.java:49) +[2026-06-09 14:41:35,440][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:35,440][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@12ccd14f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:35,440][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:35,440][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:35,440][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,441][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,485][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,486][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@12ccd14f] (Logger.java:49) +[2026-06-09 14:41:35,486][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:35,487][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@67ae7750] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:35,487][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:35,487][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:35,487][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,489][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,531][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,531][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@67ae7750] (Logger.java:49) +[2026-06-09 14:41:35,531][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,531][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,533][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@381f775d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,533][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,533][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,534][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,535][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7161e95[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,535][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,540][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:41:35,541][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:41:35,543][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:41:35,551][DEBUG][http-nio-1024-exec-9] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:41:35,551][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:41:35,551][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,551][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,553][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@11e67875[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,553][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,553][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,554][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,555][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@dbfd280[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,555][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,556][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,556][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,557][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@60aeaf89[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,557][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,557][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,557][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,559][DEBUG][redisson-netty-2-20] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@b7a7f0d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,559][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,559][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,559][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589616, [49, 55, 56, 48, 57, 56, 55, 50, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,560][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589616, [49, 55, 56, 48, 57, 56, 55, 50, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@53f6f97f[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589616, [49, 55, 56, 48, 57, 56, 55, 50, 57, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,560][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,561][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:35,561][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@243f1e0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:35,561][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:35,561][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:35,561][DEBUG][http-nio-1024-exec-9] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,562][DEBUG][http-nio-1024-exec-9] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,609][DEBUG][http-nio-1024-exec-9] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,610][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@243f1e0] (Logger.java:49) +[2026-06-09 14:41:35,612][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:41:35,612][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:41:35,613][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:41:35,646][DEBUG][http-nio-1024-exec-6] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:41:35,646][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:41:35,646][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,646][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,647][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5e560400[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,647][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,647][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,647][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,648][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7e0c85e2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,648][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,648][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,648][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,649][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@67701333[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,649][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,649][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,649][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,650][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@75c84df[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,650][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,650][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,650][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589616, [49, 55, 56, 48, 57, 56, 55, 50, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,651][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589616, [49, 55, 56, 48, 57, 56, 55, 50, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4b057137[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589616, [49, 55, 56, 48, 57, 56, 55, 50, 57, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,651][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,652][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:35,652][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@64196a6f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:35,652][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:35,652][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:35,652][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,653][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,696][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,696][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@64196a6f] (Logger.java:49) +[2026-06-09 14:41:35,697][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:41:35,697][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:41:35,698][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:41:35,759][DEBUG][http-nio-1024-exec-5] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:41:35,760][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:41:35,760][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,760][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,760][DEBUG][http-nio-1024-exec-1] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:41:35,761][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:41:35,761][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,761][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,761][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6d692878[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,761][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,761][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,761][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,762][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5bd174b9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,762][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,762][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,762][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,762][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@73385b80[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,762][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,767][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,767][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7dd64c06[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,767][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,768][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,771][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,771][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,772][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@50f62e49[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,773][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,773][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,774][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,774][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1c5b7d01[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,774][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,774][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,774][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,775][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@13f0d2df[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,775][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,775][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,775][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589616, [49, 55, 56, 48, 57, 56, 55, 50, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,775][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3ed7193d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,775][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,775][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,775][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589616, [49, 55, 56, 48, 57, 56, 55, 50, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,776][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589616, [49, 55, 56, 48, 57, 56, 55, 50, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@798eea12[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589616, [49, 55, 56, 48, 57, 56, 55, 50, 57, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,776][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,776][DEBUG][redisson-netty-2-24] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589616, [49, 55, 56, 48, 57, 56, 55, 50, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4a351c2a[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589616, [49, 55, 56, 48, 57, 56, 55, 50, 57, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,776][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,776][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:35,776][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@275b02a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:35,776][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:35,776][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5e89f541] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:35,776][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:35,776][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:35,776][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:35,776][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.551}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:35,776][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,776][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,777][DEBUG][http-nio-1024-exec-5] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,777][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,835][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,835][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5e89f541] (Logger.java:49) +[2026-06-09 14:41:35,836][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:41:35,836][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:41:35,836][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:41:35,837][DEBUG][http-nio-1024-exec-10] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:41:35,837][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:41:35,838][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,838][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,839][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7f9b7020[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,839][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,839][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,839][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,841][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@55bce119[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,841][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,841][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,842][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,842][DEBUG][http-nio-1024-exec-5] <== Total: 147 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,842][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@275b02a] (Logger.java:49) +[2026-06-09 14:41:35,843][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@e9b64ef[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,843][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,843][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,843][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,844][DEBUG][redisson-netty-2-28] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@624d313[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,844][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,844][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:41:35,844][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589616, [49, 55, 56, 48, 57, 56, 55, 50, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:41:35,845][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589616, [49, 55, 56, 48, 57, 56, 55, 50, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3777bc5d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2589616, [49, 55, 56, 48, 57, 56, 55, 50, 57, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:41:35,845][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:41:35,845][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:41:35,845][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:41:35,845][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7c1a428d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:41:35,845][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:41:35,845][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:41:35,845][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:41:35,845][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,846][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,846][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:41:35,890][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:41:35,890][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7c1a428d] (Logger.java:49) +[2026-06-09 14:41:35,891][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:41:35,891][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:41:35,891][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:42:19,986][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:42:19,990][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d32b9a9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:42:19,992][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:42:19,992][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:40:57.542}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:42:19,993][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:42:19,995][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:42:20,060][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:42:20,061][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d32b9a9] (Logger.java:49) +[2026-06-09 14:43:20,064][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:43:20,065][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7451d11] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:43:20,065][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:43:20,133][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:43:20.133}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:43:20,133][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:43:20,134][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:43:20,173][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:43:20,173][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7451d11] (Logger.java:49) +[2026-06-09 14:44:20,186][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:44:20,189][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@11f72993] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:44:20,191][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:44:20,241][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:44:20.24}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:44:20,242][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:44:20,245][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:44:20,295][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:44:20,296][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@11f72993] (Logger.java:49) +[2026-06-09 14:45:08,621][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:45:08,623][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@66ca099] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:45:08,623][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:45:08,623][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:44:20.24}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:45:08,624][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 14:45:08,624][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:45:08,703][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:45:08,704][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@66ca099] (Logger.java:49) +[2026-06-09 14:45:20,300][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:45:20,300][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@39809b41] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:45:20,301][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:45:20,301][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:44:20.24}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:45:20,301][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:45:20,302][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:45:20,346][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:45:20,346][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@39809b41] (Logger.java:49) +[2026-06-09 14:46:03,478][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:46:03,481][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5e0d85bf] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:46:03,482][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:46:03,482][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:44:20.24}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:46:03,482][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 14:46:03,484][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:46:03,573][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:46:03,573][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5e0d85bf] (Logger.java:49) +[2026-06-09 14:46:03,577][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:46:03,578][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@79ff10bc] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:46:03,579][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:46:03,579][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:44:20.24}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:46:03,579][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:46:03,582][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T14:46:03.475782(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:46:03,626][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:46:03,627][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@79ff10bc] (Logger.java:49) +[2026-06-09 14:46:20,350][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:46:20,351][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@41320a43] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:46:20,351][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:46:20,351][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:44:20.24}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:46:20,351][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:46:20,351][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:46:20,395][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:46:20,395][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@41320a43] (Logger.java:49) +[2026-06-09 14:47:20,401][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:47:20,404][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@50c64f58] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:47:20,404][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:47:20,482][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:47:20.482}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:47:20,483][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:47:20,484][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:47:20,525][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:47:20,525][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@50c64f58] (Logger.java:49) +[2026-06-09 14:48:20,534][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:48:20,537][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@35651d88] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:48:20,539][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:48:20,622][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:48:20.622}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:48:20,623][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:48:20,627][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:48:20,671][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:48:20,672][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@35651d88] (Logger.java:49) +[2026-06-09 14:49:20,681][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:49:20,684][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1a6be0d4] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:49:20,687][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:49:20,764][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:49:20.764}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:49:20,765][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:49:20,769][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:49:20,817][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:49:20,818][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1a6be0d4] (Logger.java:49) +[2026-06-09 14:50:08,707][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:50:08,708][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5b4c4a5a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:50:08,709][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:50:08,709][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:49:20.764}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:50:08,709][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 14:50:08,710][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:50:08,820][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:50:08,821][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5b4c4a5a] (Logger.java:49) +[2026-06-09 14:50:20,824][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:50:20,825][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4593179] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:50:20,825][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:50:20,825][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:49:20.764}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:50:20,825][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:50:20,826][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:50:20,903][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:50:20,904][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4593179] (Logger.java:49) +[2026-06-09 14:51:03,635][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:51:03,637][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@cb5e4d1] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:51:03,638][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:51:03,639][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:49:20.764}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:51:03,639][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 14:51:03,640][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:51:03,724][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:51:03,724][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@cb5e4d1] (Logger.java:49) +[2026-06-09 14:51:03,725][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:51:03,725][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5584fce3] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:51:03,726][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:51:03,726][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:49:20.764}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:51:03,727][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:51:03,729][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T14:51:03.633579(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:51:03,776][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:51:03,776][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5584fce3] (Logger.java:49) +[2026-06-09 14:51:20,909][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:51:20,910][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5d7a38b1] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:51:20,910][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:51:20,911][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:49:20.764}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:51:20,911][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:51:20,912][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:51:20,954][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:51:20,954][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5d7a38b1] (Logger.java:49) +[2026-06-09 14:51:53,955][DEBUG][http-nio-1024-exec-1] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:51:53,955][DEBUG][http-nio-1024-exec-8] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:51:53,956][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:51:53,956][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:51:53,957][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:51:53,957][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:51:53,972][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:51:53,972][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:51:53,977][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@689840bf[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:51:53,977][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5fc5fc0b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:51:53,977][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:51:53,977][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:51:53,977][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:51:53,977][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:51:53,978][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:51:53,978][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:51:53,979][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1b167a6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:51:53,979][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@20f74ff9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:51:53,979][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:51:53,979][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:51:53,980][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:51:53,980][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:51:53,980][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:51:53,980][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:51:53,981][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@475c407e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:51:53,981][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6462e46b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:51:53,982][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:51:53,982][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:51:53,982][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:51:53,982][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:51:53,982][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:51:53,982][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:51:53,989][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@89eb6d9[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:51:53,989][DEBUG][redisson-netty-2-30] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@761c58f1[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:51:53,989][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:51:53,989][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:51:53,989][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:51:53,989][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:51:53,989][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588998, [49, 55, 56, 48, 57, 56, 55, 57, 49, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:51:53,989][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588998, [49, 55, 56, 48, 57, 56, 55, 57, 49, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:51:53,992][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588998, [49, 55, 56, 48, 57, 56, 55, 57, 49, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@13d41019[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588998, [49, 55, 56, 48, 57, 56, 55, 57, 49, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:51:53,992][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588998, [49, 55, 56, 48, 57, 56, 55, 57, 49, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2ffefefc[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588998, [49, 55, 56, 48, 57, 56, 55, 57, 49, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:51:53,992][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:51:53,992][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:51:53,995][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:51:53,995][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:51:53,997][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5b2b3aa8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:51:53,997][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6da25840] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:51:53,997][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:51:53,997][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:51:53,998][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:49:20.764}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:51:53,998][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:51:54,001][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:51:54,044][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:51:54.044}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:51:54,045][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:51:54,045][DEBUG][http-nio-1024-exec-8] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:51:54,048][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:51:54,049][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5b2b3aa8] (Logger.java:49) +[2026-06-09 14:51:54,050][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:51:54,051][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:51:54,057][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:51:54,057][DEBUG][http-nio-1024-exec-5] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:51:54,058][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:51:54,058][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:51:54,058][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:51:54,059][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@55c2c74a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:51:54,059][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:51:54,059][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:51:54,059][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:51:54,060][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1568950b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:51:54,060][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:51:54,060][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:51:54,060][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:51:54,061][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4e48adea[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:51:54,061][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:51:54,061][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:51:54,061][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:51:54,062][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6a8f3de0[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:51:54,062][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:51:54,062][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:51:54,062][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588998, [49, 55, 56, 48, 57, 56, 55, 57, 49, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:51:54,063][DEBUG][redisson-netty-2-4] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588998, [49, 55, 56, 48, 57, 56, 55, 57, 49, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4c8b4cbc[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588998, [49, 55, 56, 48, 57, 56, 55, 57, 49, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:51:54,063][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:51:54,063][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:51:54,063][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1b3df5ed] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:51:54,063][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:51:54,063][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:49:20.764}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:51:54,063][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:51:54,064][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:51:54,121][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:51:54,121][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1b3df5ed] (Logger.java:49) +[2026-06-09 14:51:54,154][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:51:54,154][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:51:54,155][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:51:54,172][DEBUG][http-nio-1024-exec-8] <== Total: 147 (BaseJdbcLogger.java:135) +[2026-06-09 14:51:54,172][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6da25840] (Logger.java:49) +[2026-06-09 14:51:54,174][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:51:54,174][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:51:54,185][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:52:05,221][DEBUG][http-nio-1024-exec-2] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:52:05,223][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:52:05,223][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:52:05,223][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:52:05,225][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3a8db7f6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:52:05,226][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:52:05,226][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:52:05,226][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:52:05,227][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@bd69d44[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:52:05,227][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:52:05,227][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:52:05,227][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:52:05,228][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7f42e753[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:52:05,228][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:52:05,229][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:52:05,229][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:52:05,229][DEBUG][redisson-netty-2-24] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6492b1de[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:52:05,230][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:52:05,230][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:52:05,230][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588987, [49, 55, 56, 48, 57, 56, 55, 57, 50, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:52:05,231][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588987, [49, 55, 56, 48, 57, 56, 55, 57, 50, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5b7c82eb[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588987, [49, 55, 56, 48, 57, 56, 55, 57, 50, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:52:05,231][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:52:05,231][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:52:05,232][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13eb9fe5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:52:05,232][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:52:05,232][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:51:54.044}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:52:05,232][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:52:05,233][DEBUG][http-nio-1024-exec-2] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:52:05,338][DEBUG][http-nio-1024-exec-2] <== Total: 147 (BaseJdbcLogger.java:135) +[2026-06-09 14:52:05,339][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13eb9fe5] (Logger.java:49) +[2026-06-09 14:52:05,342][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:52:05,343][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:52:05,344][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:52:20,958][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:52:20,958][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@36294922] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:52:20,958][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:52:20,958][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:51:54.044}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:52:20,958][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:52:20,959][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:52:21,027][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:52:21,027][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@36294922] (Logger.java:49) +[2026-06-09 14:53:21,036][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:53:21,040][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2e37e23f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:53:21,043][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:53:21,096][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:53:21.096}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:53:21,096][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:53:21,098][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:53:21,153][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:53:21,154][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2e37e23f] (Logger.java:49) +[2026-06-09 14:54:21,156][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:54:21,158][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@24355dcf] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:54:21,158][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:54:21,206][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:54:21.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:54:21,206][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:54:21,208][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:54:21,255][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:54:21,256][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@24355dcf] (Logger.java:49) +[2026-06-09 14:55:08,829][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:55:08,830][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3d55c38] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:55:08,830][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:55:08,830][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:54:21.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:55:08,830][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 14:55:08,831][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:55:08,911][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:55:08,911][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3d55c38] (Logger.java:49) +[2026-06-09 14:55:10,415][DEBUG][http-nio-1024-exec-6] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:55:10,416][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:55:10,416][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:10,416][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:10,418][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@189e6a0d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:10,418][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:10,418][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:10,418][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:10,418][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1a47e273[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:10,418][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:10,419][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:10,419][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:10,419][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1f09ea1f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:10,420][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:10,420][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:10,420][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:10,421][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5d25cd68[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:10,421][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:10,421][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:10,421][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588802, [49, 55, 56, 48, 57, 56, 56, 49, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:10,422][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588802, [49, 55, 56, 48, 57, 56, 56, 49, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2c9d0ea1[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588802, [49, 55, 56, 48, 57, 56, 56, 49, 49, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:10,422][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:10,423][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:55:10,423][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5f94cd2d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:55:10,423][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:55:10,423][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:54:21.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:55:10,423][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:55:10,424][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:55:10,469][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:55:10,469][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5f94cd2d] (Logger.java:49) +[2026-06-09 14:55:10,470][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:55:10,470][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@34e0d2b3] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:55:10,470][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:55:10,470][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:54:21.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:55:10,470][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:55:10,471][DEBUG][http-nio-1024-exec-6] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:55:10,584][DEBUG][http-nio-1024-exec-6] <== Total: 147 (BaseJdbcLogger.java:135) +[2026-06-09 14:55:10,584][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@34e0d2b3] (Logger.java:49) +[2026-06-09 14:55:10,590][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:55:10,590][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5d2a28b7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:55:10,591][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:55:10,591][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:54:21.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:55:10,591][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:55:10,591][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:55:10,639][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:55:10,640][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5d2a28b7] (Logger.java:49) +[2026-06-09 14:55:10,641][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:55:10,641][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7d828f72] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:55:10,641][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:55:10,641][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:54:21.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:55:10,641][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:55:10,642][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:55:10,690][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:55:10,690][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7d828f72] (Logger.java:49) +[2026-06-09 14:55:10,690][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:55:10,690][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@406c84a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:55:10,691][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:55:10,691][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:54:21.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:55:10,691][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:55:10,692][DEBUG][http-nio-1024-exec-6] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:55:10,803][DEBUG][http-nio-1024-exec-6] <== Total: 147 (BaseJdbcLogger.java:135) +[2026-06-09 14:55:10,803][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@406c84a] (Logger.java:49) +[2026-06-09 14:55:10,809][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:55:10,809][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3641e733] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:55:10,809][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:55:10,809][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:54:21.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:55:10,809][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:55:10,811][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:55:10,860][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:55:10,861][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3641e733] (Logger.java:49) +[2026-06-09 14:55:10,861][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:55:10,862][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3a220edc] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:55:10,862][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:55:10,862][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:54:21.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:55:10,862][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:55:10,863][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:55:10,910][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:55:10,910][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3a220edc] (Logger.java:49) +[2026-06-09 14:55:10,911][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:10,911][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:10,914][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@395a3e5c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:10,914][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:10,914][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:10,914][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:10,916][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@55517932[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:10,916][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:10,923][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:55:10,924][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:55:10,928][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:55:10,935][DEBUG][http-nio-1024-exec-5] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:55:10,935][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:55:10,935][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:10,936][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:10,937][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@32426db[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:10,937][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:10,937][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:10,937][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:10,938][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4f7b6b85[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:10,938][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:10,939][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:10,939][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:10,940][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@287c0599[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:10,940][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:10,940][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:10,940][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:10,941][DEBUG][redisson-netty-2-30] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4ae9ea39[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:10,941][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:10,941][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:10,941][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588801, [49, 55, 56, 48, 57, 56, 56, 49, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:10,942][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588801, [49, 55, 56, 48, 57, 56, 56, 49, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@9163612[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588801, [49, 55, 56, 48, 57, 56, 56, 49, 49, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:10,942][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:10,943][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:55:10,943][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@26ee668] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:55:10,943][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:55:10,943][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:54:21.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:55:10,943][DEBUG][http-nio-1024-exec-5] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:55:10,944][DEBUG][http-nio-1024-exec-5] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:55:10,993][DEBUG][http-nio-1024-exec-5] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:55:10,994][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@26ee668] (Logger.java:49) +[2026-06-09 14:55:10,995][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:55:10,996][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:55:10,997][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:55:11,031][DEBUG][http-nio-1024-exec-10] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:55:11,031][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:55:11,031][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:11,032][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:11,033][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@53480d3a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:11,033][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:11,033][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:11,033][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:11,034][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@23951225[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:11,034][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:11,034][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:11,034][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:11,035][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1f5faa6f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:11,035][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:11,035][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:11,036][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:11,037][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@621db888[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:11,037][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:11,037][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:11,037][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588801, [49, 55, 56, 48, 57, 56, 56, 49, 49, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:11,038][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588801, [49, 55, 56, 48, 57, 56, 56, 49, 49, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5f57b869[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588801, [49, 55, 56, 48, 57, 56, 56, 49, 49, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:11,038][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:11,039][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:55:11,039][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1d711f44] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:55:11,039][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:55:11,039][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:54:21.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:55:11,039][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:55:11,040][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:55:11,090][DEBUG][http-nio-1024-exec-10] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:55:11,090][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1d711f44] (Logger.java:49) +[2026-06-09 14:55:11,091][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:55:11,091][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:55:11,091][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:55:11,145][DEBUG][http-nio-1024-exec-7] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:55:11,145][DEBUG][http-nio-1024-exec-3] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:55:11,146][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:55:11,146][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:11,146][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:55:11,146][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:11,146][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:11,146][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:11,147][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@68f3c51f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:11,147][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5662a77b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:11,147][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:11,147][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:11,147][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:11,147][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:11,147][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:11,147][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:11,148][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@62a65735[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:11,148][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2907a3e8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:11,148][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:11,148][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:11,148][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:11,148][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:11,148][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:11,148][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:11,155][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@79a04e7d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:11,155][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6478538e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:11,155][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:11,155][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:11,155][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:11,155][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:11,155][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:11,155][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:11,156][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1199019a[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:11,156][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1ab9be45[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:11,157][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:11,157][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:11,157][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:11,157][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:11,158][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588801, [49, 55, 56, 48, 57, 56, 56, 49, 49, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:11,158][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588801, [49, 55, 56, 48, 57, 56, 56, 49, 49, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:11,160][DEBUG][redisson-netty-2-28] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588801, [49, 55, 56, 48, 57, 56, 56, 49, 49, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1e254b9[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588801, [49, 55, 56, 48, 57, 56, 56, 49, 49, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:11,160][DEBUG][redisson-netty-2-22] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588801, [49, 55, 56, 48, 57, 56, 56, 49, 49, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@42381a0f[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588801, [49, 55, 56, 48, 57, 56, 56, 49, 49, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:11,160][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:11,160][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:11,160][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:55:11,160][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@33607601] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:55:11,161][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:55:11,161][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:55:11,161][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:54:21.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:55:11,161][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@380a39f0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:55:11,161][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:55:11,161][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:55:11,162][DEBUG][http-nio-1024-exec-3] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:55:11,206][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:55:11,206][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:55:11,207][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:55:11,251][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:55:11,251][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@380a39f0] (Logger.java:49) +[2026-06-09 14:55:11,252][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:55:11,252][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:55:11,252][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:55:11,253][DEBUG][http-nio-1024-exec-6] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:55:11,254][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:55:11,254][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:11,254][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:11,256][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@55026212[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:11,256][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:11,256][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:11,257][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:11,258][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@13ed1c70[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:11,258][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:11,259][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:11,259][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:11,260][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@63b89fa2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:11,260][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:11,260][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:11,260][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:11,262][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@547b6994[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:11,262][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:11,262][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:11,262][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588801, [49, 55, 56, 48, 57, 56, 56, 49, 49, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:11,263][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588801, [49, 55, 56, 48, 57, 56, 56, 49, 49, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6351e6bb[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588801, [49, 55, 56, 48, 57, 56, 56, 49, 49, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:11,264][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:11,264][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:55:11,264][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@16972bf7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:55:11,264][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:55:11,264][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:55:11,264][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:55:11,265][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:55:11,267][DEBUG][http-nio-1024-exec-3] <== Total: 147 (BaseJdbcLogger.java:135) +[2026-06-09 14:55:11,267][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@33607601] (Logger.java:49) +[2026-06-09 14:55:11,270][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:55:11,270][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:55:11,272][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:55:11,306][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:55:11,307][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@16972bf7] (Logger.java:49) +[2026-06-09 14:55:11,307][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:55:11,307][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:55:11,308][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:55:17,404][DEBUG][http-nio-1024-exec-10] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:55:17,404][DEBUG][http-nio-1024-exec-2] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:55:17,404][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:55:17,405][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:17,405][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:55:17,405][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:17,405][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:17,405][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:17,406][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3aa5464a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:17,406][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@32814b7d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:17,407][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:17,407][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:17,407][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:17,407][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:17,407][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:17,407][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:17,408][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@15268ea6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:17,408][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5d3483b6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:17,408][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:17,408][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:17,408][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:17,408][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:17,409][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:17,409][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:17,410][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@71d6a12a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:17,410][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@51fa280a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:17,410][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:17,410][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:17,410][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:17,410][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:17,410][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:17,410][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:17,411][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@eb2ff3[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:17,411][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@799e3ec3[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:17,416][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:17,416][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:17,417][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:17,418][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588795, [49, 55, 56, 48, 57, 56, 56, 49, 49, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:17,417][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:17,419][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588795, [49, 55, 56, 48, 57, 56, 56, 49, 49, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:17,421][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588795, [49, 55, 56, 48, 57, 56, 56, 49, 49, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@8ddb2cc[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588795, [49, 55, 56, 48, 57, 56, 56, 49, 49, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:17,421][DEBUG][redisson-netty-2-4] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588795, [49, 55, 56, 48, 57, 56, 56, 49, 49, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@97f1793[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588795, [49, 55, 56, 48, 57, 56, 56, 49, 49, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:17,421][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:17,421][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:17,423][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:55:17,423][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:55:17,424][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4838bed2] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:55:17,424][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ae41afd] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:55:17,424][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:55:17,424][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:55:17,424][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:55:17,424][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:54:21.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:55:17,424][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:55:17,424][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:55:17,425][DEBUG][http-nio-1024-exec-2] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:55:17,425][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:55:17,499][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:55:17,500][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4838bed2] (Logger.java:49) +[2026-06-09 14:55:17,500][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:55:17,501][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:55:17,501][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:55:17,502][DEBUG][http-nio-1024-exec-4] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:55:17,503][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:55:17,503][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:17,503][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:17,504][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@655d1df[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:17,505][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:17,505][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:17,505][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:17,505][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@633da853[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:17,505][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:17,506][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:17,506][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:17,506][DEBUG][http-nio-1024-exec-2] <== Total: 147 (BaseJdbcLogger.java:135) +[2026-06-09 14:55:17,506][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ae41afd] (Logger.java:49) +[2026-06-09 14:55:17,507][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@26b39ae1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:17,507][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:17,507][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:17,507][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:17,508][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@72a9aa3e[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:17,508][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:17,508][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:55:17,508][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588795, [49, 55, 56, 48, 57, 56, 56, 49, 49, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:55:17,510][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:55:17,510][DEBUG][redisson-netty-2-24] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588795, [49, 55, 56, 48, 57, 56, 56, 49, 49, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@d86ac24[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588795, [49, 55, 56, 48, 57, 56, 56, 49, 49, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:55:17,510][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:55:17,510][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:55:17,510][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:55:17,510][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5867920c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:55:17,511][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:55:17,511][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:55:17,511][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:55:17,511][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:55:17,511][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:55:17,555][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:55:17,555][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5867920c] (Logger.java:49) +[2026-06-09 14:55:17,556][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:55:17,556][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:55:17,556][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:55:21,275][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:55:21,276][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@760a50ca] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:55:21,277][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:55:21,277][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:55:21,277][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:55:21,277][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:55:21,334][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:55:21,334][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@760a50ca] (Logger.java:49) +[2026-06-09 14:56:03,799][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:56:03,801][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@261f49b1] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:56:03,801][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:56:03,801][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:56:03,801][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 14:56:03,802][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:56:03,882][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:56:03,882][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@261f49b1] (Logger.java:49) +[2026-06-09 14:56:03,883][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:56:03,883][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6e03b895] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:56:03,884][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:56:03,884][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:56:03,884][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:56:03,886][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T14:56:03.799202(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:56:03,931][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:56:03,931][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6e03b895] (Logger.java:49) +[2026-06-09 14:56:21,347][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:56:21,348][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@68a33fbb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:56:21,349][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:56:21,349][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:56:21,349][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:56:21,349][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:56:21,422][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:56:21,422][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@68a33fbb] (Logger.java:49) +[2026-06-09 14:56:54,518][DEBUG][http-nio-1024-exec-5] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:56:54,518][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:56:54,518][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:54,518][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:54,520][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6e7d9100[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:54,520][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:54,520][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:54,520][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:54,521][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4d7d055a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:54,521][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:54,521][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:54,521][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:54,522][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4622b8e0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:54,522][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:54,522][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:54,522][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:54,522][DEBUG][redisson-netty-2-22] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1de388a[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:54,522][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:54,522][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:54,523][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588698, [49, 55, 56, 48, 57, 56, 56, 50, 49, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:54,524][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588698, [49, 55, 56, 48, 57, 56, 56, 50, 49, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@108077d1[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588698, [49, 55, 56, 48, 57, 56, 56, 50, 49, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:54,524][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:54,524][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:56:54,524][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3e7c27c6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:56:54,525][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:56:54,525][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:56:54,525][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:56:54,527][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:56:54,577][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:56:54,577][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3e7c27c6] (Logger.java:49) +[2026-06-09 14:56:54,577][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:56:54,577][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@257be7ea] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:56:54,578][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:56:54,578][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:56:54,578][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:56:54,578][DEBUG][http-nio-1024-exec-5] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:56:54,634][DEBUG][http-nio-1024-exec-5] <== Total: 148 (BaseJdbcLogger.java:135) +[2026-06-09 14:56:54,634][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@257be7ea] (Logger.java:49) +[2026-06-09 14:56:54,639][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:56:54,640][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3d3423ff] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:56:54,640][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:56:54,640][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:56:54,640][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:56:54,641][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:56:54,685][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:56:54,685][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3d3423ff] (Logger.java:49) +[2026-06-09 14:56:54,686][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:56:54,686][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2ca2ab9a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:56:54,686][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:56:54,686][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:56:54,686][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:56:54,687][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:56:54,731][DEBUG][http-nio-1024-exec-5] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:56:54,732][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2ca2ab9a] (Logger.java:49) +[2026-06-09 14:56:54,732][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:56:54,732][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@73bfebdf] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:56:54,732][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:56:54,733][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:56:54,733][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:56:54,733][DEBUG][http-nio-1024-exec-5] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:56:54,796][DEBUG][http-nio-1024-exec-5] <== Total: 148 (BaseJdbcLogger.java:135) +[2026-06-09 14:56:54,797][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@73bfebdf] (Logger.java:49) +[2026-06-09 14:56:54,802][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:56:54,803][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@90106f5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:56:54,803][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:56:54,803][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:56:54,803][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:56:54,804][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:56:54,852][DEBUG][http-nio-1024-exec-5] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:56:54,852][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@90106f5] (Logger.java:49) +[2026-06-09 14:56:54,853][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:56:54,853][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1536f7f1] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:56:54,853][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:56:54,853][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:56:54,853][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:56:54,855][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:56:54,901][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:56:54,902][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1536f7f1] (Logger.java:49) +[2026-06-09 14:56:54,902][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:54,903][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:54,905][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@27947d72[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:54,905][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:54,905][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:54,906][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:54,907][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4fd41f02[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:54,908][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:54,914][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:56:54,915][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:56:54,917][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:56:54,921][DEBUG][http-nio-1024-exec-8] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:56:54,921][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:56:54,921][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:54,921][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:54,922][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@561bc20c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:54,922][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:54,922][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:54,922][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:54,923][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3b8b7fcb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:54,923][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:54,923][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:54,924][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:54,925][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6d2d5536[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:54,925][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:54,925][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:54,925][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:54,925][DEBUG][redisson-netty-2-1] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5c193f29[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:54,926][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:54,926][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:54,926][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588698, [49, 55, 56, 48, 57, 56, 56, 50, 49, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:54,926][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588698, [49, 55, 56, 48, 57, 56, 56, 50, 49, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3ecbd1a1[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588698, [49, 55, 56, 48, 57, 56, 56, 50, 49, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:54,927][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:54,927][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:56:54,927][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2e095b7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:56:54,927][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:56:54,927][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:56:54,927][DEBUG][http-nio-1024-exec-8] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:56:54,928][DEBUG][http-nio-1024-exec-8] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:56:54,974][DEBUG][http-nio-1024-exec-8] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:56:54,974][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2e095b7] (Logger.java:49) +[2026-06-09 14:56:54,975][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:56:54,975][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:56:54,976][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:56:55,004][DEBUG][http-nio-1024-exec-2] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:56:55,004][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:56:55,005][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:55,005][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:55,008][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3abaeaa8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:55,008][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:55,008][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:55,009][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:55,011][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7dab6769[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:55,011][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:55,011][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:55,011][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:55,012][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@13d9c309[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:55,012][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:55,012][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:55,012][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:55,013][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@fc3962e[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:55,013][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:55,013][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:55,014][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588698, [49, 55, 56, 48, 57, 56, 56, 50, 49, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:55,014][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588698, [49, 55, 56, 48, 57, 56, 56, 50, 49, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1c0ff002[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588698, [49, 55, 56, 48, 57, 56, 56, 50, 49, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:55,014][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:55,015][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:56:55,015][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@14cdf3df] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:56:55,015][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:56:55,015][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:56:55,015][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:56:55,016][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:56:55,060][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:56:55,060][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@14cdf3df] (Logger.java:49) +[2026-06-09 14:56:55,061][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:56:55,061][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:56:55,061][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:56:55,116][DEBUG][http-nio-1024-exec-6] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:56:55,116][DEBUG][http-nio-1024-exec-3] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:56:55,116][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:56:55,116][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:55,116][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:55,116][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:56:55,116][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:55,116][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:55,117][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@346dac56[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:55,117][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4e0bc0c8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:55,117][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:55,117][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:55,117][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:55,117][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:55,118][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:55,118][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:55,126][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@40cf950b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:55,126][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4866305a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:55,126][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:55,126][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:55,126][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:55,126][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:55,127][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:55,127][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:55,128][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@36d5792e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:55,128][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@47758eaf[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:55,128][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:55,128][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:55,128][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:55,128][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:55,128][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:55,128][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:55,129][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5cfb11ff[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:55,129][DEBUG][redisson-netty-2-24] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1edd658b[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:55,129][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:55,129][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:55,129][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:55,129][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:55,129][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588698, [49, 55, 56, 48, 57, 56, 56, 50, 49, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:55,129][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588698, [49, 55, 56, 48, 57, 56, 56, 50, 49, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:55,132][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588698, [49, 55, 56, 48, 57, 56, 56, 50, 49, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@61c9a227[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588698, [49, 55, 56, 48, 57, 56, 56, 50, 49, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:55,132][DEBUG][redisson-netty-2-28] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588698, [49, 55, 56, 48, 57, 56, 56, 50, 49, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@55767b01[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588698, [49, 55, 56, 48, 57, 56, 56, 50, 49, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:55,132][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:55,132][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:55,133][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:56:55,133][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:56:55,133][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@22608b1e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:56:55,133][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@9e70d08] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:56:55,133][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:56:55,133][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:56:55,133][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:56:55,133][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:56:55,134][DEBUG][http-nio-1024-exec-6] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:56:55,178][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:56:55.177}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:56:55,178][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:56:55,178][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:56:55,228][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:56:55,228][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@9e70d08] (Logger.java:49) +[2026-06-09 14:56:55,228][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:56:55,229][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:56:55,229][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:56:55,230][DEBUG][http-nio-1024-exec-5] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:56:55,230][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:56:55,230][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:55,230][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:55,232][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@54b78842[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:55,232][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:55,232][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:55,232][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:55,233][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@69b7df2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:55,233][DEBUG][http-nio-1024-exec-6] <== Total: 148 (BaseJdbcLogger.java:135) +[2026-06-09 14:56:55,233][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:55,233][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@22608b1e] (Logger.java:49) +[2026-06-09 14:56:55,234][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:55,234][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:55,235][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@34a18414[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:55,235][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:55,235][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:55,235][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:55,236][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@134348ad[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:55,236][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:55,236][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:56:55,236][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588698, [49, 55, 56, 48, 57, 56, 56, 50, 49, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:56:55,237][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588698, [49, 55, 56, 48, 57, 56, 56, 50, 49, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3bd54486[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588698, [49, 55, 56, 48, 57, 56, 56, 50, 49, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:56:55,237][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:56:55,237][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:56:55,237][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:56:55,237][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@10b798a8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:56:55,237][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:56:55,237][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:56:55,237][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:56:55,237][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:56:55,238][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:56:55,238][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:56:55,280][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:56:55,280][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@10b798a8] (Logger.java:49) +[2026-06-09 14:56:55,280][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:56:55,280][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:56:55,281][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:57:21,428][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:57:21,428][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13c0899f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:57:21,429][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:57:21,429][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:57:21,429][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:57:21,429][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:57:21,502][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:57:21,502][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13c0899f] (Logger.java:49) +[2026-06-09 14:57:49,220][DEBUG][http-nio-1024-exec-8] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:57:49,220][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:57:49,220][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:57:49,220][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:57:49,221][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@211977c4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:57:49,221][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:57:49,221][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:57:49,221][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:57:49,222][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1fc4168a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:57:49,222][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:57:49,222][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:57:49,222][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:57:49,223][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2f2bd97d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:57:49,223][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:57:49,223][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:57:49,223][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:57:49,224][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6914d44e[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:57:49,224][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:57:49,224][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:57:49,224][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588644, [49, 55, 56, 48, 57, 56, 56, 50, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:57:49,225][DEBUG][redisson-netty-2-30] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588644, [49, 55, 56, 48, 57, 56, 56, 50, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2ef5e6de[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588644, [49, 55, 56, 48, 57, 56, 56, 50, 54, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:57:49,225][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:57:49,225][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:57:49,225][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@77871800] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:57:49,226][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:57:49,226][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:57:49,226][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:57:49,226][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:57:49,288][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:57:49,288][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@77871800] (Logger.java:49) +[2026-06-09 14:57:49,289][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:57:49,289][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4a23f660] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:57:49,289][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:57:49,289][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:57:49,290][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:57:49,290][DEBUG][http-nio-1024-exec-8] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:57:49,350][DEBUG][http-nio-1024-exec-8] <== Total: 148 (BaseJdbcLogger.java:135) +[2026-06-09 14:57:49,350][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4a23f660] (Logger.java:49) +[2026-06-09 14:57:49,355][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:57:49,355][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6f6a8ee3] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:57:49,355][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:57:49,355][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:57:49,355][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:57:49,356][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:57:49,397][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:57:49,397][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6f6a8ee3] (Logger.java:49) +[2026-06-09 14:57:49,397][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:57:49,397][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@48b241a3] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:57:49,398][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:57:49,398][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:57:49,398][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:57:49,398][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:57:49,448][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:57:49,448][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@48b241a3] (Logger.java:49) +[2026-06-09 14:57:49,448][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:57:49,448][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2b0c0d17] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:57:49,449][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:57:49,449][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:57:49,449][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:57:49,450][DEBUG][http-nio-1024-exec-8] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:57:49,550][DEBUG][http-nio-1024-exec-8] <== Total: 148 (BaseJdbcLogger.java:135) +[2026-06-09 14:57:49,550][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2b0c0d17] (Logger.java:49) +[2026-06-09 14:57:49,555][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:57:49,555][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@10aa8303] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:57:49,556][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:57:49,556][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:57:49,556][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:57:49,557][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:57:49,607][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:57:49,608][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@10aa8303] (Logger.java:49) +[2026-06-09 14:57:49,608][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:57:49,608][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4acf77ec] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:57:49,608][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:57:49,609][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:57:49,609][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:57:49,609][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:57:49,652][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:57:49,652][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4acf77ec] (Logger.java:49) +[2026-06-09 14:57:49,653][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:57:49,653][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:57:49,655][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@f005b89[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:57:49,655][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:57:49,655][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:57:49,655][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:57:49,656][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1c3521f1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:57:49,657][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:57:49,661][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:57:49,662][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:57:49,664][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:57:49,669][DEBUG][http-nio-1024-exec-2] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:57:49,669][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:57:49,669][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:57:49,670][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:57:49,671][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@17244b97[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:57:49,671][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:57:49,671][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:57:49,671][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:57:49,673][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@45780133[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:57:49,673][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:57:49,673][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:57:49,673][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:57:49,676][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@58f38b19[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:57:49,676][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:57:49,676][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:57:49,676][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:57:49,677][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@f2e7116[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:57:49,678][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:57:49,678][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:57:49,678][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588644, [49, 55, 56, 48, 57, 56, 56, 50, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:57:49,679][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588644, [49, 55, 56, 48, 57, 56, 56, 50, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@8ea3242[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588644, [49, 55, 56, 48, 57, 56, 56, 50, 54, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:57:49,679][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:57:49,679][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:57:49,679][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5d1a4acb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:57:49,679][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:57:49,679][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:57:49,679][DEBUG][http-nio-1024-exec-2] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:57:49,680][DEBUG][http-nio-1024-exec-2] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:57:49,725][DEBUG][http-nio-1024-exec-2] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:57:49,726][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5d1a4acb] (Logger.java:49) +[2026-06-09 14:57:49,727][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:57:49,728][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:57:49,729][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:57:49,758][DEBUG][http-nio-1024-exec-7] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:57:49,758][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:57:49,758][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:57:49,758][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:57:49,759][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@41672b9a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:57:49,760][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:57:49,760][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:57:49,760][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:57:49,761][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@347ff083[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:57:49,761][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:57:49,761][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:57:49,761][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:57:49,762][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@66fd8f6c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:57:49,762][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:57:49,762][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:57:49,762][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:57:49,762][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@37dec66f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:57:49,763][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:57:49,763][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:57:49,763][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588644, [49, 55, 56, 48, 57, 56, 56, 50, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:57:49,763][DEBUG][redisson-netty-2-24] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588644, [49, 55, 56, 48, 57, 56, 56, 50, 54, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@389fa1fd[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588644, [49, 55, 56, 48, 57, 56, 56, 50, 54, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:57:49,763][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:57:49,764][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:57:49,764][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@21eb1552] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:57:49,764][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:57:49,764][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:57:49,764][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:57:49,764][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:57:49,816][DEBUG][http-nio-1024-exec-7] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:57:49,816][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@21eb1552] (Logger.java:49) +[2026-06-09 14:57:49,817][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:57:49,817][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:57:49,817][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:58:05,223][DEBUG][http-nio-1024-exec-5] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:58:05,223][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:58:05,223][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:05,224][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:05,225][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5bca6339[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:05,225][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:05,225][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:05,225][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:05,225][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4a09d10e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:05,225][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:05,225][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:05,225][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:05,226][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7146acdd[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:05,226][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:05,226][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:05,226][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:05,227][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1bc7f271[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:05,227][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:05,227][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:05,227][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588629, [49, 55, 56, 48, 57, 56, 56, 50, 56, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:05,227][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588629, [49, 55, 56, 48, 57, 56, 56, 50, 56, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@78fbf9b0[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588629, [49, 55, 56, 48, 57, 56, 56, 50, 56, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:05,227][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:05,227][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:05,227][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1b3ee18e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:05,228][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:05,228][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:05,228][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:58:05,228][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:05,273][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:05,273][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1b3ee18e] (Logger.java:49) +[2026-06-09 14:58:05,273][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:05,274][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5a8ebcd1] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:05,274][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:05,274][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:05,274][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:58:05,275][DEBUG][http-nio-1024-exec-5] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:05,378][DEBUG][http-nio-1024-exec-5] <== Total: 148 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:05,379][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5a8ebcd1] (Logger.java:49) +[2026-06-09 14:58:05,384][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:05,384][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4d87ff4c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:05,384][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:05,384][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:05,384][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:58:05,385][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:05,428][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:05,428][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4d87ff4c] (Logger.java:49) +[2026-06-09 14:58:05,428][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:05,428][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@d79c009] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:05,429][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:05,429][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:05,429][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:58:05,430][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:05,474][DEBUG][http-nio-1024-exec-5] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:05,474][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@d79c009] (Logger.java:49) +[2026-06-09 14:58:05,474][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:05,475][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@612772b9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:05,475][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:05,475][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:05,475][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:58:05,476][DEBUG][http-nio-1024-exec-5] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:05,579][DEBUG][http-nio-1024-exec-5] <== Total: 148 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:05,579][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@612772b9] (Logger.java:49) +[2026-06-09 14:58:05,584][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:05,584][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4ee03278] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:05,584][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:05,584][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:05,585][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:05,585][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:05,635][DEBUG][http-nio-1024-exec-5] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:05,635][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4ee03278] (Logger.java:49) +[2026-06-09 14:58:05,635][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:05,635][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3c6fd977] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:05,635][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:05,635][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:05,636][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:05,636][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:05,686][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:05,687][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3c6fd977] (Logger.java:49) +[2026-06-09 14:58:05,687][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:05,687][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:05,689][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4042539f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:05,690][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:05,690][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:05,690][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:05,691][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1e4ee501[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:05,691][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:05,697][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:58:05,697][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:58:05,700][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:58:05,704][DEBUG][http-nio-1024-exec-8] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:58:05,704][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:58:05,704][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:05,704][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:05,706][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3299fc2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:05,706][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:05,707][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:05,707][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:05,708][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@102728a0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:05,708][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:05,708][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:05,708][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:05,709][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@67b351cc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:05,709][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:05,709][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:05,709][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:05,710][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2141acce[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:05,710][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:05,711][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:05,711][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588629, [49, 55, 56, 48, 57, 56, 56, 50, 56, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:05,711][DEBUG][redisson-netty-2-30] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588629, [49, 55, 56, 48, 57, 56, 56, 50, 56, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2b48691b[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588629, [49, 55, 56, 48, 57, 56, 56, 50, 56, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:05,712][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:05,712][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:05,712][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@67a9aca9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:05,712][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:05,712][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:05,712][DEBUG][http-nio-1024-exec-8] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:58:05,713][DEBUG][http-nio-1024-exec-8] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:58:05,771][DEBUG][http-nio-1024-exec-8] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:05,771][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@67a9aca9] (Logger.java:49) +[2026-06-09 14:58:05,773][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:58:05,773][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:58:05,774][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:58:05,803][DEBUG][http-nio-1024-exec-2] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:58:05,803][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:58:05,803][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:05,804][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:05,805][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1249594a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:05,805][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:05,805][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:05,805][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:05,806][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@18e4531e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:05,806][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:05,806][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:05,806][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:05,807][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@346ae6c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:05,808][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:05,808][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:05,808][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:05,809][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7b882fe0[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:05,809][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:05,809][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:05,809][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588629, [49, 55, 56, 48, 57, 56, 56, 50, 56, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:05,810][DEBUG][redisson-netty-2-4] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588629, [49, 55, 56, 48, 57, 56, 56, 50, 56, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1b69a603[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588629, [49, 55, 56, 48, 57, 56, 56, 50, 56, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:05,810][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:05,810][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:05,810][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@79080a57] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:05,810][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:05,811][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:05,811][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:58:05,811][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:05,853][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:05,854][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@79080a57] (Logger.java:49) +[2026-06-09 14:58:05,854][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:58:05,854][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:58:05,854][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:58:07,668][DEBUG][http-nio-1024-exec-7] GET "/flow/execute/copyPage?pageNum=1&pageSize=10", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:58:07,668][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.flow.controller.ExecuteController#copyPage(FlowTask, int, int) (AbstractHandlerMapping.java:531) +[2026-06-09 14:58:07,669][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:07,669][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:07,670][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1ee280e0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:07,670][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:07,670][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:07,671][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:07,671][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@279c5bcf[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:07,671][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:07,672][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:07,672][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:07,672][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@58dcbc5c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:07,673][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:07,673][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:07,673][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:07,673][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@79a2ad5a[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:07,673][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:07,673][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:07,674][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588627, [49, 55, 56, 48, 57, 56, 56, 50, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:07,675][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588627, [49, 55, 56, 48, 57, 56, 56, 50, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@644af9e9[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588627, [49, 55, 56, 48, 57, 56, 56, 50, 56, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:07,676][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:07,687][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:07,687][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@697b301b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:07,688][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:07,688][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:07,688][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:58:07,688][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:07,743][DEBUG][http-nio-1024-exec-7] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:07,743][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@697b301b] (Logger.java:49) +[2026-06-09 14:58:07,743][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:07,744][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3ae3cc2d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:07,744][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:07,744][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:07,744][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT er.role_id FROM t_role_employee er WHERE er.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:58:07,745][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:07,795][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:07,795][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3ae3cc2d] (Logger.java:49) +[2026-06-09 14:58:07,795][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:07,795][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@f92c50f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:07,796][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:07,796][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:07,796][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT role_id,role_name,role_code,remark,update_time,create_time FROM t_role (BaseJdbcLogger.java:135) +[2026-06-09 14:58:07,797][DEBUG][http-nio-1024-exec-7] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:58:07,841][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:07,842][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@f92c50f] (Logger.java:49) +[2026-06-09 14:58:07,842][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:07,843][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ada4333] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:07,850][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:07,850][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:07,850][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT COUNT(*) AS total FROM flow_user a WHERE a.type = 4 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:07,851][DEBUG][http-nio-1024-exec-7] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:58:07,897][DEBUG][http-nio-1024-exec-7] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:07,897][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ada4333] (Logger.java:49) +[2026-06-09 14:58:07,898][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:58:07,899][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:58:07,899][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:58:09,535][DEBUG][http-nio-1024-exec-4] GET "/flow/execute/donePage?pageNum=1&pageSize=10", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:58:09,536][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.flow.controller.ExecuteController#donePage(FlowHisTask, int, int) (AbstractHandlerMapping.java:531) +[2026-06-09 14:58:09,536][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:09,536][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:09,537][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6e9284df[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:09,537][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:09,537][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:09,537][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:09,538][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@c0dd46[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:09,538][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:09,538][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:09,539][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:09,540][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@12a17b49[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:09,540][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:09,540][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:09,540][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:09,541][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7b0095f1[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:09,541][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:09,541][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:09,541][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588625, [49, 55, 56, 48, 57, 56, 56, 50, 56, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:09,543][DEBUG][redisson-netty-2-22] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588625, [49, 55, 56, 48, 57, 56, 56, 50, 56, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@73ac3898[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588625, [49, 55, 56, 48, 57, 56, 56, 50, 56, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:09,543][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:09,545][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:09,545][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@14dfe81e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:09,546][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:09,546][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:09,546][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:58:09,546][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:09,591][DEBUG][http-nio-1024-exec-4] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:09,591][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@14dfe81e] (Logger.java:49) +[2026-06-09 14:58:09,591][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:09,591][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@324b9130] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:09,592][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:09,592][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:09,592][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT er.role_id FROM t_role_employee er WHERE er.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:58:09,592][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:09,636][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:09,637][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@324b9130] (Logger.java:49) +[2026-06-09 14:58:09,637][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:09,637][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@75a0c85b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:09,637][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:09,637][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:09,638][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT role_id,role_name,role_code,remark,update_time,create_time FROM t_role (BaseJdbcLogger.java:135) +[2026-06-09 14:58:09,638][DEBUG][http-nio-1024-exec-4] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:58:09,691][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:09,691][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@75a0c85b] (Logger.java:49) +[2026-06-09 14:58:09,691][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:09,691][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@39ea20b9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:09,700][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:09,701][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:09,701][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT COUNT(*) AS total FROM (SELECT MAX(id) AS id FROM flow_his_task WHERE approver IN (?, ?) GROUP BY instance_id) tmp (BaseJdbcLogger.java:135) +[2026-06-09 14:58:09,702][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(String), dept:1(String) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:09,834][DEBUG][http-nio-1024-exec-4] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:09,835][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@39ea20b9] (Logger.java:49) +[2026-06-09 14:58:09,835][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:09,835][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3c3279e0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:09,836][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:09,836][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:09,836][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT t_employee.*, t_department.name AS departmentName FROM t_employee LEFT JOIN t_department ON t_department.department_id = t_employee.department_id WHERE t_employee.disabled_flag = ? AND t_employee.deleted_flag = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:58:09,838][DEBUG][http-nio-1024-exec-4] ==> Parameters: false(Boolean), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:09,883][DEBUG][http-nio-1024-exec-4] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:09,883][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3c3279e0] (Logger.java:49) +[2026-06-09 14:58:09,885][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:58:09,885][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:58:09,885][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:58:10,123][DEBUG][http-nio-1024-exec-6] GET "/flow/execute/copyPage?pageNum=1&pageSize=10", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:58:10,124][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.flow.controller.ExecuteController#copyPage(FlowTask, int, int) (AbstractHandlerMapping.java:531) +[2026-06-09 14:58:10,124][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:10,124][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:10,125][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7a35c623[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:10,125][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:10,126][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:10,126][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:10,127][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@49cd7d1a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:10,127][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:10,127][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:10,127][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:10,128][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@18e60661[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:10,128][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:10,128][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:10,128][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:10,128][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@bcb4fcf[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:10,129][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:10,129][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:10,130][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588624, [49, 55, 56, 48, 57, 56, 56, 50, 57, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:10,132][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588624, [49, 55, 56, 48, 57, 56, 56, 50, 57, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6fa1c522[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588624, [49, 55, 56, 48, 57, 56, 56, 50, 57, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:10,132][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:10,133][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:10,133][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1d34f04b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:10,133][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:10,133][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:10,133][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:58:10,134][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:10,181][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:10,181][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1d34f04b] (Logger.java:49) +[2026-06-09 14:58:10,181][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:10,181][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4358599e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:10,181][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:10,181][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:10,181][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT er.role_id FROM t_role_employee er WHERE er.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:58:10,182][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:10,228][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:10,228][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4358599e] (Logger.java:49) +[2026-06-09 14:58:10,228][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:10,228][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7513eecc] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:10,228][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:10,229][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:10,229][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT role_id,role_name,role_code,remark,update_time,create_time FROM t_role (BaseJdbcLogger.java:135) +[2026-06-09 14:58:10,229][DEBUG][http-nio-1024-exec-6] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:58:10,273][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:10,274][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7513eecc] (Logger.java:49) +[2026-06-09 14:58:10,274][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:10,274][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6fa37366] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:10,279][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:10,279][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:10,279][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT COUNT(*) AS total FROM flow_user a WHERE a.type = 4 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:10,280][DEBUG][http-nio-1024-exec-6] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:58:10,326][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:10,326][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6fa37366] (Logger.java:49) +[2026-06-09 14:58:10,327][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:58:10,327][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:58:10,328][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:58:11,953][DEBUG][http-nio-1024-exec-2] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:58:11,953][DEBUG][http-nio-1024-exec-10] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:58:11,954][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:58:11,954][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:58:11,954][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:11,954][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:11,954][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:11,954][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:11,956][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3c8988c8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:11,956][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5f5124e4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:11,956][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:11,956][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:11,956][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:11,956][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:11,956][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:11,956][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:11,957][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@529866f7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:11,957][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@17a5b5ad[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:11,957][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:11,957][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:11,957][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:11,958][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:11,958][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:11,958][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:11,958][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4e07b3c9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:11,958][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@74737df4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:11,958][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:11,958][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:11,959][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:11,959][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:11,959][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:11,959][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:11,960][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4b7342a3[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:11,960][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@9c4043d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:11,960][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:11,960][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:11,960][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:11,960][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:11,960][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588622, [49, 55, 56, 48, 57, 56, 56, 50, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:11,960][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588622, [49, 55, 56, 48, 57, 56, 56, 50, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:11,961][DEBUG][redisson-netty-2-4] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588622, [49, 55, 56, 48, 57, 56, 56, 50, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6adbf972[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588622, [49, 55, 56, 48, 57, 56, 56, 50, 57, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:11,961][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588622, [49, 55, 56, 48, 57, 56, 56, 50, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@77913961[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588622, [49, 55, 56, 48, 57, 56, 56, 50, 57, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:11,961][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:11,961][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:11,962][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:11,962][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:11,962][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@16e29e39] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:11,962][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@36967928] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:11,962][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:11,962][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:11,962][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:11,962][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:58:11,964][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:12,042][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:12,042][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@36967928] (Logger.java:49) +[2026-06-09 14:58:12,042][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:58:12,043][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:58:12,043][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:58:12,044][DEBUG][http-nio-1024-exec-9] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:58:12,044][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:58:12,044][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:12,044][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:12,045][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@23148305[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:12,046][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:12,046][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:12,046][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:12,047][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6f667738[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:12,047][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:12,047][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:12,047][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:12,048][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3fc37011[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:12,048][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:12,048][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:12,048][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:12,049][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@718ce312[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:12,049][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:12,049][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:12,049][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588622, [49, 55, 56, 48, 57, 56, 56, 50, 57, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:12,050][DEBUG][redisson-netty-2-26] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588622, [49, 55, 56, 48, 57, 56, 56, 50, 57, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6c65fd9c[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588622, [49, 55, 56, 48, 57, 56, 56, 50, 57, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:12,051][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:12,051][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:12,051][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:58:12,051][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:12,051][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1f2ed2aa] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:12,051][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:12,051][DEBUG][http-nio-1024-exec-10] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:12,051][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:12,051][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:58:12,052][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:12,095][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:12,095][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1f2ed2aa] (Logger.java:49) +[2026-06-09 14:58:12,096][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:58:12,096][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:58:12,096][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:58:12,157][DEBUG][http-nio-1024-exec-10] <== Total: 148 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:12,158][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@16e29e39] (Logger.java:49) +[2026-06-09 14:58:12,161][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:58:12,161][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:58:12,162][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:58:21,505][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:21,506][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@c129a77] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:21,506][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:21,506][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:21,507][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:58:21,507][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:58:21,587][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:21,587][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@c129a77] (Logger.java:49) +[2026-06-09 14:58:24,563][DEBUG][http-nio-1024-exec-3] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:58:24,563][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:58:24,563][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:24,563][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:24,565][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6eb17719[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:24,565][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:24,565][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:24,565][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:24,566][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@41972445[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:24,566][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:24,566][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:24,566][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:24,567][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7589dd8c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:24,567][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:24,567][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:24,567][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:24,567][DEBUG][redisson-netty-2-22] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3c6540f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:24,567][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:24,567][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:24,567][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588609, [49, 55, 56, 48, 57, 56, 56, 51, 48, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:24,568][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588609, [49, 55, 56, 48, 57, 56, 56, 51, 48, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@764b96c[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588609, [49, 55, 56, 48, 57, 56, 56, 51, 48, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:24,568][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:24,568][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:24,569][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2c4fb46e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:24,569][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:24,569][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:24,569][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:58:24,569][DEBUG][http-nio-1024-exec-3] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:24,706][DEBUG][http-nio-1024-exec-3] <== Total: 64 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:24,706][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2c4fb46e] (Logger.java:49) +[2026-06-09 14:58:24,710][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:58:24,711][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:58:24,712][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:58:24,712][DEBUG][http-nio-1024-exec-4] GET "/menu/tree?onlyMenu=true", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:58:24,713][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuTree(Boolean) (AbstractHandlerMapping.java:531) +[2026-06-09 14:58:24,713][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:24,713][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:24,714][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6dfb286e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:24,714][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:24,715][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:24,715][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:24,715][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4f7cad66[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:24,715][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:24,715][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:24,716][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:24,716][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1e9ebc7f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:24,716][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:24,716][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:24,716][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:24,717][DEBUG][redisson-netty-2-20] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@fb48a3a[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:24,718][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:24,718][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:24,718][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588609, [49, 55, 56, 48, 57, 56, 56, 51, 48, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:24,719][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588609, [49, 55, 56, 48, 57, 56, 56, 51, 48, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@200f4f8d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588609, [49, 55, 56, 48, 57, 56, 56, 51, 48, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:24,719][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:24,720][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:24,720][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ba622a1] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:24,720][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:24,720][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:24,721][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_menu where deleted_flag = ? and menu_type in ( ? , ? ) order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:58:24,721][DEBUG][http-nio-1024-exec-4] ==> Parameters: false(Boolean), 1(Integer), 2(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:24,827][DEBUG][http-nio-1024-exec-4] <== Total: 64 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:24,828][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ba622a1] (Logger.java:49) +[2026-06-09 14:58:24,832][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:58:24,833][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuTreeVO(children=[MenuTreeVO(children=[] (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:58:24,834][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:58:28,174][DEBUG][http-nio-1024-exec-1] POST "/menu/update", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:58:28,174][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#updateMenu(MenuUpdateForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:58:28,175][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:28,175][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:28,177][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4aa4b850[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:28,177][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:28,177][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:28,177][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:28,179][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3f9a29a6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:28,179][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:28,179][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:28,179][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:28,180][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@43ed91c6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:28,181][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:28,181][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:28,181][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:28,182][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6718edaa[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:28,182][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:28,182][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:28,182][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588606, [49, 55, 56, 48, 57, 56, 56, 51, 48, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:28,183][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588606, [49, 55, 56, 48, 57, 56, 56, 51, 48, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@71b58470[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588606, [49, 55, 56, 48, 57, 56, 56, 51, 48, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:28,184][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:28,187][DEBUG][http-nio-1024-exec-1] Read "application/json;charset=UTF-8" to [MenuUpdateForm(menuId=252, updateUserId=null)] (LogFormatUtils.java:120) +[2026-06-09 14:58:28,189][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:28,189][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@74c7fe66] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:28,189][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:28,189][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:28,189][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT menu_id,menu_name,menu_type,parent_id,sort,path,component,frame_flag,frame_url,cache_flag,visible_flag,disabled_flag,api_perms,perms_type,web_perms,icon,context_menu_id,deleted_flag,create_time,create_user_id,update_time,update_user_id FROM t_menu WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:58:28,190][DEBUG][http-nio-1024-exec-1] ==> Parameters: 252(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:28,238][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:28,238][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@74c7fe66] (Logger.java:49) +[2026-06-09 14:58:28,239][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:28,239][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@32f14bb5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:28,239][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:28,239][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:28,239][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_menu where menu_name = ? and parent_id = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:28,240][DEBUG][http-nio-1024-exec-1] ==> Parameters: 流程管理(String), 0(Long), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:28,343][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:28,343][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@32f14bb5] (Logger.java:49) +[2026-06-09 14:58:28,343][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:28,343][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@327b2d9c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:28,344][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:28,344][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:28,344][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_menu where web_perms = ? and deleted_flag = ? limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:28,345][DEBUG][http-nio-1024-exec-1] ==> Parameters: null, false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:28,446][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:28,447][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@327b2d9c] (Logger.java:49) +[2026-06-09 14:58:28,447][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:28,447][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@63d0c92e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:28,448][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:28,449][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:28,449][DEBUG][http-nio-1024-exec-1] ==> Preparing: UPDATE t_menu SET menu_name=?, menu_type=?, parent_id=?, sort=?, frame_flag=?, cache_flag=?, visible_flag=?, disabled_flag=?, perms_type=?, icon=?, update_user_id=? WHERE menu_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:58:28,450][DEBUG][http-nio-1024-exec-1] ==> Parameters: 流程管理(String), 1(Integer), 0(Long), 5(Integer), false(Boolean), true(Boolean), true(Boolean), false(Boolean), 1(Integer), ApartmentOutlined(String), 1(Long), 252(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:28,498][DEBUG][http-nio-1024-exec-1] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:28,499][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@63d0c92e] (Logger.java:49) +[2026-06-09 14:58:28,506][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:58:28,507][DEBUG][smart-operate-log52] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:28,507][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:58:28,507][DEBUG][smart-operate-log52] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5c1fb6f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:28,507][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:58:28,508][DEBUG][smart-operate-log52] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:28,508][DEBUG][smart-operate-log52] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:28,508][DEBUG][smart-operate-log52] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:28,509][DEBUG][smart-operate-log52] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 系统-菜单(String), 更新菜单 @author 卓大(String), /menu/update(String), net.lab1024.sa.admin.module.system.menu.controller.MenuController.updateMenu(String), POST(String), UPDATE(String), [{"cacheFlag":true,"updateUserId":1,"disabledFlag":false,"permsType":1,"icon":"ApartmentOutlined","menuId":252,"menuName":"流程管理","menuType":1,"sort":5,"frameFlag":false,"parentId":0,"visibleFlag":true}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:28,553][DEBUG][http-nio-1024-exec-8] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:58:28,553][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:58:28,553][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:28,554][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:28,555][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4b785289[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:28,555][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:28,555][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:28,556][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:28,557][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@168ca02e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:28,557][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:28,557][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:28,558][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:28,559][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ac66961[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:28,559][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:28,559][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:28,560][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:28,560][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1471dacc[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:28,561][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:28,561][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:28,561][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588606, [49, 55, 56, 48, 57, 56, 56, 51, 48, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:28,562][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588606, [49, 55, 56, 48, 57, 56, 56, 51, 48, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@42e3c86c[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588606, [49, 55, 56, 48, 57, 56, 56, 51, 48, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:28,562][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:28,562][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:28,562][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@16d9793d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:28,563][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:28,563][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:28,563][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:58:28,563][DEBUG][http-nio-1024-exec-8] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:28,566][DEBUG][smart-operate-log52] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5c1fb6f] (Logger.java:49) +[2026-06-09 14:58:28,566][DEBUG][smart-operate-log52] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:58:28,566][DEBUG][smart-operate-log52] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:58:28,668][DEBUG][http-nio-1024-exec-8] <== Total: 148 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:28,668][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@16d9793d] (Logger.java:49) +[2026-06-09 14:58:28,672][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:58:28,672][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:58:28,674][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:58:30,064][DEBUG][http-nio-1024-exec-9] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:58:30,064][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 14:58:30,064][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,064][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,066][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7eeefbbb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,066][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,066][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,066][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,067][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@b3c446e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,067][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,068][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,068][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,070][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@396f5d4e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,070][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,070][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,070][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,071][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@68157d06[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,072][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,072][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,072][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588604, [49, 55, 56, 48, 57, 56, 56, 51, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,073][DEBUG][redisson-netty-2-24] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588604, [49, 55, 56, 48, 57, 56, 56, 51, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1bb5b679[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588604, [49, 55, 56, 48, 57, 56, 56, 51, 49, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,073][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,073][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:30,074][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2be2a45c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:30,074][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:30,074][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:30,074][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,075][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,122][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,122][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2be2a45c] (Logger.java:49) +[2026-06-09 14:58:30,122][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:30,122][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4bb391e0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:30,123][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:30,123][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:30,123][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,124][DEBUG][http-nio-1024-exec-9] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,227][DEBUG][http-nio-1024-exec-9] <== Total: 148 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,228][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4bb391e0] (Logger.java:49) +[2026-06-09 14:58:30,232][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:30,232][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7dde2b83] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:30,232][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:30,232][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:30,233][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,233][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,281][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,281][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7dde2b83] (Logger.java:49) +[2026-06-09 14:58:30,281][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:30,281][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@539b230] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:30,281][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:30,281][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:30,281][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,282][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,326][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,326][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@539b230] (Logger.java:49) +[2026-06-09 14:58:30,326][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:30,327][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3b47268f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:30,327][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:30,327][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:30,327][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,328][DEBUG][http-nio-1024-exec-9] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,442][DEBUG][http-nio-1024-exec-9] <== Total: 148 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,442][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3b47268f] (Logger.java:49) +[2026-06-09 14:58:30,448][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:30,448][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6c2c8c96] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:30,448][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:30,448][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:30,448][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,449][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,496][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,497][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6c2c8c96] (Logger.java:49) +[2026-06-09 14:58:30,497][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:30,498][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@28c2b6a5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:30,498][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:30,498][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:30,498][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,499][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,546][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,546][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@28c2b6a5] (Logger.java:49) +[2026-06-09 14:58:30,547][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,547][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,549][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@275fe105[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,549][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,549][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,550][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,551][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2f6dad02[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,551][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,557][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:58:30,558][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:58:30,559][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:58:30,565][DEBUG][http-nio-1024-exec-7] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:58:30,565][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 14:58:30,565][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,565][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,567][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6bdb29ad[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,567][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,567][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,567][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,568][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@16b31acd[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,568][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,569][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,569][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,569][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@67016fe6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,570][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,570][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,570][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,571][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@62263b48[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,571][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,571][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,571][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588604, [49, 55, 56, 48, 57, 56, 56, 51, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,572][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588604, [49, 55, 56, 48, 57, 56, 56, 51, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@45155aba[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588604, [49, 55, 56, 48, 57, 56, 56, 51, 49, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,572][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,572][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:30,572][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@503a1b0a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:30,573][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:30,573][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:30,573][DEBUG][http-nio-1024-exec-7] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,574][DEBUG][http-nio-1024-exec-7] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,625][DEBUG][http-nio-1024-exec-7] <== Total: 46 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,626][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@503a1b0a] (Logger.java:49) +[2026-06-09 14:58:30,627][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:58:30,628][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:58:30,628][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:58:30,660][DEBUG][http-nio-1024-exec-4] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:58:30,660][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 14:58:30,660][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,660][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,661][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@65f96b5f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,661][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,662][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,662][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,663][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6633a5ff[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,663][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,663][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,663][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,665][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3bb56048[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,665][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,666][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,666][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,667][DEBUG][redisson-netty-2-30] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3e58eb9d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,667][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,667][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,667][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588604, [49, 55, 56, 48, 57, 56, 56, 51, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,668][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588604, [49, 55, 56, 48, 57, 56, 56, 51, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3793907e[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588604, [49, 55, 56, 48, 57, 56, 56, 51, 49, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,668][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,668][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:30,668][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3da2f7f3] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:30,668][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:30,668][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:30,668][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,669][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,716][DEBUG][http-nio-1024-exec-4] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,716][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3da2f7f3] (Logger.java:49) +[2026-06-09 14:58:30,717][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:58:30,717][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:58:30,717][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:58:30,767][DEBUG][http-nio-1024-exec-5] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:58:30,767][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:58:30,767][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,767][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,767][DEBUG][http-nio-1024-exec-8] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:58:30,768][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:58:30,768][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,768][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,768][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@64cf0420[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,768][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,768][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,768][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,769][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@381239d4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,769][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,769][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,769][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,771][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6925122f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,772][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4fffa0e8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,772][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,772][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,772][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,772][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,772][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,772][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,774][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3bb12948[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,774][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3ea99e63[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,775][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,775][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,775][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,775][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,775][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,775][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,776][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@11b8bfb5[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,777][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3ea99614[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,777][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,777][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,777][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,777][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,777][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588604, [49, 55, 56, 48, 57, 56, 56, 51, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,777][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588604, [49, 55, 56, 48, 57, 56, 56, 51, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,778][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588604, [49, 55, 56, 48, 57, 56, 56, 51, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4028b350[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588604, [49, 55, 56, 48, 57, 56, 56, 51, 49, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,778][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588604, [49, 55, 56, 48, 57, 56, 56, 51, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@143370de[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588604, [49, 55, 56, 48, 57, 56, 56, 51, 49, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,778][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,778][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,778][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:30,778][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:30,778][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@453e0935] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:30,778][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@634decab] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:30,779][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:30,779][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:30,779][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:30,779][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:30,779][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,779][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,780][DEBUG][http-nio-1024-exec-5] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,780][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,826][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,827][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@453e0935] (Logger.java:49) +[2026-06-09 14:58:30,827][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:58:30,827][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:58:30,828][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:58:30,829][DEBUG][http-nio-1024-exec-2] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:58:30,829][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:58:30,829][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,830][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,831][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@293933d5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,831][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,831][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,831][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,832][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5e607cbb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,832][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,832][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,833][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,834][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2f848d7c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,835][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,835][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,835][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,837][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2d8eb9f2[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,837][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,837][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:30,837][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588604, [49, 55, 56, 48, 57, 56, 56, 51, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:30,838][DEBUG][redisson-netty-2-22] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588604, [49, 55, 56, 48, 57, 56, 56, 51, 49, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2f3f404f[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588604, [49, 55, 56, 48, 57, 56, 56, 51, 49, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:30,839][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:30,839][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:30,839][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7e96996b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:30,840][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:30,840][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:30,840][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,841][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,884][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,885][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7e96996b] (Logger.java:49) +[2026-06-09 14:58:30,885][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:58:30,885][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:58:30,886][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:58:30,890][DEBUG][http-nio-1024-exec-5] <== Total: 148 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:30,891][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@634decab] (Logger.java:49) +[2026-06-09 14:58:30,894][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:58:30,894][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:58:30,895][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:58:32,570][DEBUG][http-nio-1024-exec-10] GET "/flow/execute/copyPage?pageNum=1&pageSize=10", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 14:58:32,570][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.flow.controller.ExecuteController#copyPage(FlowTask, int, int) (AbstractHandlerMapping.java:531) +[2026-06-09 14:58:32,570][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:32,570][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:32,571][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@33b5cb37[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:32,572][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:32,572][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:32,572][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:32,573][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@562ac73a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:32,573][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:32,573][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:32,573][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:32,574][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7c174704[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:32,574][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:32,574][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:32,574][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:32,575][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@50271705[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:32,576][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:32,576][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:58:32,576][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588602, [49, 55, 56, 48, 57, 56, 56, 51, 49, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:58:32,577][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588602, [49, 55, 56, 48, 57, 56, 56, 51, 49, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2a613fad[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588602, [49, 55, 56, 48, 57, 56, 56, 51, 49, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:58:32,577][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:58:32,577][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:32,578][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@48539387] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:32,578][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:32,578][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:32,578][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:58:32,578][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:32,647][DEBUG][http-nio-1024-exec-10] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:32,649][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@48539387] (Logger.java:49) +[2026-06-09 14:58:32,649][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:32,650][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2af8d0e8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:32,650][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:32,650][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:32,650][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT er.role_id FROM t_role_employee er WHERE er.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:58:32,651][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:58:32,700][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:32,701][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2af8d0e8] (Logger.java:49) +[2026-06-09 14:58:32,701][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:32,701][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4a9ee4d8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:32,701][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:32,701][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:32,702][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT role_id,role_name,role_code,remark,update_time,create_time FROM t_role (BaseJdbcLogger.java:135) +[2026-06-09 14:58:32,702][DEBUG][http-nio-1024-exec-10] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:58:32,749][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:32,749][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4a9ee4d8] (Logger.java:49) +[2026-06-09 14:58:32,750][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:58:32,751][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@761d5e00] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:58:32,770][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:58:32,770][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:58:32,770][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT COUNT(*) AS total FROM flow_user a WHERE a.type = 4 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:32,771][DEBUG][http-nio-1024-exec-10] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:58:32,820][DEBUG][http-nio-1024-exec-10] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:58:32,820][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@761d5e00] (Logger.java:49) +[2026-06-09 14:58:32,821][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:58:32,821][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:58:32,822][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:59:11,871][DEBUG][http-nio-1024-exec-6] POST "/support/changeLog/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:59:11,871][DEBUG][http-nio-1024-exec-8] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:59:11,871][DEBUG][http-nio-1024-exec-1] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:59:11,873][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:59:11,873][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:59:11,873][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController#queryPage(ChangeLogQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:59:11,874][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:11,874][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:11,874][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:11,874][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:11,874][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:11,874][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:11,877][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@46757bc3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:11,877][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1556fdbd[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:11,877][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@56b04dfc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:11,877][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:11,877][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:11,877][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:11,878][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:11,878][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:11,878][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:11,878][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:11,878][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:11,878][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:11,880][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1bd8c446[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:11,880][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@607d6342[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:11,880][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@346e9d7f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:11,881][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:11,881][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:11,881][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:11,882][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:11,882][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:11,882][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:11,882][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:11,882][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:11,882][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:11,883][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@558bf357[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:11,883][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4a1a1077[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:11,883][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@66a8b2e9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:11,884][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:11,884][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:11,884][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:11,884][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:11,884][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:11,884][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:11,884][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:11,884][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:11,884][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:11,885][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6f49d585[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:11,885][DEBUG][redisson-netty-2-4] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@68267e0b[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:11,885][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@796d416e[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:11,885][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:11,885][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:11,885][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:11,885][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:11,885][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:11,885][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:11,886][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588563, [49, 55, 56, 48, 57, 56, 56, 51, 53, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:11,886][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588563, [49, 55, 56, 48, 57, 56, 56, 51, 53, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:11,886][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588563, [49, 55, 56, 48, 57, 56, 56, 51, 53, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:11,887][DEBUG][redisson-netty-2-26] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588563, [49, 55, 56, 48, 57, 56, 56, 51, 53, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@53f7fe51[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588563, [49, 55, 56, 48, 57, 56, 56, 51, 53, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:11,887][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588563, [49, 55, 56, 48, 57, 56, 56, 51, 53, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6ec80420[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588563, [49, 55, 56, 48, 57, 56, 56, 51, 53, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:11,887][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588563, [49, 55, 56, 48, 57, 56, 56, 51, 53, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@98b5417[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588563, [49, 55, 56, 48, 57, 56, 56, 51, 53, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:11,887][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:11,887][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:11,887][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:11,891][DEBUG][http-nio-1024-exec-8] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=2, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:59:11,891][DEBUG][http-nio-1024-exec-6] Read "application/json;charset=UTF-8" to [ChangeLogQueryForm(type=null, keyword=null, publicDateBegin=null, publicDateEnd=null, createTime=nul (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:59:11,891][DEBUG][http-nio-1024-exec-1] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=1, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:59:11,894][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:59:11,894][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:59:11,894][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:59:11,895][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@557befcb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:59:11,895][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@40bc5512] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:59:11,895][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4adfbcb3] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:59:11,896][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:59:11,896][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:59:11,897][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:59:11,897][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:59:11,897][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:59:11,897][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:59:11,897][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:59:11,901][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:59:11,901][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:59:11,945][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:59:11,946][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@40bc5512] (Logger.java:49) +[2026-06-09 14:59:11,946][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:59:11,946][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:59:11,946][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d4a9d66] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:59:11,946][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT * FROM t_change_log order by t_change_log.version desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:59:11,946][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:59:11,947][DEBUG][http-nio-1024-exec-6] ==> Parameters: 8(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:59:11,948][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:59:11,949][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@557befcb] (Logger.java:49) +[2026-06-09 14:59:11,949][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:59:11,949][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:59:11,949][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7c8f2308] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:59:11,949][DEBUG][http-nio-1024-exec-1] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:59:11,949][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:59:11,950][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), false(Boolean), 1(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:59:11,999][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:59:11,999][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4adfbcb3] (Logger.java:49) +[2026-06-09 14:59:11,999][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:37:32.058, closeCount=0, lastValidateTimeMillis=2026-06-09 14:55:11.206}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:59:12,000][DEBUG][http-nio-1024-exec-8] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:59:12,001][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long), false(Boolean), 2(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:59:12,006][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:59:12,006][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d4a9d66] (Logger.java:49) +[2026-06-09 14:59:12,007][DEBUG][smart-operate-log53] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:59:12,007][DEBUG][smart-operate-log53] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@60378506] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:59:12,008][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:59:12,008][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:59:12,008][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=8, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:59:12,008][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:59:12,010][DEBUG][smart-operate-log53] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:59:12,010][DEBUG][smart-operate-log53] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:59:12,010][DEBUG][smart-operate-log53] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:59:12,011][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:59:12,011][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:59:12,014][DEBUG][smart-operate-log53] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 业务支撑-更新日志(String), 分页查询 @author 卓大(String), /support/changeLog/queryPage(String), net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController.queryPage(String), POST(String), UPDATE(String), [{"searchCount":false,"pageSize":8,"pageNum":1}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"data":{"total":0,"pages":0,"pageSize":8,"list":[],"pageNum":1,"emptyFlag":true},"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:59:12,055][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:59:12,055][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7c8f2308] (Logger.java:49) +[2026-06-09 14:59:12,056][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:59:12,057][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:59:12,057][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:59:12,063][DEBUG][smart-operate-log53] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@60378506] (Logger.java:49) +[2026-06-09 14:59:12,064][DEBUG][smart-operate-log53] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:59:12,064][DEBUG][smart-operate-log53] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:59:21,592][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:59:21,593][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@45ab9b5b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:59:21,593][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:59:21,593][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 14:59:12.374}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:59:21,593][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 14:59:21,594][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:59:21,645][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:59:21,646][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@45ab9b5b] (Logger.java:49) +[2026-06-09 14:59:31,687][DEBUG][http-nio-1024-exec-3] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:59:31,687][DEBUG][http-nio-1024-exec-10] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:59:31,688][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 14:59:31,688][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:31,688][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:59:31,688][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:31,688][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:31,688][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:31,690][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@36e6d0f6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:31,690][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@584ca0dc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:31,690][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:31,690][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:31,690][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:31,690][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:31,690][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:31,690][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:31,691][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3dc5c5c8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:31,691][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2c8fb146[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:31,691][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:31,691][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:31,692][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:31,692][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:31,692][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:31,692][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:31,693][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1005693f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:31,693][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@61a2dfd3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:31,694][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:31,694][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:31,694][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:31,694][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:31,694][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:31,694][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:31,695][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@432aec0c[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:31,695][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@25b55304[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:31,695][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:31,695][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:31,695][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:31,695][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:31,695][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588543, [49, 55, 56, 48, 57, 56, 56, 51, 55, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:31,695][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588543, [49, 55, 56, 48, 57, 56, 56, 51, 55, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:31,701][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588543, [49, 55, 56, 48, 57, 56, 56, 51, 55, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1d4fef9e[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588543, [49, 55, 56, 48, 57, 56, 56, 51, 55, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:31,701][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588543, [49, 55, 56, 48, 57, 56, 56, 51, 55, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4b086716[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588543, [49, 55, 56, 48, 57, 56, 56, 51, 55, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:31,702][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:31,702][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:31,702][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:59:31,702][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@527af018] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:59:31,703][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:59:31,703][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:59:31,704][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6a028c1d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:59:31,703][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 14:59:12.374}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:59:31,704][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 14:59:31,704][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:59:31,704][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:59:31,704][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:59:31,707][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:59:31,707][DEBUG][http-nio-1024-exec-3] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:59:31,786][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:59:31,787][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6a028c1d] (Logger.java:49) +[2026-06-09 14:59:31,787][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:59:31,788][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:59:31,788][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:59:31,789][DEBUG][http-nio-1024-exec-7] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:59:31,789][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:59:31,789][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:31,790][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:31,791][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@10d501ed[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:31,791][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:31,791][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:31,791][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:31,794][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@478e3603[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:31,795][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:31,795][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:31,795][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:31,797][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@154e19fc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:31,797][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:31,797][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:31,798][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:31,798][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1579bf02[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:31,798][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:31,798][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:31,798][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588543, [49, 55, 56, 48, 57, 56, 56, 51, 55, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:31,799][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588543, [49, 55, 56, 48, 57, 56, 56, 51, 55, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@52563e5d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588543, [49, 55, 56, 48, 57, 56, 56, 51, 55, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:31,799][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:31,799][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:59:31,799][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@653852c4] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:59:31,799][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:59:31,799][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:59:31,800][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:59:31,800][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:59:31,844][DEBUG][http-nio-1024-exec-3] <== Total: 123 (BaseJdbcLogger.java:135) +[2026-06-09 14:59:31,845][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@527af018] (Logger.java:49) +[2026-06-09 14:59:31,846][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:59:31,846][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@653852c4] (Logger.java:49) +[2026-06-09 14:59:31,846][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:59:31,846][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:59:31,847][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:59:31,848][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:59:31,848][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:59:31,849][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:59:33,960][DEBUG][http-nio-1024-exec-2] POST "/support/dict/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:59:33,960][DEBUG][http-nio-1024-exec-8] GET "/support/tableColumn/getColumns/20002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:59:33,960][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryPage(DictQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:59:33,960][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:33,960][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:59:33,960][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:33,960][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:33,961][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:33,962][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@17fcc593[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:33,962][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@73c81e51[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:33,962][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:33,962][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:33,962][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:33,962][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:33,962][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:33,962][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:33,963][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2f05f43f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:33,963][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@35338145[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:33,963][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:33,963][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:33,964][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:33,964][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:33,964][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:33,964][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:33,965][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@20bd1b35[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:33,965][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5d031a14[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:33,965][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:33,965][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:33,965][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:33,965][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:33,965][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:33,965][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:33,966][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@104e3cce[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:33,966][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@23b58189[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:33,966][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:33,966][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:33,966][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:33,966][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:33,967][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588541, [49, 55, 56, 48, 57, 56, 56, 51, 55, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:33,967][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588541, [49, 55, 56, 48, 57, 56, 56, 51, 55, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:33,968][DEBUG][redisson-netty-2-26] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588541, [49, 55, 56, 48, 57, 56, 56, 51, 55, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@10bd60ae[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588541, [49, 55, 56, 48, 57, 56, 56, 51, 55, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:33,968][DEBUG][redisson-netty-2-28] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588541, [49, 55, 56, 48, 57, 56, 56, 51, 55, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4e2b7f63[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588541, [49, 55, 56, 48, 57, 56, 56, 51, 55, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:33,969][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:33,969][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:33,969][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:59:33,969][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@21758520] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:59:33,969][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:59:33,969][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:59:33,969][DEBUG][http-nio-1024-exec-2] Read "application/json;charset=UTF-8" to [DictQueryForm(keywords=, disabledFlag=null)] (LogFormatUtils.java:120) +[2026-06-09 14:59:33,969][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:59:33,970][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long), 20002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:59:33,990][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:59:33,990][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4e71e1bc] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:59:33,994][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:59:33,994][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 14:59:12.374}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:59:33,994][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT COUNT(*) AS total FROM t_dict (BaseJdbcLogger.java:135) +[2026-06-09 14:59:33,995][DEBUG][http-nio-1024-exec-2] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:59:34,034][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:59:34,034][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@21758520] (Logger.java:49) +[2026-06-09 14:59:34,034][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:59:34,035][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:59:34,035][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:59:34,036][DEBUG][http-nio-1024-exec-9] GET "/support/tableColumn/getColumns/20002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:59:34,036][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 14:59:34,037][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:34,037][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:34,038][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3da00d73[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:34,039][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:34,039][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:34,039][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:34,040][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@c128853[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:34,041][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:34,041][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:34,041][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:34,042][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7b2cfd24[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:34,042][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:34,042][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:59:34,042][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:34,043][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:34,043][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT t_dict.dict_id, t_dict.dict_name, t_dict.dict_code, t_dict.remark, t_dict.disabled_flag, t_dict.create_time, t_dict.update_time FROM t_dict order by create_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:59:34,044][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@98605c7[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:34,044][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:34,044][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:34,044][DEBUG][http-nio-1024-exec-2] ==> Parameters: 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:59:34,044][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588541, [49, 55, 56, 48, 57, 56, 56, 51, 55, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:34,046][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588541, [49, 55, 56, 48, 57, 56, 56, 51, 55, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4339f044[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588541, [49, 55, 56, 48, 57, 56, 56, 51, 55, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:34,046][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:34,046][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:59:34,046][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1db67377] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:59:34,047][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:59:34,047][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:59:34,047][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:59:34,047][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), 20002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 14:59:34,092][DEBUG][http-nio-1024-exec-2] <== Total: 4 (BaseJdbcLogger.java:135) +[2026-06-09 14:59:34,093][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4e71e1bc] (Logger.java:49) +[2026-06-09 14:59:34,094][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:59:34,094][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=4, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:59:34,095][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:59:34,097][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 14:59:34,097][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1db67377] (Logger.java:49) +[2026-06-09 14:59:34,098][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:59:34,098][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:59:34,098][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:59:37,896][DEBUG][http-nio-1024-exec-10] GET "/support/dict/dictData/queryDictData/2", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:59:37,897][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryDictData(Long) (AbstractHandlerMapping.java:531) +[2026-06-09 14:59:37,897][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:37,898][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:37,899][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5d0a040[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:37,899][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:37,899][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:37,899][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:37,900][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6a2a0bbe[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:37,900][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:37,900][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:37,900][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:37,901][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@60c6c117[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:37,901][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:37,901][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:37,901][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:37,901][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@d9c4f77[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:37,901][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:37,901][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:37,902][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588537, [49, 55, 56, 48, 57, 56, 56, 51, 55, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:37,902][DEBUG][redisson-netty-2-1] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588537, [49, 55, 56, 48, 57, 56, 56, 51, 55, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7fdc4d9f[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588537, [49, 55, 56, 48, 57, 56, 56, 51, 55, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:37,902][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:37,902][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:59:37,903][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@58e661cc] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:59:37,903][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:59:37,903][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:59:37,903][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_dict_data where dict_id = ? order by sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:59:37,903][DEBUG][http-nio-1024-exec-10] ==> Parameters: 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:59:37,988][DEBUG][http-nio-1024-exec-10] <== Total: 20 (BaseJdbcLogger.java:135) +[2026-06-09 14:59:37,988][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@58e661cc] (Logger.java:49) +[2026-06-09 14:59:37,989][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:59:37,989][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=3, dictId=2, dictCode (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:59:37,989][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:59:40,072][DEBUG][http-nio-1024-exec-3] GET "/support/dict/updateDisabled/5", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:59:40,073][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#updateDisabled(Long) (AbstractHandlerMapping.java:531) +[2026-06-09 14:59:40,073][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:40,073][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:40,076][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2937e04d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:40,076][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:40,076][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:40,076][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:40,078][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@16af55f2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:40,078][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:40,078][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:40,078][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:40,080][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1b223af6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:40,080][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:40,080][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:40,080][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:40,081][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7d9a0190[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:40,081][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:40,081][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:40,082][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588535, [49, 55, 56, 48, 57, 56, 56, 51, 56, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:40,083][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588535, [49, 55, 56, 48, 57, 56, 56, 51, 56, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1b8b8b35[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588535, [49, 55, 56, 48, 57, 56, 56, 51, 56, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:40,084][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:40,084][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:59:40,085][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3019b03] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:59:40,085][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:59:40,085][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:59:40,085][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT dict_id,dict_name,dict_code,remark,disabled_flag,create_time,update_time FROM t_dict WHERE dict_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:59:40,086][DEBUG][http-nio-1024-exec-3] ==> Parameters: 5(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:59:40,140][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:59:40,140][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3019b03] (Logger.java:49) +[2026-06-09 14:59:40,140][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:59:40,141][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4130b279] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:59:40,142][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:59:40,142][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:59:40,142][DEBUG][http-nio-1024-exec-3] ==> Preparing: UPDATE t_dict SET dict_name=?, dict_code=?, remark=?, disabled_flag=?, create_time=?, update_time=? WHERE dict_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:59:40,143][DEBUG][http-nio-1024-exec-3] ==> Parameters: 维权申请类型(String), RIGHTS_APPLY_TYPE(String), (String), false(Boolean), 2026-03-11T14:31:07(LocalDateTime), 2026-03-11T14:31:07(LocalDateTime), 5(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:59:40,191][DEBUG][http-nio-1024-exec-3] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:59:40,192][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4130b279] (Logger.java:49) +[2026-06-09 14:59:40,192][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:59:40,192][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:59:40,193][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:59:40,210][DEBUG][http-nio-1024-exec-1] POST "/support/dict/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:59:40,211][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryPage(DictQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:59:40,211][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:40,211][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:40,212][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1cb41d3b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:40,212][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:40,212][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:40,212][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:40,213][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2e009bd7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:40,213][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:40,213][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:40,213][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:40,214][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ead1f63[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:40,214][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:40,214][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:40,214][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:40,215][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6eef597c[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:40,215][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:40,215][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:40,215][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588535, [49, 55, 56, 48, 57, 56, 56, 51, 56, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:40,216][DEBUG][redisson-netty-2-4] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588535, [49, 55, 56, 48, 57, 56, 56, 51, 56, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1447edb4[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588535, [49, 55, 56, 48, 57, 56, 56, 51, 56, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:40,217][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:40,217][DEBUG][http-nio-1024-exec-1] Read "application/json;charset=UTF-8" to [DictQueryForm(keywords=, disabledFlag=null)] (LogFormatUtils.java:120) +[2026-06-09 14:59:40,218][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:59:40,218][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@364a8c7c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:59:40,220][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:59:40,220][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:59:40,221][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT COUNT(*) AS total FROM t_dict (BaseJdbcLogger.java:135) +[2026-06-09 14:59:40,221][DEBUG][http-nio-1024-exec-1] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:59:40,277][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:59:40,278][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT t_dict.dict_id, t_dict.dict_name, t_dict.dict_code, t_dict.remark, t_dict.disabled_flag, t_dict.create_time, t_dict.update_time FROM t_dict order by create_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:59:40,279][DEBUG][http-nio-1024-exec-1] ==> Parameters: 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:59:40,325][DEBUG][http-nio-1024-exec-1] <== Total: 4 (BaseJdbcLogger.java:135) +[2026-06-09 14:59:40,326][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@364a8c7c] (Logger.java:49) +[2026-06-09 14:59:40,326][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:59:40,326][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=4, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:59:40,327][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:59:51,710][DEBUG][http-nio-1024-exec-8] POST "/support/dict/update", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:59:51,711][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#update(DictUpdateForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:59:51,711][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:51,711][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:51,714][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@55eb1f65[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:51,714][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:51,714][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:51,715][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:51,716][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@485aee69[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:51,716][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:51,716][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:51,716][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:51,717][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1624f86a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:51,717][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:51,717][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:51,718][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:51,719][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5303c2f2[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:51,719][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:51,719][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:51,719][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588523, [49, 55, 56, 48, 57, 56, 56, 51, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:51,720][DEBUG][redisson-netty-2-24] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588523, [49, 55, 56, 48, 57, 56, 56, 51, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@b9072c0[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588523, [49, 55, 56, 48, 57, 56, 56, 51, 57, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:51,720][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:51,735][DEBUG][http-nio-1024-exec-8] Read "application/json;charset=UTF-8" to [DictUpdateForm(dictId=5, dictName=流程类型, dictCode=RIGHTS_APPLY_TYPE, remark=)] (LogFormatUtils.java:120) +[2026-06-09 14:59:51,756][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:59:51,756][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@688d476b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:59:51,756][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:59:51,756][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:59:51,756][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_dict where dict_code = ? (BaseJdbcLogger.java:135) +[2026-06-09 14:59:51,757][DEBUG][http-nio-1024-exec-8] ==> Parameters: RIGHTS_APPLY_TYPE(String) (BaseJdbcLogger.java:135) +[2026-06-09 14:59:51,827][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:59:51,827][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@688d476b] (Logger.java:49) +[2026-06-09 14:59:51,830][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:59:51,830][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7a4adf05] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:59:51,830][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:59:51,830][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:59:51,830][DEBUG][http-nio-1024-exec-8] ==> Preparing: UPDATE t_dict SET dict_name=?, dict_code=?, remark=? WHERE dict_id=? (BaseJdbcLogger.java:135) +[2026-06-09 14:59:51,832][DEBUG][http-nio-1024-exec-8] ==> Parameters: 流程类型(String), RIGHTS_APPLY_TYPE(String), (String), 5(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:59:51,881][DEBUG][http-nio-1024-exec-8] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:59:51,882][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7a4adf05] (Logger.java:49) +[2026-06-09 14:59:51,902][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:59:51,902][DEBUG][smart-operate-log54] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:59:51,902][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 14:59:51,902][DEBUG][smart-operate-log54] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3eb653c0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:59:51,903][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:59:51,903][DEBUG][smart-operate-log54] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:59:51,903][DEBUG][smart-operate-log54] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:59:51,903][DEBUG][smart-operate-log54] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 14:59:51,904][DEBUG][smart-operate-log54] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 业务支撑-数据字典(String), 更新 @author 1024创新实验室-主任-卓大(String), /support/dict/update(String), net.lab1024.sa.admin.module.system.support.AdminDictController.update(String), POST(String), UPDATE(String), [{"dictCode":"RIGHTS_APPLY_TYPE","dictName":"流程类型","remark":"","dictId":5}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 14:59:51,926][DEBUG][http-nio-1024-exec-9] POST "/support/dict/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:59:51,926][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryPage(DictQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 14:59:51,926][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:51,926][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:51,928][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3e364e3d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:51,928][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:51,928][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:51,929][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:51,930][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4bf911f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:51,930][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:51,930][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:51,931][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:51,934][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@57bd805a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:51,935][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:51,935][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:51,935][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:51,937][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3ea77d54[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:51,938][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:51,938][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:51,938][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588523, [49, 55, 56, 48, 57, 56, 56, 51, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:51,939][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588523, [49, 55, 56, 48, 57, 56, 56, 51, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2a79bc00[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588523, [49, 55, 56, 48, 57, 56, 56, 51, 57, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:51,939][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:51,940][DEBUG][http-nio-1024-exec-9] Read "application/json;charset=UTF-8" to [DictQueryForm(keywords=, disabledFlag=null)] (LogFormatUtils.java:120) +[2026-06-09 14:59:51,940][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:59:51,941][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@620fc558] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:59:51,944][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:59:51,944][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 14:59:12.374}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:59:51,944][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT COUNT(*) AS total FROM t_dict (BaseJdbcLogger.java:135) +[2026-06-09 14:59:51,944][DEBUG][http-nio-1024-exec-9] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 14:59:51,961][DEBUG][smart-operate-log54] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3eb653c0] (Logger.java:49) +[2026-06-09 14:59:51,962][DEBUG][smart-operate-log54] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 14:59:51,962][DEBUG][smart-operate-log54] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 14:59:51,991][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 14:59:52,003][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT t_dict.dict_id, t_dict.dict_name, t_dict.dict_code, t_dict.remark, t_dict.disabled_flag, t_dict.create_time, t_dict.update_time FROM t_dict order by create_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 14:59:52,007][DEBUG][http-nio-1024-exec-9] ==> Parameters: 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:59:52,055][DEBUG][http-nio-1024-exec-9] <== Total: 4 (BaseJdbcLogger.java:135) +[2026-06-09 14:59:52,055][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@620fc558] (Logger.java:49) +[2026-06-09 14:59:52,056][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:59:52,056][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=4, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:59:52,056][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 14:59:57,521][DEBUG][http-nio-1024-exec-10] GET "/support/dict/dictData/queryDictData/2", parameters={} (LogFormatUtils.java:120) +[2026-06-09 14:59:57,521][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryDictData(Long) (AbstractHandlerMapping.java:531) +[2026-06-09 14:59:57,521][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:57,522][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:57,523][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3f9e7ed5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:57,523][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:57,523][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:57,524][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:57,524][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4ecbedc3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:57,524][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:57,525][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:57,525][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:57,525][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4c51b296[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:57,525][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:57,525][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:57,526][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:57,526][DEBUG][redisson-netty-2-1] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6f7bc50c[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:57,526][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:57,526][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 14:59:57,526][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588517, [49, 55, 56, 48, 57, 56, 56, 51, 57, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 14:59:57,527][DEBUG][redisson-netty-2-30] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588517, [49, 55, 56, 48, 57, 56, 56, 51, 57, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@504af2f5[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588517, [49, 55, 56, 48, 57, 56, 56, 51, 57, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 14:59:57,527][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 14:59:57,527][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 14:59:57,527][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@29e5f2fb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 14:59:57,527][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 14:59:57,527][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 14:59:12.374}] will not be managed by Spring (Logger.java:49) +[2026-06-09 14:59:57,528][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_dict_data where dict_id = ? order by sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 14:59:57,528][DEBUG][http-nio-1024-exec-10] ==> Parameters: 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 14:59:57,583][DEBUG][http-nio-1024-exec-10] <== Total: 20 (BaseJdbcLogger.java:135) +[2026-06-09 14:59:57,583][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@29e5f2fb] (Logger.java:49) +[2026-06-09 14:59:57,584][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 14:59:57,584][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=3, dictId=2, dictCode (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 14:59:57,584][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:00:08,931][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:00:08,932][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6013e00] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:00:08,933][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:00:08,933][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 14:59:12.374}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:00:08,933][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 15:00:08,934][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:00:09,006][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:00:09,006][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6013e00] (Logger.java:49) +[2026-06-09 15:00:16,817][DEBUG][http-nio-1024-exec-3] POST "/support/dict/dictData/update", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:00:16,818][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#updateDictData(DictDataUpdateForm) (AbstractHandlerMapping.java:531) +[2026-06-09 15:00:16,819][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:00:16,819][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:00:16,822][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@795076a8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:00:16,822][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:00:16,822][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:00:16,823][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:00:16,824][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1003d9cf[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:00:16,824][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:00:16,825][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:00:16,825][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:00:16,827][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@da8262a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:00:16,827][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:00:16,827][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:00:16,827][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:00:16,829][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@18fa33d7[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:00:16,830][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:00:16,830][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:00:16,830][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588498, [49, 55, 56, 48, 57, 56, 56, 52, 49, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:00:16,832][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588498, [49, 55, 56, 48, 57, 56, 56, 52, 49, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4ad9c545[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588498, [49, 55, 56, 48, 57, 56, 56, 52, 49, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:00:16,832][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:00:16,845][DEBUG][http-nio-1024-exec-3] Read "application/json;charset=UTF-8" to [DictDataUpdateForm(dictDataId=3, dictCode=POLICE_TYPE)] (LogFormatUtils.java:120) +[2026-06-09 15:00:16,858][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:00:16,859][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c891f18] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:00:16,859][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:00:16,859][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 14:59:12.374}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:00:16,860][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT dict_id,dict_name,dict_code,remark,disabled_flag,create_time,update_time FROM t_dict WHERE dict_id=? (BaseJdbcLogger.java:135) +[2026-06-09 15:00:16,860][DEBUG][http-nio-1024-exec-3] ==> Parameters: 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:00:16,906][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:00:16,907][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c891f18] (Logger.java:49) +[2026-06-09 15:00:16,907][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:00:16,907][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1b4162e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:00:16,907][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:00:16,907][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 14:59:12.374}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:00:16,907][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_dict_data where dict_id = ? and data_value = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:00:16,908][DEBUG][http-nio-1024-exec-3] ==> Parameters: 2(Long), SYSTEM_JZ_PCS(String) (BaseJdbcLogger.java:135) +[2026-06-09 15:00:16,957][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:00:16,957][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1b4162e] (Logger.java:49) +[2026-06-09 15:00:16,959][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:00:16,959][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1fcb4387] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:00:16,959][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:00:16,959][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 14:59:12.374}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:00:16,959][DEBUG][http-nio-1024-exec-3] ==> Preparing: UPDATE t_dict_data SET dict_id=?, data_value=?, data_label=?, remark=?, sort_order=? WHERE dict_data_id=? (BaseJdbcLogger.java:135) +[2026-06-09 15:00:16,961][DEBUG][http-nio-1024-exec-3] ==> Parameters: 2(Long), SYSTEM_JZ_PCS(String), 派出所(String), (String), 0(Integer), 3(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:00:17,008][DEBUG][http-nio-1024-exec-3] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:00:17,009][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1fcb4387] (Logger.java:49) +[2026-06-09 15:00:17,027][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:00:17,027][DEBUG][smart-operate-log55] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:00:17,027][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:00:17,027][DEBUG][smart-operate-log55] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3517f0f8] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:00:17,028][DEBUG][smart-operate-log55] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:00:17,028][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:00:17,028][DEBUG][smart-operate-log55] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 14:59:12.374}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:00:17,028][DEBUG][smart-operate-log55] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 15:00:17,028][DEBUG][smart-operate-log55] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 业务支撑-数据字典(String), 字典数据 更新 @author 1024创新实验室-主任-卓大(String), /support/dict/dictData/update(String), net.lab1024.sa.admin.module.system.support.AdminDictController.updateDictData(String), POST(String), UPDATE(String), [{"dictDataId":3,"dictCode":"POLICE_TYPE","sortOrder":0,"dataLabel":"派出所","dataValue":"SYSTEM_JZ_PCS","remark":"","dictId":2}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:00:17,040][DEBUG][http-nio-1024-exec-1] GET "/support/dict/dictData/queryDictData/2", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:00:17,041][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryDictData(Long) (AbstractHandlerMapping.java:531) +[2026-06-09 15:00:17,041][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:00:17,041][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:00:17,042][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4c75132f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:00:17,042][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:00:17,042][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:00:17,042][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:00:17,043][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6f823d3a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:00:17,043][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:00:17,043][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:00:17,043][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:00:17,044][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4584e019[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:00:17,044][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:00:17,044][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:00:17,044][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:00:17,044][DEBUG][redisson-netty-2-4] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@666f33d9[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:00:17,044][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:00:17,044][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:00:17,044][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588498, [49, 55, 56, 48, 57, 56, 56, 52, 49, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:00:17,045][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588498, [49, 55, 56, 48, 57, 56, 56, 52, 49, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@b09e1c8[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588498, [49, 55, 56, 48, 57, 56, 56, 52, 49, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:00:17,045][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:00:17,045][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:00:17,045][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@67e6a2a3] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:00:17,045][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:00:17,045][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:00:17,045][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_dict_data where dict_id = ? order by sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 15:00:17,046][DEBUG][http-nio-1024-exec-1] ==> Parameters: 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:00:17,091][DEBUG][smart-operate-log55] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3517f0f8] (Logger.java:49) +[2026-06-09 15:00:17,091][DEBUG][smart-operate-log55] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 15:00:17,091][DEBUG][smart-operate-log55] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 15:00:17,107][DEBUG][http-nio-1024-exec-1] <== Total: 20 (BaseJdbcLogger.java:135) +[2026-06-09 15:00:17,107][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@67e6a2a3] (Logger.java:49) +[2026-06-09 15:00:17,108][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:00:17,108][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=3, dictId=2, dictCode (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:00:17,108][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:00:21,653][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:00:21,653][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4e991185] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:00:21,654][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:00:21,654][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:00:21,654][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 15:00:21,655][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:00:21,705][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:00:21,705][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4e991185] (Logger.java:49) +[2026-06-09 15:00:53,888][DEBUG][http-nio-1024-exec-9] GET "/support/dict/dictData/queryDictData/2", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:00:53,891][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryDictData(Long) (AbstractHandlerMapping.java:531) +[2026-06-09 15:00:53,891][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:00:53,892][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:00:53,894][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@714a3f4d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:00:53,894][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:00:53,894][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:00:53,895][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:00:53,896][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1d4068bf[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:00:53,896][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:00:53,898][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:00:53,898][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:00:53,900][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3344e4dc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:00:53,900][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:00:53,900][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:00:53,900][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:00:53,902][DEBUG][redisson-netty-2-24] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@56c852ad[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:00:53,902][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:00:53,902][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:00:53,903][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588461, [49, 55, 56, 48, 57, 56, 56, 52, 53, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:00:53,904][DEBUG][redisson-netty-2-22] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588461, [49, 55, 56, 48, 57, 56, 56, 52, 53, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6b5e4c8c[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588461, [49, 55, 56, 48, 57, 56, 56, 52, 53, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:00:53,904][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:00:53,906][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:00:53,906][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3ed13a54] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:00:53,907][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:00:53,907][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:00:53,907][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_dict_data where dict_id = ? order by sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 15:00:53,908][DEBUG][http-nio-1024-exec-9] ==> Parameters: 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:00:53,969][DEBUG][http-nio-1024-exec-9] <== Total: 20 (BaseJdbcLogger.java:135) +[2026-06-09 15:00:53,969][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3ed13a54] (Logger.java:49) +[2026-06-09 15:00:53,971][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:00:53,971][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=3, dictId=2, dictCode (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:00:53,972][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:00:56,304][DEBUG][http-nio-1024-exec-10] GET "/support/dict/dictData/queryDictData/102", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:00:56,305][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryDictData(Long) (AbstractHandlerMapping.java:531) +[2026-06-09 15:00:56,305][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:00:56,305][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:00:56,306][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@17d0f850[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:00:56,306][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:00:56,306][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:00:56,307][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:00:56,308][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5613b530[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:00:56,308][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:00:56,308][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:00:56,308][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:00:56,309][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@26cec2db[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:00:56,310][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:00:56,310][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:00:56,310][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:00:56,311][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@269ca4e2[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:00:56,311][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:00:56,311][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:00:56,311][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588459, [49, 55, 56, 48, 57, 56, 56, 52, 53, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:00:56,312][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588459, [49, 55, 56, 48, 57, 56, 56, 52, 53, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@22b7ac8d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588459, [49, 55, 56, 48, 57, 56, 56, 52, 53, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:00:56,313][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:00:56,313][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:00:56,313][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3bd8df72] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:00:56,313][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:00:56,313][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:00:56,313][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_dict_data where dict_id = ? order by sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 15:00:56,314][DEBUG][http-nio-1024-exec-10] ==> Parameters: 102(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:00:56,388][DEBUG][http-nio-1024-exec-10] <== Total: 18 (BaseJdbcLogger.java:135) +[2026-06-09 15:00:56,389][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3bd8df72] (Logger.java:49) +[2026-06-09 15:00:56,390][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:00:56,390][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=30, dictId=102, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:00:56,391][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:01:03,935][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:01:03,936][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@85a6754] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:01:03,936][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:01:03,936][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:01:03,936][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 15:01:03,936][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:01:04,013][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:01:04,013][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@85a6754] (Logger.java:49) +[2026-06-09 15:01:04,013][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:01:04,014][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@200096e9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:01:04,015][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:01:04,015][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:01:04,015][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:01:04,016][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T15:01:03.935347(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:01:04,066][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:01:04,066][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@200096e9] (Logger.java:49) +[2026-06-09 15:01:18,761][DEBUG][http-nio-1024-exec-3] POST "/support/dict/batchDelete", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:01:18,761][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#batchDelete(ValidateList) (AbstractHandlerMapping.java:531) +[2026-06-09 15:01:18,761][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:01:18,762][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:01:18,764][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6d742fe0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:01:18,764][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:01:18,764][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:01:18,764][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:01:18,765][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@23fd1a21[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:01:18,765][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:01:18,766][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:01:18,766][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:01:18,769][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@23d1043[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:01:18,770][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:01:18,770][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:01:18,770][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:01:18,772][DEBUG][redisson-netty-2-30] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4419aad[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:01:18,773][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:01:18,773][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:01:18,773][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588437, [49, 55, 56, 48, 57, 56, 56, 52, 55, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:01:18,774][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588437, [49, 55, 56, 48, 57, 56, 56, 52, 55, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@60cb45c5[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588437, [49, 55, 56, 48, 57, 56, 56, 52, 55, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:01:18,774][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:01:18,779][DEBUG][http-nio-1024-exec-3] Read "application/json;charset=UTF-8" to [net.lab1024.sa.base.common.domain.ValidateList@6cd3ed08] (LogFormatUtils.java:120) +[2026-06-09 15:01:18,815][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:01:18,815][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4d319167] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:01:18,827][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:01:18,827][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:01:18,828][DEBUG][http-nio-1024-exec-3] ==> Preparing: DELETE FROM t_dict WHERE dict_id IN ( ? ) (BaseJdbcLogger.java:135) +[2026-06-09 15:01:18,829][DEBUG][http-nio-1024-exec-3] ==> Parameters: 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:01:18,947][DEBUG][http-nio-1024-exec-3] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:01:18,947][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4d319167] (Logger.java:49) +[2026-06-09 15:01:18,954][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:01:18,954][DEBUG][smart-operate-log56] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:01:18,954][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:01:18,954][DEBUG][smart-operate-log56] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@42fba08f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:01:18,955][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:01:18,957][DEBUG][smart-operate-log56] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:01:18,958][DEBUG][smart-operate-log56] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 14:58:12.051}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:01:18,958][DEBUG][smart-operate-log56] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 15:01:18,959][DEBUG][smart-operate-log56] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 业务支撑-数据字典(String), 批量删除 @author 1024创新实验室-主任-卓大(String), /support/dict/batchDelete(String), net.lab1024.sa.admin.module.system.support.AdminDictController.batchDelete(String), POST(String), DELETE(String), [[2]](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:01:18,971][DEBUG][http-nio-1024-exec-1] POST "/support/dict/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:01:18,972][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryPage(DictQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 15:01:18,972][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:01:18,972][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:01:18,974][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7b355e18[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:01:18,974][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:01:18,974][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:01:18,974][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:01:18,975][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7c8f7f6a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:01:18,976][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:01:18,976][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:01:18,976][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:01:18,977][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@652249cd[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:01:18,977][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:01:18,977][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:01:18,977][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:01:18,978][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@64bc4774[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:01:18,978][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:01:18,978][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:01:18,978][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588437, [49, 55, 56, 48, 57, 56, 56, 52, 55, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:01:18,982][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588437, [49, 55, 56, 48, 57, 56, 56, 52, 55, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@909f3aa[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588437, [49, 55, 56, 48, 57, 56, 56, 52, 55, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:01:18,993][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:01:18,994][DEBUG][http-nio-1024-exec-1] Read "application/json;charset=UTF-8" to [DictQueryForm(keywords=, disabledFlag=null)] (LogFormatUtils.java:120) +[2026-06-09 15:01:18,995][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:01:18,995][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13fb9d48] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:01:19,001][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:01:19,026][DEBUG][smart-operate-log56] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@42fba08f] (Logger.java:49) +[2026-06-09 15:01:19,028][DEBUG][smart-operate-log56] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 15:01:19,028][DEBUG][smart-operate-log56] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 15:01:19,063][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:01:19.063}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:01:19,064][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT COUNT(*) AS total FROM t_dict (BaseJdbcLogger.java:135) +[2026-06-09 15:01:19,064][DEBUG][http-nio-1024-exec-1] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:01:19,109][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:01:19,110][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT t_dict.dict_id, t_dict.dict_name, t_dict.dict_code, t_dict.remark, t_dict.disabled_flag, t_dict.create_time, t_dict.update_time FROM t_dict order by create_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 15:01:19,110][DEBUG][http-nio-1024-exec-1] ==> Parameters: 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:01:19,160][DEBUG][http-nio-1024-exec-1] <== Total: 3 (BaseJdbcLogger.java:135) +[2026-06-09 15:01:19,160][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13fb9d48] (Logger.java:49) +[2026-06-09 15:01:19,161][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:01:19,161][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=3, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:01:19,162][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:01:21,712][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:01:21,712][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4fe07e46] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:01:21,713][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:01:21,713][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:01:19.063}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:01:21,713][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 15:01:21,714][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:01:21,766][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:01:21,767][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4fe07e46] (Logger.java:49) +[2026-06-09 15:01:28,583][DEBUG][http-nio-1024-exec-8] POST "/support/dict/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:01:28,584][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryPage(DictQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 15:01:28,584][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:01:28,585][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:01:28,588][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4053fe96[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:01:28,588][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:01:28,588][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:01:28,588][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:01:28,590][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@30da9fa7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:01:28,590][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:01:28,590][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:01:28,590][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:01:28,592][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3d62cf39[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:01:28,593][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:01:28,593][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:01:28,593][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:01:28,594][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1acdddf8[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:01:28,595][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:01:28,595][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:01:28,595][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588427, [49, 55, 56, 48, 57, 56, 56, 52, 56, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:01:28,596][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588427, [49, 55, 56, 48, 57, 56, 56, 52, 56, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6403deb1[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588427, [49, 55, 56, 48, 57, 56, 56, 52, 56, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:01:28,597][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:01:28,598][DEBUG][http-nio-1024-exec-8] Read "application/json;charset=UTF-8" to [DictQueryForm(keywords=, disabledFlag=null)] (LogFormatUtils.java:120) +[2026-06-09 15:01:28,599][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:01:28,600][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@215b244f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:01:28,603][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:01:28,603][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:01:19.063}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:01:28,604][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT COUNT(*) AS total FROM t_dict (BaseJdbcLogger.java:135) +[2026-06-09 15:01:28,604][DEBUG][http-nio-1024-exec-8] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:01:28,651][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:01:28,652][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT t_dict.dict_id, t_dict.dict_name, t_dict.dict_code, t_dict.remark, t_dict.disabled_flag, t_dict.create_time, t_dict.update_time FROM t_dict order by create_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 15:01:28,652][DEBUG][http-nio-1024-exec-8] ==> Parameters: 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:01:28,699][DEBUG][http-nio-1024-exec-8] <== Total: 4 (BaseJdbcLogger.java:135) +[2026-06-09 15:01:28,700][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@215b244f] (Logger.java:49) +[2026-06-09 15:01:28,701][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:01:28,702][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=4, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:01:28,702][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:01:30,638][DEBUG][http-nio-1024-exec-9] GET "/support/dict/dictData/queryDictData/103", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:01:30,638][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryDictData(Long) (AbstractHandlerMapping.java:531) +[2026-06-09 15:01:30,638][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:01:30,639][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:01:30,640][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1da16a81[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:01:30,640][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:01:30,640][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:01:30,640][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:01:30,642][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5fad9193[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:01:30,642][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:01:30,643][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:01:30,643][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:01:30,644][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6b3f42e8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:01:30,644][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:01:30,644][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:01:30,645][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:01:30,645][DEBUG][redisson-netty-2-22] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@78a62faa[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:01:30,646][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:01:30,646][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:01:30,646][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588425, [49, 55, 56, 48, 57, 56, 56, 52, 57, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:01:30,646][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588425, [49, 55, 56, 48, 57, 56, 56, 52, 57, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@620280d7[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588425, [49, 55, 56, 48, 57, 56, 56, 52, 57, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:01:30,647][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:01:30,647][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:01:30,647][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@56b08f2d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:01:30,647][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:01:30,647][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:01:19.063}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:01:30,647][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_dict_data where dict_id = ? order by sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 15:01:30,648][DEBUG][http-nio-1024-exec-9] ==> Parameters: 103(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:01:30,707][DEBUG][http-nio-1024-exec-9] <== Total: 19 (BaseJdbcLogger.java:135) +[2026-06-09 15:01:30,708][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@56b08f2d] (Logger.java:49) +[2026-06-09 15:01:30,709][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:01:30,709][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=48, dictId=103, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:01:30,710][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:01:42,150][DEBUG][http-nio-1024-exec-5] Error parsing HTTP request header (DirectJDKLog.java:175) +java.io.EOFException: null + at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1293) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1181) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:789) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:348) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:262) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 15:01:42,152][DEBUG][http-nio-1024-exec-5] Error state [CLOSE_CONNECTION_NOW] reported while processing request (DirectJDKLog.java:175) +java.io.EOFException: null + at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1293) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1181) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:789) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:348) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:262) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 15:02:21,773][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:02:21,774][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@49656b99] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:02:21,775][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:02:21,775][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:01:19.063}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:02:21,775][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 15:02:21,776][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:02:21,822][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:02:21,823][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@49656b99] (Logger.java:49) +[2026-06-09 15:03:21,830][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:03:21,832][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@30f26858] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:03:21,835][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:03:21,908][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:03:21.907}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:03:21,909][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 15:03:21,919][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:03:21,967][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:03:21,968][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@30f26858] (Logger.java:49) +[2026-06-09 15:04:21,881][DEBUG][http-nio-1024-exec-7] POST "/support/dict/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:04:21,883][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryPage(DictQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 15:04:21,883][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:04:21,884][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:04:21,886][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4e331f96[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:04:21,886][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:04:21,886][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:04:21,886][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:04:21,888][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@23d430b8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:04:21,889][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:04:21,892][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:04:21,893][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:04:21,894][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@442a117e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:04:21,894][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:04:21,895][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:04:21,895][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:04:21,897][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2986eb6a[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:04:21,897][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:04:21,897][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:04:21,897][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588254, [49, 55, 56, 48, 57, 56, 56, 54, 54, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:04:21,898][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588254, [49, 55, 56, 48, 57, 56, 56, 54, 54, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@65ccc58f[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588254, [49, 55, 56, 48, 57, 56, 56, 54, 54, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:04:21,899][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:04:21,902][DEBUG][http-nio-1024-exec-7] Read "application/json;charset=UTF-8" to [DictQueryForm(keywords=, disabledFlag=null)] (LogFormatUtils.java:120) +[2026-06-09 15:04:21,912][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:04:21,913][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6b7aa4d2] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:04:21,917][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:04:21,918][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:03:21.907}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:04:21,918][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT COUNT(*) AS total FROM t_dict (BaseJdbcLogger.java:135) +[2026-06-09 15:04:21,919][DEBUG][http-nio-1024-exec-7] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:04:21,971][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:04:21,971][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@43468134] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:04:21,972][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:04:22,007][DEBUG][http-nio-1024-exec-7] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:04:22,008][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT t_dict.dict_id, t_dict.dict_name, t_dict.dict_code, t_dict.remark, t_dict.disabled_flag, t_dict.create_time, t_dict.update_time FROM t_dict order by create_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 15:04:22,009][DEBUG][http-nio-1024-exec-7] ==> Parameters: 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:04:22,020][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:04:22.02}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:04:22,020][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 15:04:22,021][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:04:22,062][DEBUG][http-nio-1024-exec-7] <== Total: 10 (BaseJdbcLogger.java:135) +[2026-06-09 15:04:22,062][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6b7aa4d2] (Logger.java:49) +[2026-06-09 15:04:22,065][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:04:22,066][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=11, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:04:22,067][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:04:22,070][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:04:22,071][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@43468134] (Logger.java:49) +[2026-06-09 15:04:28,738][DEBUG][http-nio-1024-exec-4] GET "/support/dict/dictData/queryDictData/110", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:04:28,739][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryDictData(Long) (AbstractHandlerMapping.java:531) +[2026-06-09 15:04:28,739][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:04:28,739][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:04:28,740][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@480d251f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:04:28,741][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:04:28,741][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:04:28,741][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:04:28,742][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3adfa380[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:04:28,742][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:04:28,743][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:04:28,743][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:04:28,743][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@32c98a08[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:04:28,743][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:04:28,744][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:04:28,744][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:04:28,744][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6ace768b[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:04:28,745][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:04:28,745][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:04:28,745][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588247, [49, 55, 56, 48, 57, 56, 56, 54, 54, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:04:28,746][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588247, [49, 55, 56, 48, 57, 56, 56, 54, 54, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6ac0be5f[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2588247, [49, 55, 56, 48, 57, 56, 56, 54, 54, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:04:28,746][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:04:28,747][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:04:28,747][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2b0c4005] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:04:28,747][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:04:28,748][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:04:22.02}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:04:28,748][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_dict_data where dict_id = ? order by sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 15:04:28,750][DEBUG][http-nio-1024-exec-4] ==> Parameters: 110(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:04:28,798][DEBUG][http-nio-1024-exec-4] <== Total: 7 (BaseJdbcLogger.java:135) +[2026-06-09 15:04:28,798][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2b0c4005] (Logger.java:49) +[2026-06-09 15:04:28,799][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:04:28,799][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=138, dictId=110, dict (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:04:28,799][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:05:09,011][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:05:09,013][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@71f7c1cd] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:05:09,013][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:05:09,013][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:04:22.02}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:05:09,014][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 15:05:09,014][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:05:09,089][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:05:09,089][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@71f7c1cd] (Logger.java:49) +[2026-06-09 15:05:22,073][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:05:22,075][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2c9a63c2] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:05:22,075][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:05:22,076][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:04:22.02}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:05:22,076][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 15:05:22,077][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:05:22,148][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:05:22,148][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2c9a63c2] (Logger.java:49) +[2026-06-09 15:06:04,074][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:06:04,075][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1954246c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:06:04,076][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:06:04,076][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:04:22.02}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:06:04,076][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 15:06:04,077][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:06:04,170][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:06:04,171][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1954246c] (Logger.java:49) +[2026-06-09 15:06:04,171][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:06:04,171][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@43212c95] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:06:04,172][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:06:04,172][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:04:22.02}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:06:04,172][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:06:04,173][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T15:06:04.073862(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:06:04,223][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:06:04,223][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@43212c95] (Logger.java:49) +[2026-06-09 15:06:22,154][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:06:22,155][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7e0307a6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:06:22,155][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:06:22,156][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:04:22.02}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:06:22,156][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 15:06:22,156][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:06:22,230][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:06:22,230][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7e0307a6] (Logger.java:49) +[2026-06-09 15:07:22,237][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:07:22,240][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@68948961] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:07:22,242][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:07:22,294][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:07:22.293}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:07:22,295][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 15:07:22,298][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:07:22,348][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:07:22,349][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@68948961] (Logger.java:49) +[2026-06-09 15:08:22,356][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:08:22,358][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1bb0aca9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:08:22,358][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:08:22,407][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:08:22.406}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:08:22,407][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 15:08:22,408][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:08:22,456][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:08:22,456][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1bb0aca9] (Logger.java:49) +[2026-06-09 15:09:19,316][DEBUG][http-nio-1024-exec-6] POST "/support/dict/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:09:19,317][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryPage(DictQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 15:09:19,318][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:19,319][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:19,321][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@52bc258d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:19,321][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:19,321][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:19,321][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:19,322][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@60ab0106[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:19,322][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:19,323][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:19,323][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:19,324][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@68d2f5be[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:19,324][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:19,324][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:19,324][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:19,325][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2c85ab5a[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:19,325][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:19,325][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:19,325][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587956, [49, 55, 56, 48, 57, 56, 56, 57, 53, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:19,326][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587956, [49, 55, 56, 48, 57, 56, 56, 57, 53, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@11cbef88[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587956, [49, 55, 56, 48, 57, 56, 56, 57, 53, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:19,326][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:19,329][DEBUG][http-nio-1024-exec-6] Read "application/json;charset=UTF-8" to [DictQueryForm(keywords=, disabledFlag=null)] (LogFormatUtils.java:120) +[2026-06-09 15:09:19,339][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:09:19,347][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@36a94e49] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:09:19,375][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:09:19,376][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:08:22.406}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:09:19,377][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT COUNT(*) AS total FROM t_dict (BaseJdbcLogger.java:135) +[2026-06-09 15:09:19,386][DEBUG][http-nio-1024-exec-6] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:09:19,471][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:09:19,480][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT t_dict.dict_id, t_dict.dict_name, t_dict.dict_code, t_dict.remark, t_dict.disabled_flag, t_dict.create_time, t_dict.update_time FROM t_dict order by create_time desc LIMIT ? OFFSET ? (BaseJdbcLogger.java:135) +[2026-06-09 15:09:19,482][DEBUG][http-nio-1024-exec-6] ==> Parameters: 10(Long), 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:09:19,531][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:09:19,532][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@36a94e49] (Logger.java:49) +[2026-06-09 15:09:19,541][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:09:19,541][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=2, pageSize=10, total=11, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:09:19,543][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:09:21,227][DEBUG][http-nio-1024-exec-8] POST "/support/dict/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:09:21,228][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryPage(DictQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 15:09:21,228][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:21,228][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:21,230][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@45e9c24d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:21,230][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:21,230][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:21,231][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:21,232][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7874b13b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:21,232][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:21,232][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:21,232][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:21,234][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@26413afe[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:21,234][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:21,234][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:21,234][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:21,235][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6148b55e[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:21,236][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:21,236][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:21,236][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587954, [49, 55, 56, 48, 57, 56, 56, 57, 54, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:21,237][DEBUG][redisson-netty-2-28] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587954, [49, 55, 56, 48, 57, 56, 56, 57, 54, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@8e4ce31[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587954, [49, 55, 56, 48, 57, 56, 56, 57, 54, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:21,237][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:21,238][DEBUG][http-nio-1024-exec-8] Read "application/json;charset=UTF-8" to [DictQueryForm(keywords=, disabledFlag=null)] (LogFormatUtils.java:120) +[2026-06-09 15:09:21,239][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:09:21,239][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@256c167e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:09:21,242][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:09:21,242][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:08:22.406}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:09:21,242][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT COUNT(*) AS total FROM t_dict (BaseJdbcLogger.java:135) +[2026-06-09 15:09:21,243][DEBUG][http-nio-1024-exec-8] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:09:21,309][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:09:21,310][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT t_dict.dict_id, t_dict.dict_name, t_dict.dict_code, t_dict.remark, t_dict.disabled_flag, t_dict.create_time, t_dict.update_time FROM t_dict order by create_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 15:09:21,311][DEBUG][http-nio-1024-exec-8] ==> Parameters: 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:09:21,358][DEBUG][http-nio-1024-exec-8] <== Total: 10 (BaseJdbcLogger.java:135) +[2026-06-09 15:09:21,358][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@256c167e] (Logger.java:49) +[2026-06-09 15:09:21,359][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:09:21,359][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=11, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:09:21,360][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:09:22,463][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:09:22,463][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13a53627] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:09:22,464][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:09:22,464][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:08:22.406}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:09:22,464][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 15:09:22,465][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:09:22,514][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:09:22,514][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13a53627] (Logger.java:49) +[2026-06-09 15:09:53,322][DEBUG][http-nio-1024-exec-7] POST "/support/dict/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:09:53,322][DEBUG][http-nio-1024-exec-10] GET "/support/tableColumn/getColumns/20002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:09:53,322][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryPage(DictQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 15:09:53,323][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:53,323][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:53,323][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 15:09:53,323][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:53,323][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:53,324][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@246e22d8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:53,324][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@56c91169[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:53,325][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:53,325][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:53,325][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:53,325][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:53,325][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:53,325][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:53,326][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@36c3441e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:53,326][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@60ee60fd[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:53,326][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:53,326][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:53,326][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:53,326][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:53,326][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:53,326][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:53,327][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1422db3a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:53,327][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@52135f9e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:53,327][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:53,327][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:53,327][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:53,327][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:53,327][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:53,327][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:53,327][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@163f2f94[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:53,327][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@575ac6e8[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:53,327][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:53,327][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:53,327][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:53,327][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:53,327][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587922, [49, 55, 56, 48, 57, 56, 56, 57, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:53,327][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587922, [49, 55, 56, 48, 57, 56, 56, 57, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:53,328][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587922, [49, 55, 56, 48, 57, 56, 56, 57, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@67e290f9[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587922, [49, 55, 56, 48, 57, 56, 56, 57, 57, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:53,328][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587922, [49, 55, 56, 48, 57, 56, 56, 57, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@33d46e58[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587922, [49, 55, 56, 48, 57, 56, 56, 57, 57, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:53,328][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:53,328][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:53,329][DEBUG][http-nio-1024-exec-7] Read "application/json;charset=UTF-8" to [DictQueryForm(keywords=, disabledFlag=null)] (LogFormatUtils.java:120) +[2026-06-09 15:09:53,329][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:09:53,329][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3de1cd34] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:09:53,329][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:09:53,329][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@57965944] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:09:53,329][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:09:53,330][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:08:22.406}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:09:53,330][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:09:53,331][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), 20002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:09:53,333][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:09:53,409][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:09:53,409][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:09:53,409][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT COUNT(*) AS total FROM t_dict (BaseJdbcLogger.java:135) +[2026-06-09 15:09:53,409][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3de1cd34] (Logger.java:49) +[2026-06-09 15:09:53,410][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:09:53,410][DEBUG][http-nio-1024-exec-7] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:09:53,410][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:09:53,411][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:09:53,411][DEBUG][http-nio-1024-exec-3] GET "/support/tableColumn/getColumns/20002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:09:53,412][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 15:09:53,412][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:53,412][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:53,413][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2772a1f1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:53,414][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:53,414][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:53,414][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:53,415][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@24ea2194[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:53,415][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:53,415][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:53,415][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:53,416][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@71b1ac01[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:53,416][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:53,416][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:53,416][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:53,417][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@e15cd6e[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:53,417][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:53,417][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:53,417][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587922, [49, 55, 56, 48, 57, 56, 56, 57, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:53,417][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587922, [49, 55, 56, 48, 57, 56, 56, 57, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@429a81b5[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587922, [49, 55, 56, 48, 57, 56, 56, 57, 57, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:53,418][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:53,418][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:09:53,418][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@213e63cf] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:09:53,418][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:09:53,418][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:08:22.406}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:09:53,418][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:09:53,419][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long), 20002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:09:53,471][DEBUG][http-nio-1024-exec-7] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:09:53,472][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT t_dict.dict_id, t_dict.dict_name, t_dict.dict_code, t_dict.remark, t_dict.disabled_flag, t_dict.create_time, t_dict.update_time FROM t_dict order by create_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 15:09:53,473][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:09:53,473][DEBUG][http-nio-1024-exec-7] ==> Parameters: 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:09:53,473][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@213e63cf] (Logger.java:49) +[2026-06-09 15:09:53,474][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:09:53,474][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:09:53,474][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:09:53,517][DEBUG][http-nio-1024-exec-7] <== Total: 10 (BaseJdbcLogger.java:135) +[2026-06-09 15:09:53,518][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@57965944] (Logger.java:49) +[2026-06-09 15:09:53,519][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:09:53,519][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=11, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:09:53,520][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:09:55,880][DEBUG][http-nio-1024-exec-1] POST "/support/dict/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:09:55,880][DEBUG][http-nio-1024-exec-4] GET "/support/tableColumn/getColumns/20002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:09:55,881][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryPage(DictQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 15:09:55,881][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:55,881][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:55,881][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 15:09:55,881][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:55,881][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:55,882][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@455f0283[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:55,882][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2ea4af64[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:55,883][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:55,883][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:55,883][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:55,883][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:55,883][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:55,883][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:55,884][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@43414e2f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:55,884][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@21b0ab0c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:55,884][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:55,884][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:55,884][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:55,884][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:55,885][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:55,885][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:55,885][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@26d919e6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:55,885][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5375d9cc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:55,885][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:55,885][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:55,885][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:55,885][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:55,885][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:55,885][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:55,886][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@42957d23[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:55,886][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@462d000d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:55,886][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:55,886][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:55,886][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:55,886][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:55,886][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587920, [49, 55, 56, 48, 57, 56, 56, 57, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:55,886][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587920, [49, 55, 56, 48, 57, 56, 56, 57, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:55,887][DEBUG][redisson-netty-2-28] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587920, [49, 55, 56, 48, 57, 56, 56, 57, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@39b280ef[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587920, [49, 55, 56, 48, 57, 56, 56, 57, 57, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:55,887][DEBUG][redisson-netty-2-26] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587920, [49, 55, 56, 48, 57, 56, 56, 57, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@69b770f5[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587920, [49, 55, 56, 48, 57, 56, 56, 57, 57, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:55,887][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:55,887][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:55,887][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:09:55,887][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7834a9d0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:09:55,887][DEBUG][http-nio-1024-exec-1] Read "application/json;charset=UTF-8" to [DictQueryForm(keywords=, disabledFlag=null)] (LogFormatUtils.java:120) +[2026-06-09 15:09:55,887][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:09:55,887][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:09:55,887][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:09:55,887][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:09:55,887][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@46d679c5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:09:55,888][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long), 20002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:09:55,892][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:09:55,892][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:08:22.406}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:09:55,892][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT COUNT(*) AS total FROM t_dict (BaseJdbcLogger.java:135) +[2026-06-09 15:09:55,892][DEBUG][http-nio-1024-exec-1] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:09:55,967][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:09:55,967][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7834a9d0] (Logger.java:49) +[2026-06-09 15:09:55,967][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:09:55,967][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:09:55,967][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:09:55,968][DEBUG][http-nio-1024-exec-6] GET "/support/tableColumn/getColumns/20002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:09:55,969][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 15:09:55,969][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:55,969][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:55,969][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:09:55,969][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT t_dict.dict_id, t_dict.dict_name, t_dict.dict_code, t_dict.remark, t_dict.disabled_flag, t_dict.create_time, t_dict.update_time FROM t_dict order by create_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 15:09:55,970][DEBUG][http-nio-1024-exec-1] ==> Parameters: 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:09:55,970][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5e476f02[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:55,970][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:55,971][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:55,971][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:55,972][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3467499e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:55,972][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:55,972][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:55,973][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:55,973][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6c258d7b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:55,973][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:55,973][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:55,974][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:55,975][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@15d8367e[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:55,975][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:55,975][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:55,975][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587920, [49, 55, 56, 48, 57, 56, 56, 57, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:55,976][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587920, [49, 55, 56, 48, 57, 56, 56, 57, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@55896d4b[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587920, [49, 55, 56, 48, 57, 56, 56, 57, 57, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:55,976][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:55,977][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:09:55,977][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3790b5ee] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:09:55,977][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:09:55,977][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:09:55,977][DEBUG][http-nio-1024-exec-6] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:09:55,978][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long), 20002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:09:56,019][DEBUG][http-nio-1024-exec-1] <== Total: 10 (BaseJdbcLogger.java:135) +[2026-06-09 15:09:56,020][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@46d679c5] (Logger.java:49) +[2026-06-09 15:09:56,021][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:09:56,021][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=11, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:09:56,021][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:09:56,026][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:09:56,026][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3790b5ee] (Logger.java:49) +[2026-06-09 15:09:56,026][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:09:56,026][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:09:56,027][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:09:58,379][DEBUG][http-nio-1024-exec-10] GET "/support/tableColumn/getColumns/20002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:09:58,379][DEBUG][http-nio-1024-exec-5] POST "/support/dict/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:09:58,379][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryPage(DictQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 15:09:58,379][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:58,379][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 15:09:58,379][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:58,379][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:58,379][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:58,380][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6956c520[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:58,380][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@413c3765[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:58,380][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:58,380][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:58,380][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:58,380][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:58,381][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:58,381][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:58,381][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@22603814[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:58,381][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@b447f8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:58,381][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:58,381][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:58,381][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:58,381][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:58,381][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:58,381][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:58,382][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@161053b6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:58,382][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@23b0b2a6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:58,382][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:58,382][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:58,382][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:58,382][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:58,382][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:58,382][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:58,383][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7d646417[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:58,383][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@37b9aeef[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:58,383][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:58,383][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:58,383][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:58,383][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:58,383][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587918, [49, 55, 56, 48, 57, 56, 56, 57, 57, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:58,383][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587918, [49, 55, 56, 48, 57, 56, 56, 57, 57, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:58,384][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587918, [49, 55, 56, 48, 57, 56, 56, 57, 57, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4839d2a3[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587918, [49, 55, 56, 48, 57, 56, 56, 57, 57, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:58,384][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587918, [49, 55, 56, 48, 57, 56, 56, 57, 57, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@15fad0fd[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587918, [49, 55, 56, 48, 57, 56, 56, 57, 57, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:58,384][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:58,384][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:58,384][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:09:58,385][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@646f7fac] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:09:58,385][DEBUG][http-nio-1024-exec-5] Read "application/json;charset=UTF-8" to [DictQueryForm(keywords=, disabledFlag=null)] (LogFormatUtils.java:120) +[2026-06-09 15:09:58,385][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:09:58,385][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:09:58,385][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:09:58,385][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:09:58,385][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@fe0eca5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:09:58,385][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), 20002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:09:58,388][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:09:58,388][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:08:22.406}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:09:58,388][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT COUNT(*) AS total FROM t_dict (BaseJdbcLogger.java:135) +[2026-06-09 15:09:58,389][DEBUG][http-nio-1024-exec-5] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:09:58,448][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:09:58,448][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@646f7fac] (Logger.java:49) +[2026-06-09 15:09:58,449][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:09:58,449][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:09:58,450][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:09:58,451][DEBUG][http-nio-1024-exec-3] GET "/support/tableColumn/getColumns/20002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:09:58,451][DEBUG][http-nio-1024-exec-5] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:09:58,451][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT t_dict.dict_id, t_dict.dict_name, t_dict.dict_code, t_dict.remark, t_dict.disabled_flag, t_dict.create_time, t_dict.update_time FROM t_dict order by create_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 15:09:58,451][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 15:09:58,452][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:58,452][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:58,452][DEBUG][http-nio-1024-exec-5] ==> Parameters: 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:09:58,453][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3026ed8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:58,453][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:58,453][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:58,453][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:58,454][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@16af3cf[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:58,455][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:58,455][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:58,455][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:58,456][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5ba13ce2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:58,456][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:58,456][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:58,456][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:58,457][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1e8a83a5[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:58,457][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:58,457][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:09:58,457][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587918, [49, 55, 56, 48, 57, 56, 56, 57, 57, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:09:58,458][DEBUG][redisson-netty-2-4] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587918, [49, 55, 56, 48, 57, 56, 56, 57, 57, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4c9bd980[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587918, [49, 55, 56, 48, 57, 56, 56, 57, 57, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:09:58,458][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:09:58,459][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:09:58,459][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ce1c3ab] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:09:58,459][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:09:58,459][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:09:58,459][DEBUG][http-nio-1024-exec-3] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:09:58,460][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long), 20002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:09:58,499][DEBUG][http-nio-1024-exec-5] <== Total: 10 (BaseJdbcLogger.java:135) +[2026-06-09 15:09:58,499][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@fe0eca5] (Logger.java:49) +[2026-06-09 15:09:58,500][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:09:58,500][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=11, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:09:58,501][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:09:58,511][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:09:58,511][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ce1c3ab] (Logger.java:49) +[2026-06-09 15:09:58,511][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:09:58,512][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:09:58,512][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:10:09,092][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:10:09,093][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@131fdab] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:10:09,093][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:10:09,094][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:10:09,094][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 15:10:09,094][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:10:09,168][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:10:09,169][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@131fdab] (Logger.java:49) +[2026-06-09 15:10:22,516][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:10:22,518][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2aa49d65] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:10:22,518][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:10:22,518][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:10:22,518][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 15:10:22,519][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:10:22,589][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:10:22,589][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2aa49d65] (Logger.java:49) +[2026-06-09 15:11:04,239][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:11:04,240][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4a7cfe42] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:11:04,240][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:11:04,241][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:11:04,241][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 15:11:04,242][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 22377(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:11:04,337][DEBUG][smart-heart-beat] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:11:04,337][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4a7cfe42] (Logger.java:49) +[2026-06-09 15:11:04,337][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:11:04,337][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@18b6c700] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:11:04,338][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:11:04,338][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:11:04,338][DEBUG][smart-heart-beat] ==> Preparing: update t_heart_beat_record set heart_beat_time = ? WHERE heart_beat_record_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:11:04,339][DEBUG][smart-heart-beat] ==> Parameters: 2026-06-09T15:11:04.237602(LocalDateTime), 2(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:11:04,387][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:11:04,388][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@18b6c700] (Logger.java:49) +[2026-06-09 15:11:11,171][DEBUG][http-nio-1024-exec-2] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:11:11,171][DEBUG][http-nio-1024-exec-10] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:11:11,172][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 15:11:11,172][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 15:11:11,172][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:11:11,172][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:11:11,173][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:11:11,173][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:11:11,182][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1b5e0326[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:11:11,183][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@59a2cca0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:11:11,186][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:11:11,186][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:11:11,187][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:11:11,187][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:11:11,187][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:11:11,187][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:11:11,189][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@27a902f6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:11:11,189][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7dc11b1b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:11:11,189][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:11:11,189][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:11:11,192][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:11:11,192][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:11:11,193][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:11:11,193][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:11:11,195][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4a8e135d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:11:11,195][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:11:11,195][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@379157e7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:11:11,196][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:11:11,198][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:11:11,198][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:11:11,199][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:11:11,199][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:11:11,200][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@138677a7[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:11:11,200][DEBUG][redisson-netty-2-22] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7586865f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:11:11,200][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:11:11,200][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:11:11,200][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:11:11,200][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:11:11,200][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587845, [49, 55, 56, 48, 57, 56, 57, 48, 55, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:11:11,200][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587845, [49, 55, 56, 48, 57, 56, 57, 48, 55, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:11:11,202][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587845, [49, 55, 56, 48, 57, 56, 57, 48, 55, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4345df73[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587845, [49, 55, 56, 48, 57, 56, 57, 48, 55, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:11:11,202][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:11:11,202][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587845, [49, 55, 56, 48, 57, 56, 57, 48, 55, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@42a93c75[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587845, [49, 55, 56, 48, 57, 56, 57, 48, 55, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:11:11,202][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:11:11,203][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:11:11,203][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:11:11,203][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@744e479d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:11:11,203][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1945e6e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:11:11,203][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:11:11,203][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:11:11,203][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:11:11,203][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:11:11,204][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:11:11,256][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:11:11,256][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1945e6e] (Logger.java:49) +[2026-06-09 15:11:11,260][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:11:11,260][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 15:11:11,262][DEBUG][http-nio-1024-exec-2] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:11:11,262][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:11:11,262][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:11:11,264][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:11:11,264][DEBUG][http-nio-1024-exec-5] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:11:11,265][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 15:11:11,265][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:11:11,265][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:11:11,266][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6c2eb2a3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:11:11,266][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:11:11,266][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:11:11,266][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:11:11,267][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@727cde43[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:11:11,268][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:11:11,268][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:11:11,268][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:11:11,269][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6ea71897[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:11:11,269][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:11:11,269][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:11:11,270][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:11:11,270][DEBUG][redisson-netty-2-1] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7c45e63f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:11:11,271][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:11:11,271][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:11:11,271][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587845, [49, 55, 56, 48, 57, 56, 57, 48, 55, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:11:11,272][DEBUG][redisson-netty-2-30] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587845, [49, 55, 56, 48, 57, 56, 57, 48, 55, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2b2cd08f[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587845, [49, 55, 56, 48, 57, 56, 57, 48, 55, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:11:11,272][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:11:11,272][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:11:11,272][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@726b3b91] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:11:11,273][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:11:11,273][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:11:11,273][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:11:11,273][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:11:11,319][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:11:11,319][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@726b3b91] (Logger.java:49) +[2026-06-09 15:11:11,319][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:11:11,320][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:11:11,320][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:11:11,367][DEBUG][http-nio-1024-exec-2] <== Total: 123 (BaseJdbcLogger.java:135) +[2026-06-09 15:11:11,367][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@744e479d] (Logger.java:49) +[2026-06-09 15:11:11,370][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:11:11,371][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:11:11,372][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:11:20,586][DEBUG][http-nio-1024-exec-4] GET "/flow/execute/copyPage?pageNum=1&pageSize=10", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 15:11:20,586][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.flow.controller.ExecuteController#copyPage(FlowTask, int, int) (AbstractHandlerMapping.java:531) +[2026-06-09 15:11:20,586][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:11:20,586][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:11:20,588][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@73d6e01f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:11:20,588][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:11:20,588][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:11:20,588][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:11:20,589][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@797c0447[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:11:20,589][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:11:20,589][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:11:20,589][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:11:20,590][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@80b2ee8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:11:20,590][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:11:20,590][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:11:20,590][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:11:20,593][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@757c880c[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:11:20,593][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:11:20,593][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:11:20,594][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587836, [49, 55, 56, 48, 57, 56, 57, 48, 56, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:11:20,594][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587836, [49, 55, 56, 48, 57, 56, 57, 48, 56, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@677affcd[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587836, [49, 55, 56, 48, 57, 56, 57, 48, 56, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:11:20,595][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:11:20,618][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:11:20,618][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6437090e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:11:20,618][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:11:20,618][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:11:20,618][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 15:11:20,619][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:11:20,709][DEBUG][http-nio-1024-exec-4] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:11:20,709][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6437090e] (Logger.java:49) +[2026-06-09 15:11:20,710][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:11:20,710][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ac438a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:11:20,710][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:11:20,710][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:11:20,710][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT er.role_id FROM t_role_employee er WHERE er.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:11:20,711][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:11:20,759][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:11:20,759][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ac438a] (Logger.java:49) +[2026-06-09 15:11:20,759][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:11:20,760][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@533dc2d9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:11:20,760][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:11:20,760][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:11:20,760][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT role_id,role_name,role_code,remark,update_time,create_time FROM t_role (BaseJdbcLogger.java:135) +[2026-06-09 15:11:20,761][DEBUG][http-nio-1024-exec-4] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:11:20,811][DEBUG][http-nio-1024-exec-4] <== Total: 10 (BaseJdbcLogger.java:135) +[2026-06-09 15:11:20,811][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@533dc2d9] (Logger.java:49) +[2026-06-09 15:11:20,816][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:11:20,816][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7937c47d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:11:20,823][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:11:20,823][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:11:20,823][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT COUNT(*) AS total FROM flow_user a WHERE a.type = 4 (BaseJdbcLogger.java:135) +[2026-06-09 15:11:20,823][DEBUG][http-nio-1024-exec-4] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:11:20,873][DEBUG][http-nio-1024-exec-4] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:11:20,873][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7937c47d] (Logger.java:49) +[2026-06-09 15:11:20,874][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:11:20,875][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:11:20,875][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:11:22,604][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:11:22,605][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@43e072aa] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:11:22,605][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:11:22,605][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:11:22,605][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 15:11:22,606][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:11:22,682][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:11:22,682][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@43e072aa] (Logger.java:49) +[2026-06-09 15:12:00,027][DEBUG][http-nio-1024-exec-8] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:12:00,027][DEBUG][http-nio-1024-exec-9] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:12:00,028][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 15:12:00,028][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:00,028][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 15:12:00,028][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:00,028][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:00,028][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:00,030][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@e40c539[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:00,030][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@56b0e3cb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:00,030][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:00,030][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:00,030][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:00,030][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:00,030][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:00,030][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:00,031][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@66730026[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:00,031][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@672bcc2d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:00,031][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:00,031][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:00,031][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:00,031][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:00,031][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:00,031][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:00,032][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@577f5e0d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:00,032][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:00,032][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@50a1c1b4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:00,032][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:00,032][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:00,032][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:00,032][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:00,032][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:00,042][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4e533c39[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:00,043][DEBUG][redisson-netty-2-28] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@31ca81e0[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:00,043][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:00,043][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:00,043][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:00,043][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:00,043][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587797, [49, 55, 56, 48, 57, 56, 57, 49, 50, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:00,043][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587797, [49, 55, 56, 48, 57, 56, 57, 49, 50, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:00,047][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587797, [49, 55, 56, 48, 57, 56, 57, 49, 50, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3b0dbfb5[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587797, [49, 55, 56, 48, 57, 56, 57, 49, 50, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:00,047][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:00,048][DEBUG][redisson-netty-2-24] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587797, [49, 55, 56, 48, 57, 56, 57, 49, 50, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5b3730e6[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587797, [49, 55, 56, 48, 57, 56, 57, 49, 50, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:00,049][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:12:00,049][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3e15836] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:12:00,050][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:00,050][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:12:00,051][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:12:00,051][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:12:00,051][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:12:00,051][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3e07eb5a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:12:00,051][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:12:00,051][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:12:00,051][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 15:12:00,051][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:12:00,052][DEBUG][http-nio-1024-exec-8] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:12:00,143][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:00,143][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3e15836] (Logger.java:49) +[2026-06-09 15:12:00,143][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:12:00,143][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:12:00,144][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:12:00,145][DEBUG][http-nio-1024-exec-10] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:12:00,145][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 15:12:00,145][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:00,146][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:00,147][DEBUG][http-nio-1024-exec-8] <== Total: 123 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:00,147][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5c54ae3f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:00,147][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:00,147][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3e07eb5a] (Logger.java:49) +[2026-06-09 15:12:00,148][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:00,148][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:00,149][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3c142c3a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:00,149][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:00,149][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:00,149][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:00,150][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7c7361be[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:00,151][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:00,151][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:00,152][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:00,152][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:12:00,153][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:12:00,153][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@11a09704[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:00,154][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:00,154][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:00,154][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587797, [49, 55, 56, 48, 57, 56, 57, 49, 50, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:00,154][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:12:00,155][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587797, [49, 55, 56, 48, 57, 56, 57, 49, 50, 48, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@385a49c7[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587797, [49, 55, 56, 48, 57, 56, 57, 49, 50, 48, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:00,155][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:00,155][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:12:00,156][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@683f2a76] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:12:00,156][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:12:00,156][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:12:00,156][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:12:00,156][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:12:00,199][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:00,200][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@683f2a76] (Logger.java:49) +[2026-06-09 15:12:00,200][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:12:00,200][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:12:00,201][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:12:01,698][DEBUG][http-nio-1024-exec-4] GET "/support/tableColumn/getColumns/20002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:12:01,698][DEBUG][http-nio-1024-exec-1] POST "/support/dict/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:12:01,699][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#queryPage(DictQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 15:12:01,699][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:01,699][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 15:12:01,699][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:01,699][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:01,699][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:01,700][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7419f562[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:01,700][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6dc45871[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:01,700][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:01,700][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:01,700][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:01,700][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:01,700][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:01,700][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:01,701][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3b419994[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:01,701][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@554b8628[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:01,702][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:01,702][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:01,702][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:01,702][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:01,702][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:01,702][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:01,703][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@965dc29[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:01,703][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6409d414[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:01,704][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:01,704][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:01,704][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:01,704][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:01,704][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:01,704][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:01,706][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@25cd592d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:01,706][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7a3d5bb6[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:01,706][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:01,706][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:01,706][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:01,706][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:01,707][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587795, [49, 55, 56, 48, 57, 56, 57, 49, 50, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:01,707][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587795, [49, 55, 56, 48, 57, 56, 57, 49, 50, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:01,708][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587795, [49, 55, 56, 48, 57, 56, 57, 49, 50, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ccfd15d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587795, [49, 55, 56, 48, 57, 56, 57, 49, 50, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:01,708][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587795, [49, 55, 56, 48, 57, 56, 57, 49, 50, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@28be94ba[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587795, [49, 55, 56, 48, 57, 56, 57, 49, 50, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:01,709][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:01,709][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:01,709][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:12:01,709][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@34f2c0ce] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:12:01,709][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:12:01,709][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:12:01,709][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:12:01,710][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long), 20002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:12:01,711][DEBUG][http-nio-1024-exec-1] Read "application/json;charset=UTF-8" to [DictQueryForm(keywords=, disabledFlag=null)] (LogFormatUtils.java:120) +[2026-06-09 15:12:01,711][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:12:01,711][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2fe39e8e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:12:01,714][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:12:01,714][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:12:01,714][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT COUNT(*) AS total FROM t_dict (BaseJdbcLogger.java:135) +[2026-06-09 15:12:01,715][DEBUG][http-nio-1024-exec-1] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:12:01,797][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:01,797][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@34f2c0ce] (Logger.java:49) +[2026-06-09 15:12:01,797][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:12:01,797][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:12:01,798][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:12:01,798][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:01,798][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT t_dict.dict_id, t_dict.dict_name, t_dict.dict_code, t_dict.remark, t_dict.disabled_flag, t_dict.create_time, t_dict.update_time FROM t_dict order by create_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 15:12:01,799][DEBUG][http-nio-1024-exec-7] GET "/support/tableColumn/getColumns/20002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:12:01,799][DEBUG][http-nio-1024-exec-1] ==> Parameters: 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:12:01,799][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 15:12:01,799][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:01,799][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:01,800][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@223b94a5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:01,801][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:01,801][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:01,801][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:01,802][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3a0b449a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:01,802][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:01,802][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:01,803][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:01,804][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6f90619a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:01,804][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:01,804][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:01,804][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:01,805][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@46edc669[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:01,805][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:01,805][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:01,805][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587795, [49, 55, 56, 48, 57, 56, 57, 49, 50, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:01,806][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587795, [49, 55, 56, 48, 57, 56, 57, 49, 50, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@69ee95c[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587795, [49, 55, 56, 48, 57, 56, 57, 49, 50, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:01,806][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:01,806][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:12:01,806][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@c8e5368] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:12:01,807][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:12:01,807][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:12:01,807][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:12:01,807][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long), 20002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:12:01,852][DEBUG][http-nio-1024-exec-1] <== Total: 10 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:01,853][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2fe39e8e] (Logger.java:49) +[2026-06-09 15:12:01,854][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:01,854][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@c8e5368] (Logger.java:49) +[2026-06-09 15:12:01,854][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:12:01,854][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:12:01,854][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:12:01,854][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=11, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:12:01,855][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:12:01,855][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:12:04,323][DEBUG][http-nio-1024-exec-9] GET "/flow/execute/copyPage?pageNum=1&pageSize=10", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 15:12:04,323][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.flow.controller.ExecuteController#copyPage(FlowTask, int, int) (AbstractHandlerMapping.java:531) +[2026-06-09 15:12:04,323][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:04,324][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:04,325][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1f7154ae[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:04,325][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:04,325][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:04,325][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:04,326][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1bfebfc9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:04,326][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:04,326][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:04,326][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:04,327][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7a247f0c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:04,327][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:04,327][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:04,327][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:04,327][DEBUG][redisson-netty-2-24] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@456b30b0[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:04,328][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:04,328][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:04,328][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587792, [49, 55, 56, 48, 57, 56, 57, 49, 50, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:04,332][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587792, [49, 55, 56, 48, 57, 56, 57, 49, 50, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5d0fbc19[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587792, [49, 55, 56, 48, 57, 56, 57, 49, 50, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:04,333][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:04,336][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:12:04,337][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5967d524] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:12:04,337][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:12:04,337][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:12:04,337][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 15:12:04,338][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:12:04,421][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:04,421][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5967d524] (Logger.java:49) +[2026-06-09 15:12:04,422][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:12:04,422][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@79412989] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:12:04,422][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:12:04,422][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:12:04,422][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT er.role_id FROM t_role_employee er WHERE er.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:12:04,423][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:12:04,470][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:04,471][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@79412989] (Logger.java:49) +[2026-06-09 15:12:04,471][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:12:04,471][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@10ced246] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:12:04,471][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:12:04,471][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:12:04,472][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT role_id,role_name,role_code,remark,update_time,create_time FROM t_role (BaseJdbcLogger.java:135) +[2026-06-09 15:12:04,472][DEBUG][http-nio-1024-exec-9] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:12:04,524][DEBUG][http-nio-1024-exec-9] <== Total: 10 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:04,524][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@10ced246] (Logger.java:49) +[2026-06-09 15:12:04,525][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:12:04,525][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7a99ad19] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:12:04,529][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:12:04,529][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:12:04,529][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT COUNT(*) AS total FROM flow_user a WHERE a.type = 4 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:04,530][DEBUG][http-nio-1024-exec-9] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:12:04,577][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:04,578][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7a99ad19] (Logger.java:49) +[2026-06-09 15:12:04,579][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:12:04,579][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:12:04,579][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:12:22,686][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:12:22,687][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@269eedeb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:12:22,687][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:12:22,688][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:12:22,688][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 15:12:22,689][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:12:22,717][DEBUG][http-nio-1024-exec-10] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:12:22,717][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 15:12:22,718][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:22,718][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:22,719][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2fee4acd[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:22,719][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:22,719][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:22,719][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:22,719][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1a614bd1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:22,719][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:22,720][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:22,720][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:22,720][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@61dc1cc1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:22,720][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:22,720][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:22,720][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:22,721][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@319c90a4[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:22,721][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:22,721][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:22,721][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587774, [49, 55, 56, 48, 57, 56, 57, 49, 52, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:22,722][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587774, [49, 55, 56, 48, 57, 56, 57, 49, 52, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@36a1d867[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587774, [49, 55, 56, 48, 57, 56, 57, 49, 52, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:22,722][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:22,722][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:12:22,722][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@747e88ba] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:12:22,722][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:12:22,722][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:12:22,722][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:12:22,722][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:12:22,735][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:22,735][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@269eedeb] (Logger.java:49) +[2026-06-09 15:12:22,770][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:22,770][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@747e88ba] (Logger.java:49) +[2026-06-09 15:12:22,770][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:12:22,770][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c9eb21f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:12:22,770][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:12:22,770][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:12:22,770][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 15:12:22,770][DEBUG][http-nio-1024-exec-10] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:12:22,876][DEBUG][http-nio-1024-exec-10] <== Total: 123 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:22,877][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c9eb21f] (Logger.java:49) +[2026-06-09 15:12:22,881][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:12:22,881][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@646b7200] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:12:22,882][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:12:22,882][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:12:22,882][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:12:22,882][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:12:22,930][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:22,931][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@646b7200] (Logger.java:49) +[2026-06-09 15:12:22,931][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:12:22,931][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@36a912c6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:12:22,931][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:12:22,931][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:12:22,931][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 15:12:22,932][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:12:22,980][DEBUG][http-nio-1024-exec-10] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:22,980][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@36a912c6] (Logger.java:49) +[2026-06-09 15:12:22,981][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:12:22,981][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@369277f1] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:12:22,981][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:12:22,981][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:12:22,981][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 15:12:22,982][DEBUG][http-nio-1024-exec-10] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:12:23,133][DEBUG][http-nio-1024-exec-10] <== Total: 123 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:23,133][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@369277f1] (Logger.java:49) +[2026-06-09 15:12:23,136][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:12:23,136][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5f753576] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:12:23,136][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:12:23,136][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:12:23,136][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:23,136][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:12:23,186][DEBUG][http-nio-1024-exec-10] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:23,186][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5f753576] (Logger.java:49) +[2026-06-09 15:12:23,186][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:12:23,186][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@60b1a7ea] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:12:23,186][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:12:23,186][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:12:23,186][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:23,186][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:12:23,236][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:23,236][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@60b1a7ea] (Logger.java:49) +[2026-06-09 15:12:23,237][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:23,238][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:23,240][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7df25d3f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:23,240][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:23,240][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:23,241][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:23,242][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2058fb94[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:23,242][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:23,246][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:12:23,246][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:12:23,247][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:12:23,256][DEBUG][http-nio-1024-exec-2] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:12:23,256][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 15:12:23,256][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:23,256][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:23,258][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@98eca24[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:23,258][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:23,258][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:23,258][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:23,259][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3e2f9af6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:23,259][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:23,259][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:23,259][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:23,260][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5faabccf[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:23,260][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:23,260][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:23,260][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:23,260][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2f8259d7[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:23,260][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:23,260][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:23,260][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587773, [49, 55, 56, 48, 57, 56, 57, 49, 52, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:23,261][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587773, [49, 55, 56, 48, 57, 56, 57, 49, 52, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3e3d6eee[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587773, [49, 55, 56, 48, 57, 56, 57, 49, 52, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:23,261][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:23,262][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:12:23,262][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15bb38a6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:12:23,262][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:12:23,262][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:12:23,262][DEBUG][http-nio-1024-exec-2] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 15:12:23,262][DEBUG][http-nio-1024-exec-2] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:12:23,318][DEBUG][http-nio-1024-exec-2] <== Total: 91 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:23,318][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15bb38a6] (Logger.java:49) +[2026-06-09 15:12:23,321][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:12:23,321][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=48, dictId=103, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:12:23,322][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:12:23,354][DEBUG][http-nio-1024-exec-4] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:12:23,354][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 15:12:23,354][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:23,354][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:23,355][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@556ed38c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:23,355][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:23,355][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:23,355][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:23,356][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1a885cd[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:23,356][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:23,356][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:23,356][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:23,357][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@675ecbc3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:23,357][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:23,357][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:23,358][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:23,358][DEBUG][redisson-netty-2-4] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@474d41ae[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:23,359][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:23,359][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:23,359][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587773, [49, 55, 56, 48, 57, 56, 57, 49, 52, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:23,360][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587773, [49, 55, 56, 48, 57, 56, 57, 49, 52, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@40312b3f[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587773, [49, 55, 56, 48, 57, 56, 57, 49, 52, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:23,360][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:23,360][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:12:23,360][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@679ec444] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:12:23,360][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:12:23,360][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:12:23,360][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 15:12:23,361][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:12:23,410][DEBUG][http-nio-1024-exec-4] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:23,410][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@679ec444] (Logger.java:49) +[2026-06-09 15:12:23,410][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:12:23,411][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:12:23,411][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:12:23,450][DEBUG][http-nio-1024-exec-1] GET "/flow/execute/copyPage?pageNum=1&pageSize=10", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 15:12:23,451][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.admin.module.flow.controller.ExecuteController#copyPage(FlowTask, int, int) (AbstractHandlerMapping.java:531) +[2026-06-09 15:12:23,451][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:23,451][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:23,452][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@72081e01[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:23,452][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:23,452][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:23,452][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:23,453][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@24d6ad9d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:23,453][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:23,453][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:23,453][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:23,454][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@32e91a57[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:23,454][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:23,455][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:23,455][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:23,456][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@491c549b[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:23,457][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:23,457][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:12:23,457][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587773, [49, 55, 56, 48, 57, 56, 57, 49, 52, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:12:23,466][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587773, [49, 55, 56, 48, 57, 56, 57, 49, 52, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@72f05ea5[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587773, [49, 55, 56, 48, 57, 56, 57, 49, 52, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:12:23,466][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:12:23,469][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:12:23,469][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@303ac503] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:12:23,469][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:12:23,469][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:12:23,470][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 15:12:23,474][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:12:23,520][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:23,520][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@303ac503] (Logger.java:49) +[2026-06-09 15:12:23,520][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:12:23,521][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7be5797] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:12:23,521][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:12:23,521][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:12:23,521][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT er.role_id FROM t_role_employee er WHERE er.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:12:23,521][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:12:23,570][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:23,570][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7be5797] (Logger.java:49) +[2026-06-09 15:12:23,570][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:12:23,570][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@68588e34] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:12:23,571][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:12:23,571][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:12:23,571][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT role_id,role_name,role_code,remark,update_time,create_time FROM t_role (BaseJdbcLogger.java:135) +[2026-06-09 15:12:23,571][DEBUG][http-nio-1024-exec-1] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:12:23,620][DEBUG][http-nio-1024-exec-1] <== Total: 10 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:23,620][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@68588e34] (Logger.java:49) +[2026-06-09 15:12:23,621][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:12:23,621][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@42e56037] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:12:23,624][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:12:23,625][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:12:23,625][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT COUNT(*) AS total FROM flow_user a WHERE a.type = 4 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:23,625][DEBUG][http-nio-1024-exec-1] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:12:23,676][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:12:23,677][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@42e56037] (Logger.java:49) +[2026-06-09 15:12:23,678][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:12:23,679][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:12:23,679][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:01,902][DEBUG][http-nio-1024-exec-8] GET "/flow/execute/copyPage?pageNum=1&pageSize=10", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 15:13:01,903][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.flow.controller.ExecuteController#copyPage(FlowTask, int, int) (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:01,904][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:01,905][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:01,907][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@20b16860[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:01,907][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:01,907][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:01,907][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:01,908][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2cb2aa48[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:01,908][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:01,909][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:01,909][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:01,910][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6f60541e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:01,910][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:01,910][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:01,911][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:01,912][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@645ffd5[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:01,912][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:01,912][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:01,912][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587735, [49, 55, 56, 48, 57, 56, 57, 49, 56, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:01,913][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587735, [49, 55, 56, 48, 57, 56, 57, 49, 56, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@134840ae[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587735, [49, 55, 56, 48, 57, 56, 57, 49, 56, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:01,913][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:01,917][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:01,917][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@691cabd9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:01,918][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:01,918][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:01,918][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:01,920][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:02,000][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:02,001][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@691cabd9] (Logger.java:49) +[2026-06-09 15:13:02,002][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:02,002][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b737aee] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:02,002][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:02,002][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:02,002][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT er.role_id FROM t_role_employee er WHERE er.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:02,003][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:02,054][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:02,055][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b737aee] (Logger.java:49) +[2026-06-09 15:13:02,055][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:02,055][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@24947df2] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:02,056][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:02,056][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:02,056][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT role_id,role_name,role_code,remark,update_time,create_time FROM t_role (BaseJdbcLogger.java:135) +[2026-06-09 15:13:02,057][DEBUG][http-nio-1024-exec-8] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:13:02,105][DEBUG][http-nio-1024-exec-8] <== Total: 10 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:02,105][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@24947df2] (Logger.java:49) +[2026-06-09 15:13:02,112][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:02,112][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6c624974] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:02,128][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:02,128][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:02,128][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT COUNT(*) AS total FROM flow_user a WHERE a.type = 4 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:02,129][DEBUG][http-nio-1024-exec-8] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:13:02,177][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:02,177][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6c624974] (Logger.java:49) +[2026-06-09 15:13:02,183][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:02,184][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:02,188][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:03,482][DEBUG][http-nio-1024-exec-4] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:03,482][DEBUG][http-nio-1024-exec-7] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:03,482][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:03,482][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:03,482][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:03,482][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:03,482][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:03,482][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:03,484][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5cd790af[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:03,484][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6b56f04e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:03,484][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:03,484][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:03,484][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:03,484][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:03,485][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:03,485][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:03,486][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6db58bb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:03,486][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5e717a0d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:03,486][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:03,486][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:03,486][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:03,486][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:03,487][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:03,487][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:03,488][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5818147[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:03,488][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1d97b540[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:03,488][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:03,488][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:03,488][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:03,488][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:03,488][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:03,488][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:03,489][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@15f19aaa[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:03,489][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:03,494][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:03,489][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@552b10fd[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:03,494][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:03,494][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587733, [49, 55, 56, 48, 57, 56, 57, 49, 56, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:03,494][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:03,495][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587733, [49, 55, 56, 48, 57, 56, 57, 49, 56, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:03,496][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587733, [49, 55, 56, 48, 57, 56, 57, 49, 56, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2e75c3ba[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587733, [49, 55, 56, 48, 57, 56, 57, 49, 56, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:03,496][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587733, [49, 55, 56, 48, 57, 56, 57, 49, 56, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@f7a1625[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587733, [49, 55, 56, 48, 57, 56, 57, 49, 56, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:03,496][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:03,496][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:03,497][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:03,497][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@25220d7d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:03,497][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:03,497][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:03,497][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:03,497][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 15:13:03,497][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4e69e758] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:03,497][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:03,497][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:03,497][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:03,498][DEBUG][http-nio-1024-exec-7] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:03,498][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:03,557][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:03,558][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4e69e758] (Logger.java:49) +[2026-06-09 15:13:03,558][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:03,558][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:13:03,559][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:03,560][DEBUG][http-nio-1024-exec-1] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:03,560][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:03,561][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:03,561][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:03,562][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3711a2da[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:03,563][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:03,563][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:03,563][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:03,564][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@22b7b92c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:03,565][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:03,565][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:03,565][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:03,567][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5588d71e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:03,567][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:03,567][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:03,567][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:03,568][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@638a3ae1[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:03,568][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:03,568][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:03,569][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587733, [49, 55, 56, 48, 57, 56, 57, 49, 56, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:03,570][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587733, [49, 55, 56, 48, 57, 56, 57, 49, 56, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7d5d4abf[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587733, [49, 55, 56, 48, 57, 56, 57, 49, 56, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:03,571][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:03,571][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:03,571][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@53ebf55b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:03,572][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:03,572][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:03,572][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:03,573][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:03,619][DEBUG][http-nio-1024-exec-7] <== Total: 123 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:03,620][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:03,620][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@25220d7d] (Logger.java:49) +[2026-06-09 15:13:03,620][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@53ebf55b] (Logger.java:49) +[2026-06-09 15:13:03,620][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:03,620][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:13:03,621][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:03,622][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:03,623][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:03,624][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:06,621][DEBUG][http-nio-1024-exec-9] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:06,621][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:06,621][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:06,621][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:06,622][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3d58dae[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:06,622][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:06,622][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:06,622][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:06,623][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5db8104e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:06,623][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:06,623][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:06,623][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:06,624][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3c709760[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:06,625][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:06,625][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:06,625][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:06,626][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5ad05ec7[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:06,626][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:06,626][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:06,626][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587730, [49, 55, 56, 48, 57, 56, 57, 49, 56, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:06,627][DEBUG][redisson-netty-2-24] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587730, [49, 55, 56, 48, 57, 56, 57, 49, 56, 54, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1a9f83d0[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587730, [49, 55, 56, 48, 57, 56, 57, 49, 56, 54, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:06,627][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:06,627][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:06,628][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@115eb277] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:06,628][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:06,628][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:06,628][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:06,629][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:06,717][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:06,718][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@115eb277] (Logger.java:49) +[2026-06-09 15:13:06,718][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:06,719][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@18540f18] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:06,719][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:06,719][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:06,719][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 15:13:06,721][DEBUG][http-nio-1024-exec-9] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:06,780][DEBUG][http-nio-1024-exec-9] <== Total: 123 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:06,780][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@18540f18] (Logger.java:49) +[2026-06-09 15:13:06,784][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:06,784][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@44ca80c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:06,784][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:06,785][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:06,785][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:06,785][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:06,830][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:06,831][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@44ca80c] (Logger.java:49) +[2026-06-09 15:13:06,831][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:06,831][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@63cbcabe] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:06,831][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:06,832][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:06,832][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:06,833][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:06,881][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:06,881][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@63cbcabe] (Logger.java:49) +[2026-06-09 15:13:06,881][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:06,882][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@76201ba] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:06,882][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:06,882][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:06,882][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 15:13:06,883][DEBUG][http-nio-1024-exec-9] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:06,945][DEBUG][http-nio-1024-exec-9] <== Total: 123 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:06,945][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@76201ba] (Logger.java:49) +[2026-06-09 15:13:06,950][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:06,950][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3ff6e281] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:06,950][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:06,950][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:06,950][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:06,951][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:07,001][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:07,001][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3ff6e281] (Logger.java:49) +[2026-06-09 15:13:07,002][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:07,002][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5e1b31bb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:07,002][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:07,002][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:07,002][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:07,004][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:07,050][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:07,051][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5e1b31bb] (Logger.java:49) +[2026-06-09 15:13:07,051][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:07,052][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:07,054][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@eba5d19[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:07,054][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:07,054][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:07,055][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:07,056][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6e988347[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:07,056][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:07,062][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:07,062][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:07,064][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:07,071][DEBUG][http-nio-1024-exec-10] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:07,072][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:07,072][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:07,072][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:07,074][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3e7aed5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:07,074][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:07,074][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:07,074][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:07,075][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@25c807c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:07,075][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:07,076][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:07,076][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:07,076][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@62dd0d2c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:07,077][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:07,077][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:07,077][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:07,077][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1aed2ffd[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:07,077][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:07,077][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:07,078][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587730, [49, 55, 56, 48, 57, 56, 57, 49, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:07,078][DEBUG][redisson-netty-2-30] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587730, [49, 55, 56, 48, 57, 56, 57, 49, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4b3e4847[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587730, [49, 55, 56, 48, 57, 56, 57, 49, 56, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:07,078][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:07,079][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:07,079][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@64af94ff] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:07,079][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:07,079][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:07,079][DEBUG][http-nio-1024-exec-10] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 15:13:07,080][DEBUG][http-nio-1024-exec-10] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:13:07,135][DEBUG][http-nio-1024-exec-10] <== Total: 91 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:07,136][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@64af94ff] (Logger.java:49) +[2026-06-09 15:13:07,138][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:07,139][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=48, dictId=103, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:07,140][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:07,167][DEBUG][http-nio-1024-exec-2] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:07,167][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:07,167][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:07,168][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:07,168][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@8c4a2f4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:07,169][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:07,169][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:07,169][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:07,170][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4e30dcd3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:07,170][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:07,170][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:07,170][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:07,170][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@57cb4ac8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:07,171][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:07,171][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:07,171][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:07,171][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@779bdd1f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:07,171][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:07,171][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:07,172][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587730, [49, 55, 56, 48, 57, 56, 57, 49, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:07,172][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587730, [49, 55, 56, 48, 57, 56, 57, 49, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6abafd07[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587730, [49, 55, 56, 48, 57, 56, 57, 49, 56, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:07,172][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:07,173][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:07,173][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4efc273] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:07,173][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:07,173][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:07,173][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 15:13:07,173][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:07,220][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:07,220][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4efc273] (Logger.java:49) +[2026-06-09 15:13:07,221][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:07,221][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:13:07,221][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:07,268][DEBUG][http-nio-1024-exec-5] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:07,268][DEBUG][http-nio-1024-exec-4] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:07,269][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:07,269][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:07,269][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:07,269][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:07,269][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:07,269][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:07,270][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2d6b1df1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:07,270][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@36156260[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:07,270][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:07,270][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:07,270][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:07,270][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:07,270][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:07,270][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:07,271][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@b7cefb0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:07,271][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@279e7a57[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:07,271][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:07,271][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:07,271][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:07,271][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:07,271][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:07,271][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:07,272][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7fb4cf4e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:07,272][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6c7b3326[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:07,272][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:07,272][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:07,272][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:07,272][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:07,272][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:07,272][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:07,272][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4b7baa45[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:07,272][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@45d13dfb[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:07,273][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:07,273][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:07,273][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:07,273][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:07,273][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587730, [49, 55, 56, 48, 57, 56, 57, 49, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:07,273][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587730, [49, 55, 56, 48, 57, 56, 57, 49, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:07,274][DEBUG][redisson-netty-2-26] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587730, [49, 55, 56, 48, 57, 56, 57, 49, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6b95c623[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587730, [49, 55, 56, 48, 57, 56, 57, 49, 56, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:07,274][DEBUG][redisson-netty-2-28] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587730, [49, 55, 56, 48, 57, 56, 57, 49, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@38184f98[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587730, [49, 55, 56, 48, 57, 56, 57, 49, 56, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:07,274][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:07,274][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:07,274][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:07,274][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:07,274][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15ff6998] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:07,274][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@25874356] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:07,274][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:07,274][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:07,274][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:07,274][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:07,274][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 15:13:07,274][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:07,276][DEBUG][http-nio-1024-exec-4] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:07,277][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:07,331][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:07,331][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15ff6998] (Logger.java:49) +[2026-06-09 15:13:07,332][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:07,332][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:13:07,332][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:07,333][DEBUG][http-nio-1024-exec-1] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:07,334][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:07,334][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:07,334][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:07,336][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3b8ed0f9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:07,336][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:07,336][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:07,337][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:07,338][DEBUG][http-nio-1024-exec-4] <== Total: 123 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:07,338][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@784d3065[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:07,338][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:07,338][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@25874356] (Logger.java:49) +[2026-06-09 15:13:07,338][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:07,338][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:07,339][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@14b212fe[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:07,340][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:07,340][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:07,340][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:07,340][DEBUG][redisson-netty-2-22] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3b5ea2e[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:07,341][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:07,341][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:07,341][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587730, [49, 55, 56, 48, 57, 56, 57, 49, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:07,341][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:07,341][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:07,342][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587730, [49, 55, 56, 48, 57, 56, 57, 49, 56, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2b4e7cb5[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587730, [49, 55, 56, 48, 57, 56, 57, 49, 56, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:07,342][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:07,342][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:07,342][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6214fa95] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:07,342][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:07,342][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:07,342][DEBUG][http-nio-1024-exec-1] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:07,342][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:07,343][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:07,390][DEBUG][http-nio-1024-exec-1] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:07,390][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6214fa95] (Logger.java:49) +[2026-06-09 15:13:07,391][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:07,391][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:13:07,392][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:08,094][DEBUG][http-nio-1024-exec-7] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:08,094][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:08,094][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,094][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,095][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ad20442[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,095][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,095][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,095][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,096][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7b962a6a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,096][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,097][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,097][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,098][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6bce5498[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,098][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,098][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,098][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,100][DEBUG][redisson-netty-2-30] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@42cdedce[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,100][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,100][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,100][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587729, [49, 55, 56, 48, 57, 56, 57, 49, 56, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,102][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587729, [49, 55, 56, 48, 57, 56, 57, 49, 56, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@478c744d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587729, [49, 55, 56, 48, 57, 56, 57, 49, 56, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,102][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,103][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:08,103][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@50e21814] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:08,103][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:08,104][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:08,104][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,105][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,155][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,156][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@50e21814] (Logger.java:49) +[2026-06-09 15:13:08,157][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:08,157][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2b902ccd] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:08,157][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:08,157][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:08,157][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,158][DEBUG][http-nio-1024-exec-7] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,218][DEBUG][http-nio-1024-exec-7] <== Total: 123 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,219][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2b902ccd] (Logger.java:49) +[2026-06-09 15:13:08,223][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:08,223][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1b01dc56] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:08,224][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:08,224][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:08,224][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,224][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,269][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,269][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1b01dc56] (Logger.java:49) +[2026-06-09 15:13:08,270][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:08,270][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4a27742b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:08,270][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:08,270][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:08,270][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,271][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,321][DEBUG][http-nio-1024-exec-7] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,321][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4a27742b] (Logger.java:49) +[2026-06-09 15:13:08,321][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:08,321][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ac5e7c3] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:08,322][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:08,322][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:08,322][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,323][DEBUG][http-nio-1024-exec-7] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,385][DEBUG][http-nio-1024-exec-7] <== Total: 123 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,385][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ac5e7c3] (Logger.java:49) +[2026-06-09 15:13:08,390][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:08,390][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@20194412] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:08,393][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:08,394][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:08,394][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,394][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,440][DEBUG][http-nio-1024-exec-7] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,440][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@20194412] (Logger.java:49) +[2026-06-09 15:13:08,440][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:08,440][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@35efdf2b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:08,440][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:08,441][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:08,441][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,441][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,497][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,497][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@35efdf2b] (Logger.java:49) +[2026-06-09 15:13:08,497][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,498][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,500][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@798a71b8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,500][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,500][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,501][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,502][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@63b8d2ae[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,503][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,508][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:08,509][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:08,510][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:08,515][DEBUG][http-nio-1024-exec-6] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:08,515][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:08,515][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,515][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,517][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@48707144[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,517][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,517][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,517][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,518][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7a0530b9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,518][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,519][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,519][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,520][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@20a035a3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,520][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,520][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,520][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,521][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@145a6bc1[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,521][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,521][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,521][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587729, [49, 55, 56, 48, 57, 56, 57, 49, 56, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,522][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587729, [49, 55, 56, 48, 57, 56, 57, 49, 56, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@412b40b0[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587729, [49, 55, 56, 48, 57, 56, 57, 49, 56, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,522][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,522][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:08,522][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6ffcff09] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:08,522][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:08,523][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:08,523][DEBUG][http-nio-1024-exec-6] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,523][DEBUG][http-nio-1024-exec-6] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,578][DEBUG][http-nio-1024-exec-6] <== Total: 91 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,578][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6ffcff09] (Logger.java:49) +[2026-06-09 15:13:08,580][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:08,581][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=48, dictId=103, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:08,582][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:08,608][DEBUG][http-nio-1024-exec-9] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:08,608][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:08,608][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,608][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,610][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@74afee14[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,610][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,610][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,610][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,611][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@12cf4e64[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,611][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,611][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,612][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,612][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@c3495a7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,612][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,612][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,612][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,613][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@141982db[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,613][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,613][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,613][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587729, [49, 55, 56, 48, 57, 56, 57, 49, 56, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,614][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587729, [49, 55, 56, 48, 57, 56, 57, 49, 56, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5f6fd247[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587729, [49, 55, 56, 48, 57, 56, 57, 49, 56, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,614][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,614][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:08,615][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1eabf5a3] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:08,615][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:08,615][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:08,615][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,615][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,665][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,666][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1eabf5a3] (Logger.java:49) +[2026-06-09 15:13:08,666][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:08,666][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:13:08,667][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:08,709][DEBUG][http-nio-1024-exec-5] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:08,709][DEBUG][http-nio-1024-exec-2] GET "/menu/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:08,709][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.menu.controller.MenuController#queryMenuList() (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:08,709][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,709][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:08,709][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,709][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,709][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,710][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2d59a811[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,710][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@57b2c6f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,711][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,711][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,711][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,711][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,711][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,711][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,711][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4ce7d0f9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,711][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@643f616c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,711][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,711][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,711][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,711][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,712][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,712][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,712][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@13c6a90[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,712][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@48d4bec6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,712][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,712][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,712][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,712][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,712][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,712][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,713][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@447d8ccb[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,713][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,713][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2244ab58[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,713][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,713][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,713][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,713][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587729, [49, 55, 56, 48, 57, 56, 57, 49, 56, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,713][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587729, [49, 55, 56, 48, 57, 56, 57, 49, 56, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,714][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587729, [49, 55, 56, 48, 57, 56, 57, 49, 56, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7cea5bb[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587729, [49, 55, 56, 48, 57, 56, 57, 49, 56, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,714][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587729, [49, 55, 56, 48, 57, 56, 57, 49, 56, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4b9591d4[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587729, [49, 55, 56, 48, 57, 56, 57, 49, 56, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,714][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,714][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,714][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:08,715][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@18bd771] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:08,715][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:08,715][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:08,715][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:08,715][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_menu where deleted_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,715][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@286cf56e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:08,715][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:08,715][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:08,715][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,716][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,717][DEBUG][http-nio-1024-exec-2] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,771][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,771][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@286cf56e] (Logger.java:49) +[2026-06-09 15:13:08,771][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:08,772][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:13:08,772][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:08,773][DEBUG][http-nio-1024-exec-4] GET "/support/tableColumn/getColumns/10002", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:08,773][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:08,773][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,774][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,775][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@25ae3a58[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,775][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,775][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,775][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,776][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@28f8c226[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,776][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,776][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,776][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,777][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6aa5b47[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,777][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,777][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,777][DEBUG][http-nio-1024-exec-2] <== Total: 123 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,777][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,778][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@18bd771] (Logger.java:49) +[2026-06-09 15:13:08,779][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6ff2a758[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,779][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,779][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:08,779][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587729, [49, 55, 56, 48, 57, 56, 57, 49, 56, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:08,780][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:08,781][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587729, [49, 55, 56, 48, 57, 56, 57, 49, 56, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@76b59f90[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587729, [49, 55, 56, 48, 57, 56, 57, 49, 56, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:08,781][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:08,781][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[MenuVO(menuId=10000, createTime=2026-06-09T (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:08,781][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:08,781][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6ecfcd68] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:08,782][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:08,782][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:08,782][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,782][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:08,782][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long), 10002(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,830][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:08,830][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6ecfcd68] (Logger.java:49) +[2026-06-09 15:13:08,831][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:08,831][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:13:08,832][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:11,891][DEBUG][http-nio-1024-exec-9] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:11,891][DEBUG][http-nio-1024-exec-3] POST "/support/changeLog/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:11,891][DEBUG][http-nio-1024-exec-10] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:11,891][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController#queryPage(ChangeLogQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:11,891][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:11,891][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:11,891][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:11,891][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:11,891][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:11,891][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:11,891][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:11,891][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:11,892][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3d25a6b8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:11,892][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@fd4383f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:11,892][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3ca1c2e7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:11,893][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:11,893][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:11,893][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:11,893][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:11,893][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:11,893][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:11,893][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:11,893][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:11,893][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:11,894][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6b23cb9d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:11,894][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@56c35834[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:11,894][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1f0d1633[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:11,894][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:11,894][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:11,894][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:11,894][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:11,894][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:11,894][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:11,894][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:11,894][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:11,894][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:11,895][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5a5872a2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:11,895][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@21d9f5be[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:11,895][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@502aff96[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:11,896][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:11,896][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:11,896][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:11,896][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:11,896][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:11,896][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:11,896][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:11,896][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:11,896][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:11,897][DEBUG][redisson-netty-2-24] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4f66e7e3[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:11,897][DEBUG][redisson-netty-2-28] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5718344f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:11,897][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2ee818d7[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:11,897][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:11,898][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:11,898][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587726, [49, 55, 56, 48, 57, 56, 57, 49, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:11,898][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:11,898][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:11,899][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:11,899][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:11,899][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587726, [49, 55, 56, 48, 57, 56, 57, 49, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:11,899][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587726, [49, 55, 56, 48, 57, 56, 57, 49, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:11,900][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587726, [49, 55, 56, 48, 57, 56, 57, 49, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@179c7808[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587726, [49, 55, 56, 48, 57, 56, 57, 49, 57, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:11,900][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587726, [49, 55, 56, 48, 57, 56, 57, 49, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@39846600[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587726, [49, 55, 56, 48, 57, 56, 57, 49, 57, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:11,900][DEBUG][redisson-netty-2-22] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587726, [49, 55, 56, 48, 57, 56, 57, 49, 57, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5a64de57[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587726, [49, 55, 56, 48, 57, 56, 57, 49, 57, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:11,900][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:11,900][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:11,900][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:11,904][DEBUG][http-nio-1024-exec-9] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=2, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:11,904][DEBUG][http-nio-1024-exec-3] Read "application/json;charset=UTF-8" to [ChangeLogQueryForm(type=null, keyword=null, publicDateBegin=null, publicDateEnd=null, createTime=nul (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:11,904][DEBUG][http-nio-1024-exec-10] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=1, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:11,906][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:11,906][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:11,906][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:11,906][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@584a224f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:11,906][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5d435673] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:11,906][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@49c993d5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:11,906][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:11,906][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:11,906][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:11,906][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:11,907][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:11,907][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:11,907][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:11,907][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:11,907][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:11,955][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:11,956][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5d435673] (Logger.java:49) +[2026-06-09 15:13:11,956][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:11,957][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:11,957][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@670ddc9f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:11,957][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT * FROM t_change_log order by t_change_log.version desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:11,957][DEBUG][http-nio-1024-exec-10] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:11,957][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@584a224f] (Logger.java:49) +[2026-06-09 15:13:11,957][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:11,957][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:11,957][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:11,957][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@525b4173] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:11,957][DEBUG][http-nio-1024-exec-9] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:11,958][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:11,958][DEBUG][http-nio-1024-exec-3] ==> Parameters: 8(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:11,958][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), false(Boolean), 2(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:12,006][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:12,007][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@49c993d5] (Logger.java:49) +[2026-06-09 15:13:12,007][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:12,007][DEBUG][http-nio-1024-exec-10] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:12,009][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), false(Boolean), 1(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:12,012][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:12,012][DEBUG][smart-operate-log57] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:12,012][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=8, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:12,012][DEBUG][smart-operate-log57] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5a103fb2] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:12,012][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:12,013][DEBUG][smart-operate-log57] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:12,014][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:12,015][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@670ddc9f] (Logger.java:49) +[2026-06-09 15:13:12,015][DEBUG][smart-operate-log57] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:12,015][DEBUG][smart-operate-log57] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:12,015][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:12,015][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:12,015][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:12,016][DEBUG][smart-operate-log57] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 业务支撑-更新日志(String), 分页查询 @author 卓大(String), /support/changeLog/queryPage(String), net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController.queryPage(String), POST(String), UPDATE(String), [{"searchCount":false,"pageSize":8,"pageNum":1}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"data":{"total":0,"pages":0,"pageSize":8,"list":[],"pageNum":1,"emptyFlag":true},"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:12,064][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:12,065][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@525b4173] (Logger.java:49) +[2026-06-09 15:13:12,066][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:12,066][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:12,066][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:12,070][DEBUG][smart-operate-log57] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5a103fb2] (Logger.java:49) +[2026-06-09 15:13:12,070][DEBUG][smart-operate-log57] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 15:13:12,070][DEBUG][smart-operate-log57] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 15:13:12,991][DEBUG][http-nio-1024-exec-5] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:12,991][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:12,991][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:12,991][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:12,992][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ab7c071[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:12,993][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:12,993][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:12,993][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:12,993][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@102d3b71[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:12,993][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:12,993][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:12,993][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:12,995][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@72d028f5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:12,995][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:12,995][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:12,995][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:12,996][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5582bac2[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:12,996][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:12,996][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:12,996][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587725, [49, 55, 56, 48, 57, 56, 57, 49, 57, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:12,997][DEBUG][redisson-netty-2-30] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587725, [49, 55, 56, 48, 57, 56, 57, 49, 57, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@79ecb0d6[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587725, [49, 55, 56, 48, 57, 56, 57, 49, 57, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:12,997][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:12,997][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:12,997][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1b1c5091] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:12,997][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:12,997][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:13:12.332, closeCount=0, lastValidateTimeMillis=2026-06-09 15:13:12.381}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:12,998][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:12,998][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,050][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,050][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1b1c5091] (Logger.java:49) +[2026-06-09 15:13:13,050][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:13,050][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@8b79175] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:13,051][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:13,051][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:13:12.332, closeCount=0, lastValidateTimeMillis=2026-06-09 15:13:12.381}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:13,051][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,052][DEBUG][http-nio-1024-exec-5] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,166][DEBUG][http-nio-1024-exec-5] <== Total: 123 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,166][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@8b79175] (Logger.java:49) +[2026-06-09 15:13:13,170][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:13,171][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2abff044] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:13,171][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:13,171][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:13:12.332, closeCount=0, lastValidateTimeMillis=2026-06-09 15:13:12.381}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:13,171][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,172][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,229][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,229][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2abff044] (Logger.java:49) +[2026-06-09 15:13:13,231][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:13,232][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5f35b6df] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:13,232][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:13,232][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:13:12.332, closeCount=0, lastValidateTimeMillis=2026-06-09 15:13:12.381}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:13,232][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,233][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,283][DEBUG][http-nio-1024-exec-5] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,284][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5f35b6df] (Logger.java:49) +[2026-06-09 15:13:13,284][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:13,284][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6b3da875] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:13,285][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:13,285][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:13:12.332, closeCount=0, lastValidateTimeMillis=2026-06-09 15:13:12.381}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:13,285][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,286][DEBUG][http-nio-1024-exec-5] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,344][DEBUG][http-nio-1024-exec-5] <== Total: 123 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,344][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6b3da875] (Logger.java:49) +[2026-06-09 15:13:13,348][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:13,348][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3e555886] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:13,348][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:13,348][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:13:12.332, closeCount=0, lastValidateTimeMillis=2026-06-09 15:13:12.381}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:13,349][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,349][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,399][DEBUG][http-nio-1024-exec-5] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,399][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3e555886] (Logger.java:49) +[2026-06-09 15:13:13,399][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:13,399][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3f129b02] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:13,399][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:13,399][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:13:12.332, closeCount=0, lastValidateTimeMillis=2026-06-09 15:13:12.381}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:13,400][DEBUG][http-nio-1024-exec-5] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,400][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,448][DEBUG][http-nio-1024-exec-5] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,449][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3f129b02] (Logger.java:49) +[2026-06-09 15:13:13,449][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:13,449][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:13,451][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7d0c7426[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:13,451][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:13,452][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:13,452][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:13,453][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2637d367[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:13,453][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:13,458][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:13,458][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:13,460][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:13,465][DEBUG][http-nio-1024-exec-4] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:13,466][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:13,466][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:13,466][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:13,468][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@66af7128[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:13,468][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:13,468][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:13,468][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:13,469][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@ab9b31c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:13,470][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:13,470][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:13,470][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:13,471][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ec71692[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:13,471][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:13,471][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:13,471][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:13,472][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7d46e61f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:13,472][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:13,472][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:13,472][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587725, [49, 55, 56, 48, 57, 56, 57, 49, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:13,473][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587725, [49, 55, 56, 48, 57, 56, 57, 49, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@776f7262[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587725, [49, 55, 56, 48, 57, 56, 57, 49, 57, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:13,473][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:13,473][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:13,473][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@69e08245] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:13,474][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:13,474][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:13:12.332, closeCount=0, lastValidateTimeMillis=2026-06-09 15:13:12.381}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:13,474][DEBUG][http-nio-1024-exec-4] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,474][DEBUG][http-nio-1024-exec-4] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,528][DEBUG][http-nio-1024-exec-4] <== Total: 91 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,529][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@69e08245] (Logger.java:49) +[2026-06-09 15:13:13,531][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:13,531][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=48, dictId=103, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:13,532][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:13,559][DEBUG][http-nio-1024-exec-1] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:13,559][DEBUG][http-nio-1024-exec-1] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:13,559][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:13,559][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:13,561][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4eb74e02[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:13,561][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:13,561][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:13,561][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:13,562][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1f3bbe85[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:13,562][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:13,562][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:13,562][DEBUG][http-nio-1024-exec-1] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:13,563][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7984b7f5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:13,563][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:13,563][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:13,563][DEBUG][http-nio-1024-exec-1] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:13,564][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4fcb2f7a[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:13,564][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:13,564][DEBUG][http-nio-1024-exec-1] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:13,564][DEBUG][http-nio-1024-exec-1] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587725, [49, 55, 56, 48, 57, 56, 57, 49, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:13,565][DEBUG][redisson-netty-2-4] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587725, [49, 55, 56, 48, 57, 56, 57, 49, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@32fae6bc[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587725, [49, 55, 56, 48, 57, 56, 57, 49, 57, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:13,565][DEBUG][http-nio-1024-exec-1] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:13,565][DEBUG][http-nio-1024-exec-1] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:13,565][DEBUG][http-nio-1024-exec-1] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@253d234] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:13,565][DEBUG][http-nio-1024-exec-1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:13,565][DEBUG][http-nio-1024-exec-1] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:13:12.332, closeCount=0, lastValidateTimeMillis=2026-06-09 15:13:12.381}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:13,565][DEBUG][http-nio-1024-exec-1] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,566][DEBUG][http-nio-1024-exec-1] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,613][DEBUG][http-nio-1024-exec-1] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,613][DEBUG][http-nio-1024-exec-1] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@253d234] (Logger.java:49) +[2026-06-09 15:13:13,613][DEBUG][http-nio-1024-exec-1] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:13,614][DEBUG][http-nio-1024-exec-1] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:13:13,614][DEBUG][http-nio-1024-exec-1] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:13,644][DEBUG][http-nio-1024-exec-9] POST "/support/changeLog/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:13,644][DEBUG][http-nio-1024-exec-3] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:13,644][DEBUG][http-nio-1024-exec-6] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:13,644][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:13,644][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController#queryPage(ChangeLogQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:13,644][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:13,644][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:13,644][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:13,644][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:13,644][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:13,644][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:13,644][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:13,646][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@161b41fd[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:13,646][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@a2cad99[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:13,646][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4a3f6482[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:13,646][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:13,646][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:13,646][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:13,646][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:13,646][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:13,646][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:13,646][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:13,646][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:13,646][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:13,647][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@704cece7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:13,647][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@29016cdc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:13,647][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3dd95e62[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:13,647][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:13,647][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:13,647][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:13,647][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:13,647][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:13,647][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:13,647][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:13,647][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:13,647][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:13,648][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@381ee66b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:13,648][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1308a502[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:13,648][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:13,648][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3f87845b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:13,648][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:13,648][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:13,648][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:13,648][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:13,648][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:13,648][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:13,648][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:13,648][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:13,649][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@294b7d31[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:13,649][DEBUG][redisson-netty-2-14] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@b153603[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:13,649][DEBUG][redisson-netty-2-30] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@40a9a3dc[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:13,649][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:13,649][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:13,649][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:13,649][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:13,649][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:13,649][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587725, [49, 55, 56, 48, 57, 56, 57, 49, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:13,649][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:13,650][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587725, [49, 55, 56, 48, 57, 56, 57, 49, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:13,650][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587725, [49, 55, 56, 48, 57, 56, 57, 49, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:13,651][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587725, [49, 55, 56, 48, 57, 56, 57, 49, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@50f2aa71[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587725, [49, 55, 56, 48, 57, 56, 57, 49, 57, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:13,651][DEBUG][redisson-netty-2-1] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587725, [49, 55, 56, 48, 57, 56, 57, 49, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6ea95536[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587725, [49, 55, 56, 48, 57, 56, 57, 49, 57, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:13,651][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587725, [49, 55, 56, 48, 57, 56, 57, 49, 57, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7f44688[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587725, [49, 55, 56, 48, 57, 56, 57, 49, 57, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:13,651][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:13,651][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:13,651][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:13,651][DEBUG][http-nio-1024-exec-6] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=1, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:13,651][DEBUG][http-nio-1024-exec-9] Read "application/json;charset=UTF-8" to [ChangeLogQueryForm(type=null, keyword=null, publicDateBegin=null, publicDateEnd=null, createTime=nul (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:13,651][DEBUG][http-nio-1024-exec-3] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=2, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:13,652][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:13,652][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:13,652][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:13,652][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@139a999a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:13,652][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3397e82e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:13,652][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@25df998a] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:13,652][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:13,652][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:13,652][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:13,652][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:13:12.332, closeCount=0, lastValidateTimeMillis=2026-06-09 15:13:12.381}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:13,652][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:13,652][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:13,652][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,652][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,652][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT * FROM t_change_log order by t_change_log.version desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,653][DEBUG][http-nio-1024-exec-9] ==> Parameters: 8(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,653][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,653][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,700][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,700][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3397e82e] (Logger.java:49) +[2026-06-09 15:13:13,702][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:13,702][DEBUG][smart-operate-log58] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:13,702][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=8, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:13,702][DEBUG][smart-operate-log58] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@30e0dc65] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:13,703][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:13,703][DEBUG][smart-operate-log58] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:13,703][DEBUG][smart-operate-log58] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:13,703][DEBUG][smart-operate-log58] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,704][DEBUG][smart-operate-log58] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 业务支撑-更新日志(String), 分页查询 @author 卓大(String), /support/changeLog/queryPage(String), net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController.queryPage(String), POST(String), UPDATE(String), [{"searchCount":false,"pageSize":8,"pageNum":1}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"data":{"total":0,"pages":0,"pageSize":8,"list":[],"pageNum":1,"emptyFlag":true},"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,706][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,706][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@25df998a] (Logger.java:49) +[2026-06-09 15:13:13,706][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:13,707][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@73ca05f5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:13,707][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:13,707][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:13:12.332, closeCount=0, lastValidateTimeMillis=2026-06-09 15:13:12.381}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:13,707][DEBUG][http-nio-1024-exec-6] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,709][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,709][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@139a999a] (Logger.java:49) +[2026-06-09 15:13:13,709][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(Long), false(Boolean), 1(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,709][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:13,709][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@687a3f8f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:13,709][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:13,709][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:13,709][DEBUG][http-nio-1024-exec-3] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,710][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long), false(Boolean), 2(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,767][DEBUG][smart-operate-log58] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@30e0dc65] (Logger.java:49) +[2026-06-09 15:13:13,767][DEBUG][smart-operate-log58] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 15:13:13,767][DEBUG][smart-operate-log58] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 15:13:13,769][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,769][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@73ca05f5] (Logger.java:49) +[2026-06-09 15:13:13,770][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:13,770][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:13,771][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:13,818][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:13,818][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@687a3f8f] (Logger.java:49) +[2026-06-09 15:13:13,819][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:13,819][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:13,820][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:14,759][DEBUG][http-nio-1024-exec-10] GET "/login/getLoginInfo", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:14,759][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.login.controller.LoginController#getLoginInfo() (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:14,759][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:14,760][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:14,760][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4caca487[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:14,761][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:14,761][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:14,761][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:14,761][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@308d1bd[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:14,761][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:14,761][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:14,761][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:14,762][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@35700a6b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:14,762][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:14,762][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:14,762][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:14,763][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3100689d[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:14,763][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:14,763][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:14,763][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587724, [49, 55, 56, 48, 57, 56, 57, 49, 57, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:14,763][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587724, [49, 55, 56, 48, 57, 56, 57, 49, 57, 52, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5e004aa5[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587724, [49, 55, 56, 48, 57, 56, 57, 49, 57, 52, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:14,763][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:14,764][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:14,764][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d2d3f4f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:14,764][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:14,764][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:14,764][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:14,764][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:14,813][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:14,813][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d2d3f4f] (Logger.java:49) +[2026-06-09 15:13:14,814][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:14,814][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@10efcf07] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:14,814][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:14,814][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:14,814][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 15:13:14,815][DEBUG][http-nio-1024-exec-10] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:14,927][DEBUG][http-nio-1024-exec-10] <== Total: 123 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:14,927][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@10efcf07] (Logger.java:49) +[2026-06-09 15:13:14,931][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:14,932][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5c69b84c] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:14,932][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:14,932][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:14,932][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT t_role.* FROM t_role_employee left join t_role on t_role_employee.role_id = t_role.role_id WHERE t_role_employee.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:14,933][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:14,983][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:14,984][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5c69b84c] (Logger.java:49) +[2026-06-09 15:13:14,984][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:14,984][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1a1ed85b] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:14,985][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:14,985][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:14,985][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:14,986][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,034][DEBUG][http-nio-1024-exec-10] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,034][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1a1ed85b] (Logger.java:49) +[2026-06-09 15:13:15,035][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:15,035][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ecd5b10] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:15,035][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:15,035][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:15,036][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT distinct t_menu.* from t_menu left join t_role_menu on t_role_menu.menu_id = t_menu.menu_id WHERE t_menu.deleted_flag = ? ORDER BY t_menu.sort ASC (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,036][DEBUG][http-nio-1024-exec-10] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,145][DEBUG][http-nio-1024-exec-10] <== Total: 123 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,146][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ecd5b10] (Logger.java:49) +[2026-06-09 15:13:15,150][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:15,150][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@70342839] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:15,150][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:15,150][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:15,150][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_login_log where user_id = ? and user_type = ? and login_result = ? order by login_log_id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,151][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), 1(Integer), 0(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,199][DEBUG][http-nio-1024-exec-10] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,199][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@70342839] (Logger.java:49) +[2026-06-09 15:13:15,199][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:15,199][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@618e45ab] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:15,200][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:15,200][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:15,200][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_password_log where user_id = ? and user_type = ? order by id desc limit 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,201][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), 1(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,250][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,250][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@618e45ab] (Logger.java:49) +[2026-06-09 15:13:15,250][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:15,251][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:15,253][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7d4e9471[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:15,253][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:15,254][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:15,254][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:15,255][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7e9f7bdf[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:15,255][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:15,261][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:15,262][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=LoginResultVO(token=727b000fb8d444efbd55618f (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:15,263][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:15,269][DEBUG][http-nio-1024-exec-8] GET "/support/dict/getAllDictData", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:15,269][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.support.AdminDictController#getAll() (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:15,269][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:15,269][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:15,271][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@240df619[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:15,271][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:15,271][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:15,271][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:15,272][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@72d01c6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:15,272][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:15,272][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:15,272][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:15,273][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@302186d2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:15,273][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:15,273][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:15,273][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:15,274][DEBUG][redisson-netty-2-8] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4bfd24cb[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:15,274][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:15,274][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:15,275][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587723, [49, 55, 56, 48, 57, 56, 57, 49, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:15,275][DEBUG][redisson-netty-2-26] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587723, [49, 55, 56, 48, 57, 56, 57, 49, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@53fa39c3[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587723, [49, 55, 56, 48, 57, 56, 57, 49, 57, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:15,276][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:15,276][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:15,276][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13f7c9fb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:15,276][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:15,276][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:15,276][DEBUG][http-nio-1024-exec-8] ==> Preparing: select t_dict_data.*, t_dict.dict_code from t_dict_data left join t_dict on t_dict_data.dict_id = t_dict.dict_id order by t_dict_data.sort_order desc (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,277][DEBUG][http-nio-1024-exec-8] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,333][DEBUG][http-nio-1024-exec-8] <== Total: 91 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,333][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13f7c9fb] (Logger.java:49) +[2026-06-09 15:13:15,335][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:15,335][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DictDataVO(dictDataId=48, dictId=103, dictC (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:15,336][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:15,361][DEBUG][http-nio-1024-exec-5] GET "/support/message/getUnreadCount", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:15,361][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.base.module.support.message.controller.MessageController#getUnreadCount() (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:15,361][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:15,361][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:15,363][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@27f58df7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:15,363][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:15,363][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:15,363][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:15,364][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@50a596a8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:15,364][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:15,364][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:15,364][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:15,364][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5c848c5a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:15,365][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:15,365][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:15,365][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:15,366][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7b777f92[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:15,366][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:15,366][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:15,366][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587723, [49, 55, 56, 48, 57, 56, 57, 49, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:15,367][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587723, [49, 55, 56, 48, 57, 56, 57, 49, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@192603ba[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587723, [49, 55, 56, 48, 57, 56, 57, 49, 57, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:15,367][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:15,368][DEBUG][http-nio-1024-exec-5] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:15,368][DEBUG][http-nio-1024-exec-5] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@419b7b0e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:15,368][DEBUG][http-nio-1024-exec-5] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:15,368][DEBUG][http-nio-1024-exec-5] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:15,368][DEBUG][http-nio-1024-exec-5] ==> Preparing: SELECT count(1) FROM t_message where receiver_user_type = ? AND receiver_user_id = ? AND read_flag = false (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,369][DEBUG][http-nio-1024-exec-5] ==> Parameters: 1(Integer), 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,415][DEBUG][http-nio-1024-exec-5] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,416][DEBUG][http-nio-1024-exec-5] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@419b7b0e] (Logger.java:49) +[2026-06-09 15:13:15,416][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:15,416][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=0, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:13:15,417][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:15,464][DEBUG][http-nio-1024-exec-7] POST "/support/changeLog/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:15,464][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController#queryPage(ChangeLogQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:15,465][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:15,465][DEBUG][http-nio-1024-exec-2] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:15,465][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:15,465][DEBUG][http-nio-1024-exec-4] POST "/oa/notice/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:15,465][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:15,465][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.business.oa.notice.controller.NoticeController#queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:15,465][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:15,465][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:15,465][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:15,466][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:15,466][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@278353e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:15,466][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@398f1e9c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:15,466][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@dfb6379[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:15,467][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:15,467][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:15,467][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:15,467][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:15,467][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:15,467][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:15,467][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:15,467][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:15,467][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:15,468][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@74f8923e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:15,468][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1e94af0d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:15,468][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4404feea[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:15,468][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:15,468][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:15,468][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:15,468][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:15,468][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:15,468][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:15,469][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:15,469][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:15,469][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:15,469][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5f93e58a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:15,469][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@c1b5ffb[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:15,469][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@28cb1bdc[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:15,470][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:15,470][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:15,470][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:15,470][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:15,470][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:15,470][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:15,470][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:15,470][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:15,470][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:15,471][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6a273583[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:15,471][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@713e05d8[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:15,471][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@62f766c4[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:15,471][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:15,471][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:15,471][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:15,471][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:15,471][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:15,471][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:15,471][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587723, [49, 55, 56, 48, 57, 56, 57, 49, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:15,471][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587723, [49, 55, 56, 48, 57, 56, 57, 49, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:15,471][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587723, [49, 55, 56, 48, 57, 56, 57, 49, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:15,472][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587723, [49, 55, 56, 48, 57, 56, 57, 49, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@511c562c[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587723, [49, 55, 56, 48, 57, 56, 57, 49, 57, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:15,472][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587723, [49, 55, 56, 48, 57, 56, 57, 49, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@333342ec[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587723, [49, 55, 56, 48, 57, 56, 57, 49, 57, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:15,472][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587723, [49, 55, 56, 48, 57, 56, 57, 49, 57, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4603c339[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587723, [49, 55, 56, 48, 57, 56, 57, 49, 57, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:15,472][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:15,472][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:15,472][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:15,472][DEBUG][http-nio-1024-exec-4] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=2, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:15,472][DEBUG][http-nio-1024-exec-2] Read "application/json;charset=UTF-8" to [NoticeEmployeeQueryForm(keywords=null, noticeTypeId=1, publishTimeBegin=null, notViewFlag=null, publ (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:15,472][DEBUG][http-nio-1024-exec-7] Read "application/json;charset=UTF-8" to [ChangeLogQueryForm(type=null, keyword=null, publicDateBegin=null, publicDateEnd=null, createTime=nul (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:15,472][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:15,472][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:15,473][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:15,473][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7b7195a5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:15,473][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4aa782ab] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:15,473][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2da500e6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:15,473][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:15,473][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:15,473][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:15,473][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:15,473][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:15,473][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:13:12.332, closeCount=0, lastValidateTimeMillis=2026-06-09 15:13:12.381}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:15,473][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,473][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,473][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT * FROM t_change_log order by t_change_log.version desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,473][DEBUG][http-nio-1024-exec-7] ==> Parameters: 8(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,473][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,473][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,520][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,520][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4aa782ab] (Logger.java:49) +[2026-06-09 15:13:15,520][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:15,520][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7e9385a7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:15,520][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:15,520][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:13:12.332, closeCount=0, lastValidateTimeMillis=2026-06-09 15:13:12.381}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:15,520][DEBUG][http-nio-1024-exec-2] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,521][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long), false(Boolean), 1(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,522][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,523][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7b7195a5] (Logger.java:49) +[2026-06-09 15:13:15,525][DEBUG][http-nio-1024-exec-4] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,525][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2da500e6] (Logger.java:49) +[2026-06-09 15:13:15,525][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:15,525][DEBUG][smart-operate-log59] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:15,525][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2ccfbae2] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:15,525][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:15,525][DEBUG][smart-operate-log59] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@581f98f0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:15,525][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=8, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:15,525][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:15,525][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:15,525][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:15,525][DEBUG][smart-operate-log59] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:15,525][DEBUG][smart-operate-log59] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:15,526][DEBUG][smart-operate-log59] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,526][DEBUG][http-nio-1024-exec-4] ==> Preparing: select t_notice.notice_id, t_notice.notice_type_id, t_notice.title, t_notice.all_visible_flag, t_notice.scheduled_publish_flag, t_notice.publish_time, t_notice.content_text, t_notice.content_html, t_notice.attachment, t_notice.page_view_count, t_notice.user_view_count, t_notice.source, t_notice.author, t_notice.document_number, t_notice.instance_id, t_notice.node_name, t_notice.flow_status, t_notice.deleted_flag, t_notice.create_user_id, t_notice.update_time, t_notice.create_time , t_notice_type.notice_type_name, (select count(*) from t_notice_view_record where t_notice_view_record.employee_id = ? and t_notice_view_record.notice_id = t_notice.notice_id) as viewFlag from t_notice left join t_notice_type on t_notice.notice_type_id = t_notice_type.notice_type_id WHERE t_notice.deleted_flag = ? and t_notice.publish_time < now() AND t_notice_type.notice_type_id = ? order by t_notice.publish_time desc LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,526][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long), false(Boolean), 2(Long), 6(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,526][DEBUG][smart-operate-log59] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 业务支撑-更新日志(String), 分页查询 @author 卓大(String), /support/changeLog/queryPage(String), net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController.queryPage(String), POST(String), UPDATE(String), [{"searchCount":false,"pageSize":8,"pageNum":1}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"data":{"total":0,"pages":0,"pageSize":8,"list":[],"pageNum":1,"emptyFlag":true},"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,583][DEBUG][smart-operate-log59] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@581f98f0] (Logger.java:49) +[2026-06-09 15:13:15,584][DEBUG][smart-operate-log59] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 15:13:15,584][DEBUG][smart-operate-log59] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 15:13:15,584][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,585][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7e9385a7] (Logger.java:49) +[2026-06-09 15:13:15,586][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:15,586][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:15,587][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:15,635][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:15,635][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2ccfbae2] (Logger.java:49) +[2026-06-09 15:13:15,637][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:15,637][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=6, total=0, p (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:15,637][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:19,228][DEBUG][http-nio-1024-exec-9] GET "/flow/execute/copyPage?pageNum=1&pageSize=10", parameters={masked} (LogFormatUtils.java:120) +[2026-06-09 15:13:19,228][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.admin.module.flow.controller.ExecuteController#copyPage(FlowTask, int, int) (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:19,229][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:19,229][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:19,231][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2f9c3529[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:19,231][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:19,231][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:19,231][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:19,232][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@50d8b9e7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:19,233][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:19,233][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:19,233][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:19,234][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@63346b84[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:19,234][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:19,234][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:19,235][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:19,236][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@f3e7f87[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:19,236][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:19,236][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:19,236][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587719, [49, 55, 56, 48, 57, 56, 57, 49, 57, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:19,238][DEBUG][redisson-netty-2-24] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587719, [49, 55, 56, 48, 57, 56, 57, 49, 57, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5fd43f15[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587719, [49, 55, 56, 48, 57, 56, 57, 49, 57, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:19,238][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:19,239][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:19,239][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3860830e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:19,240][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:19,240][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:19,240][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT employee_id,login_name,login_pwd,actual_name,avatar,gender,phone,email,department_id,position_id,administrator_flag,disabled_flag,deleted_flag,remark,update_time,create_time FROM t_employee WHERE employee_id=? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:19,240][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:19,289][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:19,289][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3860830e] (Logger.java:49) +[2026-06-09 15:13:19,289][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:19,290][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@698d3044] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:19,290][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:19,290][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:19,290][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT er.role_id FROM t_role_employee er WHERE er.employee_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:19,291][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:19,339][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:19,339][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@698d3044] (Logger.java:49) +[2026-06-09 15:13:19,339][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:19,339][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@16d2690e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:19,340][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:19,340][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:19,340][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT role_id,role_name,role_code,remark,update_time,create_time FROM t_role (BaseJdbcLogger.java:135) +[2026-06-09 15:13:19,341][DEBUG][http-nio-1024-exec-9] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:13:19,389][DEBUG][http-nio-1024-exec-9] <== Total: 10 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:19,390][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@16d2690e] (Logger.java:49) +[2026-06-09 15:13:19,391][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:19,391][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2a19ea3f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:19,396][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:19,396][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:19,396][DEBUG][http-nio-1024-exec-9] ==> Preparing: SELECT COUNT(*) AS total FROM flow_user a WHERE a.type = 4 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:19,396][DEBUG][http-nio-1024-exec-9] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:13:19,446][DEBUG][http-nio-1024-exec-9] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:19,446][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2a19ea3f] (Logger.java:49) +[2026-06-09 15:13:19,448][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:19,448][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:19,448][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:19,751][DEBUG][http-nio-1024-exec-3] GET "/department/listAll", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:19,751][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.department.controller.DepartmentController#listAll() (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:19,751][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:19,751][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:19,753][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@31debfd5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:19,753][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:19,753][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:19,753][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:19,754][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3e8e15b0[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:19,754][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:19,754][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:19,754][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:19,755][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4d1ab6a4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:19,755][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:19,755][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:19,755][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:19,756][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@9e57bcf[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:19,756][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:19,756][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:19,756][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587718, [49, 55, 56, 48, 57, 56, 57, 49, 57, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:19,757][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587718, [49, 55, 56, 48, 57, 56, 57, 49, 57, 57, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@739bd722[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587718, [49, 55, 56, 48, 57, 56, 57, 49, 57, 57, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:19,757][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:19,759][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:19,759][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DepartmentVO(departmentId=1, name=安徽省公安厅, m (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:19,759][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:22,575][DEBUG][http-nio-1024-exec-7] POST "/position/queryPage", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:22,575][DEBUG][http-nio-1024-exec-2] GET "/support/tableColumn/getColumns/10001", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:22,575][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.admin.module.system.position.controller.PositionController#queryPage(PositionQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:22,575][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:22,576][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:22,576][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:22,576][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:22,576][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:22,577][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4ebc5600[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:22,577][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2579737b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:22,577][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:22,577][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:22,577][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:22,578][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:22,578][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:22,578][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:22,578][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1020e54e[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:22,578][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1aff8775[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:22,578][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:22,578][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:22,578][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:22,578][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:22,578][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:22,579][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:22,579][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@18f76f03[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:22,579][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4a1563f9[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:22,579][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:22,579][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:22,580][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:22,580][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:22,580][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:22,580][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:22,580][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4792bc14[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:22,580][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4c25c677[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:22,580][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:22,580][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:22,581][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:22,581][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:22,581][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587715, [49, 55, 56, 48, 57, 56, 57, 50, 48, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:22,581][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587715, [49, 55, 56, 48, 57, 56, 57, 50, 48, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:22,582][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587715, [49, 55, 56, 48, 57, 56, 57, 50, 48, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@447e5bda[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587715, [49, 55, 56, 48, 57, 56, 57, 50, 48, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:22,583][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:22,582][DEBUG][redisson-netty-2-2] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587715, [49, 55, 56, 48, 57, 56, 57, 50, 48, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1458097[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587715, [49, 55, 56, 48, 57, 56, 57, 50, 48, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:22,583][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:22,583][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:22,583][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7cb62034] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:22,583][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:22,583][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:22,583][DEBUG][http-nio-1024-exec-2] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:22,584][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long), 10001(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:22,584][DEBUG][http-nio-1024-exec-7] Read "application/json;charset=UTF-8" to [PositionQueryForm(keywords=null, deletedFlag=null)] (LogFormatUtils.java:120) +[2026-06-09 15:13:22,588][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:22,589][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6b37212e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:22,590][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:22,590][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:13:12.332, closeCount=0, lastValidateTimeMillis=2026-06-09 15:13:12.381}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:22,590][DEBUG][http-nio-1024-exec-7] ==> Preparing: SELECT COUNT(*) AS total FROM t_position WHERE deleted_flag = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:22,591][DEBUG][http-nio-1024-exec-7] ==> Parameters: false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:22,630][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:22,630][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7cb62034] (Logger.java:49) +[2026-06-09 15:13:22,631][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:22,631][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:13:22,632][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:22,632][DEBUG][http-nio-1024-exec-4] GET "/support/tableColumn/getColumns/10001", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:22,633][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:22,633][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:22,633][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:22,634][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7204c5df[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:22,634][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:22,634][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:22,634][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:22,636][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@765f1b0d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:22,636][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:22,636][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:22,636][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:22,638][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@8a171d2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:22,639][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:22,639][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:22,639][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:22,640][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7a283ac9[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:22,641][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:22,641][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:22,641][DEBUG][http-nio-1024-exec-7] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:22,641][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587715, [49, 55, 56, 48, 57, 56, 57, 50, 48, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:22,641][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6b37212e] (Logger.java:49) +[2026-06-09 15:13:22,642][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:22,642][DEBUG][redisson-netty-2-4] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587715, [49, 55, 56, 48, 57, 56, 57, 50, 48, 50, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@41064161[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587715, [49, 55, 56, 48, 57, 56, 57, 50, 48, 50, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:22,642][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:22,642][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:22,642][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:22,642][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:22,642][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@225ab1bd] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:22,643][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:22,643][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:13:12.332, closeCount=0, lastValidateTimeMillis=2026-06-09 15:13:12.381}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:22,643][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:22,643][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long), 10001(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:22,690][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:22,690][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@225ab1bd] (Logger.java:49) +[2026-06-09 15:13:22,691][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:22,691][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:13:22,691][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:22,742][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:22,742][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7698bee0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:22,742][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:22,742][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:13:12.332, closeCount=0, lastValidateTimeMillis=2026-06-09 15:13:12.381}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:22,742][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 15:13:22,743][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:13:22,796][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:22,796][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7698bee0] (Logger.java:49) +[2026-06-09 15:13:23,897][DEBUG][http-nio-1024-exec-6] GET "/department/listAll", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:23,897][DEBUG][http-nio-1024-exec-9] GET "/support/tableColumn/getColumns/10001", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:23,897][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.department.controller.DepartmentController#listAll() (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:23,897][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:23,897][DEBUG][http-nio-1024-exec-9] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:23,898][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:23,898][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:23,898][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:23,898][DEBUG][http-nio-1024-exec-3] POST "/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:23,898][DEBUG][http-nio-1024-exec-3] Mapped to net.lab1024.sa.admin.module.system.employee.controller.EmployeeController#query(EmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:23,898][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:23,898][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:23,899][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@617ee017[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:23,899][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@46f455ff[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:23,899][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@686ccd0c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:23,899][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:23,899][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:23,899][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:23,899][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:23,899][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:23,899][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:23,899][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:23,899][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:23,899][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:23,900][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6c4f3f2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:23,900][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7d11cfbf[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:23,900][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4264f250[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:23,900][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:23,900][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:23,900][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:23,900][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:23,900][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:23,900][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:23,900][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:23,900][DEBUG][http-nio-1024-exec-9] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:23,900][DEBUG][http-nio-1024-exec-3] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:23,901][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@65b7279a[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:23,901][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@ef72baa[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:23,901][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@20e94e14[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:23,901][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:23,901][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:23,901][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:23,901][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:23,901][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:23,901][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:23,901][DEBUG][http-nio-1024-exec-3] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:23,901][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:23,901][DEBUG][http-nio-1024-exec-9] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:23,902][DEBUG][redisson-netty-2-20] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@44c7d48[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:23,902][DEBUG][redisson-netty-2-30] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2843934b[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:23,902][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4d653e8f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:23,902][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:23,902][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:23,902][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:23,902][DEBUG][http-nio-1024-exec-3] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:23,902][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:23,902][DEBUG][http-nio-1024-exec-9] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:23,902][DEBUG][http-nio-1024-exec-3] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587714, [49, 55, 56, 48, 57, 56, 57, 50, 48, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:23,903][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587714, [49, 55, 56, 48, 57, 56, 57, 50, 48, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:23,903][DEBUG][http-nio-1024-exec-9] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587714, [49, 55, 56, 48, 57, 56, 57, 50, 48, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:23,904][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587714, [49, 55, 56, 48, 57, 56, 57, 50, 48, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3edeb37d[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587714, [49, 55, 56, 48, 57, 56, 57, 50, 48, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:23,904][DEBUG][redisson-netty-2-18] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587714, [49, 55, 56, 48, 57, 56, 57, 50, 48, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7f29689f[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587714, [49, 55, 56, 48, 57, 56, 57, 50, 48, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:23,904][DEBUG][redisson-netty-2-1] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587714, [49, 55, 56, 48, 57, 56, 57, 50, 48, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@894a0c6[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587714, [49, 55, 56, 48, 57, 56, 57, 50, 48, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:23,904][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:23,904][DEBUG][http-nio-1024-exec-3] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:23,904][DEBUG][http-nio-1024-exec-9] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:23,904][DEBUG][http-nio-1024-exec-9] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:23,904][DEBUG][http-nio-1024-exec-9] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@119cbc1e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:23,904][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:23,904][DEBUG][http-nio-1024-exec-3] Read "application/json;charset=UTF-8" to [EmployeeQueryForm(keyword=null, departmentId=null, startTime=null, endTime=null, disabledFlag=false, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:23,904][DEBUG][http-nio-1024-exec-9] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:23,904][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DepartmentVO(departmentId=1, name=安徽省公安厅, m (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:23,904][DEBUG][http-nio-1024-exec-9] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:13:12.332, closeCount=0, lastValidateTimeMillis=2026-06-09 15:13:12.381}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:23,904][DEBUG][http-nio-1024-exec-9] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:23,904][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:23,905][DEBUG][http-nio-1024-exec-9] ==> Parameters: 1(Long), 10001(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:23,908][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:23,908][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@cd8489f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:23,910][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:23,910][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:23,910][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT COUNT(*) AS total FROM t_employee WHERE t_employee.disabled_flag = ? AND t_employee.deleted_flag = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:23,910][DEBUG][http-nio-1024-exec-3] ==> Parameters: false(Boolean), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:23,914][DEBUG][http-nio-1024-exec-8] POST "/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:23,914][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.employee.controller.EmployeeController#query(EmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:23,914][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:23,914][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:23,915][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@25c83113[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:23,915][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:23,915][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:23,915][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:23,916][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2e135b8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:23,916][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:23,916][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:23,916][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:23,916][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2cf1c1d4[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:23,916][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:23,916][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:23,916][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:23,917][DEBUG][redisson-netty-2-2] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@9b0a5db[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:23,917][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:23,917][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:23,917][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587714, [49, 55, 56, 48, 57, 56, 57, 50, 48, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:23,918][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587714, [49, 55, 56, 48, 57, 56, 57, 50, 48, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5b79b266[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587714, [49, 55, 56, 48, 57, 56, 57, 50, 48, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:23,918][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:23,918][DEBUG][http-nio-1024-exec-8] Read "application/json;charset=UTF-8" to [EmployeeQueryForm(keyword=null, departmentId=1, startTime=null, endTime=null, disabledFlag=false, em (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:23,918][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:23,918][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4daef3a7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:23,919][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:23,919][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:23,919][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT COUNT(*) AS total FROM t_employee WHERE t_employee.department_id IN (?) AND t_employee.disabled_flag = ? AND t_employee.deleted_flag = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:23,920][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long), false(Boolean), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:23,977][DEBUG][http-nio-1024-exec-9] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:23,977][DEBUG][http-nio-1024-exec-9] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@119cbc1e] (Logger.java:49) +[2026-06-09 15:13:23,978][DEBUG][http-nio-1024-exec-9] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:23,978][DEBUG][http-nio-1024-exec-9] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:13:23,979][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:23,979][DEBUG][http-nio-1024-exec-9] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:23,979][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT t_employee.*, t_department.name AS departmentName FROM t_employee LEFT JOIN t_department ON t_department.department_id = t_employee.department_id WHERE t_employee.disabled_flag = ? AND t_employee.deleted_flag = ? LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:23,980][DEBUG][http-nio-1024-exec-10] GET "/support/tableColumn/getColumns/10001", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:23,981][DEBUG][http-nio-1024-exec-3] ==> Parameters: false(Boolean), false(Boolean), 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:23,981][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:23,981][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:23,981][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:23,984][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@13f7c113[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:23,984][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:23,985][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:23,985][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:23,985][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT t_employee.*, t_department.name AS departmentName FROM t_employee LEFT JOIN t_department ON t_department.department_id = t_employee.department_id WHERE t_employee.department_id in ( ? ) AND t_employee.disabled_flag = ? AND t_employee.deleted_flag = ? LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:23,985][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:23,986][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@203da223[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:23,986][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:23,987][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long), false(Boolean), false(Boolean), 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:23,987][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:23,987][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:23,987][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5e06f218[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:23,988][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:23,988][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:23,988][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:23,988][DEBUG][redisson-netty-2-4] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@242c90fb[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:23,989][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:23,989][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:23,989][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587714, [49, 55, 56, 48, 57, 56, 57, 50, 48, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:23,989][DEBUG][redisson-netty-2-26] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587714, [49, 55, 56, 48, 57, 56, 57, 50, 48, 51, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2da6416c[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587714, [49, 55, 56, 48, 57, 56, 57, 50, 48, 51, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:23,989][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:23,990][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:23,990][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@73c31c7d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:23,990][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:23,990][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:13:12.332, closeCount=0, lastValidateTimeMillis=2026-06-09 15:13:12.381}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:23,990][DEBUG][http-nio-1024-exec-10] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:23,990][DEBUG][http-nio-1024-exec-10] ==> Parameters: 1(Long), 10001(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:24,036][DEBUG][http-nio-1024-exec-3] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:24,036][DEBUG][http-nio-1024-exec-8] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:24,036][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@cd8489f] (Logger.java:49) +[2026-06-09 15:13:24,036][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4daef3a7] (Logger.java:49) +[2026-06-09 15:13:24,037][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:24,037][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:24,037][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@32b42346] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:24,037][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@441943ef] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:24,037][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:24,037][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:24,037][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:24,037][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:24,037][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT t_role_employee.role_id, t_role_employee.employee_id, t_role.role_name FROM t_role_employee LEFT JOIN t_role ON t_role.role_id = t_role_employee.role_id WHERE employee_id in ( ? ) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:24,037][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT t_role_employee.role_id, t_role_employee.employee_id, t_role.role_name FROM t_role_employee LEFT JOIN t_role ON t_role.role_id = t_role_employee.role_id WHERE employee_id in ( ? ) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:24,039][DEBUG][http-nio-1024-exec-3] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:24,039][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:24,039][DEBUG][http-nio-1024-exec-10] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:24,039][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@73c31c7d] (Logger.java:49) +[2026-06-09 15:13:24,039][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:24,040][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:13:24,040][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:24,088][DEBUG][http-nio-1024-exec-3] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:24,089][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@32b42346] (Logger.java:49) +[2026-06-09 15:13:24,089][DEBUG][http-nio-1024-exec-3] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:24,090][DEBUG][http-nio-1024-exec-3] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1fac209d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:24,090][DEBUG][http-nio-1024-exec-3] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:24,090][DEBUG][http-nio-1024-exec-3] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:24,090][DEBUG][http-nio-1024-exec-3] ==> Preparing: SELECT position_id,position_name,level,sort,remark,deleted_flag,create_time,update_time FROM t_position WHERE position_id IN ( ? ) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:24,091][DEBUG][http-nio-1024-exec-3] ==> Parameters: 3(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:24,094][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:24,094][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@441943ef] (Logger.java:49) +[2026-06-09 15:13:24,094][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:24,095][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5e4336d4] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:24,095][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:24,095][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:24,095][DEBUG][http-nio-1024-exec-8] ==> Preparing: SELECT position_id,position_name,level,sort,remark,deleted_flag,create_time,update_time FROM t_position WHERE position_id IN ( ? ) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:24,096][DEBUG][http-nio-1024-exec-8] ==> Parameters: 3(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:24,140][DEBUG][http-nio-1024-exec-3] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1fac209d] (Logger.java:49) +[2026-06-09 15:13:24,140][DEBUG][http-nio-1024-exec-3] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 15:13:24,140][DEBUG][http-nio-1024-exec-3] Extracted SQL state class '42' from value '42601' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 15:13:24,144][DEBUG][http-nio-1024-exec-3] Using @ExceptionHandler net.lab1024.sa.base.handler.GlobalExceptionHandler#errorHandler(Throwable) (ExceptionHandlerExceptionResolver.java:420) +[2026-06-09 15:13:24,145][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5e4336d4] (Logger.java:49) +[2026-06-09 15:13:24,145][DEBUG][http-nio-1024-exec-8] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 15:13:24,145][DEBUG][http-nio-1024-exec-8] Extracted SQL state class '42' from value '42601' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 15:13:24,148][DEBUG][http-nio-1024-exec-8] Using @ExceptionHandler net.lab1024.sa.base.handler.GlobalExceptionHandler#errorHandler(Throwable) (ExceptionHandlerExceptionResolver.java:420) +[2026-06-09 15:13:24,150][DEBUG][http-nio-1024-exec-3] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:24,150][DEBUG][http-nio-1024-exec-3] Writing [ResponseDTO(code=10001, level=system, msg=org.springframework.jdbc.BadSqlGrammarException: ### Erro (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:24,150][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:24,150][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=10001, level=system, msg=org.springframework.jdbc.BadSqlGrammarException: ### Erro (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:24,150][DEBUG][http-nio-1024-exec-3] Resolved [org.springframework.jdbc.BadSqlGrammarException: ### Error querying database. Cause: com.kingbase8.util.KSQLException: ERROR: CONNECT BY clause required in this query block Position: 34 At Line: 1, Line Position: 34### The error may exist in net/lab1024/sa/admin/module/system/position/dao/PositionDao.java (best guess)### The error may involve defaultParameterMap### The error occurred while setting parameters### SQL: SELECT position_id,position_name,level,sort,remark,deleted_flag,create_time,update_time FROM t_position WHERE position_id IN ( ? )### Cause: com.kingbase8.util.KSQLException: ERROR: CONNECT BY clause required in this query block Position: 34 At Line: 1, Line Position: 34; bad SQL grammar []] (AbstractHandlerExceptionResolver.java:179) +[2026-06-09 15:13:24,151][DEBUG][http-nio-1024-exec-3] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:24,151][DEBUG][http-nio-1024-exec-8] Resolved [org.springframework.jdbc.BadSqlGrammarException: ### Error querying database. Cause: com.kingbase8.util.KSQLException: ERROR: CONNECT BY clause required in this query block Position: 34 At Line: 1, Line Position: 34### The error may exist in net/lab1024/sa/admin/module/system/position/dao/PositionDao.java (best guess)### The error may involve defaultParameterMap### The error occurred while setting parameters### SQL: SELECT position_id,position_name,level,sort,remark,deleted_flag,create_time,update_time FROM t_position WHERE position_id IN ( ? )### Cause: com.kingbase8.util.KSQLException: ERROR: CONNECT BY clause required in this query block Position: 34 At Line: 1, Line Position: 34; bad SQL grammar []] (AbstractHandlerExceptionResolver.java:179) +[2026-06-09 15:13:24,151][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:31,595][DEBUG][http-nio-1024-exec-2] GET "/role/getAll", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:31,595][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.role.controller.RoleController#getAllRole() (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:31,595][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:31,595][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:31,597][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7ef68769[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:31,598][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:31,598][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:31,598][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:31,599][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@775e32d7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:31,599][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:31,599][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:31,599][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:31,601][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@30fec53b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:31,602][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:31,602][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:31,602][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:31,604][DEBUG][redisson-netty-2-22] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@55d8152f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:31,604][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:31,604][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:31,605][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587706, [49, 55, 56, 48, 57, 56, 57, 50, 49, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:31,607][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587706, [49, 55, 56, 48, 57, 56, 57, 50, 49, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1ae2ce1a[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587706, [49, 55, 56, 48, 57, 56, 57, 50, 49, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:31,607][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:31,609][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:31,609][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5b930db0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:31,609][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:31,609][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:31,609][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT role_id,role_name,role_code,remark,update_time,create_time FROM t_role (BaseJdbcLogger.java:135) +[2026-06-09 15:13:31,609][DEBUG][http-nio-1024-exec-2] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:13:31,674][DEBUG][http-nio-1024-exec-2] <== Total: 10 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:31,675][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5b930db0] (Logger.java:49) +[2026-06-09 15:13:31,689][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:31,696][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[RoleVO(roleId=10001, roleName=角色查看者, roleCo (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:31,697][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:31,713][DEBUG][http-nio-1024-exec-4] GET "/role/menu/getRoleSelectedMenu/10001", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:31,713][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.role.controller.RoleMenuController#getRoleSelectedMenu(Long) (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:31,713][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:31,713][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:31,714][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@55d20e11[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:31,714][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:31,714][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:31,715][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:31,715][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3e782688[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:31,715][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:31,715][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:31,715][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:31,716][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7d10d66[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:31,716][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:31,716][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:31,717][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:31,717][DEBUG][redisson-netty-2-12] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@79f25efd[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:31,717][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:31,717][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:31,718][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587706, [49, 55, 56, 48, 57, 56, 57, 50, 49, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:31,718][DEBUG][redisson-netty-2-20] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587706, [49, 55, 56, 48, 57, 56, 57, 50, 49, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4128ee92[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587706, [49, 55, 56, 48, 57, 56, 57, 50, 49, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:31,718][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:31,720][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:31,720][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@20a50744] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:31,720][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:31,720][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:31,720][DEBUG][http-nio-1024-exec-4] ==> Preparing: select menu_id from t_role_menu where role_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:31,720][DEBUG][http-nio-1024-exec-4] ==> Parameters: 10001(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:31,766][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:31,766][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@20a50744] (Logger.java:49) +[2026-06-09 15:13:31,766][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:31,766][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c1e14d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:31,767][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:31,767][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:31,767][DEBUG][http-nio-1024-exec-4] ==> Preparing: select * from t_menu where deleted_flag = ? and disabled_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 15:13:31,767][DEBUG][http-nio-1024-exec-4] ==> Parameters: false(Boolean), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:31,826][DEBUG][http-nio-1024-exec-4] <== Total: 120 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:31,826][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c1e14d] (Logger.java:49) +[2026-06-09 15:13:31,837][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:31,840][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=RoleMenuTreeVO(roleId=10001, menuTreeList=[M (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:31,843][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:58,473][DEBUG][http-nio-1024-exec-6] POST "/role/add", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:58,475][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.role.controller.RoleController#addRole(RoleAddForm) (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:58,476][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:58,478][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:58,484][DEBUG][redisson-netty-2-30] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7999c88c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:58,485][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:58,485][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:58,485][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:58,486][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2c304407[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:58,486][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:58,487][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:58,487][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:58,487][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1f1d39e5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:58,488][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:58,488][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:58,488][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:58,488][DEBUG][redisson-netty-2-18] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@fdd3c3e[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:58,488][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:58,489][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:58,489][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587679, [49, 55, 56, 48, 57, 56, 57, 50, 51, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:58,489][DEBUG][redisson-netty-2-10] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587679, [49, 55, 56, 48, 57, 56, 57, 50, 51, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@65a56595[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587679, [49, 55, 56, 48, 57, 56, 57, 50, 51, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:58,489][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:58,495][DEBUG][http-nio-1024-exec-6] Read "application/json;charset=UTF-8" to [RoleAddForm(roleName=管理员, roleCode=SJ_ADMIN_ROLE, remark=市级平台配置、用户管理、权限分配)] (LogFormatUtils.java:120) +[2026-06-09 15:13:58,500][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:58,500][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15ec0477] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:58,500][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:58,500][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:58,501][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT * FROM t_role WHERE role_name = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:58,502][DEBUG][http-nio-1024-exec-6] ==> Parameters: 管理员(String) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:58,550][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:58,551][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@15ec0477] (Logger.java:49) +[2026-06-09 15:13:58,551][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:58,551][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@71f91a94] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:58,551][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:58,551][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:58,551][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT * FROM t_role WHERE role_code = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:13:58,552][DEBUG][http-nio-1024-exec-6] ==> Parameters: SJ_ADMIN_ROLE(String) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:58,599][DEBUG][http-nio-1024-exec-6] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:58,599][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@71f91a94] (Logger.java:49) +[2026-06-09 15:13:58,602][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:58,602][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3d036117] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:58,605][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:58,605][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:58,606][DEBUG][http-nio-1024-exec-6] ==> Preparing: INSERT INTO t_role ( role_name, role_code, remark ) VALUES ( ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:58,607][DEBUG][http-nio-1024-exec-6] ==> Parameters: 管理员(String), SJ_ADMIN_ROLE(String), 市级平台配置、用户管理、权限分配(String) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:58,657][DEBUG][http-nio-1024-exec-6] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:58,658][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3d036117] (Logger.java:49) +[2026-06-09 15:13:58,681][DEBUG][smart-operate-log60] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:58,681][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:58,681][DEBUG][smart-operate-log60] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@69cf41bb] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:58,681][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:13:58,682][DEBUG][smart-operate-log60] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:58,682][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:13:58,682][DEBUG][smart-operate-log60] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:58,682][DEBUG][smart-operate-log60] ==> Preparing: INSERT INTO t_operate_log ( operate_user_id, operate_user_type, operate_user_name, operate_user_account, operate_user_role, module, content, url, method, http_method, operation_type, param, ip, ip_region, user_agent, device_info, os_info, response_result, success_flag ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:58,683][DEBUG][smart-operate-log60] ==> Parameters: 1(Long), 1(Integer), 管理员(String), admin(String), (String), 系统-角色(String), 添加角色 @author 卓大(String), /role/add(String), net.lab1024.sa.admin.module.system.role.controller.RoleController.addRole(String), POST(String), CREATE(String), [{"roleCode":"SJ_ADMIN_ROLE","roleName":"管理员","remark":"市级平台配置、用户管理、权限分配"}](String), 127.0.0.1(String), (String), Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36(String), Chrome 148.0.0.0(String), macOS 10.15.7(String), {"msg":"操作成功","code":0,"dataType":1,"ok":true}(String), true(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:13:58,706][DEBUG][http-nio-1024-exec-10] GET "/role/getAll", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:13:58,707][DEBUG][http-nio-1024-exec-10] Mapped to net.lab1024.sa.admin.module.system.role.controller.RoleController#getAllRole() (AbstractHandlerMapping.java:531) +[2026-06-09 15:13:58,707][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:58,707][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:58,720][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@9d9d701[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:58,720][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:58,720][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:58,720][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:58,721][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@394b0694[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:58,721][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:58,721][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:58,722][DEBUG][http-nio-1024-exec-10] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:58,724][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@e7d1012[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:58,724][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:58,724][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:58,724][DEBUG][http-nio-1024-exec-10] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:58,726][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5d27d1d8[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:58,726][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:58,726][DEBUG][http-nio-1024-exec-10] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:13:58,726][DEBUG][http-nio-1024-exec-10] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587679, [49, 55, 56, 48, 57, 56, 57, 50, 51, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:13:58,729][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587679, [49, 55, 56, 48, 57, 56, 57, 50, 51, 56, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@30f1c539[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587679, [49, 55, 56, 48, 57, 56, 57, 50, 51, 56, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:13:58,729][DEBUG][http-nio-1024-exec-10] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:13:58,730][DEBUG][http-nio-1024-exec-10] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:13:58,730][DEBUG][http-nio-1024-exec-10] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5509cee2] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:13:58,731][DEBUG][http-nio-1024-exec-10] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:13:58,731][DEBUG][http-nio-1024-exec-10] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:13:58,731][DEBUG][http-nio-1024-exec-10] ==> Preparing: SELECT role_id,role_name,role_code,remark,update_time,create_time FROM t_role (BaseJdbcLogger.java:135) +[2026-06-09 15:13:58,732][DEBUG][http-nio-1024-exec-10] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:13:58,746][DEBUG][smart-operate-log60] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@69cf41bb] (Logger.java:49) +[2026-06-09 15:13:58,747][DEBUG][smart-operate-log60] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 15:13:58,747][DEBUG][smart-operate-log60] Extracted SQL state class '42' from value '42703' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 15:13:58,780][DEBUG][http-nio-1024-exec-10] <== Total: 11 (BaseJdbcLogger.java:135) +[2026-06-09 15:13:58,781][DEBUG][http-nio-1024-exec-10] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5509cee2] (Logger.java:49) +[2026-06-09 15:13:58,781][DEBUG][http-nio-1024-exec-10] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:13:58,781][DEBUG][http-nio-1024-exec-10] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[RoleVO(roleId=10001, roleName=角色查看者, roleCo (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:13:58,781][DEBUG][http-nio-1024-exec-10] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:14:01,095][DEBUG][http-nio-1024-exec-8] GET "/role/menu/getRoleSelectedMenu/1", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:14:01,096][DEBUG][http-nio-1024-exec-8] Mapped to net.lab1024.sa.admin.module.system.role.controller.RoleMenuController#getRoleSelectedMenu(Long) (AbstractHandlerMapping.java:531) +[2026-06-09 15:14:01,096][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:01,096][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:01,097][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@26fe27b[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:01,097][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:01,097][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:01,098][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:01,099][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@212751fd[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:01,099][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:01,099][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:01,099][DEBUG][http-nio-1024-exec-8] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:01,100][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4b608689[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:01,100][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:01,100][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:01,101][DEBUG][http-nio-1024-exec-8] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:01,102][DEBUG][redisson-netty-2-26] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2f10513a[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:01,103][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:01,103][DEBUG][http-nio-1024-exec-8] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:01,103][DEBUG][http-nio-1024-exec-8] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587677, [49, 55, 56, 48, 57, 56, 57, 50, 52, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:01,105][DEBUG][redisson-netty-2-8] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587677, [49, 55, 56, 48, 57, 56, 57, 50, 52, 49, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@119793a7[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587677, [49, 55, 56, 48, 57, 56, 57, 50, 52, 49, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:01,105][DEBUG][http-nio-1024-exec-8] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:01,106][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:14:01,106][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@52e8c3a7] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:14:01,106][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:14:01,106][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:14:01,106][DEBUG][http-nio-1024-exec-8] ==> Preparing: select menu_id from t_role_menu where role_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:14:01,107][DEBUG][http-nio-1024-exec-8] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:14:01,156][DEBUG][http-nio-1024-exec-8] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:14:01,157][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@52e8c3a7] (Logger.java:49) +[2026-06-09 15:14:01,157][DEBUG][http-nio-1024-exec-8] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:14:01,157][DEBUG][http-nio-1024-exec-8] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@574d12ad] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:14:01,157][DEBUG][http-nio-1024-exec-8] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:14:01,158][DEBUG][http-nio-1024-exec-8] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:14:01,158][DEBUG][http-nio-1024-exec-8] ==> Preparing: select * from t_menu where deleted_flag = ? and disabled_flag = ? order by parent_id desc,sort asc (BaseJdbcLogger.java:135) +[2026-06-09 15:14:01,159][DEBUG][http-nio-1024-exec-8] ==> Parameters: false(Boolean), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:14:01,214][DEBUG][http-nio-1024-exec-8] <== Total: 120 (BaseJdbcLogger.java:135) +[2026-06-09 15:14:01,214][DEBUG][http-nio-1024-exec-8] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@574d12ad] (Logger.java:49) +[2026-06-09 15:14:01,218][DEBUG][http-nio-1024-exec-8] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:14:01,219][DEBUG][http-nio-1024-exec-8] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=RoleMenuTreeVO(roleId=1, menuTreeList=[MenuS (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:14:01,221][DEBUG][http-nio-1024-exec-8] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:14:05,073][DEBUG][http-nio-1024-exec-2] GET "/dataScope/list", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:14:05,074][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.datascope.DataScopeController#dataScopeList() (AbstractHandlerMapping.java:531) +[2026-06-09 15:14:05,074][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:05,074][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:05,075][DEBUG][redisson-netty-2-28] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4b752df8[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:05,075][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:05,075][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:05,076][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:05,077][DEBUG][redisson-netty-2-24] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3b6f6ce6[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:05,077][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:05,077][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:05,077][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:05,079][DEBUG][redisson-netty-2-22] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2dc6a592[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:05,079][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:05,079][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:05,080][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:05,082][DEBUG][redisson-netty-2-16] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@dd7d48[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:05,082][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:05,082][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:05,082][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587673, [49, 55, 56, 48, 57, 56, 57, 50, 52, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:05,084][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587673, [49, 55, 56, 48, 57, 56, 57, 50, 52, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4eef8012[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587673, [49, 55, 56, 48, 57, 56, 57, 50, 52, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:05,084][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:05,094][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:14:05,094][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DataScopeAndViewTypeVO(dataScopeType=1, dat (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:14:05,096][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:14:05,103][DEBUG][http-nio-1024-exec-4] GET "/role/dataScope/getRoleDataScopeList/1", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:14:05,103][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.role.controller.RoleDataScopeController#dataScopeListByRole(Long) (AbstractHandlerMapping.java:531) +[2026-06-09 15:14:05,103][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:05,103][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:05,105][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5a82a4dd[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:05,105][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:05,105][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:05,105][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:05,106][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3972154c[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:05,106][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:05,106][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:05,106][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:05,107][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2a1a4e06[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:05,108][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:05,108][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:05,108][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:05,109][DEBUG][redisson-netty-2-20] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@71f1edeb[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:05,109][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:05,109][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:05,109][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587673, [49, 55, 56, 48, 57, 56, 57, 50, 52, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:05,109][DEBUG][redisson-netty-2-30] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587673, [49, 55, 56, 48, 57, 56, 57, 50, 52, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@38a352dd[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587673, [49, 55, 56, 48, 57, 56, 57, 50, 52, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:05,110][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:05,111][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:14:05,111][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2c252dd6] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:14:05,111][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:14:05,111][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:14:05,111][DEBUG][http-nio-1024-exec-4] ==> Preparing: select id,data_scope_type,view_type,role_id,update_time,create_time from t_role_data_scope where role_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:14:05,111][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:14:05,161][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:14:05,162][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2c252dd6] (Logger.java:49) +[2026-06-09 15:14:05,163][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:14:05,163][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[], dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:14:05,163][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:14:05,636][DEBUG][http-nio-1024-exec-6] POST "/role/employee/queryEmployee", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:14:05,637][DEBUG][http-nio-1024-exec-6] Mapped to net.lab1024.sa.admin.module.system.role.controller.RoleEmployeeController#queryEmployee(RoleEmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 15:14:05,637][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:05,637][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:05,639][DEBUG][redisson-netty-2-1] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4fa00cc5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:05,639][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:05,639][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:05,639][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:05,640][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5a999fb3[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:05,640][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:05,641][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:05,641][DEBUG][http-nio-1024-exec-6] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:05,642][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@d12ecb2[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:05,642][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:05,643][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:05,643][DEBUG][http-nio-1024-exec-6] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:05,643][DEBUG][redisson-netty-2-10] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5d56fbd8[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:05,644][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:05,644][DEBUG][http-nio-1024-exec-6] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:05,644][DEBUG][http-nio-1024-exec-6] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587672, [49, 55, 56, 48, 57, 56, 57, 50, 52, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:05,644][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587672, [49, 55, 56, 48, 57, 56, 57, 50, 52, 53, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@56606331[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587672, [49, 55, 56, 48, 57, 56, 57, 50, 52, 53, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:05,644][DEBUG][http-nio-1024-exec-6] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:05,656][DEBUG][http-nio-1024-exec-6] Read "application/json;charset=UTF-8" to [RoleEmployeeQueryForm(keywords=null, roleId=1)] (LogFormatUtils.java:120) +[2026-06-09 15:14:05,668][DEBUG][http-nio-1024-exec-6] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:14:05,668][DEBUG][http-nio-1024-exec-6] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@560d7170] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:14:05,677][DEBUG][http-nio-1024-exec-6] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:14:05,677][DEBUG][http-nio-1024-exec-6] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:14:05,677][DEBUG][http-nio-1024-exec-6] ==> Preparing: SELECT COUNT(*) AS total FROM t_role_employee WHERE t_role_employee.role_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:14:05,677][DEBUG][http-nio-1024-exec-6] ==> Parameters: 1(String) (BaseJdbcLogger.java:135) +[2026-06-09 15:14:05,730][DEBUG][http-nio-1024-exec-6] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:14:05,730][DEBUG][http-nio-1024-exec-6] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@560d7170] (Logger.java:49) +[2026-06-09 15:14:05,736][DEBUG][http-nio-1024-exec-6] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:14:05,737][DEBUG][http-nio-1024-exec-6] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=PageResult(pageNum=1, pageSize=10, total=0, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:14:05,737][DEBUG][http-nio-1024-exec-6] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:14:07,821][DEBUG][http-nio-1024-exec-2] POST "/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:14:07,821][DEBUG][http-nio-1024-exec-5] GET "/department/listAll", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:14:07,821][DEBUG][http-nio-1024-exec-7] GET "/support/tableColumn/getColumns/10001", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:14:07,822][DEBUG][http-nio-1024-exec-2] Mapped to net.lab1024.sa.admin.module.system.employee.controller.EmployeeController#query(EmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 15:14:07,822][DEBUG][http-nio-1024-exec-5] Mapped to net.lab1024.sa.admin.module.system.department.controller.DepartmentController#listAll() (AbstractHandlerMapping.java:531) +[2026-06-09 15:14:07,822][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:07,822][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:07,822][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 15:14:07,823][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:07,823][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:07,823][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:07,823][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:07,824][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@90395901 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x496f6459, L:/127.0.0.1:62759 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4f0e74af[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:07,824][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2053343104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0900131c, L:/127.0.0.1:62767 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2f4f63a5[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:07,824][DEBUG][redisson-netty-2-6] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@64f00fea[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:07,825][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:07,825][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:07,825][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:07,825][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:07,825][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:07,825][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:07,825][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:07,825][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:07,825][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:07,827][DEBUG][redisson-netty-2-16] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1923676842 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe2d75cbb, L:/127.0.0.1:62766 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6922d979[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:07,827][DEBUG][redisson-netty-2-2] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@22218966 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa58429b0, L:/127.0.0.1:62775 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4c20c752[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:07,827][DEBUG][redisson-netty-2-14] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@36737869 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x757128f7, L:/127.0.0.1:62765 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@77d009c7[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:07,827][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:07,827][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:07,827][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:07,827][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:07,827][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:07,827][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:07,827][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:07,827][DEBUG][http-nio-1024-exec-5] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:07,827][DEBUG][http-nio-1024-exec-2] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:07,828][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1708988080 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae9ac675, L:/127.0.0.1:62778 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@101e8646[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:07,828][DEBUG][redisson-netty-2-4] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1242644225 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6d83f82c, L:/127.0.0.1:62776 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@59bc7b1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:07,828][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:07,828][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:07,828][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:07,829][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:07,828][DEBUG][redisson-netty-2-26] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1573219982 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5e9d05, L:/127.0.0.1:62771 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@45c6fd22[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:07,829][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:07,829][DEBUG][http-nio-1024-exec-2] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:07,829][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:07,829][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:07,829][DEBUG][http-nio-1024-exec-5] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:07,837][DEBUG][redisson-netty-2-28] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@786447280 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x928f292c, L:/127.0.0.1:62772 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5e77a2f0[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:07,837][DEBUG][redisson-netty-2-24] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@983701370 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe4235fa5, L:/127.0.0.1:62770 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@453dd009[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:07,837][DEBUG][redisson-netty-2-22] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@636541021 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x62d74c8b, L:/127.0.0.1:62769 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@632b060f[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:07,838][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:07,838][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:07,839][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:07,839][DEBUG][http-nio-1024-exec-2] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:07,839][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:07,839][DEBUG][http-nio-1024-exec-5] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:07,840][DEBUG][http-nio-1024-exec-2] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587670, [49, 55, 56, 48, 57, 56, 57, 50, 52, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:07,840][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587670, [49, 55, 56, 48, 57, 56, 57, 50, 52, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:07,840][DEBUG][http-nio-1024-exec-5] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587670, [49, 55, 56, 48, 57, 56, 57, 50, 52, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:07,841][DEBUG][redisson-netty-2-14] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587670, [49, 55, 56, 48, 57, 56, 57, 50, 52, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@770021391 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5ee194e2, L:/127.0.0.1:62781 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@8e33dd3[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587670, [49, 55, 56, 48, 57, 56, 57, 50, 52, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:07,841][DEBUG][redisson-netty-2-16] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587670, [49, 55, 56, 48, 57, 56, 57, 50, 52, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1568538619 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xa4af0da7, L:/127.0.0.1:62782 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@653c5859[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587670, [49, 55, 56, 48, 57, 56, 57, 50, 52, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:07,841][DEBUG][redisson-netty-2-12] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587670, [49, 55, 56, 48, 57, 56, 57, 50, 52, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@164296984 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x18fedcdd, L:/127.0.0.1:62780 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6f7d7fd2[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587670, [49, 55, 56, 48, 57, 56, 57, 50, 52, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:07,842][DEBUG][http-nio-1024-exec-5] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:07,842][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:07,842][DEBUG][http-nio-1024-exec-2] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:07,844][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:14:07,845][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@49464998] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:14:07,845][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:14:07,845][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:14:07,845][DEBUG][http-nio-1024-exec-2] Read "application/json;charset=UTF-8" to [EmployeeQueryForm(keyword=null, departmentId=null, startTime=null, endTime=null, disabledFlag=false, (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:14:07,845][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:14:07,846][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long), 10001(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:14:07,846][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:14:07,846][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@506a96a0] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:14:07,846][DEBUG][http-nio-1024-exec-5] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:14:07,847][DEBUG][http-nio-1024-exec-5] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=[DepartmentVO(departmentId=1, name=安徽省公安厅, m (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:14:07,847][DEBUG][http-nio-1024-exec-5] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:14:07,848][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:14:07,848][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:14:07,848][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT COUNT(*) AS total FROM t_employee WHERE t_employee.disabled_flag = ? AND t_employee.deleted_flag = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:14:07,848][DEBUG][http-nio-1024-exec-2] ==> Parameters: false(Boolean), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:14:07,857][DEBUG][http-nio-1024-exec-4] POST "/employee/query", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:14:07,857][DEBUG][http-nio-1024-exec-4] Mapped to net.lab1024.sa.admin.module.system.employee.controller.EmployeeController#query(EmployeeQueryForm) (AbstractHandlerMapping.java:531) +[2026-06-09 15:14:07,857][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:07,857][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:07,858][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@411331202 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x6123c6db, L:/127.0.0.1:62779 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@52637729[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:07,858][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:07,858][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:07,858][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:07,859][DEBUG][redisson-netty-2-12] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@639624927 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x392d15a3, L:/127.0.0.1:62764 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@493c176[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:07,859][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:07,859][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:07,859][DEBUG][http-nio-1024-exec-4] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:07,860][DEBUG][redisson-netty-2-20] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@2063003554 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x402dbd28, L:/127.0.0.1:62768 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1753188f[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:07,860][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:07,860][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:07,860][DEBUG][http-nio-1024-exec-4] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:07,861][DEBUG][redisson-netty-2-30] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1534399455 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc3a86d4d, L:/127.0.0.1:62773 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@562f0c19[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:07,861][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:07,861][DEBUG][http-nio-1024-exec-4] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:07,861][DEBUG][http-nio-1024-exec-4] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587670, [49, 55, 56, 48, 57, 56, 57, 50, 52, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:07,862][DEBUG][redisson-netty-2-1] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587670, [49, 55, 56, 48, 57, 56, 57, 50, 52, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1551889017 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x50b66d16, L:/127.0.0.1:62774 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@58bd8aea[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587670, [49, 55, 56, 48, 57, 56, 57, 50, 52, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:07,862][DEBUG][http-nio-1024-exec-4] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:07,863][DEBUG][http-nio-1024-exec-4] Read "application/json;charset=UTF-8" to [EmployeeQueryForm(keyword=null, departmentId=1, startTime=null, endTime=null, disabledFlag=false, em (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:14:07,863][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:14:07,863][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@24eb8b3d] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:14:07,866][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:14:07,866][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:13:12.332, closeCount=0, lastValidateTimeMillis=2026-06-09 15:13:12.381}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:14:07,866][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT COUNT(*) AS total FROM t_employee WHERE t_employee.department_id IN (?) AND t_employee.disabled_flag = ? AND t_employee.deleted_flag = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:14:07,867][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long), false(Boolean), false(Boolean) (BaseJdbcLogger.java:135) +[2026-06-09 15:14:07,917][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:14:07,918][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@49464998] (Logger.java:49) +[2026-06-09 15:14:07,919][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:14:07,919][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:14:07,919][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:14:07,920][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:14:07,920][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT t_employee.*, t_department.name AS departmentName FROM t_employee LEFT JOIN t_department ON t_department.department_id = t_employee.department_id WHERE t_employee.disabled_flag = ? AND t_employee.deleted_flag = ? LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 15:14:07,920][DEBUG][http-nio-1024-exec-7] GET "/support/tableColumn/getColumns/10001", parameters={} (LogFormatUtils.java:120) +[2026-06-09 15:14:07,921][DEBUG][http-nio-1024-exec-2] ==> Parameters: false(Boolean), false(Boolean), 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:14:07,921][DEBUG][http-nio-1024-exec-7] Mapped to net.lab1024.sa.base.module.support.table.TableColumnController#getColumns(Integer) (AbstractHandlerMapping.java:531) +[2026-06-09 15:14:07,921][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:07,921][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:07,922][DEBUG][redisson-netty-2-8] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1870213294 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xef95934c, L:/127.0.0.1:62762 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@663a57b1[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:07,922][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:07,922][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:07,923][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:07,924][DEBUG][redisson-netty-2-18] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1438028744 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7ba40c48, L:/127.0.0.1:62783 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@491596be[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:07,924][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:07,925][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:07,925][DEBUG][http-nio-1024-exec-7] acquired connection for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:07,926][DEBUG][http-nio-1024-exec-4] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:14:07,926][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT t_employee.*, t_department.name AS departmentName FROM t_employee LEFT JOIN t_department ON t_department.department_id = t_employee.department_id WHERE t_employee.department_id in ( ? ) AND t_employee.disabled_flag = ? AND t_employee.deleted_flag = ? LIMIT ? (BaseJdbcLogger.java:135) +[2026-06-09 15:14:07,926][DEBUG][redisson-netty-2-10] connection released for command (GET) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@928085868 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd9926eb6, L:/127.0.0.1:62763 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1ca4293d[Completed normally], command=(GET), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.ByteArrayCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:07,927][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:07,927][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:07,927][DEBUG][http-nio-1024-exec-7] acquired connection for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:07,927][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long), false(Boolean), false(Boolean), 10(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:14:07,928][DEBUG][redisson-netty-2-6] connection released for command (TTL) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1171326082 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1f76b2f0, L:/127.0.0.1:62761 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@31dc81ae[Completed normally], command=(TTL), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:07,928][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:07,928][DEBUG][http-nio-1024-exec-7] Fetching Redis Connection from RedisConnectionFactory (RedisConnectionUtils.java:143) +[2026-06-09 15:14:07,928][DEBUG][http-nio-1024-exec-7] acquired connection for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587670, [49, 55, 56, 48, 57, 56, 57, 50, 52, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:07,929][DEBUG][redisson-netty-2-6] connection released for command (SETEX) and params [[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587670, [49, 55, 56, 48, 57, 56, 57, 50, 52, 55, ...]] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1060739272 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x58e4e031, L:/127.0.0.1:62777 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@11e84a45[Completed normally], command=(SETEX), params=[[65, 117, 116, 104, 111, 114, 105, 122, 97, 116, ...], 2587670, [49, 55, 56, 48, 57, 56, 57, 50, 52, 55, ...]], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:07,929][DEBUG][http-nio-1024-exec-7] Closing Redis Connection (RedisConnectionUtils.java:380) +[2026-06-09 15:14:07,930][DEBUG][http-nio-1024-exec-7] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:14:07,930][DEBUG][http-nio-1024-exec-7] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1d1522a4] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:14:07,930][DEBUG][http-nio-1024-exec-7] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:14:07,930][DEBUG][http-nio-1024-exec-7] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:59:12.326, closeCount=0, lastValidateTimeMillis=2026-06-09 15:09:53.408}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:14:07,930][DEBUG][http-nio-1024-exec-7] ==> Preparing: select * from t_table_column where user_id = ? and table_id = ? (BaseJdbcLogger.java:135) +[2026-06-09 15:14:07,931][DEBUG][http-nio-1024-exec-7] ==> Parameters: 1(Long), 10001(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:14:07,970][DEBUG][http-nio-1024-exec-2] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:14:07,970][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@506a96a0] (Logger.java:49) +[2026-06-09 15:14:07,971][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:14:07,971][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7303ddec] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:14:07,971][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:14:07,971][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:14:07,971][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT t_role_employee.role_id, t_role_employee.employee_id, t_role.role_name FROM t_role_employee LEFT JOIN t_role ON t_role.role_id = t_role_employee.role_id WHERE employee_id in ( ? ) (BaseJdbcLogger.java:135) +[2026-06-09 15:14:07,972][DEBUG][http-nio-1024-exec-2] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:14:07,979][DEBUG][http-nio-1024-exec-7] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:14:07,979][DEBUG][http-nio-1024-exec-7] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1d1522a4] (Logger.java:49) +[2026-06-09 15:14:07,980][DEBUG][http-nio-1024-exec-7] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:14:07,980][DEBUG][http-nio-1024-exec-7] Writing [ResponseDTO(code=0, level=null, msg=操作成功, ok=true, data=null, dataType=1)] (LogFormatUtils.java:120) +[2026-06-09 15:14:07,980][DEBUG][http-nio-1024-exec-7] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:14:07,981][DEBUG][http-nio-1024-exec-4] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:14:07,981][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@24eb8b3d] (Logger.java:49) +[2026-06-09 15:14:07,981][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:14:07,981][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@393bdb18] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:14:07,982][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:14:07,982][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:13:12.332, closeCount=0, lastValidateTimeMillis=2026-06-09 15:13:12.381}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:14:07,982][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT t_role_employee.role_id, t_role_employee.employee_id, t_role.role_name FROM t_role_employee LEFT JOIN t_role ON t_role.role_id = t_role_employee.role_id WHERE employee_id in ( ? ) (BaseJdbcLogger.java:135) +[2026-06-09 15:14:07,982][DEBUG][http-nio-1024-exec-4] ==> Parameters: 1(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:14:08,025][DEBUG][http-nio-1024-exec-2] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:14:08,025][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7303ddec] (Logger.java:49) +[2026-06-09 15:14:08,025][DEBUG][http-nio-1024-exec-2] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:14:08,025][DEBUG][http-nio-1024-exec-2] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5932a515] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:14:08,026][DEBUG][http-nio-1024-exec-2] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:14:08,026][DEBUG][http-nio-1024-exec-2] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 14:27:05.492, closeCount=0, lastValidateTimeMillis=2026-06-09 15:11:11.26}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:14:08,026][DEBUG][http-nio-1024-exec-2] ==> Preparing: SELECT position_id,position_name,level,sort,remark,deleted_flag,create_time,update_time FROM t_position WHERE position_id IN ( ? ) (BaseJdbcLogger.java:135) +[2026-06-09 15:14:08,026][DEBUG][http-nio-1024-exec-2] ==> Parameters: 3(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:14:08,029][DEBUG][http-nio-1024-exec-4] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:14:08,029][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@393bdb18] (Logger.java:49) +[2026-06-09 15:14:08,029][DEBUG][http-nio-1024-exec-4] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:14:08,029][DEBUG][http-nio-1024-exec-4] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3e977f0e] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:14:08,030][DEBUG][http-nio-1024-exec-4] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:14:08,030][DEBUG][http-nio-1024-exec-4] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:13:12.332, closeCount=0, lastValidateTimeMillis=2026-06-09 15:13:12.381}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:14:08,030][DEBUG][http-nio-1024-exec-4] ==> Preparing: SELECT position_id,position_name,level,sort,remark,deleted_flag,create_time,update_time FROM t_position WHERE position_id IN ( ? ) (BaseJdbcLogger.java:135) +[2026-06-09 15:14:08,031][DEBUG][http-nio-1024-exec-4] ==> Parameters: 3(Long) (BaseJdbcLogger.java:135) +[2026-06-09 15:14:08,076][DEBUG][http-nio-1024-exec-2] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5932a515] (Logger.java:49) +[2026-06-09 15:14:08,076][DEBUG][http-nio-1024-exec-2] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 15:14:08,076][DEBUG][http-nio-1024-exec-2] Extracted SQL state class '42' from value '42601' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 15:14:08,077][DEBUG][http-nio-1024-exec-2] Using @ExceptionHandler net.lab1024.sa.base.handler.GlobalExceptionHandler#errorHandler(Throwable) (ExceptionHandlerExceptionResolver.java:420) +[2026-06-09 15:14:08,079][DEBUG][http-nio-1024-exec-4] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3e977f0e] (Logger.java:49) +[2026-06-09 15:14:08,079][DEBUG][http-nio-1024-exec-4] Unable to translate SQLException with Error code '0', will now try the fallback translator (SQLErrorCodeSQLExceptionTranslator.java:296) +[2026-06-09 15:14:08,079][DEBUG][http-nio-1024-exec-4] Extracted SQL state class '42' from value '42601' (SQLStateSQLExceptionTranslator.java:109) +[2026-06-09 15:14:08,081][DEBUG][http-nio-1024-exec-4] Using @ExceptionHandler net.lab1024.sa.base.handler.GlobalExceptionHandler#errorHandler(Throwable) (ExceptionHandlerExceptionResolver.java:420) +[2026-06-09 15:14:08,081][DEBUG][http-nio-1024-exec-2] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:14:08,081][DEBUG][http-nio-1024-exec-2] Writing [ResponseDTO(code=10001, level=system, msg=org.springframework.jdbc.BadSqlGrammarException: ### Erro (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:14:08,082][DEBUG][http-nio-1024-exec-2] Resolved [org.springframework.jdbc.BadSqlGrammarException: ### Error querying database. Cause: com.kingbase8.util.KSQLException: ERROR: CONNECT BY clause required in this query block Position: 34 At Line: 1, Line Position: 34### The error may exist in net/lab1024/sa/admin/module/system/position/dao/PositionDao.java (best guess)### The error may involve defaultParameterMap### The error occurred while setting parameters### SQL: SELECT position_id,position_name,level,sort,remark,deleted_flag,create_time,update_time FROM t_position WHERE position_id IN ( ? )### Cause: com.kingbase8.util.KSQLException: ERROR: CONNECT BY clause required in this query block Position: 34 At Line: 1, Line Position: 34; bad SQL grammar []] (AbstractHandlerExceptionResolver.java:179) +[2026-06-09 15:14:08,082][DEBUG][http-nio-1024-exec-2] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:14:08,083][DEBUG][http-nio-1024-exec-4] Using 'application/json', given [application/json, text/plain, */*] and supported [application/json, application/*+json, application/cbor] (AbstractMessageConverterMethodProcessor.java:275) +[2026-06-09 15:14:08,084][DEBUG][http-nio-1024-exec-4] Writing [ResponseDTO(code=10001, level=system, msg=org.springframework.jdbc.BadSqlGrammarException: ### Erro (truncated)...] (LogFormatUtils.java:120) +[2026-06-09 15:14:08,084][DEBUG][http-nio-1024-exec-4] Resolved [org.springframework.jdbc.BadSqlGrammarException: ### Error querying database. Cause: com.kingbase8.util.KSQLException: ERROR: CONNECT BY clause required in this query block Position: 34 At Line: 1, Line Position: 34### The error may exist in net/lab1024/sa/admin/module/system/position/dao/PositionDao.java (best guess)### The error may involve defaultParameterMap### The error occurred while setting parameters### SQL: SELECT position_id,position_name,level,sort,remark,deleted_flag,create_time,update_time FROM t_position WHERE position_id IN ( ? )### Cause: com.kingbase8.util.KSQLException: ERROR: CONNECT BY clause required in this query block Position: 34 At Line: 1, Line Position: 34; bad SQL grammar []] (AbstractHandlerExceptionResolver.java:179) +[2026-06-09 15:14:08,085][DEBUG][http-nio-1024-exec-4] Completed 200 OK (FrameworkServlet.java:1138) +[2026-06-09 15:14:18,069][DEBUG][SIGINT handler] Runtime.exit() called with status: 130 (LoggingProviderImpl.java:257) +java.lang.Throwable: Runtime.exit(130) + at java.base/java.lang.Shutdown.logRuntimeExit(Shutdown.java:179) ~[?:?] + at java.base/java.lang.Shutdown.exit(Shutdown.java:160) ~[?:?] + at java.base/java.lang.Terminator$1.handle(Terminator.java:51) ~[?:?] + at java.base/jdk.internal.misc.Signal$1.run(Signal.java:218) ~[?:?] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 15:14:18,071][DEBUG][SpringApplicationShutdownHook] Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC (ApplicationAvailabilityBean.java:77) +[2026-06-09 15:14:18,072][DEBUG][SpringApplicationShutdownHook] Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7ed9499e, started on Tue Jun 09 10:15:43 CST 2026 (AbstractApplicationContext.java:1125) +[2026-06-09 15:14:18,075][DEBUG][SpringApplicationShutdownHook] Stopping beans in phase 2147483647 (DefaultLifecycleProcessor.java:478) +[2026-06-09 15:14:18,076][DEBUG][SpringApplicationShutdownHook] Bean 'smart-async-executor' completed its stop procedure (DefaultLifecycleProcessor.java:350) +[2026-06-09 15:14:18,076][DEBUG][SpringApplicationShutdownHook] Stopping beans in phase 2147482623 (DefaultLifecycleProcessor.java:478) +[2026-06-09 15:14:18,080][DEBUG][SpringApplicationShutdownHook] Bean 'webServerGracefulShutdown' completed its stop procedure (DefaultLifecycleProcessor.java:350) +[2026-06-09 15:14:18,080][DEBUG][SpringApplicationShutdownHook] Stopping beans in phase 2147481599 (DefaultLifecycleProcessor.java:478) +[2026-06-09 15:14:18,093][DEBUG][SpringApplicationShutdownHook] Bean 'webServerStartStop' completed its stop procedure (DefaultLifecycleProcessor.java:350) +[2026-06-09 15:14:18,094][DEBUG][SpringApplicationShutdownHook] Stopping beans in phase -2147483647 (DefaultLifecycleProcessor.java:478) +[2026-06-09 15:14:18,094][DEBUG][SpringApplicationShutdownHook] Bean 'springBootLoggingLifecycle' completed its stop procedure (DefaultLifecycleProcessor.java:350) +[2026-06-09 15:14:18,095][DEBUG][SpringApplicationShutdownHook] Stopped RedisMessageListenerContainer (RedisMessageListenerContainer.java:1007) +[2026-06-09 15:14:18,097][DEBUG][SpringApplicationShutdownHook] Shutting down ExecutorService 'taskScheduler' (ExecutorConfigurationSupport.java:328) +[2026-06-09 15:14:18,101][DEBUG][SpringApplicationShutdownHook] Unregister endpoint with ObjectName 'org.springframework.boot:type=Endpoint,name=Beans' from the JMX domain (JmxEndpointExporter.java:115) +[2026-06-09 15:14:18,101][DEBUG][SpringApplicationShutdownHook] Unregister endpoint with ObjectName 'org.springframework.boot:type=Endpoint,name=Caches' from the JMX domain (JmxEndpointExporter.java:115) +[2026-06-09 15:14:18,101][DEBUG][SpringApplicationShutdownHook] Unregister endpoint with ObjectName 'org.springframework.boot:type=Endpoint,name=Health' from the JMX domain (JmxEndpointExporter.java:115) +[2026-06-09 15:14:18,102][DEBUG][SpringApplicationShutdownHook] Unregister endpoint with ObjectName 'org.springframework.boot:type=Endpoint,name=Info' from the JMX domain (JmxEndpointExporter.java:115) +[2026-06-09 15:14:18,102][DEBUG][SpringApplicationShutdownHook] Unregister endpoint with ObjectName 'org.springframework.boot:type=Endpoint,name=Conditions' from the JMX domain (JmxEndpointExporter.java:115) +[2026-06-09 15:14:18,102][DEBUG][SpringApplicationShutdownHook] Unregister endpoint with ObjectName 'org.springframework.boot:type=Endpoint,name=Configprops' from the JMX domain (JmxEndpointExporter.java:115) +[2026-06-09 15:14:18,102][DEBUG][SpringApplicationShutdownHook] Unregister endpoint with ObjectName 'org.springframework.boot:type=Endpoint,name=Env' from the JMX domain (JmxEndpointExporter.java:115) +[2026-06-09 15:14:18,102][DEBUG][SpringApplicationShutdownHook] Unregister endpoint with ObjectName 'org.springframework.boot:type=Endpoint,name=Loggers' from the JMX domain (JmxEndpointExporter.java:115) +[2026-06-09 15:14:18,102][DEBUG][SpringApplicationShutdownHook] Unregister endpoint with ObjectName 'org.springframework.boot:type=Endpoint,name=Threaddump' from the JMX domain (JmxEndpointExporter.java:115) +[2026-06-09 15:14:18,102][DEBUG][SpringApplicationShutdownHook] Unregister endpoint with ObjectName 'org.springframework.boot:type=Endpoint,name=Metrics' from the JMX domain (JmxEndpointExporter.java:115) +[2026-06-09 15:14:18,102][DEBUG][SpringApplicationShutdownHook] Unregister endpoint with ObjectName 'org.springframework.boot:type=Endpoint,name=Sbom' from the JMX domain (JmxEndpointExporter.java:115) +[2026-06-09 15:14:18,102][DEBUG][SpringApplicationShutdownHook] Unregister endpoint with ObjectName 'org.springframework.boot:type=Endpoint,name=Scheduledtasks' from the JMX domain (JmxEndpointExporter.java:115) +[2026-06-09 15:14:18,102][DEBUG][SpringApplicationShutdownHook] Unregister endpoint with ObjectName 'org.springframework.boot:type=Endpoint,name=Mappings' from the JMX domain (JmxEndpointExporter.java:115) +[2026-06-09 15:14:18,102][DEBUG][SpringApplicationShutdownHook] Unregistering JMX-exposed beans on shutdown (MBeanExporter.java:468) +[2026-06-09 15:14:18,102][DEBUG][SpringApplicationShutdownHook] Unregistering JMX-exposed beans (MBeanRegistrationSupport.java:186) +[2026-06-09 15:14:18,102][DEBUG][SpringApplicationShutdownHook] Initiate shutdown (0, 2, SECONDS) (DefaultClientResources.java:735) +[2026-06-09 15:14:18,104][DEBUG][SpringApplicationShutdownHook] Initiate shutdown (0, 2, SECONDS) (DefaultEventLoopGroupProvider.java:317) +[2026-06-09 15:14:18,106][DEBUG][SpringApplicationShutdownHook] Custom destroy method 'shutdown' on bean with name 'lettuceClientResources' completed asynchronously (DisposableBeanAdapter.java:361) +[2026-06-09 15:14:18,107][DEBUG][SpringApplicationShutdownHook] Shutting down ExecutorService 'smart-async-executor' (ExecutorConfigurationSupport.java:328) +[2026-06-09 15:14:18,114][DEBUG][SpringApplicationShutdownHook] Shutting down ExecutorService (ExecutorConfigurationSupport.java:328) +[2026-06-09 15:14:18,127][DEBUG][redisson-netty-2-8] Freed 17 thread-local buffer(s) from thread: redisson-netty-2-8 (PoolThreadCache.java:214) +[2026-06-09 15:14:18,127][DEBUG][redisson-netty-2-22] Freed 17 thread-local buffer(s) from thread: redisson-netty-2-22 (PoolThreadCache.java:214) +[2026-06-09 15:14:18,127][DEBUG][redisson-netty-2-28] Freed 18 thread-local buffer(s) from thread: redisson-netty-2-28 (PoolThreadCache.java:214) +[2026-06-09 15:14:18,127][DEBUG][redisson-netty-2-4] Freed 17 thread-local buffer(s) from thread: redisson-netty-2-4 (PoolThreadCache.java:214) +[2026-06-09 15:14:18,127][DEBUG][redisson-netty-2-2] Freed 17 thread-local buffer(s) from thread: redisson-netty-2-2 (PoolThreadCache.java:214) +[2026-06-09 15:14:18,127][DEBUG][redisson-netty-2-12] Freed 17 thread-local buffer(s) from thread: redisson-netty-2-12 (PoolThreadCache.java:214) +[2026-06-09 15:14:18,127][DEBUG][redisson-netty-2-24] Freed 17 thread-local buffer(s) from thread: redisson-netty-2-24 (PoolThreadCache.java:214) +[2026-06-09 15:14:18,128][DEBUG][redisson-netty-2-14] Freed 17 thread-local buffer(s) from thread: redisson-netty-2-14 (PoolThreadCache.java:214) +[2026-06-09 15:14:18,128][DEBUG][redisson-netty-2-16] Freed 17 thread-local buffer(s) from thread: redisson-netty-2-16 (PoolThreadCache.java:214) +[2026-06-09 15:14:18,128][DEBUG][redisson-netty-2-3] Freed 16 thread-local buffer(s) from thread: redisson-netty-2-3 (PoolThreadCache.java:214) +[2026-06-09 15:14:18,127][DEBUG][redisson-netty-2-20] Freed 17 thread-local buffer(s) from thread: redisson-netty-2-20 (PoolThreadCache.java:214) +[2026-06-09 15:14:18,127][DEBUG][redisson-netty-2-10] Freed 17 thread-local buffer(s) from thread: redisson-netty-2-10 (PoolThreadCache.java:214) +[2026-06-09 15:14:18,128][DEBUG][redisson-netty-2-26] Freed 17 thread-local buffer(s) from thread: redisson-netty-2-26 (PoolThreadCache.java:214) +[2026-06-09 15:14:18,128][DEBUG][redisson-netty-2-6] Freed 17 thread-local buffer(s) from thread: redisson-netty-2-6 (PoolThreadCache.java:214) +[2026-06-09 15:14:18,128][DEBUG][redisson-netty-2-18] Freed 17 thread-local buffer(s) from thread: redisson-netty-2-18 (PoolThreadCache.java:214) +[2026-06-09 15:14:18,128][DEBUG][redisson-netty-2-30] Freed 17 thread-local buffer(s) from thread: redisson-netty-2-30 (PoolThreadCache.java:214) +[2026-06-09 15:14:18,128][DEBUG][redisson-netty-2-1] Freed 17 thread-local buffer(s) from thread: redisson-netty-2-1 (PoolThreadCache.java:214) +[2026-06-09 15:14:18,128][DEBUG][SpringApplicationShutdownHook] Custom destroy method 'shutdown' on bean with name 'redisson' completed (DisposableBeanAdapter.java:361) +[2026-06-09 15:14:18,128][DEBUG][SpringApplicationShutdownHook] Custom destroy method 'close' on bean with name 'simpleMeterRegistry' completed (DisposableBeanAdapter.java:361) +[2026-06-09 15:14:23,024][DEBUG][main] Found key 'AnsiColor.BRIGHT_GREEN' in PropertySource 'ansi' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:23,026][DEBUG][main] Found key 'AnsiColor.DEFAULT' in PropertySource 'ansi' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:23,028][DEBUG][background-preinit] Logging Provider: org.jboss.logging.Log4j2LoggerProvider (LoggerProviders.java:162) +[2026-06-09 15:14:23,031][DEBUG][background-preinit] Trying to load META-INF/validation.xml for XML based Validator configuration. (ValidationXmlParser.java:122) +[2026-06-09 15:14:23,032][DEBUG][background-preinit] Trying to load META-INF/validation.xml via TCCL (ResourceLoaderHelper.java:61) +[2026-06-09 15:14:23,032][DEBUG][background-preinit] Trying to load META-INF/validation.xml via Hibernate Validator's class loader (ResourceLoaderHelper.java:67) +[2026-06-09 15:14:23,032][DEBUG][background-preinit] No META-INF/validation.xml found. Using annotation based configuration only. (ValidationXmlParser.java:129) +[2026-06-09 15:14:23,034][DEBUG][background-preinit] Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. (TraversableResolvers.java:61) +[2026-06-09 15:14:23,044][DEBUG][background-preinit] Loaded expression factory via original TCCL (ResourceBundleMessageInterpolator.java:175) +[2026-06-09 15:14:23,060][DEBUG][main] Running with Spring Boot v3.3.1, Spring v6.1.10 (StartupInfoLogger.java:51) +[2026-06-09 15:14:23,061][DEBUG][main] Loading source class net.lab1024.sa.admin.AdminApplication (SpringApplication.java:687) +[2026-06-09 15:14:23,075][DEBUG][background-preinit] HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. (ValidatorFactoryConfigurationHelper.java:355) +[2026-06-09 15:14:23,077][DEBUG][background-preinit] HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. (ValidatorFactoryConfigurationHelper.java:447) +[2026-06-09 15:14:23,077][DEBUG][background-preinit] HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. (ValidatorFactoryConfigurationHelper.java:448) +[2026-06-09 15:14:23,077][DEBUG][background-preinit] HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. (ValidatorFactoryConfigurationHelper.java:449) +[2026-06-09 15:14:23,077][DEBUG][background-preinit] HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. (ValidatorFactoryConfigurationHelper.java:450) +[2026-06-09 15:14:23,077][DEBUG][background-preinit] HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. (ValidatorFactoryConfigurationHelper.java:451) +[2026-06-09 15:14:23,083][DEBUG][main] Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@244e619a (AbstractApplicationContext.java:671) +[2026-06-09 15:14:23,093][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:23,102][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:23,131][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/config/MvcConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,131][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/config/OperateLogAspectConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,133][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/interceptor/AdminInterceptor.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,144][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/category/controller/CategoryController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,147][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/category/manager/CategoryCacheManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,148][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/category/service/CategoryQueryService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,148][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/category/service/CategoryService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,149][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/goods/controller/GoodsController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,152][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/goods/service/GoodsService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,153][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/bank/BankController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,153][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/bank/BankService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,155][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/enterprise/EnterpriseController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,155][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/enterprise/EnterpriseEmployeeManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,156][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/enterprise/EnterpriseService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,158][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/invoice/InvoiceController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,159][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/invoice/InvoiceService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,160][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/leave/controller/LeaveController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,161][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/leave/manager/LeaveManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,162][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/leave/service/LeaveService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,162][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/notice/controller/NoticeController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,166][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/notice/manager/NoticeManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,166][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/notice/service/NoticeEmployeeService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,166][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/notice/service/NoticeService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,166][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/notice/service/NoticeTypeService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,167][DEBUG][main] Ignored because not a concrete top-level class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/adapter/AbstractWarmFlowAdapter.class] (ClassPathScanningCandidateComponentProvider.java:482) +[2026-06-09 15:14:23,167][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/adapter/AddSignatureAdapter.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,167][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/adapter/DeputeAdapter.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,167][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/adapter/ReductionSignatureAdapter.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,167][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/adapter/TransferAdapter.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,170][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/controller/DefController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,170][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/controller/ExecuteController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,170][DEBUG][main] Ignored because not a concrete top-level class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/dao/FlowDefinitionDao.class] (ClassPathScanningCandidateComponentProvider.java:482) +[2026-06-09 15:14:23,178][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/handler/FlowProcessEventHandler.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,178][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/handler/WorkflowPermissionHandler.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,179][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/listener/WorkflowGlobalListener.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,179][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/service/FlowDefinitionService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,180][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/service/impl/FlowInstanceServiceImpl.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,180][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/service/impl/FlowTaskServiceImpl.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,181][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/service/impl/HandlerSelectServiceImpl.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,181][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/service/impl/HhDefServiceImpl.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,181][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/service/impl/NodeExtServiceImpl.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,181][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/datascope/DataScopeController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,182][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/datascope/MyBatisPlugin.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,184][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/datascope/service/DataScopeService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,184][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/datascope/service/DataScopeSqlConfigService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,184][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/datascope/service/DataScopeViewService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,184][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/department/controller/DepartmentController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,186][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/department/manager/DepartmentCacheManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,187][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/department/service/DepartmentService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,187][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/employee/controller/EmployeeController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,189][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/employee/manager/EmployeeManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,189][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/employee/service/EmployeeService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,189][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/login/controller/LoginController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,190][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/login/service/LoginService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,190][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/menu/controller/MenuController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,192][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/menu/service/MenuService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,192][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/message/AdminMessageController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,192][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/position/controller/PositionController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,194][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/position/manager/PositionManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,194][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/position/service/PositionService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,194][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/controller/RoleController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,194][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/controller/RoleDataScopeController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,195][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/controller/RoleEmployeeController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,195][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/controller/RoleMenuController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,197][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/manager/RoleDataScopeManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,198][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/manager/RoleEmployeeManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,198][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/manager/RoleMenuManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,198][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/service/RoleDataScopeService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,198][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/service/RoleEmployeeService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,198][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/service/RoleMenuService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,199][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/service/RoleService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,199][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminApiEncryptController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,199][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminCacheController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,200][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminChangeLogController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,200][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminConfigController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,200][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminDataMaskingDemoController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,200][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminDictController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,200][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminFileController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,201][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminHeartBeatController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,201][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminHelpDocController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,201][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminLoginLogController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,201][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminOperateLogController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,201][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminProtectController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,202][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminReloadController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,202][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminSerialNumberController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,204][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/support/AdminSmartJobController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,209][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/common/swagger/SchemaEnumPropertyCustomizer.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,211][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/common/util/SmartTableMetadataUtil.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,211][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/common/util/SpringUtils.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,212][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/AsyncConfig$AsyncExceptionConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,212][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/AsyncConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,213][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/CacheConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,215][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/CorsFilterConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,215][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/DataSourceConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,215][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/FileConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,215][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/HeartBeatConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,215][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/JsonConfig$StringToLocalDate.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,216][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/JsonConfig$StringToLocalDateTime.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,216][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/JsonConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,216][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/MybatisDatabaseIdProviderConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,216][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/MybatisPlusConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,217][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/RedisConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,217][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/RepeatSubmitConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,217][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/RestTemplateConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,217][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/ScheduleConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,218][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/SwaggerConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,218][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/SystemEnvironmentConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,218][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/TokenConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,218][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/UrlConfig.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,218][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/config/YamlProcessor.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,219][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/handler/GlobalExceptionHandler.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,219][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/handler/MybatisPlusFillHandler.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,220][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/listener/WebServerListener.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,220][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/apiencrypt/advice/DecryptRequestAdvice.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,220][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/apiencrypt/advice/EncryptResponseAdvice.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,220][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/apiencrypt/service/ApiEncryptServiceSmImpl.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,221][DEBUG][main] Ignored because not a concrete top-level class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/cache/CacheService.class] (ClassPathScanningCandidateComponentProvider.java:482) +[2026-06-09 15:14:23,221][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/captcha/CaptchaController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,221][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/captcha/CaptchaService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,222][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/changelog/controller/ChangeLogController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,222][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/changelog/service/ChangeLogService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,223][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/codegenerator/controller/CodeGeneratorController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,230][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/codegenerator/service/CodeGeneratorService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,230][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/codegenerator/service/CodeGeneratorTemplateService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,233][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/config/ConfigController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,233][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/config/ConfigService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,234][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/datatracer/controller/DataTracerController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,235][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/datatracer/manager/DataTracerManger.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,235][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/datatracer/service/DataTracerChangeContentService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,236][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/datatracer/service/DataTracerService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,236][DEBUG][main] Ignored because not a concrete top-level class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/dict/dao/DictDao.class] (ClassPathScanningCandidateComponentProvider.java:482) +[2026-06-09 15:14:23,236][DEBUG][main] Ignored because not a concrete top-level class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/dict/dao/DictDataDao.class] (ClassPathScanningCandidateComponentProvider.java:482) +[2026-06-09 15:14:23,237][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/dict/manager/DictManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,237][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/dict/service/DictService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,238][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/feedback/controller/FeedbackController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,238][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/feedback/service/FeedbackService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,238][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/file/controller/FileController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,239][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/file/service/FileService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,240][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/heartbeat/HeartBeatRecordHandler.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,240][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/heartbeat/HeartBeatService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,241][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/helpdoc/controller/HelpDocController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,243][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/helpdoc/manager/HelpDocManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,243][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/helpdoc/service/HelpDocCatalogService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,243][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/helpdoc/service/HelpDocService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,243][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/helpdoc/service/HelpDocUserService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,244][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/job/api/SmartJobClientManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,244][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/job/api/SmartJobService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,247][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/job/config/SmartJobAutoConfiguration.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,249][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/job/repository/SmartJobRepository.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,249][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/job/sample/SmartJobSample1.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,249][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/job/sample/SmartJobSample2.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,250][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/loginlog/LoginLogService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,250][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/mail/MailService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,251][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/message/controller/MessageController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,252][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/message/service/MessageManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,252][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/message/service/MessageService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,252][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/operatelog/OperateLogService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,255][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/redis/RedisService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,255][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/redis/RedissonPasswordConfigurationCustomizer.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,255][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/redis/RedissonService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,255][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/reload/ReloadCommand.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,256][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/reload/ReloadService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,256][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/reload/core/SmartReloadManager.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,258][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/securityprotect/service/Level3ProtectConfigService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,259][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/securityprotect/service/SecurityFileService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,259][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/securityprotect/service/SecurityLoginService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,259][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/securityprotect/service/SecurityPasswordService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,261][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/serialnumber/service/SerialNumberRecordService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,261][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/serialnumber/service/impl/SerialNumberInternService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,261][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/table/TableColumnController.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,261][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/table/TableColumnService.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,789][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.AutoConfigurationPackages' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:23,793][DEBUG][main] @EnableAutoConfiguration was declared on a class in the package 'net.lab1024.sa.admin'. Automatic @Repository and @Entity scanning is enabled. (AutoConfigurationPackages.java:213) +[2026-06-09 15:14:23,794][DEBUG][main] Scanning for Redis repositories in packages net.lab1024.sa.admin. (RepositoryConfigurationDelegate.java:153) +[2026-06-09 15:14:23,867][DEBUG][main] Creating shared instance of singleton bean 'net.lab1024.sa.admin.AdminApplication#MapperScannerRegistrar#0' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:23,868][DEBUG][main] Creating shared instance of singleton bean 'org.dromara.warm.flow.spring.boot.config.FlowAutoConfig#MapperScannerRegistrar#0' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:23,868][DEBUG][main] Creating shared instance of singleton bean 'propertySourcesPlaceholderConfigurer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:23,872][DEBUG][main] Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. (LogFactory.java:112) +[2026-06-09 15:14:23,883][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/category/dao/CategoryDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,883][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/goods/dao/GoodsDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,883][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/bank/BankDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,883][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/enterprise/dao/EnterpriseDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,883][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/enterprise/dao/EnterpriseEmployeeDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,883][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/invoice/InvoiceDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,883][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/leave/dao/LeaveDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,883][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/notice/dao/NoticeDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,883][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/business/oa/notice/dao/NoticeTypeDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,883][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/dao/FlowDefinitionDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,883][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/flow/mapper/WarmFlowMapper.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,883][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/department/dao/DepartmentDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,883][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/employee/dao/EmployeeDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,883][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/menu/dao/MenuDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,883][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/position/dao/PositionDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,883][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/dao/RoleDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,883][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/dao/RoleDataScopeDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,883][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/dao/RoleEmployeeDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,883][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/net/lab1024/sa/admin/module/system/role/dao/RoleMenuDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,884][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/changelog/dao/ChangeLogDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,884][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/codegenerator/dao/CodeGeneratorConfigDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,885][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/codegenerator/dao/CodeGeneratorDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,885][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/config/ConfigDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,885][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/datatracer/dao/DataTracerDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,885][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/dict/dao/DictDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,885][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/dict/dao/DictDataDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,885][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/feedback/dao/FeedbackDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,885][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/file/dao/FileDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,885][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/heartbeat/HeartBeatRecordDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,885][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/helpdoc/dao/HelpDocCatalogDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,885][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/helpdoc/dao/HelpDocDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,885][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/job/repository/SmartJobDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,885][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/job/repository/SmartJobLogDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,885][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/loginlog/LoginLogDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,885][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/mail/MailTemplateDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,886][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/message/dao/MessageDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,886][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/operatelog/OperateLogDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,886][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/reload/dao/ReloadItemDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,886][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/reload/dao/ReloadResultDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,886][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/securityprotect/dao/LoginFailDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,886][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/securityprotect/dao/PasswordLogDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,886][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/serialnumber/dao/SerialNumberDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,886][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/serialnumber/dao/SerialNumberRecordDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,886][DEBUG][main] Identified candidate component class: file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/net/lab1024/sa/base/module/support/table/TableColumnDao.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,887][DEBUG][main] Creating MapperFactoryBean with name 'categoryDao' and 'net.lab1024.sa.admin.module.business.category.dao.CategoryDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,889][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'categoryDao'. (Logger.java:49) +[2026-06-09 15:14:23,889][DEBUG][main] Creating MapperFactoryBean with name 'goodsDao' and 'net.lab1024.sa.admin.module.business.goods.dao.GoodsDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,889][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'goodsDao'. (Logger.java:49) +[2026-06-09 15:14:23,889][DEBUG][main] Creating MapperFactoryBean with name 'bankDao' and 'net.lab1024.sa.admin.module.business.oa.bank.BankDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,889][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'bankDao'. (Logger.java:49) +[2026-06-09 15:14:23,889][DEBUG][main] Creating MapperFactoryBean with name 'enterpriseDao' and 'net.lab1024.sa.admin.module.business.oa.enterprise.dao.EnterpriseDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,889][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'enterpriseDao'. (Logger.java:49) +[2026-06-09 15:14:23,889][DEBUG][main] Creating MapperFactoryBean with name 'enterpriseEmployeeDao' and 'net.lab1024.sa.admin.module.business.oa.enterprise.dao.EnterpriseEmployeeDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,889][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'enterpriseEmployeeDao'. (Logger.java:49) +[2026-06-09 15:14:23,889][DEBUG][main] Creating MapperFactoryBean with name 'invoiceDao' and 'net.lab1024.sa.admin.module.business.oa.invoice.InvoiceDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,890][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'invoiceDao'. (Logger.java:49) +[2026-06-09 15:14:23,890][DEBUG][main] Creating MapperFactoryBean with name 'leaveDao' and 'net.lab1024.sa.admin.module.business.oa.leave.dao.LeaveDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,890][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'leaveDao'. (Logger.java:49) +[2026-06-09 15:14:23,890][DEBUG][main] Creating MapperFactoryBean with name 'noticeDao' and 'net.lab1024.sa.admin.module.business.oa.notice.dao.NoticeDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,890][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'noticeDao'. (Logger.java:49) +[2026-06-09 15:14:23,890][DEBUG][main] Creating MapperFactoryBean with name 'noticeTypeDao' and 'net.lab1024.sa.admin.module.business.oa.notice.dao.NoticeTypeDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,890][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'noticeTypeDao'. (Logger.java:49) +[2026-06-09 15:14:23,890][DEBUG][main] Creating MapperFactoryBean with name 'flowDefinitionDao' and 'net.lab1024.sa.admin.module.flow.dao.FlowDefinitionDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,890][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'flowDefinitionDao'. (Logger.java:49) +[2026-06-09 15:14:23,890][DEBUG][main] Creating MapperFactoryBean with name 'warmFlowMapper' and 'net.lab1024.sa.admin.module.flow.mapper.WarmFlowMapper' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,890][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'warmFlowMapper'. (Logger.java:49) +[2026-06-09 15:14:23,890][DEBUG][main] Creating MapperFactoryBean with name 'departmentDao' and 'net.lab1024.sa.admin.module.system.department.dao.DepartmentDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,890][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'departmentDao'. (Logger.java:49) +[2026-06-09 15:14:23,890][DEBUG][main] Creating MapperFactoryBean with name 'employeeDao' and 'net.lab1024.sa.admin.module.system.employee.dao.EmployeeDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,890][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'employeeDao'. (Logger.java:49) +[2026-06-09 15:14:23,891][DEBUG][main] Creating MapperFactoryBean with name 'menuDao' and 'net.lab1024.sa.admin.module.system.menu.dao.MenuDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,891][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'menuDao'. (Logger.java:49) +[2026-06-09 15:14:23,891][DEBUG][main] Creating MapperFactoryBean with name 'positionDao' and 'net.lab1024.sa.admin.module.system.position.dao.PositionDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,891][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'positionDao'. (Logger.java:49) +[2026-06-09 15:14:23,891][DEBUG][main] Creating MapperFactoryBean with name 'roleDao' and 'net.lab1024.sa.admin.module.system.role.dao.RoleDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,892][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'roleDao'. (Logger.java:49) +[2026-06-09 15:14:23,892][DEBUG][main] Creating MapperFactoryBean with name 'roleDataScopeDao' and 'net.lab1024.sa.admin.module.system.role.dao.RoleDataScopeDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,892][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'roleDataScopeDao'. (Logger.java:49) +[2026-06-09 15:14:23,892][DEBUG][main] Creating MapperFactoryBean with name 'roleEmployeeDao' and 'net.lab1024.sa.admin.module.system.role.dao.RoleEmployeeDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,893][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'roleEmployeeDao'. (Logger.java:49) +[2026-06-09 15:14:23,893][DEBUG][main] Creating MapperFactoryBean with name 'roleMenuDao' and 'net.lab1024.sa.admin.module.system.role.dao.RoleMenuDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,893][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'roleMenuDao'. (Logger.java:49) +[2026-06-09 15:14:23,893][DEBUG][main] Creating MapperFactoryBean with name 'changeLogDao' and 'net.lab1024.sa.base.module.support.changelog.dao.ChangeLogDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,895][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'changeLogDao'. (Logger.java:49) +[2026-06-09 15:14:23,895][DEBUG][main] Creating MapperFactoryBean with name 'codeGeneratorConfigDao' and 'net.lab1024.sa.base.module.support.codegenerator.dao.CodeGeneratorConfigDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,895][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'codeGeneratorConfigDao'. (Logger.java:49) +[2026-06-09 15:14:23,895][DEBUG][main] Creating MapperFactoryBean with name 'codeGeneratorDao' and 'net.lab1024.sa.base.module.support.codegenerator.dao.CodeGeneratorDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,896][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'codeGeneratorDao'. (Logger.java:49) +[2026-06-09 15:14:23,896][DEBUG][main] Creating MapperFactoryBean with name 'configDao' and 'net.lab1024.sa.base.module.support.config.ConfigDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,897][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'configDao'. (Logger.java:49) +[2026-06-09 15:14:23,897][DEBUG][main] Creating MapperFactoryBean with name 'dataTracerDao' and 'net.lab1024.sa.base.module.support.datatracer.dao.DataTracerDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,897][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'dataTracerDao'. (Logger.java:49) +[2026-06-09 15:14:23,897][DEBUG][main] Creating MapperFactoryBean with name 'dictDao' and 'net.lab1024.sa.base.module.support.dict.dao.DictDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,897][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'dictDao'. (Logger.java:49) +[2026-06-09 15:14:23,897][DEBUG][main] Creating MapperFactoryBean with name 'dictDataDao' and 'net.lab1024.sa.base.module.support.dict.dao.DictDataDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,897][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'dictDataDao'. (Logger.java:49) +[2026-06-09 15:14:23,897][DEBUG][main] Creating MapperFactoryBean with name 'feedbackDao' and 'net.lab1024.sa.base.module.support.feedback.dao.FeedbackDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,897][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'feedbackDao'. (Logger.java:49) +[2026-06-09 15:14:23,897][DEBUG][main] Creating MapperFactoryBean with name 'fileDao' and 'net.lab1024.sa.base.module.support.file.dao.FileDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,897][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'fileDao'. (Logger.java:49) +[2026-06-09 15:14:23,897][DEBUG][main] Creating MapperFactoryBean with name 'heartBeatRecordDao' and 'net.lab1024.sa.base.module.support.heartbeat.HeartBeatRecordDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,898][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'heartBeatRecordDao'. (Logger.java:49) +[2026-06-09 15:14:23,898][DEBUG][main] Creating MapperFactoryBean with name 'helpDocCatalogDao' and 'net.lab1024.sa.base.module.support.helpdoc.dao.HelpDocCatalogDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,898][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'helpDocCatalogDao'. (Logger.java:49) +[2026-06-09 15:14:23,898][DEBUG][main] Creating MapperFactoryBean with name 'helpDocDao' and 'net.lab1024.sa.base.module.support.helpdoc.dao.HelpDocDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,898][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'helpDocDao'. (Logger.java:49) +[2026-06-09 15:14:23,898][DEBUG][main] Creating MapperFactoryBean with name 'smartJobDao' and 'net.lab1024.sa.base.module.support.job.repository.SmartJobDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,898][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'smartJobDao'. (Logger.java:49) +[2026-06-09 15:14:23,898][DEBUG][main] Creating MapperFactoryBean with name 'smartJobLogDao' and 'net.lab1024.sa.base.module.support.job.repository.SmartJobLogDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,898][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'smartJobLogDao'. (Logger.java:49) +[2026-06-09 15:14:23,898][DEBUG][main] Creating MapperFactoryBean with name 'loginLogDao' and 'net.lab1024.sa.base.module.support.loginlog.LoginLogDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,898][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'loginLogDao'. (Logger.java:49) +[2026-06-09 15:14:23,898][DEBUG][main] Creating MapperFactoryBean with name 'mailTemplateDao' and 'net.lab1024.sa.base.module.support.mail.MailTemplateDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,899][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'mailTemplateDao'. (Logger.java:49) +[2026-06-09 15:14:23,899][DEBUG][main] Creating MapperFactoryBean with name 'messageDao' and 'net.lab1024.sa.base.module.support.message.dao.MessageDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,899][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'messageDao'. (Logger.java:49) +[2026-06-09 15:14:23,899][DEBUG][main] Creating MapperFactoryBean with name 'operateLogDao' and 'net.lab1024.sa.base.module.support.operatelog.OperateLogDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,899][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'operateLogDao'. (Logger.java:49) +[2026-06-09 15:14:23,899][DEBUG][main] Creating MapperFactoryBean with name 'reloadItemDao' and 'net.lab1024.sa.base.module.support.reload.dao.ReloadItemDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,900][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'reloadItemDao'. (Logger.java:49) +[2026-06-09 15:14:23,900][DEBUG][main] Creating MapperFactoryBean with name 'reloadResultDao' and 'net.lab1024.sa.base.module.support.reload.dao.ReloadResultDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,900][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'reloadResultDao'. (Logger.java:49) +[2026-06-09 15:14:23,900][DEBUG][main] Creating MapperFactoryBean with name 'loginFailDao' and 'net.lab1024.sa.base.module.support.securityprotect.dao.LoginFailDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,900][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'loginFailDao'. (Logger.java:49) +[2026-06-09 15:14:23,900][DEBUG][main] Creating MapperFactoryBean with name 'passwordLogDao' and 'net.lab1024.sa.base.module.support.securityprotect.dao.PasswordLogDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,900][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'passwordLogDao'. (Logger.java:49) +[2026-06-09 15:14:23,900][DEBUG][main] Creating MapperFactoryBean with name 'serialNumberDao' and 'net.lab1024.sa.base.module.support.serialnumber.dao.SerialNumberDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,900][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'serialNumberDao'. (Logger.java:49) +[2026-06-09 15:14:23,900][DEBUG][main] Creating MapperFactoryBean with name 'serialNumberRecordDao' and 'net.lab1024.sa.base.module.support.serialnumber.dao.SerialNumberRecordDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,900][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'serialNumberRecordDao'. (Logger.java:49) +[2026-06-09 15:14:23,900][DEBUG][main] Creating MapperFactoryBean with name 'tableColumnDao' and 'net.lab1024.sa.base.module.support.table.TableColumnDao' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,900][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'tableColumnDao'. (Logger.java:49) +[2026-06-09 15:14:23,902][DEBUG][main] Identified candidate component class: URL [jar:file:/Users/wang/wang/javasoft/apache-maven-3.9.12/repo/org/dromara/warm/warm-flow-mybatis-plus-core/1.7.3/warm-flow-mybatis-plus-core-1.7.3.jar!/org/dromara/warm/flow/orm/mapper/FlowDefinitionMapper.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,902][DEBUG][main] Identified candidate component class: URL [jar:file:/Users/wang/wang/javasoft/apache-maven-3.9.12/repo/org/dromara/warm/warm-flow-mybatis-plus-core/1.7.3/warm-flow-mybatis-plus-core-1.7.3.jar!/org/dromara/warm/flow/orm/mapper/FlowFormMapper.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,902][DEBUG][main] Identified candidate component class: URL [jar:file:/Users/wang/wang/javasoft/apache-maven-3.9.12/repo/org/dromara/warm/warm-flow-mybatis-plus-core/1.7.3/warm-flow-mybatis-plus-core-1.7.3.jar!/org/dromara/warm/flow/orm/mapper/FlowHisTaskMapper.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,902][DEBUG][main] Identified candidate component class: URL [jar:file:/Users/wang/wang/javasoft/apache-maven-3.9.12/repo/org/dromara/warm/warm-flow-mybatis-plus-core/1.7.3/warm-flow-mybatis-plus-core-1.7.3.jar!/org/dromara/warm/flow/orm/mapper/FlowInstanceMapper.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,902][DEBUG][main] Identified candidate component class: URL [jar:file:/Users/wang/wang/javasoft/apache-maven-3.9.12/repo/org/dromara/warm/warm-flow-mybatis-plus-core/1.7.3/warm-flow-mybatis-plus-core-1.7.3.jar!/org/dromara/warm/flow/orm/mapper/FlowNodeMapper.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,902][DEBUG][main] Identified candidate component class: URL [jar:file:/Users/wang/wang/javasoft/apache-maven-3.9.12/repo/org/dromara/warm/warm-flow-mybatis-plus-core/1.7.3/warm-flow-mybatis-plus-core-1.7.3.jar!/org/dromara/warm/flow/orm/mapper/FlowSkipMapper.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,902][DEBUG][main] Identified candidate component class: URL [jar:file:/Users/wang/wang/javasoft/apache-maven-3.9.12/repo/org/dromara/warm/warm-flow-mybatis-plus-core/1.7.3/warm-flow-mybatis-plus-core-1.7.3.jar!/org/dromara/warm/flow/orm/mapper/FlowTaskMapper.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,902][DEBUG][main] Identified candidate component class: URL [jar:file:/Users/wang/wang/javasoft/apache-maven-3.9.12/repo/org/dromara/warm/warm-flow-mybatis-plus-core/1.7.3/warm-flow-mybatis-plus-core-1.7.3.jar!/org/dromara/warm/flow/orm/mapper/FlowUserMapper.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,902][DEBUG][main] Identified candidate component class: URL [jar:file:/Users/wang/wang/javasoft/apache-maven-3.9.12/repo/org/dromara/warm/warm-flow-mybatis-plus-core/1.7.3/warm-flow-mybatis-plus-core-1.7.3.jar!/org/dromara/warm/flow/orm/mapper/WarmMapper.class] (ClassPathScanningCandidateComponentProvider.java:476) +[2026-06-09 15:14:23,903][DEBUG][main] Creating MapperFactoryBean with name 'flowDefinitionMapper' and 'org.dromara.warm.flow.orm.mapper.FlowDefinitionMapper' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,904][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'flowDefinitionMapper'. (Logger.java:49) +[2026-06-09 15:14:23,904][DEBUG][main] Creating MapperFactoryBean with name 'flowFormMapper' and 'org.dromara.warm.flow.orm.mapper.FlowFormMapper' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,904][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'flowFormMapper'. (Logger.java:49) +[2026-06-09 15:14:23,904][DEBUG][main] Creating MapperFactoryBean with name 'flowHisTaskMapper' and 'org.dromara.warm.flow.orm.mapper.FlowHisTaskMapper' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,905][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'flowHisTaskMapper'. (Logger.java:49) +[2026-06-09 15:14:23,905][DEBUG][main] Creating MapperFactoryBean with name 'flowInstanceMapper' and 'org.dromara.warm.flow.orm.mapper.FlowInstanceMapper' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,905][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'flowInstanceMapper'. (Logger.java:49) +[2026-06-09 15:14:23,905][DEBUG][main] Creating MapperFactoryBean with name 'flowNodeMapper' and 'org.dromara.warm.flow.orm.mapper.FlowNodeMapper' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,905][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'flowNodeMapper'. (Logger.java:49) +[2026-06-09 15:14:23,905][DEBUG][main] Creating MapperFactoryBean with name 'flowSkipMapper' and 'org.dromara.warm.flow.orm.mapper.FlowSkipMapper' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,905][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'flowSkipMapper'. (Logger.java:49) +[2026-06-09 15:14:23,905][DEBUG][main] Creating MapperFactoryBean with name 'flowTaskMapper' and 'org.dromara.warm.flow.orm.mapper.FlowTaskMapper' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,905][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'flowTaskMapper'. (Logger.java:49) +[2026-06-09 15:14:23,905][DEBUG][main] Creating MapperFactoryBean with name 'flowUserMapper' and 'org.dromara.warm.flow.orm.mapper.FlowUserMapper' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,906][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'flowUserMapper'. (Logger.java:49) +[2026-06-09 15:14:23,906][DEBUG][main] Creating MapperFactoryBean with name 'warmMapper' and 'org.dromara.warm.flow.orm.mapper.WarmMapper' mapperInterface (Logger.java:49) +[2026-06-09 15:14:23,906][DEBUG][main] Enabling autowire by type for MapperFactoryBean with name 'warmMapper'. (Logger.java:49) +[2026-06-09 15:14:23,974][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.sql.init.dependency.DatabaseInitializationDependencyConfigurer$DependsOnDatabaseInitializationPostProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:23,997][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:23,999][DEBUG][main] Creating shared instance of singleton bean 'springUtils' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:23,999][DEBUG][main] Creating shared instance of singleton bean 'preserveErrorControllerTargetClassPostProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:23,999][DEBUG][main] Creating shared instance of singleton bean 'cn.hutool.extra.spring.SpringUtil' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:23,999][DEBUG][main] Creating shared instance of singleton bean 'springdocBeanFactoryPostProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,002][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,002][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,009][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,011][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,014][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,014][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.context.internalConfigurationPropertiesBinder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,015][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,022][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.context.annotation.internalScheduledAnnotationProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,022][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.scheduling.annotation.SchedulingConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,024][DEBUG][main] Creating shared instance of singleton bean 'methodValidationPostProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,026][DEBUG][main] Autowiring by type from bean name 'methodValidationPostProcessor' via factory method to bean named 'environment' (ConstructorResolver.java:945) +[2026-06-09 15:14:24,027][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.context.properties.EnableConfigurationPropertiesRegistrar.methodValidationExcludeFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,034][DEBUG][main] Creating shared instance of singleton bean 'persistenceExceptionTranslationPostProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,035][DEBUG][main] Autowiring by type from bean name 'persistenceExceptionTranslationPostProcessor' via factory method to bean named 'environment' (ConstructorResolver.java:945) +[2026-06-09 15:14:24,035][DEBUG][main] Creating shared instance of singleton bean 'smartReloadManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,036][DEBUG][main] Creating shared instance of singleton bean 'defaultPointcutAdvisor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,036][DEBUG][main] Creating shared instance of singleton bean 'dataSourceConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,036][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,036][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,036][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.cache.config.internalCacheAdvisor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,036][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.cache.annotation.ProxyCachingConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,036][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.cache.config.internalJCacheAdvisor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,036][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.cache.jcache.config.ProxyJCacheConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,041][DEBUG][main] Found AspectJ method: public java.lang.Object net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(org.aspectj.lang.ProceedingJoinPoint) throws java.lang.Throwable (ReflectiveAspectJAdvisorFactory.java:269) +[2026-06-09 15:14:24,042][DEBUG][main] Found AspectJ method: public java.lang.Object net.lab1024.sa.base.module.support.repeatsubmit.RepeatSubmitAspect.around(org.aspectj.lang.ProceedingJoinPoint) throws java.lang.Throwable (ReflectiveAspectJAdvisorFactory.java:269) +[2026-06-09 15:14:24,044][DEBUG][main] Found AspectJ method: public java.lang.Object io.micrometer.observation.aop.ObservedAspect.observeClass(org.aspectj.lang.ProceedingJoinPoint) throws java.lang.Throwable (ReflectiveAspectJAdvisorFactory.java:269) +[2026-06-09 15:14:24,044][DEBUG][main] Found AspectJ method: public java.lang.Object io.micrometer.observation.aop.ObservedAspect.observeMethod(org.aspectj.lang.ProceedingJoinPoint) throws java.lang.Throwable (ReflectiveAspectJAdvisorFactory.java:269) +[2026-06-09 15:14:24,100][DEBUG][main] Creating shared instance of singleton bean 'jCacheOperationSource' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,112][DEBUG][main] Creating shared instance of singleton bean 'jCacheInterceptor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,112][DEBUG][main] Autowiring by type from bean name 'jCacheInterceptor' via factory method to bean named 'jCacheOperationSource' (ConstructorResolver.java:945) +[2026-06-09 15:14:24,116][DEBUG][main] Autowiring by type from bean name 'org.springframework.cache.config.internalJCacheAdvisor' via factory method to bean named 'jCacheOperationSource' (ConstructorResolver.java:945) +[2026-06-09 15:14:24,116][DEBUG][main] Autowiring by type from bean name 'org.springframework.cache.config.internalJCacheAdvisor' via factory method to bean named 'jCacheInterceptor' (ConstructorResolver.java:945) +[2026-06-09 15:14:24,119][DEBUG][main] Creating shared instance of singleton bean 'cacheOperationSource' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,125][DEBUG][main] Creating shared instance of singleton bean 'cacheInterceptor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,125][DEBUG][main] Autowiring by type from bean name 'cacheInterceptor' via factory method to bean named 'cacheOperationSource' (ConstructorResolver.java:945) +[2026-06-09 15:14:24,225][DEBUG][main] Autowiring by type from bean name 'org.springframework.cache.config.internalCacheAdvisor' via factory method to bean named 'cacheOperationSource' (ConstructorResolver.java:945) +[2026-06-09 15:14:24,225][DEBUG][main] Autowiring by type from bean name 'org.springframework.cache.config.internalCacheAdvisor' via factory method to bean named 'cacheInterceptor' (ConstructorResolver.java:945) +[2026-06-09 15:14:24,230][DEBUG][main] Creating shared instance of singleton bean 'transactionAttributeSource' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,235][DEBUG][main] Creating shared instance of singleton bean 'transactionInterceptor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,235][DEBUG][main] Autowiring by type from bean name 'transactionInterceptor' via factory method to bean named 'transactionAttributeSource' (ConstructorResolver.java:945) +[2026-06-09 15:14:24,237][DEBUG][main] Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionAttributeSource' (ConstructorResolver.java:945) +[2026-06-09 15:14:24,237][DEBUG][main] Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionInterceptor' (ConstructorResolver.java:945) +[2026-06-09 15:14:24,239][DEBUG][main] Creating shared instance of singleton bean 'paginationInterceptor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,239][DEBUG][main] Creating shared instance of singleton bean 'mybatisPlusConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,246][DEBUG][main] Creating shared instance of singleton bean 'myBatisPlugin' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,249][DEBUG][main] Found key 'spring.datasource.driver-class-name' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:24,249][DEBUG][main] Found key 'spring.datasource.url' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:24,249][DEBUG][main] Found key 'spring.datasource.username' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:24,249][DEBUG][main] Found key 'spring.datasource.password' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:24,250][DEBUG][main] Found key 'spring.datasource.initial-size' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:24,250][DEBUG][main] Found key 'spring.datasource.min-idle' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:24,250][DEBUG][main] Found key 'spring.datasource.max-active' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:24,250][DEBUG][main] Found key 'spring.datasource.max-wait' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:24,250][DEBUG][main] Found key 'spring.datasource.time-between-eviction-runs-millis' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:24,251][DEBUG][main] Found key 'spring.datasource.min-evictable-idle-time-millis' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:24,251][DEBUG][main] Found key 'spring.datasource.filters' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:24,251][DEBUG][main] Found key 'spring.datasource.druid.username' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:24,251][DEBUG][main] Found key 'spring.datasource.druid.password' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:24,251][DEBUG][main] Found key 'spring.datasource.druid.login.enabled' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:24,251][DEBUG][main] Found key 'spring.datasource.druid.method.pointcut' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:24,253][DEBUG][main] Creating shared instance of singleton bean 'jdkRegexpMethodPointcut' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,255][DEBUG][main] Creating shared instance of singleton bean 'reloadCommand' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,256][DEBUG][main] Creating shared instance of singleton bean 'reloadItemDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,257][DEBUG][main] Creating shared instance of singleton bean 'sqlSessionFactory' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:24,260][DEBUG][main] Creating shared instance of singleton bean 'druidDataSource' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:25,610][DEBUG][main] Property 'configuration' or 'configLocation' not specified, using default MyBatis Configuration (Logger.java:49) +[2026-06-09 15:14:25,642][DEBUG][main] Registered plugin: 'com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor@6d4d0a14' (Logger.java:49) +[2026-06-09 15:14:25,642][DEBUG][main] Registered plugin: 'net.lab1024.sa.admin.module.system.datascope.MyBatisPlugin@1826475' (Logger.java:49) +[2026-06-09 15:14:25,733][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/business/category/CategoryMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,750][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/business/goods/GoodsMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,762][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/business/oa/bank/BankMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,771][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/business/oa/enterprise/EnterpriseEmployeeMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,782][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/business/oa/enterprise/EnterpriseMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,790][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/business/oa/invoice/InvoiceMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,798][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/business/oa/leave/LeaveMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,813][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/business/oa/notice/NoticeMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,822][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/flow/WarmFLowMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,830][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/system/PositionMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,837][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/system/department/DepartmentMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,853][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/system/employee/EmployeeMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,864][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/system/menu/MenuMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,870][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/system/role/RoleDataScopeMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,876][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/system/role/RoleEmployeeMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,882][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/system/role/RoleMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,887][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes/mapper/system/role/RoleMenuMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,897][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/ChangeLogMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,899][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/CodeGeneratorMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,904][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/ConfigMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,910][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/DataTracerMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,915][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/DictDataMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,920][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/DictMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,925][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/FeedbackMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,930][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/FileMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,936][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/HeartBeatRecordMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,941][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/HelpDocDao.xml]' (Logger.java:49) +[2026-06-09 15:14:25,950][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/LoginFailMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,956][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/LoginLogMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,961][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/MessageMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,968][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/OperateLogMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,973][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/PasswordLogMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,978][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/ReloadItemMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,983][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/ReloadResultMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,988][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/SerialNumberMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:25,992][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/SerialNumberRecordMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:26,000][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/SmartJobLogMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:26,008][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/SmartJobMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:26,013][DEBUG][main] Parsed mapper file: 'file [/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-base/target/classes/mapper/support/TableColumnMapper.xml]' (Logger.java:49) +[2026-06-09 15:14:26,016][DEBUG][main] Get /172.20.10.11 network interface (Sequence.java:155) +[2026-06-09 15:14:26,017][DEBUG][main] Get network interface info: name:en0 (en0) (Sequence.java:159) +[2026-06-09 15:14:26,018][DEBUG][main] Initialization Sequence datacenterId:23 workerId:16 (Sequence.java:103) +[2026-06-09 15:14:26,022][DEBUG][main] Creating shared instance of singleton bean 'dataSourceScriptDatabaseInitializer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,022][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,023][DEBUG][main] Creating shared instance of singleton bean 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,024][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.context.properties.BoundConfigurationProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,030][DEBUG][main] Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'druidDataSource' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,030][DEBUG][main] Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,033][DEBUG][main] Creating shared instance of singleton bean 'sqlSessionTemplate' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,033][DEBUG][main] Creating shared instance of singleton bean 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,034][DEBUG][main] Creating shared instance of singleton bean 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,039][DEBUG][main] Autowiring by type from bean name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' via constructor to bean named 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,039][DEBUG][main] Autowiring by type from bean name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@244e619a' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,044][DEBUG][main] Creating shared instance of singleton bean 'databaseIdProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,044][DEBUG][main] Creating shared instance of singleton bean 'mybatisDatabaseIdProviderConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,050][DEBUG][main] Autowiring by type from bean name 'sqlSessionTemplate' via factory method to bean named 'sqlSessionFactory' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,068][DEBUG][main] Creating shared instance of singleton bean 'reloadResultDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,088][DEBUG][main] Found key 'reload.interval-seconds' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:26,094][DEBUG][main] Creating shared instance of singleton bean 'webServerFactoryCustomizerBeanPostProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,095][DEBUG][main] Creating shared instance of singleton bean 'errorPageRegistrarBeanPostProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,095][DEBUG][main] Creating shared instance of singleton bean 'meterRegistryPostProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,096][DEBUG][main] Autowiring by type from bean name 'meterRegistryPostProcessor' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@244e619a' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,099][DEBUG][main] Creating shared instance of singleton bean 'healthEndpointGroupsBeanPostProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,100][DEBUG][main] Creating shared instance of singleton bean 'metricsRepositoryMethodInvocationListenerBeanPostProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,101][DEBUG][main] Creating shared instance of singleton bean 'observationRegistryPostProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,102][DEBUG][main] Creating shared instance of singleton bean 'projectingArgumentResolverBeanPostProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,112][DEBUG][main] Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@33f4844b] (UiApplicationContextUtils.java:86) +[2026-06-09 15:14:26,113][DEBUG][main] Creating shared instance of singleton bean 'tomcatServletWebServerFactory' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,113][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,136][DEBUG][main] Creating shared instance of singleton bean 'websocketServletWebServerCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,136][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration$TomcatWebSocketConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,137][DEBUG][main] Creating shared instance of singleton bean 'servletWebServerFactoryCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,137][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,138][DEBUG][main] Creating shared instance of singleton bean 'server-org.springframework.boot.autoconfigure.web.ServerProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,147][DEBUG][main] Autowiring by type from bean name 'servletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,148][DEBUG][main] Creating shared instance of singleton bean 'sslBundleRegistry' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,148][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,149][DEBUG][main] Creating shared instance of singleton bean 'spring.ssl-org.springframework.boot.autoconfigure.ssl.SslProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,150][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration' via constructor to bean named 'spring.ssl-org.springframework.boot.autoconfigure.ssl.SslProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,151][DEBUG][main] Creating shared instance of singleton bean 'sslPropertiesSslBundleRegistrar' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,151][DEBUG][main] Creating shared instance of singleton bean 'fileWatcher' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,152][DEBUG][main] Autowiring by type from bean name 'sslPropertiesSslBundleRegistrar' via factory method to bean named 'fileWatcher' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,157][DEBUG][main] Creating shared instance of singleton bean 'tomcatServletWebServerFactoryCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,157][DEBUG][main] Autowiring by type from bean name 'tomcatServletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,158][DEBUG][main] Creating shared instance of singleton bean 'tomcatWebServerFactoryCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,158][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration$TomcatWebServerFactoryCustomizerConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,159][DEBUG][main] Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'environment' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,159][DEBUG][main] Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,162][DEBUG][main] Creating shared instance of singleton bean 'localeCharsetMappingsCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,162][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,162][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,180][DEBUG][main] Creating shared instance of singleton bean 'errorPageCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,180][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,180][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,182][DEBUG][main] Creating shared instance of singleton bean 'dispatcherServletRegistration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,182][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,183][DEBUG][main] Creating shared instance of singleton bean 'dispatcherServlet' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,183][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,184][DEBUG][main] Creating shared instance of singleton bean 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,188][DEBUG][main] Autowiring by type from bean name 'dispatcherServlet' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,204][DEBUG][main] Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'dispatcherServlet' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,204][DEBUG][main] Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,205][DEBUG][main] Creating shared instance of singleton bean 'multipartConfigElement' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,205][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,206][DEBUG][main] Creating shared instance of singleton bean 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,208][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration' via constructor to bean named 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,217][DEBUG][main] Autowiring by type from bean name 'errorPageCustomizer' via factory method to bean named 'dispatcherServletRegistration' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,276][DEBUG][main] Code archive: /Users/wang/wang/javasoft/apache-maven-3.9.12/repo/org/springframework/boot/spring-boot/3.3.1/spring-boot-3.3.1.jar (DocumentRoot.java:81) +[2026-06-09 15:14:26,276][DEBUG][main] Code archive: /Users/wang/wang/javasoft/apache-maven-3.9.12/repo/org/springframework/boot/spring-boot/3.3.1/spring-boot-3.3.1.jar (DocumentRoot.java:125) +[2026-06-09 15:14:26,276][DEBUG][main] None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored. (DocumentRoot.java:149) +[2026-06-09 15:14:26,296][DEBUG][main] Setting state for [Connector["http-nio-1024"]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,296][DEBUG][main] Setting state for [StandardService[Tomcat]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,296][DEBUG][main] Setting state for [StandardServer[-1]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,296][DEBUG][main] Setting state for [StandardServer[-1]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,296][DEBUG][main] Setting state for [StandardServer[-1]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,296][DEBUG][main] Setting state for [org.apache.catalina.deploy.NamingResourcesImpl@496c6d94] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,297][DEBUG][main] Setting state for [org.apache.catalina.deploy.NamingResourcesImpl@496c6d94] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,297][DEBUG][main] Setting state for [org.apache.catalina.deploy.NamingResourcesImpl@496c6d94] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,297][DEBUG][main] Setting state for [StandardService[Tomcat]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,297][DEBUG][main] Setting state for [StandardService[Tomcat]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,297][DEBUG][main] Setting state for [StandardEngine[Tomcat]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,297][DEBUG][main] Setting state for [SimpleRealm[StandardEngine[Tomcat]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,297][DEBUG][main] Setting state for [SimpleRealm[StandardEngine[Tomcat]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,297][DEBUG][main] Setting state for [SimpleRealm[StandardEngine[Tomcat]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,297][DEBUG][main] Setting state for [SimpleRealm[StandardEngine[Tomcat]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,297][DEBUG][main] Setting state for [SimpleRealm[StandardEngine[Tomcat]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,297][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,298][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,298][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,298][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,298][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,298][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,303][DEBUG][main] Setting state for [org.apache.catalina.webresources.StandardRoot@9863ed5] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,303][DEBUG][main] Setting state for [org.apache.catalina.webresources.StandardRoot@9863ed5] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,303][DEBUG][main] Setting state for [org.apache.catalina.webresources.StandardRoot@9863ed5] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,304][DEBUG][main] Setting state for [org.apache.catalina.webresources.DirResourceSet@641c8ba4] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,304][DEBUG][main] Setting state for [org.apache.catalina.webresources.DirResourceSet@641c8ba4] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,304][DEBUG][main] Setting state for [org.apache.catalina.webresources.DirResourceSet@641c8ba4] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,304][DEBUG][main] Setting state for [org.apache.catalina.webresources.DirResourceSet@641c8ba4] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,304][DEBUG][main] Setting state for [org.apache.catalina.webresources.DirResourceSet@641c8ba4] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,304][DEBUG][main] Setting state for [org.apache.catalina.webresources.StandardRoot@9863ed5] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,304][DEBUG][main] Setting state for [org.apache.catalina.webresources.StandardRoot@9863ed5] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,304][DEBUG][main] Setting state for [WebappLoader[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,304][DEBUG][main] Setting state for [WebappLoader[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,304][DEBUG][main] Setting state for [WebappLoader[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,304][DEBUG][main] Starting this Loader (DirectJDKLog.java:173) +[2026-06-09 15:14:26,307][DEBUG][main] Setting state for [WebappLoader[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,307][DEBUG][main] Setting state for [WebappLoader[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,322][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@66acaa54] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,322][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@66acaa54] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,322][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@66acaa54] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,322][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@66acaa54] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,322][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@66acaa54] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,322][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@5cff6d1d] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,322][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@5cff6d1d] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,322][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@5cff6d1d] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,322][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@5cff6d1d] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,322][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@5cff6d1d] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,322][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@36c1b6ff] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,322][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@36c1b6ff] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,323][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@36c1b6ff] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,323][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@36c1b6ff] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,323][DEBUG][main] Setting state for [org.apache.catalina.webresources.JarResourceSet@36c1b6ff] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,323][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,323][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,323][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,323][DEBUG][main] Setting state for [NonLoginAuthenticator[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,323][DEBUG][main] Setting state for [NonLoginAuthenticator[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,323][DEBUG][main] Setting state for [NonLoginAuthenticator[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,323][DEBUG][main] Setting state for [NonLoginAuthenticator[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,323][DEBUG][main] Setting state for [NonLoginAuthenticator[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,324][DEBUG][main] Setting state for [StandardContextValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,324][DEBUG][main] Setting state for [StandardContextValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,324][DEBUG][main] Setting state for [StandardContextValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,324][DEBUG][main] Setting state for [StandardContextValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,324][DEBUG][main] Setting state for [StandardContextValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,324][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,324][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,324][DEBUG][main] No manager found. Checking if cluster manager should be used. Cluster configured: [false], Application distributable: [false] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,327][DEBUG][main] Configured a manager of class [org.apache.catalina.session.StandardManager] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,327][DEBUG][main] Setting state for [org.apache.catalina.deploy.NamingResourcesImpl@6dadcf58] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,327][DEBUG][main] Setting state for [org.apache.catalina.deploy.NamingResourcesImpl@6dadcf58] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,327][DEBUG][main] Setting state for [org.apache.catalina.deploy.NamingResourcesImpl@6dadcf58] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,327][DEBUG][main] Setting state for [org.apache.catalina.deploy.NamingResourcesImpl@6dadcf58] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,327][DEBUG][main] Setting state for [org.apache.catalina.deploy.NamingResourcesImpl@6dadcf58] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,330][DEBUG][main] Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT] (ServletWebServerApplicationContext.java:290) +[2026-06-09 15:14:26,331][DEBUG][main] Creating shared instance of singleton bean 'druidServlet' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,333][DEBUG][main] Creating shared instance of singleton bean 'filterRegistrationBean' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,337][DEBUG][main] Creating shared instance of singleton bean 'webMvcObservationFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,337][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.servlet.WebMvcObservationAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,338][DEBUG][main] Creating shared instance of singleton bean 'observationRegistry' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,338][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,340][DEBUG][main] Creating shared instance of singleton bean 'propertiesObservationFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,340][DEBUG][main] Creating shared instance of singleton bean 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,342][DEBUG][main] Autowiring by type from bean name 'propertiesObservationFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,345][DEBUG][main] Creating shared instance of singleton bean 'metricsObservationHandlerGrouping' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,345][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$OnlyMetricsConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,346][DEBUG][main] Creating shared instance of singleton bean 'defaultMeterObservationHandler' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,346][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$MeterObservationHandlerConfiguration$OnlyMetricsMeterObservationHandlerConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,347][DEBUG][main] Creating shared instance of singleton bean 'simpleMeterRegistry' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,347][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleMetricsExportAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,348][DEBUG][main] Creating shared instance of singleton bean 'simpleConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,348][DEBUG][main] Creating shared instance of singleton bean 'management.simple.metrics.export-org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,349][DEBUG][main] Autowiring by type from bean name 'simpleConfig' via factory method to bean named 'management.simple.metrics.export-org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,352][DEBUG][main] Creating shared instance of singleton bean 'micrometerClock' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,353][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,354][DEBUG][main] Autowiring by type from bean name 'simpleMeterRegistry' via factory method to bean named 'simpleConfig' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,354][DEBUG][main] Autowiring by type from bean name 'simpleMeterRegistry' via factory method to bean named 'micrometerClock' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,367][DEBUG][main] Creating shared instance of singleton bean 'propertiesMeterFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,367][DEBUG][main] Creating shared instance of singleton bean 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,369][DEBUG][main] Autowiring by type from bean name 'propertiesMeterFilter' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,371][DEBUG][main] Creating shared instance of singleton bean 'metricsHttpClientUriTagFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,371][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.HttpClientObservationsAutoConfiguration$MeterFilterConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,372][DEBUG][main] Autowiring by type from bean name 'metricsHttpClientUriTagFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,372][DEBUG][main] Autowiring by type from bean name 'metricsHttpClientUriTagFilter' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,373][DEBUG][main] Creating shared instance of singleton bean 'metricsHttpServerUriTagFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,373][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.servlet.WebMvcObservationAutoConfiguration$MeterFilterConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,374][DEBUG][main] Autowiring by type from bean name 'metricsHttpServerUriTagFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,374][DEBUG][main] Autowiring by type from bean name 'metricsHttpServerUriTagFilter' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,377][DEBUG][main] Autowiring by type from bean name 'defaultMeterObservationHandler' via factory method to bean named 'simpleMeterRegistry' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,377][DEBUG][main] Autowiring by type from bean name 'defaultMeterObservationHandler' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,380][DEBUG][main] Autowiring by type from bean name 'webMvcObservationFilter' via factory method to bean named 'observationRegistry' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,380][DEBUG][main] Autowiring by type from bean name 'webMvcObservationFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,383][DEBUG][main] Creating shared instance of singleton bean 'servletEndpointRegistrar' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,383][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,384][DEBUG][main] Creating shared instance of singleton bean 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,385][DEBUG][main] Creating shared instance of singleton bean 'servletEndpointDiscoverer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,385][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration$WebEndpointServletConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,387][DEBUG][main] Autowiring by type from bean name 'servletEndpointDiscoverer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@244e619a' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,388][DEBUG][main] Creating shared instance of singleton bean 'webEndpointPathMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,388][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,388][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@244e619a' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,388][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration' via constructor to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,391][DEBUG][main] Creating shared instance of singleton bean 'servletExposeExcludePropertyEndpointFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,391][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,391][DEBUG][main] Autowiring by type from bean name 'servletExposeExcludePropertyEndpointFilter' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,397][DEBUG][main] Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,397][DEBUG][main] Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'servletEndpointDiscoverer' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,397][DEBUG][main] Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'dispatcherServletRegistration' (ConstructorResolver.java:945) +[2026-06-09 15:14:26,404][DEBUG][main] Creating shared instance of singleton bean 'corsFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,404][DEBUG][main] Creating shared instance of singleton bean 'corsFilterConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,405][DEBUG][main] Found key 'access-control-allow-origin' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:26,412][DEBUG][main] Creating shared instance of singleton bean 'requestContextFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,414][DEBUG][main] Creating shared instance of singleton bean 'formContentFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,415][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,418][DEBUG][main] Creating shared instance of singleton bean 'saFirewallCheckFilterForJakartaServlet' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,418][DEBUG][main] Creating shared instance of singleton bean 'cn.dev33.satoken.spring.SaTokenContextRegister' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,419][DEBUG][main] Creating shared instance of singleton bean 'characterEncodingFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,426][DEBUG][main] Mapping filters: webMvcObservationFilter urls=[/*] order=-2147483647, filterRegistrationBean urls=[/*] order=2147483647, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, saFirewallCheckFilterForJakartaServlet urls=[/*] order=-1000, requestContextFilter urls=[/*] order=-105, corsFilter urls=[/*] order=2147483647 (ServletContextInitializerBeans.java:235) +[2026-06-09 15:14:26,426][DEBUG][main] Mapping servlets: druidServlet urls=[/druid/*], dispatcherServlet urls=[/] (ServletContextInitializerBeans.java:235) +[2026-06-09 15:14:26,429][DEBUG][main] Add container child [StandardWrapper[druidServlet]] to container [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,429][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,429][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,429][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,429][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,429][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,429][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,429][DEBUG][main] Setting state for [StandardWrapperValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,429][DEBUG][main] Setting state for [StandardWrapperValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,429][DEBUG][main] Setting state for [StandardWrapperValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,429][DEBUG][main] Setting state for [StandardWrapperValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,429][DEBUG][main] Setting state for [StandardWrapperValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,429][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,430][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,430][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,430][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[druidServlet]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,430][DEBUG][main] Add container child [StandardWrapper[dispatcherServlet]] to container [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,430][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,430][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,430][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,430][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,430][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,431][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,431][DEBUG][main] Setting state for [StandardWrapperValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,431][DEBUG][main] Setting state for [StandardWrapperValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,431][DEBUG][main] Setting state for [StandardWrapperValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,431][DEBUG][main] Setting state for [StandardWrapperValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,431][DEBUG][main] Setting state for [StandardWrapperValve[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,431][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,431][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,431][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,431][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[].StandardWrapper[dispatcherServlet]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,440][DEBUG][main] Setting state for [StandardManager[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,440][DEBUG][main] Setting state for [StandardManager[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,440][DEBUG][main] Setting state for [StandardManager[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,440][DEBUG][main] Setting state for [org.springframework.boot.web.embedded.tomcat.LazySessionIdGenerator@28532753] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,440][DEBUG][main] Setting state for [org.springframework.boot.web.embedded.tomcat.LazySessionIdGenerator@28532753] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,440][DEBUG][main] Setting state for [org.springframework.boot.web.embedded.tomcat.LazySessionIdGenerator@28532753] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,440][DEBUG][main] Setting state for [org.springframework.boot.web.embedded.tomcat.LazySessionIdGenerator@28532753] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,440][DEBUG][main] Setting state for [org.springframework.boot.web.embedded.tomcat.LazySessionIdGenerator@28532753] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,440][DEBUG][main] Setting state for [StandardManager[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,440][DEBUG][main] Setting state for [StandardManager[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,442][DEBUG][main] Filter 'requestContextFilter' configured for use (GenericFilterBean.java:240) +[2026-06-09 15:14:26,443][DEBUG][main] Filter 'webMvcObservationFilter' configured for use (GenericFilterBean.java:240) +[2026-06-09 15:14:26,445][DEBUG][main] Filter 'corsFilter' configured for use (GenericFilterBean.java:240) +[2026-06-09 15:14:26,445][DEBUG][main] Filter 'characterEncodingFilter' configured for use (GenericFilterBean.java:240) +[2026-06-09 15:14:26,445][DEBUG][main] Filter 'formContentFilter' configured for use (GenericFilterBean.java:240) +[2026-06-09 15:14:26,445][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,445][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,445][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,445][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,445][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,445][DEBUG][main] Setting state for [ErrorReportValve[StandardEngine[Tomcat].StandardHost[localhost]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,445][DEBUG][main] Setting state for [ErrorReportValve[StandardEngine[Tomcat].StandardHost[localhost]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,445][DEBUG][main] Setting state for [ErrorReportValve[StandardEngine[Tomcat].StandardHost[localhost]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,445][DEBUG][main] Setting state for [ErrorReportValve[StandardEngine[Tomcat].StandardHost[localhost]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,446][DEBUG][main] Setting state for [ErrorReportValve[StandardEngine[Tomcat].StandardHost[localhost]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,446][DEBUG][main] Setting state for [StandardHostValve[StandardEngine[Tomcat].StandardHost[localhost]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,446][DEBUG][main] Setting state for [StandardHostValve[StandardEngine[Tomcat].StandardHost[localhost]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,446][DEBUG][main] Setting state for [StandardHostValve[StandardEngine[Tomcat].StandardHost[localhost]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,446][DEBUG][main] Setting state for [StandardHostValve[StandardEngine[Tomcat].StandardHost[localhost]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,446][DEBUG][main] Setting state for [StandardHostValve[StandardEngine[Tomcat].StandardHost[localhost]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,446][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,446][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat].StandardHost[localhost]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,446][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,446][DEBUG][main] Setting state for [StandardEngine[Tomcat].StandardHost[localhost]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,446][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,446][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,446][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,446][DEBUG][main] Setting state for [AccessLogValve[StandardEngine[Tomcat]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,446][DEBUG][main] Setting state for [AccessLogValve[StandardEngine[Tomcat]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,446][DEBUG][main] Setting state for [AccessLogValve[StandardEngine[Tomcat]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,446][DEBUG][main] Setting state for [AccessLogValve[StandardEngine[Tomcat]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,446][DEBUG][main] Setting state for [AccessLogValve[StandardEngine[Tomcat]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,446][DEBUG][main] Setting state for [StandardEngineValve[StandardEngine[Tomcat]]] to [INITIALIZING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,446][DEBUG][main] Setting state for [StandardEngineValve[StandardEngine[Tomcat]]] to [INITIALIZED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,446][DEBUG][main] Setting state for [StandardEngineValve[StandardEngine[Tomcat]]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,446][DEBUG][main] Setting state for [StandardEngineValve[StandardEngine[Tomcat]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,446][DEBUG][main] Setting state for [StandardEngineValve[StandardEngine[Tomcat]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,446][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat]]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,446][DEBUG][main] Setting state for [StandardPipeline[StandardEngine[Tomcat]]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,447][DEBUG][main] Setting state for [StandardEngine[Tomcat]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,447][DEBUG][main] Setting state for [StandardEngine[Tomcat]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,447][DEBUG][main] Setting state for [org.apache.catalina.mapper.MapperListener@e7ddf8d] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,447][DEBUG][main] Setting state for [org.apache.catalina.mapper.MapperListener@e7ddf8d] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,448][DEBUG][main] Registered host [localhost] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,448][DEBUG][main] Register Wrapper [druidServlet] in Context [] for service [StandardService[Tomcat]] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,448][DEBUG][main] Register Wrapper [dispatcherServlet] in Context [] for service [StandardService[Tomcat]] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,448][DEBUG][main] Register Context [] for service [StandardService[Tomcat]] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,448][DEBUG][main] Register host [localhost] at domain [null] for service [StandardService[Tomcat]] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,448][DEBUG][main] Setting state for [org.apache.catalina.mapper.MapperListener@e7ddf8d] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,448][DEBUG][main] Setting state for [StandardService[Tomcat]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,448][DEBUG][main] Setting state for [StandardServer[-1]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,452][DEBUG][main] Creating shared instance of singleton bean 'adminApplication' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,453][DEBUG][main] Creating shared instance of singleton bean 'mvcConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,453][DEBUG][main] Creating shared instance of singleton bean 'adminInterceptor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,453][DEBUG][main] Creating shared instance of singleton bean 'loginService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,459][DEBUG][main] Creating shared instance of singleton bean 'employeeService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,461][DEBUG][main] Creating shared instance of singleton bean 'employeeDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,476][DEBUG][main] Creating shared instance of singleton bean 'departmentDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,483][DEBUG][main] Creating shared instance of singleton bean 'employeeManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,488][DEBUG][main] Creating shared instance of singleton bean 'roleEmployeeService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,489][DEBUG][main] Creating shared instance of singleton bean 'roleEmployeeDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,500][DEBUG][main] Creating shared instance of singleton bean 'roleDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,509][DEBUG][main] Creating shared instance of singleton bean 'roleEmployeeManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,545][DEBUG][main] Creating shared instance of singleton bean 'departmentService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,546][DEBUG][main] Creating shared instance of singleton bean 'departmentCacheManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,553][DEBUG][main] Creating shared instance of singleton bean 'securityPasswordService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,554][DEBUG][main] Creating shared instance of singleton bean 'passwordLogDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,563][DEBUG][main] Creating shared instance of singleton bean 'level3ProtectConfigService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,563][DEBUG][main] Creating shared instance of singleton bean 'configService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,564][DEBUG][main] Creating shared instance of singleton bean 'configDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,577][DEBUG][main] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:14:26,579][DEBUG][main] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@18174bd9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:14:26,590][DEBUG][main] Creating shared instance of singleton bean 'dataScopeSqlConfigService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,591][DEBUG][main] Creating shared instance of singleton bean 'dataScopeViewService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,591][DEBUG][main] Creating shared instance of singleton bean 'roleDataScopeDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,680][DEBUG][main] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:14:26,682][DEBUG][main] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:14:25.265, closeCount=0, lastValidateTimeMillis=2026-06-09 15:14:25.309}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:14:26,684][DEBUG][main] ==> Preparing: SELECT config_id,config_key,config_value,config_name,remark,update_time,create_time FROM t_config (BaseJdbcLogger.java:135) +[2026-06-09 15:14:26,716][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:26,716][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:26,717][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:26,717][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:26,717][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:26,717][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:26,717][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:26,717][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:26,717][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:26,718][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 84 (Log.java:228) +[2026-06-09 15:14:26,718][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:26,718][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:26,718][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:26,718][DEBUG][RMI TCP Connection(5)-127.0.0.1] connectionId=rmi://127.0.0.1 6, name=org.springframework.boot:type=Admin,name=SpringApplication, attribute=Ready (LoggingProviderImpl.java:230) +[2026-06-09 15:14:26,719][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: [127.0.0.1] exception: (Log.java:236) +javax.management.InstanceNotFoundException: org.springframework.boot:type=Admin,name=SpringApplication + at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1073) ~[?:?] + at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:632) ~[?:?] + at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:679) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1449) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1310) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1405) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:639) ~[?:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) ~[?:?] + at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) ~[?:?] + at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) ~[?:?] + at java.base/java.security.AccessController.doPrivileged(AccessController.java:714) ~[?:?] + at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721) ~[?:?] + at java.base/java.security.AccessController.doPrivileged(AccessController.java:400) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720) ~[?:?] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 15:14:26,722][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:26,722][DEBUG][RMI TCP Connection(5)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@605b94d9: connectionId=rmi://127.0.0.1 6] closing. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:26,722][DEBUG][RMI TCP Connection(5)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@605b94d9: connectionId=rmi://127.0.0.1 6] closed. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:26,752][DEBUG][main] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:14:26,846][DEBUG][main] <== Total: 2 (BaseJdbcLogger.java:135) +[2026-06-09 15:14:26,848][DEBUG][main] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@18174bd9] (Logger.java:49) +[2026-06-09 15:14:26,853][DEBUG][main] Trying to load META-INF/validation.xml for XML based Validator configuration. (ValidationXmlParser.java:122) +[2026-06-09 15:14:26,854][DEBUG][main] Trying to load META-INF/validation.xml via TCCL (ResourceLoaderHelper.java:61) +[2026-06-09 15:14:26,854][DEBUG][main] Trying to load META-INF/validation.xml via Hibernate Validator's class loader (ResourceLoaderHelper.java:67) +[2026-06-09 15:14:26,854][DEBUG][main] No META-INF/validation.xml found. Using annotation based configuration only. (ValidationXmlParser.java:129) +[2026-06-09 15:14:26,854][DEBUG][main] Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. (TraversableResolvers.java:61) +[2026-06-09 15:14:26,854][DEBUG][main] Loaded expression factory via original TCCL (ResourceBundleMessageInterpolator.java:175) +[2026-06-09 15:14:26,855][DEBUG][main] HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. (ValidatorFactoryConfigurationHelper.java:355) +[2026-06-09 15:14:26,855][DEBUG][main] HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. (ValidatorFactoryConfigurationHelper.java:447) +[2026-06-09 15:14:26,855][DEBUG][main] HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. (ValidatorFactoryConfigurationHelper.java:448) +[2026-06-09 15:14:26,860][DEBUG][main] HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. (ValidatorFactoryConfigurationHelper.java:449) +[2026-06-09 15:14:26,860][DEBUG][main] HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. (ValidatorFactoryConfigurationHelper.java:450) +[2026-06-09 15:14:26,860][DEBUG][main] HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. (ValidatorFactoryConfigurationHelper.java:451) +[2026-06-09 15:14:26,937][DEBUG][main] Creating shared instance of singleton bean 'positionDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,947][DEBUG][main] Creating shared instance of singleton bean 'captchaService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,948][DEBUG][main] Creating shared instance of singleton bean 'systemEnvironment' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,948][DEBUG][main] Creating shared instance of singleton bean 'systemEnvironmentConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,948][DEBUG][main] Found key 'spring.profiles.active' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:26,948][DEBUG][main] Found key 'project.name' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:26,949][DEBUG][main] Creating shared instance of singleton bean 'redisService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,949][DEBUG][main] Creating shared instance of singleton bean 'stringRedisTemplate' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,949][DEBUG][main] Creating shared instance of singleton bean 'org.redisson.spring.starter.RedissonAutoConfigurationV2' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,950][DEBUG][main] Creating shared instance of singleton bean 'redissonPasswordConfigurationCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,951][DEBUG][main] Creating shared instance of singleton bean 'spring.redis.redisson-org.redisson.spring.starter.RedissonProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,953][DEBUG][main] Creating shared instance of singleton bean 'spring.data.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,958][DEBUG][main] Creating shared instance of singleton bean 'redissonConnectionFactory' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,958][DEBUG][main] Creating shared instance of singleton bean 'redisson' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,958][DEBUG][main] Creating shared instance of singleton bean 'redisConnectionDetails' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,958][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:26,959][DEBUG][main] Autowiring by type from bean name 'redisConnectionDetails' via factory method to bean named 'spring.data.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,001][DEBUG][main] Using SLF4J as the default logging framework (InternalLoggerFactory.java:63) +[2026-06-09 15:14:27,003][DEBUG][main] -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 (GlobalEventExecutor.java:53) +[2026-06-09 15:14:27,006][DEBUG][main] -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 (InternalThreadLocalMap.java:100) +[2026-06-09 15:14:27,006][DEBUG][main] -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 (InternalThreadLocalMap.java:101) +[2026-06-09 15:14:27,031][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:3c:9e:b1:fc:89:f7:33:d3, Subject:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Key type:RSA, Length:2048, Cert Id:3044386973, Valid from:2016/7/7 07:48, Valid until:2030/12/31 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,032][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:08:87:4f:23:f4:bb:f6:3b:d8:06:a7:ae:b0:a1:2c:f4:67:2b:ba:2a, Subject:CN=Legion of the Bouncy Castle Inc., OU=Java Software Code Signing, O=Oracle Corporation, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Key type:DSA, Length:2048, Cert Id:2266411741, Valid from:2022/1/25 08:58, Valid until:2027/1/25 08:58 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,036][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0b:ae:66:bc:5a:ba:7f:95:87:c6:f9:e9:04:e3:33:04, Subject:CN=DigiCert Timestamp 2024, O=DigiCert, C=US, Issuer:CN=DigiCert Trusted G4 RSA4096 SHA256 TimeStamping CA, O="DigiCert, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:3934399196, Valid from:2024/9/26 08:00, Valid until:2035/11/26 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,036][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:07:36:37:b7:24:54:7c:d8:47:ac:fd:28:66:2a:5e:5b, Subject:CN=DigiCert Trusted G4 RSA4096 SHA256 TimeStamping CA, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:4096, Cert Id:3207540671, Valid from:2022/3/23 08:00, Valid until:2037/3/23 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,036][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:0e:9b:18:8e:f9:d0:2d:e7:ef:db:50:e2:08:40:18:5a, Subject:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:4096, Cert Id:845088433, Valid from:2022/8/1 08:00, Valid until:2031/11/10 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,062][DEBUG][main] X509Certificate: Alg:SHA1withDSA, Serial:10, Subject:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Sun Microsystems Inc, L=Palo Alto, ST=CA, C=US, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Sun Microsystems Inc, L=Palo Alto, ST=CA, C=US, Key type:DSA, Length:1024, Cert Id:1776909028, Valid from:2001/4/25 15:00, Valid until:2020/4/25 15:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,063][DEBUG][main] X509Certificate: Alg:SHA1withDSA, Serial:04:7f, Subject:CN=Legion of the Bouncy Castle Inc., OU=Java Software Code Signing, O=Sun Microsystems Inc, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Sun Microsystems Inc, L=Palo Alto, ST=CA, C=US, Key type:DSA, Length:1024, Cert Id:2271114451, Valid from:2017/3/11 09:15, Valid until:2020/4/25 15:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,064][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:03:01:9a:02:3a:ff:58:b1:6b:d6:d5:ea:e6:17:f0:66, Subject:CN=DigiCert Timestamp Responder, O=DigiCert, C=US, Issuer:CN=DigiCert Assured ID CA-1, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3795447098, Valid from:2014/10/22 08:00, Valid until:2024/10/22 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,064][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:06:fd:f9:03:96:03:ad:ea:00:0a:eb:3f:27:bb:ba:1b, Subject:CN=DigiCert Assured ID CA-1, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3183604018, Valid from:2006/11/10 08:00, Valid until:2021/11/10 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,067][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:3c:9e:b1:fc:89:f7:33:d3, Subject:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Key type:RSA, Length:2048, Cert Id:3044386973, Valid from:2016/7/7 07:48, Valid until:2030/12/31 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,067][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:4e:fb:7b:c6:2e:2b:04:9e, Subject:CN=Legion of the Bouncy Castle Inc., OU=Java Software Code Signing, O=Oracle Corporation, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Key type:DSA, Length:2048, Cert Id:3640944114, Valid from:2017/3/11 09:07, Valid until:2022/3/11 09:07 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,067][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:cd:3f:85:68:ae:76:c6:1b:b0:fe:71:60:cc:a7:6d, Subject:CN=TIMESTAMP-SHA256-2019-10-15, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:380147180, Valid from:2019/10/1 08:00, Valid until:2030/10/17 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,068][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0a:a1:25:d6:d6:32:1b:7e:41:e4:05:da:36:97:c2:15, Subject:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:2614494003, Valid from:2016/1/7 20:00, Valid until:2031/1/7 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,081][DEBUG][main] X509Certificate: Alg:SHA1withDSA, Serial:10, Subject:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Sun Microsystems Inc, L=Palo Alto, ST=CA, C=US, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Sun Microsystems Inc, L=Palo Alto, ST=CA, C=US, Key type:DSA, Length:1024, Cert Id:1776909028, Valid from:2001/4/25 15:00, Valid until:2020/4/25 15:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,081][DEBUG][main] X509Certificate: Alg:SHA1withDSA, Serial:04:7f, Subject:CN=Legion of the Bouncy Castle Inc., OU=Java Software Code Signing, O=Sun Microsystems Inc, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Sun Microsystems Inc, L=Palo Alto, ST=CA, C=US, Key type:DSA, Length:1024, Cert Id:2271114451, Valid from:2017/3/11 09:15, Valid until:2020/4/25 15:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,083][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:03:01:9a:02:3a:ff:58:b1:6b:d6:d5:ea:e6:17:f0:66, Subject:CN=DigiCert Timestamp Responder, O=DigiCert, C=US, Issuer:CN=DigiCert Assured ID CA-1, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3795447098, Valid from:2014/10/22 08:00, Valid until:2024/10/22 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,083][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:06:fd:f9:03:96:03:ad:ea:00:0a:eb:3f:27:bb:ba:1b, Subject:CN=DigiCert Assured ID CA-1, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3183604018, Valid from:2006/11/10 08:00, Valid until:2021/11/10 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,088][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:3c:9e:b1:fc:89:f7:33:d3, Subject:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Key type:RSA, Length:2048, Cert Id:3044386973, Valid from:2016/7/7 07:48, Valid until:2030/12/31 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,088][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:4e:fb:7b:c6:2e:2b:04:9e, Subject:CN=Legion of the Bouncy Castle Inc., OU=Java Software Code Signing, O=Oracle Corporation, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Key type:DSA, Length:2048, Cert Id:3640944114, Valid from:2017/3/11 09:07, Valid until:2022/3/11 09:07 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,090][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:cd:3f:85:68:ae:76:c6:1b:b0:fe:71:60:cc:a7:6d, Subject:CN=TIMESTAMP-SHA256-2019-10-15, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:380147180, Valid from:2019/10/1 08:00, Valid until:2030/10/17 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,090][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0a:a1:25:d6:d6:32:1b:7e:41:e4:05:da:36:97:c2:15, Subject:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:2614494003, Valid from:2016/1/7 20:00, Valid until:2031/1/7 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,105][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:0c:e7:e0:e5:17:d8:46:fe:8f:e5:60:fc:1b:f0:30:39, Subject:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3434562768, Valid from:2006/11/10 08:00, Valid until:2031/11/10 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,105][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:08:20:a8:44:47:ee:c4:58:6d:a2:6b:97:b3:5c:f2:6f, Subject:CN=Open Preservation Foundation, O=Open Preservation Foundation, L=London, C=GB, Issuer:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3262224480, Valid from:2019/7/5 08:00, Valid until:2020/5/20 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,105][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:09:18:1b:5f:d5:bb:66:75:53:43:b5:6f:95:50:08, Subject:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3406727098, Valid from:2013/10/22 20:00, Valid until:2028/10/22 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,106][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:cd:3f:85:68:ae:76:c6:1b:b0:fe:71:60:cc:a7:6d, Subject:CN=TIMESTAMP-SHA256-2019-10-15, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:380147180, Valid from:2019/10/1 08:00, Valid until:2030/10/17 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,106][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0a:a1:25:d6:d6:32:1b:7e:41:e4:05:da:36:97:c2:15, Subject:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:2614494003, Valid from:2016/1/7 20:00, Valid until:2031/1/7 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,108][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:0c:e7:e0:e5:17:d8:46:fe:8f:e5:60:fc:1b:f0:30:39, Subject:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3434562768, Valid from:2006/11/10 08:00, Valid until:2031/11/10 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,108][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:08:20:a8:44:47:ee:c4:58:6d:a2:6b:97:b3:5c:f2:6f, Subject:CN=Open Preservation Foundation, O=Open Preservation Foundation, L=London, C=GB, Issuer:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3262224480, Valid from:2019/7/5 08:00, Valid until:2020/5/20 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,108][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:09:18:1b:5f:d5:bb:66:75:53:43:b5:6f:95:50:08, Subject:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3406727098, Valid from:2013/10/22 20:00, Valid until:2028/10/22 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,108][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:cd:3f:85:68:ae:76:c6:1b:b0:fe:71:60:cc:a7:6d, Subject:CN=TIMESTAMP-SHA256-2019-10-15, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:380147180, Valid from:2019/10/1 08:00, Valid until:2030/10/17 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,109][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0a:a1:25:d6:d6:32:1b:7e:41:e4:05:da:36:97:c2:15, Subject:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:2614494003, Valid from:2016/1/7 20:00, Valid until:2031/1/7 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,110][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:0c:e7:e0:e5:17:d8:46:fe:8f:e5:60:fc:1b:f0:30:39, Subject:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3434562768, Valid from:2006/11/10 08:00, Valid until:2031/11/10 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,111][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:08:20:a8:44:47:ee:c4:58:6d:a2:6b:97:b3:5c:f2:6f, Subject:CN=Open Preservation Foundation, O=Open Preservation Foundation, L=London, C=GB, Issuer:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3262224480, Valid from:2019/7/5 08:00, Valid until:2020/5/20 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,111][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:09:18:1b:5f:d5:bb:66:75:53:43:b5:6f:95:50:08, Subject:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3406727098, Valid from:2013/10/22 20:00, Valid until:2028/10/22 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,111][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:cd:3f:85:68:ae:76:c6:1b:b0:fe:71:60:cc:a7:6d, Subject:CN=TIMESTAMP-SHA256-2019-10-15, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:380147180, Valid from:2019/10/1 08:00, Valid until:2030/10/17 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,111][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0a:a1:25:d6:d6:32:1b:7e:41:e4:05:da:36:97:c2:15, Subject:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:2614494003, Valid from:2016/1/7 20:00, Valid until:2031/1/7 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,113][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:0c:e7:e0:e5:17:d8:46:fe:8f:e5:60:fc:1b:f0:30:39, Subject:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3434562768, Valid from:2006/11/10 08:00, Valid until:2031/11/10 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,113][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:08:20:a8:44:47:ee:c4:58:6d:a2:6b:97:b3:5c:f2:6f, Subject:CN=Open Preservation Foundation, O=Open Preservation Foundation, L=London, C=GB, Issuer:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3262224480, Valid from:2019/7/5 08:00, Valid until:2020/5/20 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,113][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:09:18:1b:5f:d5:bb:66:75:53:43:b5:6f:95:50:08, Subject:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3406727098, Valid from:2013/10/22 20:00, Valid until:2028/10/22 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,113][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:cd:3f:85:68:ae:76:c6:1b:b0:fe:71:60:cc:a7:6d, Subject:CN=TIMESTAMP-SHA256-2019-10-15, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:380147180, Valid from:2019/10/1 08:00, Valid until:2030/10/17 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,113][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0a:a1:25:d6:d6:32:1b:7e:41:e4:05:da:36:97:c2:15, Subject:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:2614494003, Valid from:2016/1/7 20:00, Valid until:2031/1/7 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,115][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:0c:e7:e0:e5:17:d8:46:fe:8f:e5:60:fc:1b:f0:30:39, Subject:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3434562768, Valid from:2006/11/10 08:00, Valid until:2031/11/10 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,115][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:08:20:a8:44:47:ee:c4:58:6d:a2:6b:97:b3:5c:f2:6f, Subject:CN=Open Preservation Foundation, O=Open Preservation Foundation, L=London, C=GB, Issuer:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3262224480, Valid from:2019/7/5 08:00, Valid until:2020/5/20 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,115][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:09:18:1b:5f:d5:bb:66:75:53:43:b5:6f:95:50:08, Subject:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3406727098, Valid from:2013/10/22 20:00, Valid until:2028/10/22 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,115][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:cd:3f:85:68:ae:76:c6:1b:b0:fe:71:60:cc:a7:6d, Subject:CN=TIMESTAMP-SHA256-2019-10-15, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:380147180, Valid from:2019/10/1 08:00, Valid until:2030/10/17 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,115][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0a:a1:25:d6:d6:32:1b:7e:41:e4:05:da:36:97:c2:15, Subject:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:2614494003, Valid from:2016/1/7 20:00, Valid until:2031/1/7 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,116][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:0c:e7:e0:e5:17:d8:46:fe:8f:e5:60:fc:1b:f0:30:39, Subject:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3434562768, Valid from:2006/11/10 08:00, Valid until:2031/11/10 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,116][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:08:20:a8:44:47:ee:c4:58:6d:a2:6b:97:b3:5c:f2:6f, Subject:CN=Open Preservation Foundation, O=Open Preservation Foundation, L=London, C=GB, Issuer:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3262224480, Valid from:2019/7/5 08:00, Valid until:2020/5/20 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,116][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:09:18:1b:5f:d5:bb:66:75:53:43:b5:6f:95:50:08, Subject:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3406727098, Valid from:2013/10/22 20:00, Valid until:2028/10/22 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,116][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:cd:3f:85:68:ae:76:c6:1b:b0:fe:71:60:cc:a7:6d, Subject:CN=TIMESTAMP-SHA256-2019-10-15, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:380147180, Valid from:2019/10/1 08:00, Valid until:2030/10/17 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,116][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0a:a1:25:d6:d6:32:1b:7e:41:e4:05:da:36:97:c2:15, Subject:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:2614494003, Valid from:2016/1/7 20:00, Valid until:2031/1/7 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,117][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:0c:e7:e0:e5:17:d8:46:fe:8f:e5:60:fc:1b:f0:30:39, Subject:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3434562768, Valid from:2006/11/10 08:00, Valid until:2031/11/10 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,117][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:08:20:a8:44:47:ee:c4:58:6d:a2:6b:97:b3:5c:f2:6f, Subject:CN=Open Preservation Foundation, O=Open Preservation Foundation, L=London, C=GB, Issuer:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3262224480, Valid from:2019/7/5 08:00, Valid until:2020/5/20 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,117][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:09:18:1b:5f:d5:bb:66:75:53:43:b5:6f:95:50:08, Subject:CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3406727098, Valid from:2013/10/22 20:00, Valid until:2028/10/22 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,117][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:cd:3f:85:68:ae:76:c6:1b:b0:fe:71:60:cc:a7:6d, Subject:CN=TIMESTAMP-SHA256-2019-10-15, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:380147180, Valid from:2019/10/1 08:00, Valid until:2030/10/17 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,118][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0a:a1:25:d6:d6:32:1b:7e:41:e4:05:da:36:97:c2:15, Subject:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:2614494003, Valid from:2016/1/7 20:00, Valid until:2031/1/7 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,121][DEBUG][main] -Dio.netty.eventLoopThreads: 20 (MultithreadEventLoopGroup.java:44) +[2026-06-09 15:14:27,131][DEBUG][main] -Dio.netty.noUnsafe: false (PlatformDependent0.java:550) +[2026-06-09 15:14:27,131][DEBUG][main] Java version: 21 (PlatformDependent0.java:1068) +[2026-06-09 15:14:27,131][DEBUG][main] sun.misc.Unsafe.theUnsafe: available (PlatformDependent0.java:140) +[2026-06-09 15:14:27,132][DEBUG][main] sun.misc.Unsafe base methods: all available (PlatformDependent0.java:199) +[2026-06-09 15:14:27,132][DEBUG][main] sun.misc.Unsafe.storeFence: available (PlatformDependent0.java:231) +[2026-06-09 15:14:27,132][DEBUG][main] java.nio.Buffer.address: available (PlatformDependent0.java:274) +[2026-06-09 15:14:27,132][DEBUG][main] direct buffer constructor: unavailable: Reflective setAccessible(true) disabled (PlatformDependent0.java:360) +[2026-06-09 15:14:27,132][DEBUG][main] java.nio.Bits.unaligned: available, true (PlatformDependent0.java:438) +[2026-06-09 15:14:27,132][DEBUG][main] jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @30c7da1e (PlatformDependent0.java:506) +[2026-06-09 15:14:27,133][DEBUG][main] java.nio.DirectByteBuffer.(long, {int,long}): unavailable (PlatformDependent0.java:536) +[2026-06-09 15:14:27,133][DEBUG][main] sun.misc.Unsafe: available (PlatformDependent.java:1186) +[2026-06-09 15:14:27,133][DEBUG][main] -Dio.netty.tmpdir: /var/folders/kn/4p33snzd7v14kyzt43vz7t5r0000gn/T (java.io.tmpdir) (PlatformDependent.java:1332) +[2026-06-09 15:14:27,133][DEBUG][main] -Dio.netty.bitMode: 64 (sun.arch.data.model) (PlatformDependent.java:1411) +[2026-06-09 15:14:27,133][DEBUG][main] Platform: MacOS (PlatformDependent.java:1154) +[2026-06-09 15:14:27,133][DEBUG][main] -Dio.netty.maxDirectMemory: -1 bytes (PlatformDependent.java:178) +[2026-06-09 15:14:27,133][DEBUG][main] -Dio.netty.uninitializedArrayAllocationThreshold: -1 (PlatformDependent.java:185) +[2026-06-09 15:14:27,134][DEBUG][main] java.nio.ByteBuffer.cleaner(): available (CleanerJava9.java:71) +[2026-06-09 15:14:27,134][DEBUG][main] -Dio.netty.noPreferDirect: false (PlatformDependent.java:205) +[2026-06-09 15:14:27,134][DEBUG][main] -Dio.netty.noKeySetOptimization: false (NioEventLoop.java:110) +[2026-06-09 15:14:27,134][DEBUG][main] -Dio.netty.selectorAutoRebuildThreshold: 512 (NioEventLoop.java:111) +[2026-06-09 15:14:27,136][DEBUG][main] org.jctools-core.MpscChunkedArrayQueue: available (PlatformDependent.java:1029) +[2026-06-09 15:14:27,150][DEBUG][main] -Djava.net.preferIPv4Stack: false (NetUtil.java:148) +[2026-06-09 15:14:27,150][DEBUG][main] -Djava.net.preferIPv6Addresses: false (NetUtil.java:149) +[2026-06-09 15:14:27,150][DEBUG][main] Loopback interface: lo0 (lo0, 0:0:0:0:0:0:0:1%lo0) (NetUtilInitializations.java:145) +[2026-06-09 15:14:27,151][DEBUG][main] Failed to get SOMAXCONN from sysctl and file /proc/sys/net/core/somaxconn. Default: 128 (NetUtil.java:206) +[2026-06-09 15:14:27,160][DEBUG][main] Default ResolvedAddressTypes: IPV4_PREFERRED (DnsNameResolver.java:147) +[2026-06-09 15:14:27,160][DEBUG][main] Localhost address: localhost/127.0.0.1 (DnsNameResolver.java:148) +[2026-06-09 15:14:27,160][DEBUG][main] Windows hostname: null (DnsNameResolver.java:157) +[2026-06-09 15:14:27,161][DEBUG][main] Default search domains: [] (DnsNameResolver.java:170) +[2026-06-09 15:14:27,161][DEBUG][main] Default UnixResolverOptions{ndots=1, timeout=5, attempts=16} (DnsNameResolver.java:179) +[2026-06-09 15:14:27,165][DEBUG][main] -Dio.netty.hostsFileRefreshInterval: 0 (DefaultHostsFileEntriesResolver.java:53) +[2026-06-09 15:14:27,174][DEBUG][main] -Dio.netty.leakDetection.level: simple (ResourceLeakDetector.java:129) +[2026-06-09 15:14:27,174][DEBUG][main] -Dio.netty.leakDetection.targetRecords: 4 (ResourceLeakDetector.java:130) +[2026-06-09 15:14:27,174][DEBUG][main] Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@117bfeb8 (ResourceLeakDetectorFactory.java:196) +[2026-06-09 15:14:27,191][DEBUG][main] -Dio.netty.processId: 38710 (auto-detected) (DefaultChannelId.java:84) +[2026-06-09 15:14:27,192][DEBUG][main] -Dio.netty.machineId: 22:e2:2d:ff:fe:b7:d6:75 (auto-detected) (DefaultChannelId.java:106) +[2026-06-09 15:14:27,203][DEBUG][main] -Dio.netty.allocator.numHeapArenas: 20 (PooledByteBufAllocator.java:157) +[2026-06-09 15:14:27,203][DEBUG][main] -Dio.netty.allocator.numDirectArenas: 20 (PooledByteBufAllocator.java:158) +[2026-06-09 15:14:27,203][DEBUG][main] -Dio.netty.allocator.pageSize: 8192 (PooledByteBufAllocator.java:160) +[2026-06-09 15:14:27,203][DEBUG][main] -Dio.netty.allocator.maxOrder: 9 (PooledByteBufAllocator.java:165) +[2026-06-09 15:14:27,203][DEBUG][main] -Dio.netty.allocator.chunkSize: 4194304 (PooledByteBufAllocator.java:169) +[2026-06-09 15:14:27,203][DEBUG][main] -Dio.netty.allocator.smallCacheSize: 256 (PooledByteBufAllocator.java:170) +[2026-06-09 15:14:27,203][DEBUG][main] -Dio.netty.allocator.normalCacheSize: 64 (PooledByteBufAllocator.java:171) +[2026-06-09 15:14:27,203][DEBUG][main] -Dio.netty.allocator.maxCachedBufferCapacity: 32768 (PooledByteBufAllocator.java:172) +[2026-06-09 15:14:27,203][DEBUG][main] -Dio.netty.allocator.cacheTrimInterval: 8192 (PooledByteBufAllocator.java:173) +[2026-06-09 15:14:27,203][DEBUG][main] -Dio.netty.allocator.cacheTrimIntervalMillis: 0 (PooledByteBufAllocator.java:174) +[2026-06-09 15:14:27,203][DEBUG][main] -Dio.netty.allocator.useCacheForAllThreads: false (PooledByteBufAllocator.java:175) +[2026-06-09 15:14:27,203][DEBUG][main] -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 (PooledByteBufAllocator.java:176) +[2026-06-09 15:14:27,207][DEBUG][main] -Dio.netty.allocator.type: pooled (ByteBufUtil.java:89) +[2026-06-09 15:14:27,207][DEBUG][main] -Dio.netty.threadLocalDirectBufferSize: 0 (ByteBufUtil.java:101) +[2026-06-09 15:14:27,207][DEBUG][main] -Dio.netty.maxThreadLocalCharBufferSize: 16384 (ByteBufUtil.java:104) +[2026-06-09 15:14:27,208][DEBUG][main] -Dio.netty.bootstrap.extensions: null (ChannelInitializerExtensions.java:54) +[2026-06-09 15:14:27,228][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:27,228][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:27,229][DEBUG][redisson-netty-2-2] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-09 15:14:27,229][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:27,229][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:27,229][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:27,229][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:27,229][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:27,229][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:27,229][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:27,229][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:27,230][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:27,230][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 84 (Log.java:228) +[2026-06-09 15:14:27,230][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:27,231][DEBUG][redisson-netty-2-3] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-09 15:14:27,231][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:27,231][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:27,231][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:27,231][DEBUG][RMI TCP Connection(5)-127.0.0.1] connectionId=rmi://127.0.0.1 7, name=org.springframework.boot:type=Admin,name=SpringApplication, attribute=Ready (LoggingProviderImpl.java:230) +[2026-06-09 15:14:27,232][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: [127.0.0.1] exception: (Log.java:236) +javax.management.InstanceNotFoundException: org.springframework.boot:type=Admin,name=SpringApplication + at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1073) ~[?:?] + at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:632) ~[?:?] + at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:679) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1449) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1310) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1405) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:639) ~[?:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) ~[?:?] + at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) ~[?:?] + at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) ~[?:?] + at java.base/java.security.AccessController.doPrivileged(AccessController.java:714) ~[?:?] + at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721) ~[?:?] + at java.base/java.security.AccessController.doPrivileged(AccessController.java:400) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720) ~[?:?] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 15:14:27,232][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:27,232][DEBUG][redisson-netty-2-2] -Dio.netty.recycler.maxCapacityPerThread: 4096 (Recycler.java:96) +[2026-06-09 15:14:27,232][DEBUG][redisson-netty-2-2] -Dio.netty.recycler.ratio: 8 (Recycler.java:97) +[2026-06-09 15:14:27,232][DEBUG][redisson-netty-2-2] -Dio.netty.recycler.chunkSize: 32 (Recycler.java:98) +[2026-06-09 15:14:27,232][DEBUG][RMI TCP Connection(5)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@3f2b73e9: connectionId=rmi://127.0.0.1 7] closing. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:27,232][DEBUG][redisson-netty-2-2] -Dio.netty.recycler.blocking: false (Recycler.java:99) +[2026-06-09 15:14:27,232][DEBUG][redisson-netty-2-2] -Dio.netty.recycler.batchFastThreadLocalOnly: true (Recycler.java:100) +[2026-06-09 15:14:27,233][DEBUG][RMI TCP Connection(5)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@3f2b73e9: connectionId=rmi://127.0.0.1 7] closed. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:27,235][DEBUG][redisson-netty-2-2] -Dio.netty.buffer.checkAccessible: true (AbstractByteBuf.java:63) +[2026-06-09 15:14:27,235][DEBUG][redisson-netty-2-2] -Dio.netty.buffer.checkBounds: true (AbstractByteBuf.java:64) +[2026-06-09 15:14:27,235][DEBUG][redisson-netty-2-2] Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@5ebf6c4f (ResourceLeakDetectorFactory.java:196) +[2026-06-09 15:14:27,246][DEBUG][redisson-netty-2-5] new pubsub connection created: RedisPubSubConnection@1160530470 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5b3de41f, L:/127.0.0.1:59191 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=0] (ClientConnectionsEntry.java:203) +[2026-06-09 15:14:27,245][DEBUG][redisson-netty-2-4] new connection created: RedisConnection@1808974795 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x12b99e20, L:/127.0.0.1:59190 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=0] (ClientConnectionsEntry.java:190) +[2026-06-09 15:14:27,248][DEBUG][redisson-netty-2-6] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-09 15:14:27,250][DEBUG][redisson-netty-2-7] new connection created: RedisConnection@1475913052 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0157335f, L:/127.0.0.1:59192 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@593f51d3[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-09 15:14:27,251][DEBUG][redisson-netty-2-8] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-09 15:14:27,254][DEBUG][redisson-netty-2-9] new connection created: RedisConnection@228160602 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x66bd1237, L:/127.0.0.1:59193 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@35e8b99[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-09 15:14:27,255][DEBUG][redisson-netty-2-10] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-09 15:14:27,256][DEBUG][redisson-netty-2-11] new connection created: RedisConnection@614721434 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xc4a458ce, L:/127.0.0.1:59194 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@2a640d7e[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-09 15:14:27,257][DEBUG][redisson-netty-2-12] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-09 15:14:27,258][DEBUG][redisson-netty-2-13] new connection created: RedisConnection@804865307 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xf639d728, L:/127.0.0.1:59195 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@213eae94[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-09 15:14:27,259][DEBUG][redisson-netty-2-14] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-09 15:14:27,260][DEBUG][redisson-netty-2-15] new connection created: RedisConnection@1702535179 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x4a586b9f, L:/127.0.0.1:59196 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@6bbd42d4[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-09 15:14:27,261][DEBUG][redisson-netty-2-16] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-09 15:14:27,262][DEBUG][redisson-netty-2-17] new connection created: RedisConnection@411578850 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x26d5ac1e, L:/127.0.0.1:59197 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@164fcc83[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-09 15:14:27,263][DEBUG][redisson-netty-2-18] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-09 15:14:27,265][DEBUG][redisson-netty-2-19] new connection created: RedisConnection@2021908061 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x861f9f25, L:/127.0.0.1:59198 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@76442f3d[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-09 15:14:27,265][DEBUG][redisson-netty-2-20] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-09 15:14:27,266][DEBUG][redisson-netty-2-21] new connection created: RedisConnection@1294550515 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xae11f24a, L:/127.0.0.1:59199 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@43eea226[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-09 15:14:27,267][DEBUG][redisson-netty-2-22] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-09 15:14:27,268][DEBUG][redisson-netty-2-23] new connection created: RedisConnection@86450630 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe25c831d, L:/127.0.0.1:59200 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@be0df12[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-09 15:14:27,269][DEBUG][redisson-netty-2-24] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-09 15:14:27,271][DEBUG][redisson-netty-2-25] new connection created: RedisConnection@1717475172 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xdf42bfd8, L:/127.0.0.1:59201 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@689975df[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-09 15:14:27,271][DEBUG][redisson-netty-2-26] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-09 15:14:27,273][DEBUG][redisson-netty-2-27] new connection created: RedisConnection@123082372 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xe865874b, L:/127.0.0.1:59202 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@991f81e[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-09 15:14:27,273][DEBUG][redisson-netty-2-28] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-09 15:14:27,275][DEBUG][redisson-netty-2-29] new connection created: RedisConnection@319844802 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x94ec8fa5, L:/127.0.0.1:59203 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@1dd78dd0[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-09 15:14:27,276][DEBUG][redisson-netty-2-30] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-09 15:14:27,278][DEBUG][redisson-netty-2-31] new connection created: RedisConnection@1094454169 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x5c6da3a0, L:/127.0.0.1:59204 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4ffbedce[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-09 15:14:27,279][DEBUG][redisson-netty-2-1] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-09 15:14:27,281][DEBUG][redisson-netty-2-32] new connection created: RedisConnection@1540533938 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x0833eb31, L:/127.0.0.1:59205 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@55155bb8[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-09 15:14:27,282][DEBUG][redisson-netty-2-2] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-09 15:14:27,283][DEBUG][redisson-netty-2-3] new connection created: RedisConnection@1537412381 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd6aef73e, L:/127.0.0.1:59206 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@291c7e4a[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-09 15:14:27,283][DEBUG][redisson-netty-2-4] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-09 15:14:27,284][DEBUG][redisson-netty-2-5] new connection created: RedisConnection@1273740531 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xd4af208c, L:/127.0.0.1:59207 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4fd42156[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-09 15:14:27,285][DEBUG][redisson-netty-2-6] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-09 15:14:27,286][DEBUG][redisson-netty-2-7] new connection created: RedisConnection@1769877807 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x7c6e9f72, L:/127.0.0.1:59208 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@7c63b83b[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-09 15:14:27,286][DEBUG][redisson-netty-2-8] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-09 15:14:27,287][DEBUG][redisson-netty-2-9] new connection created: RedisConnection@575438573 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0xbe9cc579, L:/127.0.0.1:59209 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@56165232[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-09 15:14:27,287][DEBUG][redisson-netty-2-10] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-09 15:14:27,288][DEBUG][redisson-netty-2-11] new connection created: RedisConnection@192346122 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x8f5b2d86, L:/127.0.0.1:59210 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@36223a5d[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-09 15:14:27,288][DEBUG][redisson-netty-2-12] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-09 15:14:27,289][DEBUG][redisson-netty-2-13] new connection created: RedisConnection@2907104 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x3af231a7, L:/127.0.0.1:59211 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@3a007160[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-09 15:14:27,289][DEBUG][redisson-netty-2-14] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-09 15:14:27,290][DEBUG][redisson-netty-2-15] new connection created: RedisConnection@1253029792 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x1bdf7243, L:/127.0.0.1:59212 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@653b116[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-09 15:14:27,290][DEBUG][redisson-netty-2-16] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-09 15:14:27,291][DEBUG][redisson-netty-2-17] new connection created: RedisConnection@928856567 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x853cda63, L:/127.0.0.1:59213 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@5e4c95db[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-09 15:14:27,291][DEBUG][redisson-netty-2-18] Connection created [addr=redis://127.0.0.1:6379] (RedisConnection.java:76) +[2026-06-09 15:14:27,292][DEBUG][redisson-netty-2-19] new connection created: RedisConnection@1465309769 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x16702a8a, L:/127.0.0.1:59214 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@753e7e45[Not completed, 1 dependents], command=(PING), params=[], codec=org.redisson.client.codec.StringCodec], usage=0] (ClientConnectionsEntry.java:190) +[2026-06-09 15:14:27,321][DEBUG][main] Autowiring by type from bean name 'redissonConnectionFactory' via factory method to bean named 'redisson' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,327][DEBUG][main] Autowiring by type from bean name 'stringRedisTemplate' via factory method to bean named 'redissonConnectionFactory' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,340][DEBUG][main] Adding converter from class java.lang.String to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class [B to class java.lang.String as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class java.lang.Number to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class [B to class java.lang.Number as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class java.lang.Enum to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class [B to class java.lang.Enum as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class java.lang.Boolean to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class [B to class java.lang.Boolean as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class java.util.Date to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class [B to class java.util.Date as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class java.util.UUID to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class [B to class java.util.UUID as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class java.time.LocalDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class [B to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class java.time.LocalDate to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class [B to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class java.time.LocalTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class [B to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class java.time.ZonedDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class [B to class java.time.ZonedDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class java.time.Instant to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class [B to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class java.time.ZoneId to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class [B to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class java.time.Period to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class [B to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class java.time.Duration to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class [B to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class java.time.OffsetDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class [B to class java.time.OffsetDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class java.time.OffsetTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class [B to class java.time.OffsetTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class java.time.LocalDate to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class java.time.LocalTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class java.util.Date to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class java.time.Instant to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class java.time.ZoneId to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,341][DEBUG][main] Adding converter from class java.lang.String to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,342][DEBUG][main] Adding converter from class java.time.Duration to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,342][DEBUG][main] Adding converter from class java.lang.String to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,342][DEBUG][main] Adding converter from class java.time.Period to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,342][DEBUG][main] Adding converter from class java.lang.String to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,342][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,342][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,342][DEBUG][main] Adding converter from class java.lang.String to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class java.lang.String to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class [B to class java.lang.String as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class java.lang.Number to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class [B to class java.lang.Number as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class java.lang.Enum to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class [B to class java.lang.Enum as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class java.lang.Boolean to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class [B to class java.lang.Boolean as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class java.util.Date to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class [B to class java.util.Date as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class java.util.UUID to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class [B to class java.util.UUID as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class java.time.LocalDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class [B to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class java.time.LocalDate to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class [B to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class java.time.LocalTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class [B to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class java.time.ZonedDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class [B to class java.time.ZonedDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class java.time.Instant to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class [B to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class java.time.ZoneId to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class [B to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class java.time.Period to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class [B to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class java.time.Duration to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class [B to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class java.time.OffsetDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class [B to class java.time.OffsetDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class java.time.OffsetTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class [B to class java.time.OffsetTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class java.time.LocalDate to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class java.time.LocalTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,343][DEBUG][main] Adding converter from class java.util.Date to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,344][DEBUG][main] Adding converter from class java.time.Instant to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,344][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,344][DEBUG][main] Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,344][DEBUG][main] Adding converter from class java.time.ZoneId to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,344][DEBUG][main] Adding converter from class java.lang.String to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,344][DEBUG][main] Adding converter from class java.time.Duration to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,344][DEBUG][main] Adding converter from class java.lang.String to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,344][DEBUG][main] Adding converter from class java.time.Period to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,344][DEBUG][main] Adding converter from class java.lang.String to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,344][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,344][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,344][DEBUG][main] Adding converter from class java.lang.String to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,351][DEBUG][main] Adding converter from class java.lang.String to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,351][DEBUG][main] Adding converter from class [B to class java.lang.String as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,351][DEBUG][main] Adding converter from class java.lang.Number to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,351][DEBUG][main] Adding converter from class [B to class java.lang.Number as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,351][DEBUG][main] Adding converter from class java.lang.Enum to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,351][DEBUG][main] Adding converter from class [B to class java.lang.Enum as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,351][DEBUG][main] Adding converter from class java.lang.Boolean to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,351][DEBUG][main] Adding converter from class [B to class java.lang.Boolean as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,351][DEBUG][main] Adding converter from class java.util.Date to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,351][DEBUG][main] Adding converter from class [B to class java.util.Date as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.util.UUID to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class [B to class java.util.UUID as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.time.LocalDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class [B to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.time.LocalDate to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class [B to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.time.LocalTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class [B to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.time.ZonedDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class [B to class java.time.ZonedDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.time.Instant to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class [B to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.time.ZoneId to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class [B to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.time.Period to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class [B to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.time.Duration to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class [B to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.time.OffsetDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class [B to class java.time.OffsetDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.time.OffsetTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class [B to class java.time.OffsetTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.time.LocalDate to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.time.LocalTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.util.Date to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.time.Instant to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.time.ZoneId to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.lang.String to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.time.Duration to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.lang.String to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.time.Period to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.lang.String to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,352][DEBUG][main] Adding converter from class java.lang.String to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class java.lang.String to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class [B to class java.lang.String as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class java.lang.Number to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class [B to class java.lang.Number as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class java.lang.Enum to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class [B to class java.lang.Enum as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class java.lang.Boolean to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class [B to class java.lang.Boolean as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class java.util.Date to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class [B to class java.util.Date as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class java.util.UUID to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class [B to class java.util.UUID as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class java.time.LocalDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class [B to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class java.time.LocalDate to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class [B to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class java.time.LocalTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class [B to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class java.time.ZonedDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class [B to class java.time.ZonedDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class java.time.Instant to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class [B to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class java.time.ZoneId to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class [B to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class java.time.Period to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class [B to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class java.time.Duration to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class [B to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class java.time.OffsetDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,353][DEBUG][main] Adding converter from class [B to class java.time.OffsetDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,354][DEBUG][main] Adding converter from class java.time.OffsetTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,354][DEBUG][main] Adding converter from class [B to class java.time.OffsetTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,354][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,354][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,354][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,354][DEBUG][main] Adding converter from class java.time.LocalDate to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,354][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,354][DEBUG][main] Adding converter from class java.time.LocalTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,354][DEBUG][main] Adding converter from class java.util.Date to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,354][DEBUG][main] Adding converter from class java.time.Instant to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,354][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,354][DEBUG][main] Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,354][DEBUG][main] Adding converter from class java.time.ZoneId to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,354][DEBUG][main] Adding converter from class java.lang.String to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,354][DEBUG][main] Adding converter from class java.time.Duration to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,354][DEBUG][main] Adding converter from class java.lang.String to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,354][DEBUG][main] Adding converter from class java.time.Period to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,354][DEBUG][main] Adding converter from class java.lang.String to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,354][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,354][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,354][DEBUG][main] Adding converter from class java.lang.String to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.lang.String to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class [B to class java.lang.String as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.lang.Number to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class [B to class java.lang.Number as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.lang.Enum to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class [B to class java.lang.Enum as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.lang.Boolean to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class [B to class java.lang.Boolean as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.util.Date to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class [B to class java.util.Date as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.util.UUID to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class [B to class java.util.UUID as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.time.LocalDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class [B to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.time.LocalDate to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class [B to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.time.LocalTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class [B to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.time.ZonedDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class [B to class java.time.ZonedDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.time.Instant to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class [B to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.time.ZoneId to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class [B to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.time.Period to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class [B to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.time.Duration to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class [B to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.time.OffsetDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class [B to class java.time.OffsetDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.time.OffsetTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class [B to class java.time.OffsetTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.time.LocalDate to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.time.LocalTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.util.Date to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.time.Instant to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.time.ZoneId to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.lang.String to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.time.Duration to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.lang.String to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.time.Period to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:27,357][DEBUG][main] Adding converter from class java.lang.String to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,358][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,358][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,358][DEBUG][main] Adding converter from class java.lang.String to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:27,374][DEBUG][main] Creating shared instance of singleton bean 'redisTemplate' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,374][DEBUG][main] Creating shared instance of singleton bean 'redisConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,382][DEBUG][main] Creating shared instance of singleton bean 'valueOperations' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,382][DEBUG][main] Autowiring by type from bean name 'valueOperations' via factory method to bean named 'stringRedisTemplate' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,390][DEBUG][main] Creating shared instance of singleton bean 'hashOperations' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,390][DEBUG][main] Autowiring by type from bean name 'hashOperations' via factory method to bean named 'redisTemplate' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,393][DEBUG][main] Creating shared instance of singleton bean 'listOperations' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,393][DEBUG][main] Autowiring by type from bean name 'listOperations' via factory method to bean named 'redisTemplate' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,397][DEBUG][main] Creating shared instance of singleton bean 'setOperations' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,397][DEBUG][main] Autowiring by type from bean name 'setOperations' via factory method to bean named 'redisTemplate' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,405][DEBUG][main] Creating shared instance of singleton bean 'loginLogService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,405][DEBUG][main] Creating shared instance of singleton bean 'loginLogDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,414][DEBUG][main] Creating shared instance of singleton bean 'roleMenuService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,414][DEBUG][main] Creating shared instance of singleton bean 'roleMenuDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,421][DEBUG][main] Creating shared instance of singleton bean 'roleMenuManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,429][DEBUG][main] Creating shared instance of singleton bean 'menuDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,439][DEBUG][main] Creating shared instance of singleton bean 'securityLoginService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,439][DEBUG][main] Creating shared instance of singleton bean 'loginFailDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,449][DEBUG][main] Creating shared instance of singleton bean 'initLocalFileService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,449][DEBUG][main] Creating shared instance of singleton bean 'fileConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,450][DEBUG][main] Found key 'file.storage.cloud.region' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:27,450][DEBUG][main] Found key 'file.storage.cloud.endpoint' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:27,450][DEBUG][main] Found key 'file.storage.cloud.bucket-name' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:27,450][DEBUG][main] Found key 'file.storage.cloud.access-key' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:27,450][DEBUG][main] Found key 'file.storage.cloud.secret-key' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:27,450][DEBUG][main] Found key 'file.storage.cloud.private-url-expire-seconds' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:27,450][DEBUG][main] Found key 'file.storage.cloud.url-prefix' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:27,450][DEBUG][main] Found key 'file.storage.local.upload-path' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:27,450][DEBUG][main] Found key 'file.storage.mode' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:27,455][DEBUG][main] Found key 'file.storage.local.upload-path' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:27,456][DEBUG][main] Found key 'file.storage.local.url-prefix' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:27,456][DEBUG][main] Found key 'server.servlet.context-path' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:27,456][DEBUG][main] Found key 'server.port' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:27,462][DEBUG][main] Creating shared instance of singleton bean 'apiEncryptServiceSmImpl' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,474][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:3c:9e:b1:fc:89:f7:33:d3, Subject:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Key type:RSA, Length:2048, Cert Id:3044386973, Valid from:2016/7/7 07:48, Valid until:2030/12/31 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,474][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:08:87:4f:23:f4:bb:f6:3b:d8:06:a7:ae:b0:a1:2c:f4:67:2b:ba:2a, Subject:CN=Legion of the Bouncy Castle Inc., OU=Java Software Code Signing, O=Oracle Corporation, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Key type:DSA, Length:2048, Cert Id:2266411741, Valid from:2022/1/25 08:58, Valid until:2027/1/25 08:58 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,476][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0b:ae:66:bc:5a:ba:7f:95:87:c6:f9:e9:04:e3:33:04, Subject:CN=DigiCert Timestamp 2024, O=DigiCert, C=US, Issuer:CN=DigiCert Trusted G4 RSA4096 SHA256 TimeStamping CA, O="DigiCert, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:3934399196, Valid from:2024/9/26 08:00, Valid until:2035/11/26 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,476][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:07:36:37:b7:24:54:7c:d8:47:ac:fd:28:66:2a:5e:5b, Subject:CN=DigiCert Trusted G4 RSA4096 SHA256 TimeStamping CA, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:4096, Cert Id:3207540671, Valid from:2022/3/23 08:00, Valid until:2037/3/23 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,476][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:0e:9b:18:8e:f9:d0:2d:e7:ef:db:50:e2:08:40:18:5a, Subject:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:4096, Cert Id:845088433, Valid from:2022/8/1 08:00, Valid until:2031/11/10 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:27,551][DEBUG][main] Creating shared instance of singleton bean 'mailService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,552][DEBUG][main] Creating shared instance of singleton bean 'mailTemplateDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,564][DEBUG][main] Creating shared instance of singleton bean 'mailSender' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,564][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.mail.MailSenderPropertiesConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,565][DEBUG][main] Creating shared instance of singleton bean 'spring.mail-org.springframework.boot.autoconfigure.mail.MailProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,569][DEBUG][main] Autowiring by type from bean name 'mailSender' via factory method to bean named 'spring.mail-org.springframework.boot.autoconfigure.mail.MailProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,571][DEBUG][main] MimetypesFileTypeMap: load HOME (LogSupport.java:43) +[2026-06-09 15:14:27,572][DEBUG][main] Checking system property jakarta.activation.spi.MimeTypeRegistryProvider (FactoryFinder.java:105) +[2026-06-09 15:14:27,572][DEBUG][main] not found (FactoryFinder.java:120) +[2026-06-09 15:14:27,572][DEBUG][main] Using java.util.ServiceLoader to find jakarta.activation.spi.MimeTypeRegistryProvider (ServiceLoaderUtil.java:30) +[2026-06-09 15:14:27,573][DEBUG][main] ServiceProvider loading Facility used; returning object [org.eclipse.angus.activation.MimeTypeRegistryProviderImpl] (ServiceLoaderUtil.java:36) +[2026-06-09 15:14:27,573][DEBUG][main] MimeTypeRegistry: can't load from file - /Users/wang/.mime.types (LogSupport.java:49) +java.io.FileNotFoundException: /Users/wang/.mime.types (No such file or directory) + at java.base/java.io.FileInputStream.open0(Native Method) ~[?:?] + at java.base/java.io.FileInputStream.open(FileInputStream.java:213) ~[?:?] + at java.base/java.io.FileInputStream.(FileInputStream.java:152) ~[?:?] + at java.base/java.io.FileReader.(FileReader.java:75) ~[?:?] + at org.eclipse.angus.activation.MimeTypeFile.(MimeTypeFile.java:47) ~[angus-activation-2.0.2.jar:?] + at org.eclipse.angus.activation.MimeTypeRegistryProviderImpl.getByFileName(MimeTypeRegistryProviderImpl.java:28) ~[angus-activation-2.0.2.jar:?] + at jakarta.activation.MimetypesFileTypeMap.loadFile(MimetypesFileTypeMap.java:263) ~[jakarta.activation-api-2.1.3.jar:?] + at jakarta.activation.MimetypesFileTypeMap.(MimetypesFileTypeMap.java:107) ~[jakarta.activation-api-2.1.3.jar:?] + at jakarta.activation.MimetypesFileTypeMap.(MimetypesFileTypeMap.java:305) ~[jakarta.activation-api-2.1.3.jar:?] + at org.springframework.mail.javamail.ConfigurableMimeFileTypeMap.createFileTypeMap(ConfigurableMimeFileTypeMap.java:150) ~[spring-context-support-6.1.10.jar:6.1.10] + at org.springframework.mail.javamail.ConfigurableMimeFileTypeMap.getFileTypeMap(ConfigurableMimeFileTypeMap.java:123) ~[spring-context-support-6.1.10.jar:6.1.10] + at org.springframework.mail.javamail.ConfigurableMimeFileTypeMap.afterPropertiesSet(ConfigurableMimeFileTypeMap.java:110) ~[spring-context-support-6.1.10.jar:6.1.10] + at org.springframework.mail.javamail.JavaMailSenderImpl.(JavaMailSenderImpl.java:114) ~[spring-context-support-6.1.10.jar:6.1.10] + at org.springframework.boot.autoconfigure.mail.MailSenderPropertiesConfiguration.mailSender(MailSenderPropertiesConfiguration.java:44) ~[spring-boot-autoconfigure-3.3.1.jar:3.3.1] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:140) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:644) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:636) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1337) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1167) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:562) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1443) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1353) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:784) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:767) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:145) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:508) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1421) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:599) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:461) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:605) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:576) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:738) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:270) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:145) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:368) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1421) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:599) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:461) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:605) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:576) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:738) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:270) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:145) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:368) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1421) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:599) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:461) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:605) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:576) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:738) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:270) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:145) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:368) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1421) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:599) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) [spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) [spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) [spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:975) [spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:962) [spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624) [spring-context-6.1.10.jar:6.1.10] + at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) [spring-boot-3.3.1.jar:3.3.1] + at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) [spring-boot-3.3.1.jar:3.3.1] + at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456) [spring-boot-3.3.1.jar:3.3.1] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:335) [spring-boot-3.3.1.jar:3.3.1] + at net.lab1024.sa.admin.AdminApplication.main(AdminApplication.java:35) [classes/:?] +[2026-06-09 15:14:27,573][DEBUG][main] MimetypesFileTypeMap: load SYS (LogSupport.java:43) +[2026-06-09 15:14:27,573][DEBUG][main] Checking system property jakarta.activation.spi.MimeTypeRegistryProvider (FactoryFinder.java:105) +[2026-06-09 15:14:27,573][DEBUG][main] not found (FactoryFinder.java:120) +[2026-06-09 15:14:27,573][DEBUG][main] Using java.util.ServiceLoader to find jakarta.activation.spi.MimeTypeRegistryProvider (ServiceLoaderUtil.java:30) +[2026-06-09 15:14:27,574][DEBUG][main] ServiceProvider loading Facility used; returning object [org.eclipse.angus.activation.MimeTypeRegistryProviderImpl] (ServiceLoaderUtil.java:36) +[2026-06-09 15:14:27,574][DEBUG][main] MimeTypeRegistry: can't load from file - /Library/Java/JavaVirtualMachines/jdk-21.jdk/Contents/Home/conf/mime.types (LogSupport.java:49) +java.io.FileNotFoundException: /Library/Java/JavaVirtualMachines/jdk-21.jdk/Contents/Home/conf/mime.types (No such file or directory) + at java.base/java.io.FileInputStream.open0(Native Method) ~[?:?] + at java.base/java.io.FileInputStream.open(FileInputStream.java:213) ~[?:?] + at java.base/java.io.FileInputStream.(FileInputStream.java:152) ~[?:?] + at java.base/java.io.FileReader.(FileReader.java:75) ~[?:?] + at org.eclipse.angus.activation.MimeTypeFile.(MimeTypeFile.java:47) ~[angus-activation-2.0.2.jar:?] + at org.eclipse.angus.activation.MimeTypeRegistryProviderImpl.getByFileName(MimeTypeRegistryProviderImpl.java:28) ~[angus-activation-2.0.2.jar:?] + at jakarta.activation.MimetypesFileTypeMap.loadFile(MimetypesFileTypeMap.java:263) ~[jakarta.activation-api-2.1.3.jar:?] + at jakarta.activation.MimetypesFileTypeMap.(MimetypesFileTypeMap.java:120) ~[jakarta.activation-api-2.1.3.jar:?] + at jakarta.activation.MimetypesFileTypeMap.(MimetypesFileTypeMap.java:305) ~[jakarta.activation-api-2.1.3.jar:?] + at org.springframework.mail.javamail.ConfigurableMimeFileTypeMap.createFileTypeMap(ConfigurableMimeFileTypeMap.java:150) ~[spring-context-support-6.1.10.jar:6.1.10] + at org.springframework.mail.javamail.ConfigurableMimeFileTypeMap.getFileTypeMap(ConfigurableMimeFileTypeMap.java:123) ~[spring-context-support-6.1.10.jar:6.1.10] + at org.springframework.mail.javamail.ConfigurableMimeFileTypeMap.afterPropertiesSet(ConfigurableMimeFileTypeMap.java:110) ~[spring-context-support-6.1.10.jar:6.1.10] + at org.springframework.mail.javamail.JavaMailSenderImpl.(JavaMailSenderImpl.java:114) ~[spring-context-support-6.1.10.jar:6.1.10] + at org.springframework.boot.autoconfigure.mail.MailSenderPropertiesConfiguration.mailSender(MailSenderPropertiesConfiguration.java:44) ~[spring-boot-autoconfigure-3.3.1.jar:3.3.1] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:140) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:644) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:636) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1337) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1167) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:562) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1443) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1353) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:784) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:767) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:145) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:508) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1421) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:599) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:461) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:605) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:576) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:738) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:270) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:145) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:368) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1421) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:599) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:461) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:605) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:576) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:738) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:270) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:145) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:368) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1421) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:599) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:461) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:605) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:576) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:738) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:270) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:145) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:368) ~[spring-context-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1421) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:599) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) ~[spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) [spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) [spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) [spring-beans-6.1.10.jar:6.1.10] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:975) [spring-beans-6.1.10.jar:6.1.10] + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:962) [spring-context-6.1.10.jar:6.1.10] + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624) [spring-context-6.1.10.jar:6.1.10] + at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) [spring-boot-3.3.1.jar:3.3.1] + at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) [spring-boot-3.3.1.jar:3.3.1] + at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456) [spring-boot-3.3.1.jar:3.3.1] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:335) [spring-boot-3.3.1.jar:3.3.1] + at net.lab1024.sa.admin.AdminApplication.main(AdminApplication.java:35) [classes/:?] +[2026-06-09 15:14:27,574][DEBUG][main] MimetypesFileTypeMap: load JAR (LogSupport.java:43) +[2026-06-09 15:14:27,574][DEBUG][main] MimetypesFileTypeMap: !anyLoaded (LogSupport.java:43) +[2026-06-09 15:14:27,574][DEBUG][main] MimetypesFileTypeMap: not loading mime types file: /META-INF/mime.types (LogSupport.java:43) +[2026-06-09 15:14:27,574][DEBUG][main] MimetypesFileTypeMap: load DEF (LogSupport.java:43) +[2026-06-09 15:14:27,574][DEBUG][main] Checking system property jakarta.activation.spi.MimeTypeRegistryProvider (FactoryFinder.java:105) +[2026-06-09 15:14:27,574][DEBUG][main] not found (FactoryFinder.java:120) +[2026-06-09 15:14:27,574][DEBUG][main] Using java.util.ServiceLoader to find jakarta.activation.spi.MimeTypeRegistryProvider (ServiceLoaderUtil.java:30) +[2026-06-09 15:14:27,575][DEBUG][main] ServiceProvider loading Facility used; returning object [org.eclipse.angus.activation.MimeTypeRegistryProviderImpl] (ServiceLoaderUtil.java:36) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: text/html, html (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: text/html, htm (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: text/html, HTML (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: text/html, HTM (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: text/plain, txt (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: text/plain, text (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: text/plain, TXT (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: text/plain, TEXT (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: image/gif, gif (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: image/gif, GIF (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: image/ief, ief (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: image/jpeg, jpeg (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: image/jpeg, jpg (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: image/jpeg, jpe (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: image/jpeg, JPG (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: image/tiff, tiff (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: image/tiff, tif (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: image/png, png (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: image/png, PNG (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: image/x-xwindowdump, xwd (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: application/postscript, ai (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: application/postscript, eps (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: application/postscript, ps (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: application/rtf, rtf (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: application/x-tex, tex (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: application/x-texinfo, texinfo (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: application/x-texinfo, texi (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: application/x-troff, t (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: application/x-troff, tr (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: application/x-troff, roff (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: audio/basic, au (LogSupport.java:46) +[2026-06-09 15:14:27,575][DEBUG][main] Added: MIMETypeEntry: audio/midi, midi (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: audio/midi, mid (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: audio/x-aifc, aifc (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: audio/x-aiff, aif (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: audio/x-aiff, aiff (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: audio/x-mpeg, mpeg (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: audio/x-mpeg, mpg (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: audio/x-wav, wav (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: video/mpeg, mpeg (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: video/mpeg, mpg (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: video/mpeg, mpe (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: video/quicktime, qt (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: video/quicktime, mov (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: video/x-msvideo, avi (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] MimetypesFileTypeMap: successfully loaded mime types file: /META-INF/mimetypes.default (LogSupport.java:43) +[2026-06-09 15:14:27,576][DEBUG][main] Checking system property jakarta.activation.spi.MimeTypeRegistryProvider (FactoryFinder.java:105) +[2026-06-09 15:14:27,576][DEBUG][main] not found (FactoryFinder.java:120) +[2026-06-09 15:14:27,576][DEBUG][main] Using java.util.ServiceLoader to find jakarta.activation.spi.MimeTypeRegistryProvider (ServiceLoaderUtil.java:30) +[2026-06-09 15:14:27,576][DEBUG][main] ServiceProvider loading Facility used; returning object [org.eclipse.angus.activation.MimeTypeRegistryProviderImpl] (ServiceLoaderUtil.java:36) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: text/html, html (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: text/html, htm (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: text/html, HTML (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: text/html, HTM (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: text/plain, txt (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: text/plain, text (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: text/plain, TXT (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: text/plain, TEXT (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: text/plain, java (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: text/plain, c (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: text/plain, c++ (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: text/plain, cpp (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: text/plain, pl (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: text/plain, cc (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: text/plain, h (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: image/gif, gif (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: image/gif, GIF (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: image/ief, ief (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: image/jpeg, jpeg (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: image/jpeg, jpg (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: image/jpeg, jpe (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: image/jpeg, JPG (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: image/tiff, tiff (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: image/tiff, tif (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: image/x-xwindowdump, xwd (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: application/postscript, ai (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: application/postscript, eps (LogSupport.java:46) +[2026-06-09 15:14:27,576][DEBUG][main] Added: MIMETypeEntry: application/postscript, ps (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: application/rtf, rtf (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: application/x-tex, tex (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: application/x-texinfo, texinfo (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: application/x-texinfo, texi (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: application/x-troff, t (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: application/x-troff, tr (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: application/x-troff, roff (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: audio/basic, au (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: audio/midi, midi (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: audio/midi, mid (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: audio/x-aifc, aifc (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: audio/x-aiff, aif (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: audio/x-aiff, aiff (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: audio/x-mpeg, mpeg (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: audio/x-mpeg, mpg (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: audio/x-wav, wav (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: video/mpeg, mpeg (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: video/mpeg, mpg (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: video/mpeg, mpe (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: video/quicktime, qt (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: video/quicktime, mov (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: video/x-msvideo, avi (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: text/x-speech, talk (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: text/css, css (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: text/csv, csv (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: image/x-xbitmap, xbm (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: image/x-xpixmap, xpm (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: image/png, png (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: image/svg+xml, svg (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: image/ief, ief (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: image/rgb, rgb (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: image/g3fax, g3f (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: image/x-xwindowdump, xwd (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: image/x-pict, pict (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: image/x-portable-pixmap, ppm (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: image/x-portable-graymap, pgm (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: image/x-portable-bitmap, pbm (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: image/x-portable-anymap, pnm (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: image/x-ms-bmp, bmp (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: image/x-cmu-raster, ras (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: image/x-photo-cd, pcd (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: image/cgm, cgm (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: image/x-cals, mil (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: image/x-cals, cal (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: image/fif, fif (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: image/x-mgx-dsf, dsf (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: image/x-cmx, cmx (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: image/wavelet, wi (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: image/vnd.dwg, dwg (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: image/vnd.dxf, dxf (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: image/vnd.svf, svf (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: audio/basic, au (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: audio/basic, snd (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: audio/x-aiff, aif (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: audio/x-aiff, aiff (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: audio/x-aiff, aifc (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: audio/x-wav, wav (LogSupport.java:46) +[2026-06-09 15:14:27,577][DEBUG][main] Added: MIMETypeEntry: audio/x-mpeg, mpa (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: audio/x-mpeg, abs (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: audio/x-mpeg, mpega (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: audio/x-mpeg-2, mp2a (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: audio/x-mpeg-2, mpa2 (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: audio/echospeech, es (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: audio/voxware, vox (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/fastman, lcc (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/x-pn-realaudio, ra (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/x-pn-realaudio, ram (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: x-music/x-midi, mmid (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/vnd.koan, skp (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: text/x-speech, talk (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: video/mpeg, mpeg (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: video/mpeg, mpg (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: video/mpeg, mpe (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: video/mpeg-2, mpv2 (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: video/mpeg-2, mp2v (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: video/quicktime, qt (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: video/quicktime, mov (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: video/x-msvideo, avi (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: video/x-sgi-movie, movie (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: video/vdo, vdo (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: video/vnd.vivo, viv (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/x-ns-proxy-autoconfig, pac (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: x-conference/x-cooltalk, ice (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/postscript, ai (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/postscript, eps (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/postscript, ps (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/rtf, rtf (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/pdf, pdf (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/vnd.mif, mif (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/x-troff, t (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/x-troff, tr (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/x-troff, roff (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/x-troff-man, man (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/x-troff-me, me (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/x-troff-ms, ms (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/x-latex, latex (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/x-tex, tex (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/x-texinfo, texinfo (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/x-texinfo, texi (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/x-dvi, dvi (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/msword, doc (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/msword, DOC (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/oda, oda (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/envoy, evy (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/x-gtar, gtar (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/x-tar, tar (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/x-ustar, ustar (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/x-bcpio, bcpio (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/x-cpio, cpio (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/x-shar, shar (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/zip, zip (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/mac-binhex40, hqx (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/x-stuffit, sit (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/x-stuffit, sea (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/fractals, fif (LogSupport.java:46) +[2026-06-09 15:14:27,578][DEBUG][main] Added: MIMETypeEntry: application/octet-stream, bin (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/octet-stream, uu (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/octet-stream, exe (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/x-wais-source, src (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/x-wais-source, wsrc (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/hdf, hdf (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: text/javascript, js (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: text/javascript, ls (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: text/javascript, mocha (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/x-sh, sh (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/x-csh, csh (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/x-perl, pl (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/x-tcl, tcl (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/futuresplash, spl (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/mbedlet, mbd (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/x-rad-powermedia, rad (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/mspowerpoint, ppz (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/x-asap, asp (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/astound, asn (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/x-olescript, axs (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/x-oleobject, ods (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: x-form/x-openscape, opp (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/x-webbasic, wba (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/x-alpha-form, frm (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: x-script/x-wfxclient, wfx (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/octet-stream, exe (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/octet-stream, com (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/x-pcn, pcn (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/vnd.ms-excel, xls (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/vnd.ms-powerpoint, ppt (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/vnd.ms-project, mpp (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/vnd.svd, svd (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/x-net-install, ins (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/ccv, ccv (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: workbook/formulaone, vts (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: x-world/x-vrml, wrl (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: x-world/x-vrml, vrml (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: x-world/x-vream, vrw (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/x-p3d, p3d (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: x-world/x-svr, svr (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: x-world/x-wvr, wvr (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: x-world/x-3dmf, 3dmf (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/mathematica, ma (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: x-model/x-mesh, msh (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/vis5d, v5d (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: application/iges, igs (LogSupport.java:46) +[2026-06-09 15:14:27,579][DEBUG][main] Added: MIMETypeEntry: drawing/x-dwf, dwf (LogSupport.java:46) +[2026-06-09 15:14:27,582][DEBUG][main] Found key 'spring.mail.username' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:27,588][DEBUG][main] Creating shared instance of singleton bean 'operateLogAspectConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,590][DEBUG][main] Initializing ExecutorService (ExecutorConfigurationSupport.java:264) +[2026-06-09 15:14:27,590][DEBUG][main] Creating shared instance of singleton bean 'categoryController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,592][DEBUG][main] Creating shared instance of singleton bean 'categoryService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,592][DEBUG][main] Creating shared instance of singleton bean 'categoryDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,599][DEBUG][main] Creating shared instance of singleton bean 'categoryQueryService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,599][DEBUG][main] Creating shared instance of singleton bean 'categoryCacheManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,606][DEBUG][main] Creating shared instance of singleton bean 'goodsController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,607][DEBUG][main] Creating shared instance of singleton bean 'goodsService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,607][DEBUG][main] Creating shared instance of singleton bean 'goodsDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,614][DEBUG][main] Creating shared instance of singleton bean 'dataTracerService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,614][DEBUG][main] Creating shared instance of singleton bean 'dataTracerDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,622][DEBUG][main] Creating shared instance of singleton bean 'dataTracerManger' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,627][DEBUG][main] Creating shared instance of singleton bean 'dataTracerChangeContentService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,628][DEBUG][main] Creating shared instance of singleton bean 'dictService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,628][DEBUG][main] Creating shared instance of singleton bean 'dictDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,636][DEBUG][main] Creating shared instance of singleton bean 'dictDataDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,646][DEBUG][main] Creating shared instance of singleton bean 'cacheManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,646][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.cache.CaffeineCacheConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,648][DEBUG][main] Creating shared instance of singleton bean 'spring.cache-org.springframework.boot.autoconfigure.cache.CacheProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,649][DEBUG][main] Creating shared instance of singleton bean 'cacheManagerCustomizers' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,649][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,651][DEBUG][main] Autowiring by type from bean name 'cacheManager' via factory method to bean named 'spring.cache-org.springframework.boot.autoconfigure.cache.CacheProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,651][DEBUG][main] Autowiring by type from bean name 'cacheManager' via factory method to bean named 'cacheManagerCustomizers' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,654][DEBUG][main] Creating shared instance of singleton bean 'dictManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,665][DEBUG][main] Creating shared instance of singleton bean 'bankController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,665][DEBUG][main] Creating shared instance of singleton bean 'bankService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,665][DEBUG][main] Creating shared instance of singleton bean 'bankDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,675][DEBUG][main] Creating shared instance of singleton bean 'enterpriseDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,689][DEBUG][main] Creating shared instance of singleton bean 'enterpriseController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,689][DEBUG][main] Creating shared instance of singleton bean 'enterpriseService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,690][DEBUG][main] Creating shared instance of singleton bean 'enterpriseEmployeeDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,701][DEBUG][main] Creating shared instance of singleton bean 'enterpriseEmployeeManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,711][DEBUG][main] Creating shared instance of singleton bean 'invoiceController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,711][DEBUG][main] Creating shared instance of singleton bean 'invoiceService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,711][DEBUG][main] Creating shared instance of singleton bean 'invoiceDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,733][DEBUG][main] Creating shared instance of singleton bean 'leaveController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,733][DEBUG][main] Creating shared instance of singleton bean 'leaveService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,733][DEBUG][main] Creating shared instance of singleton bean 'leaveDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,734][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:27,734][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:27,735][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:27,735][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:27,735][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:27,735][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:27,735][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:27,735][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:27,735][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:27,735][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:27,736][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:27,736][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 84 (Log.java:228) +[2026-06-09 15:14:27,736][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:27,736][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:27,736][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:27,736][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:27,736][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:27,736][DEBUG][RMI TCP Connection(5)-127.0.0.1] connectionId=rmi://127.0.0.1 8, name=org.springframework.boot:type=Admin,name=SpringApplication, attribute=Ready (LoggingProviderImpl.java:230) +[2026-06-09 15:14:27,736][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: [127.0.0.1] exception: (Log.java:236) +javax.management.InstanceNotFoundException: org.springframework.boot:type=Admin,name=SpringApplication + at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1073) ~[?:?] + at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:632) ~[?:?] + at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:679) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1449) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1310) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1405) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:639) ~[?:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) ~[?:?] + at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) ~[?:?] + at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) ~[?:?] + at java.base/java.security.AccessController.doPrivileged(AccessController.java:714) ~[?:?] + at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721) ~[?:?] + at java.base/java.security.AccessController.doPrivileged(AccessController.java:400) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720) ~[?:?] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 15:14:27,737][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:27,737][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:27,737][DEBUG][RMI TCP Connection(5)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@7479dd32: connectionId=rmi://127.0.0.1 8] closing. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:27,737][DEBUG][RMI TCP Connection(5)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@7479dd32: connectionId=rmi://127.0.0.1 8] closed. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:27,744][DEBUG][main] Creating shared instance of singleton bean 'leaveManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,749][DEBUG][main] Creating shared instance of singleton bean 'noticeController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,750][DEBUG][main] Creating shared instance of singleton bean 'noticeService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,750][DEBUG][main] Creating shared instance of singleton bean 'noticeDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,757][DEBUG][main] Creating shared instance of singleton bean 'noticeManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,759][DEBUG][main] Creating shared instance of singleton bean 'noticeTypeService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,759][DEBUG][main] Creating shared instance of singleton bean 'noticeTypeDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,772][DEBUG][main] Creating shared instance of singleton bean 'noticeEmployeeService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,776][DEBUG][main] Creating shared instance of singleton bean 'addSignatureAdapter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,776][DEBUG][main] Creating shared instance of singleton bean 'taskService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,776][DEBUG][main] Creating shared instance of singleton bean 'org.dromara.warm.flow.spring.boot.config.FlowAutoConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,779][DEBUG][main] Creating shared instance of singleton bean 'taskDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,784][DEBUG][main] Autowiring by type from bean name 'taskService' via factory method to bean named 'taskDao' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,793][DEBUG][main] Creating shared instance of singleton bean 'deputeAdapter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,794][DEBUG][main] Creating shared instance of singleton bean 'reductionSignatureAdapter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,794][DEBUG][main] Creating shared instance of singleton bean 'transferAdapter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,794][DEBUG][main] Creating shared instance of singleton bean 'defController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,795][DEBUG][main] Creating shared instance of singleton bean 'flowDefinitionService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,796][DEBUG][main] Creating shared instance of singleton bean 'definitionService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,796][DEBUG][main] Creating shared instance of singleton bean 'definitionDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,798][DEBUG][main] Autowiring by type from bean name 'definitionService' via factory method to bean named 'definitionDao' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,804][DEBUG][main] Creating shared instance of singleton bean 'flowDefinitionDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,819][DEBUG][main] Creating shared instance of singleton bean 'chartService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,825][DEBUG][main] Creating shared instance of singleton bean 'executeController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,827][DEBUG][main] Creating shared instance of singleton bean 'roleService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,828][DEBUG][main] Creating shared instance of singleton bean 'hisTaskService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,829][DEBUG][main] Creating shared instance of singleton bean 'hisTaskDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,831][DEBUG][main] Autowiring by type from bean name 'hisTaskService' via factory method to bean named 'hisTaskDao' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,834][DEBUG][main] Creating shared instance of singleton bean 'nodeService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,834][DEBUG][main] Creating shared instance of singleton bean 'nodeDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,837][DEBUG][main] Autowiring by type from bean name 'nodeService' via factory method to bean named 'nodeDao' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,841][DEBUG][main] Creating shared instance of singleton bean 'instanceService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,842][DEBUG][main] Creating shared instance of singleton bean 'instanceDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,844][DEBUG][main] Autowiring by type from bean name 'instanceService' via factory method to bean named 'instanceDao' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,847][DEBUG][main] Creating shared instance of singleton bean 'flowUserService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,847][DEBUG][main] Creating shared instance of singleton bean 'flowUserDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,849][DEBUG][main] Autowiring by type from bean name 'flowUserService' via factory method to bean named 'flowUserDao' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,853][DEBUG][main] Creating shared instance of singleton bean 'flowTaskServiceImpl' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,854][DEBUG][main] Creating shared instance of singleton bean 'warmFlowMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,855][DEBUG][main] Creating shared instance of singleton bean 'flowInstanceMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,869][DEBUG][main] Creating shared instance of singleton bean 'flowTaskMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,883][DEBUG][main] Creating shared instance of singleton bean 'flowProcessEventHandler' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,884][DEBUG][main] Creating shared instance of singleton bean 'flowHisTaskMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,906][DEBUG][main] Creating shared instance of singleton bean 'hhDefServiceImpl' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,906][DEBUG][main] Creating shared instance of singleton bean 'skipService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,906][DEBUG][main] Creating shared instance of singleton bean 'skipDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,909][DEBUG][main] Autowiring by type from bean name 'skipService' via factory method to bean named 'skipDao' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,918][DEBUG][main] Creating shared instance of singleton bean 'workflowPermissionHandler' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,920][DEBUG][main] Creating shared instance of singleton bean 'workflowGlobalListener' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,921][DEBUG][main] Autowiring by type from bean name 'workflowGlobalListener' via constructor to bean named 'flowProcessEventHandler' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,921][DEBUG][main] Creating shared instance of singleton bean 'flowInstanceServiceImpl' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,923][DEBUG][main] Autowiring by type from bean name 'flowInstanceServiceImpl' via constructor to bean named 'instanceService' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,923][DEBUG][main] Autowiring by type from bean name 'flowInstanceServiceImpl' via constructor to bean named 'definitionService' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,923][DEBUG][main] Autowiring by type from bean name 'flowInstanceServiceImpl' via constructor to bean named 'chartService' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,923][DEBUG][main] Autowiring by type from bean name 'flowInstanceServiceImpl' via constructor to bean named 'taskService' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,923][DEBUG][main] Autowiring by type from bean name 'flowInstanceServiceImpl' via constructor to bean named 'flowHisTaskMapper' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,923][DEBUG][main] Autowiring by type from bean name 'flowInstanceServiceImpl' via constructor to bean named 'flowInstanceMapper' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,923][DEBUG][main] Autowiring by type from bean name 'flowInstanceServiceImpl' via constructor to bean named 'flowProcessEventHandler' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,923][DEBUG][main] Autowiring by type from bean name 'flowInstanceServiceImpl' via constructor to bean named 'flowTaskServiceImpl' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,927][DEBUG][main] Creating shared instance of singleton bean 'handlerSelectServiceImpl' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,930][DEBUG][main] Creating shared instance of singleton bean 'nodeExtServiceImpl' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,931][DEBUG][main] Creating shared instance of singleton bean 'dataScopeController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,931][DEBUG][main] Creating shared instance of singleton bean 'dataScopeService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,934][DEBUG][main] Creating shared instance of singleton bean 'departmentController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,935][DEBUG][main] Creating shared instance of singleton bean 'employeeController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,937][DEBUG][main] Creating shared instance of singleton bean 'loginController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,939][DEBUG][main] Creating shared instance of singleton bean 'menuController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,939][DEBUG][main] Creating shared instance of singleton bean 'menuService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,939][DEBUG][main] Creating shared instance of singleton bean 'authUrl' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,939][DEBUG][main] Creating shared instance of singleton bean 'urlConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,940][DEBUG][main] Creating shared instance of singleton bean 'requestMappingHandlerMapping' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,940][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,941][DEBUG][main] Creating shared instance of singleton bean 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,943][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,943][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,943][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@4af70944' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,946][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,946][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,946][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,946][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@4af70944' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,948][DEBUG][main] Creating shared instance of singleton bean 'org.dromara.warm.flow.ui.config.WarmFlowUiConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,949][DEBUG][main] Creating shared instance of singleton bean 'swaggerWebMvcConfigurer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,949][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.webmvc.ui.SwaggerConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,950][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.properties.SwaggerUiConfigParameters' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,951][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.properties.SwaggerUiConfigProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,954][DEBUG][main] Autowiring by type from bean name 'org.springdoc.core.properties.SwaggerUiConfigParameters' via constructor to bean named 'org.springdoc.core.properties.SwaggerUiConfigProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,956][DEBUG][main] Creating shared instance of singleton bean 'indexPageTransformer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,956][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.properties.SwaggerUiOAuthProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,958][DEBUG][main] Creating shared instance of singleton bean 'swaggerWelcome' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,958][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.properties.SpringDocConfigProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,962][DEBUG][main] Creating shared instance of singleton bean 'springWebProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,962][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.webmvc.core.configuration.SpringDocWebMvcConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,966][DEBUG][main] Autowiring by type from bean name 'swaggerWelcome' via factory method to bean named 'org.springdoc.core.properties.SwaggerUiConfigProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,966][DEBUG][main] Autowiring by type from bean name 'swaggerWelcome' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,966][DEBUG][main] Autowiring by type from bean name 'swaggerWelcome' via factory method to bean named 'org.springdoc.core.properties.SwaggerUiConfigParameters' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,966][DEBUG][main] Autowiring by type from bean name 'swaggerWelcome' via factory method to bean named 'springWebProvider' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,970][DEBUG][main] Creating shared instance of singleton bean 'springdocObjectMapperProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,970][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,971][DEBUG][main] Autowiring by type from bean name 'springdocObjectMapperProvider' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,978][DEBUG][main] Autowiring by type from bean name 'indexPageTransformer' via factory method to bean named 'org.springdoc.core.properties.SwaggerUiConfigProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,978][DEBUG][main] Autowiring by type from bean name 'indexPageTransformer' via factory method to bean named 'org.springdoc.core.properties.SwaggerUiOAuthProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,978][DEBUG][main] Autowiring by type from bean name 'indexPageTransformer' via factory method to bean named 'org.springdoc.core.properties.SwaggerUiConfigParameters' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,978][DEBUG][main] Autowiring by type from bean name 'indexPageTransformer' via factory method to bean named 'swaggerWelcome' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,978][DEBUG][main] Autowiring by type from bean name 'indexPageTransformer' via factory method to bean named 'springdocObjectMapperProvider' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,982][DEBUG][main] Creating shared instance of singleton bean 'swaggerResourceResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,982][DEBUG][main] Autowiring by type from bean name 'swaggerResourceResolver' via factory method to bean named 'org.springdoc.core.properties.SwaggerUiConfigProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,983][DEBUG][main] Autowiring by type from bean name 'swaggerWebMvcConfigurer' via factory method to bean named 'org.springdoc.core.properties.SwaggerUiConfigParameters' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,983][DEBUG][main] Autowiring by type from bean name 'swaggerWebMvcConfigurer' via factory method to bean named 'indexPageTransformer' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,983][DEBUG][main] Autowiring by type from bean name 'swaggerWebMvcConfigurer' via factory method to bean named 'swaggerResourceResolver' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,985][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.data.web.config.SpringDataWebConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,985][DEBUG][main] Autowiring by type from bean name 'org.springframework.data.web.config.SpringDataWebConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@244e619a' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,987][DEBUG][main] Creating shared instance of singleton bean 'endpointObjectMapperWebMvcConfigurer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,987][DEBUG][main] Creating shared instance of singleton bean 'endpointObjectMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,987][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.jackson.JacksonEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,990][DEBUG][main] Autowiring by type from bean name 'endpointObjectMapperWebMvcConfigurer' via factory method to bean named 'endpointObjectMapper' (ConstructorResolver.java:945) +[2026-06-09 15:14:27,996][DEBUG][main] Creating shared instance of singleton bean 'mvcContentNegotiationManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:27,999][DEBUG][main] Creating shared instance of singleton bean 'mvcConversionService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,001][DEBUG][main] Creating shared instance of singleton bean 'jsonConfig.StringToLocalDate' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,001][DEBUG][main] Creating shared instance of singleton bean 'jsonConfig.StringToLocalDateTime' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,008][DEBUG][main] Creating shared instance of singleton bean 'mvcResourceUrlProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,010][DEBUG][main] Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,010][DEBUG][main] Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcConversionService' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,010][DEBUG][main] Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,024][DEBUG][main] + n.l.s.a.m.b.c.c.CategoryController: + {POST [/category/update]}: update(CategoryUpdateForm) + {POST [/category/add]}: add(CategoryAddForm) + {GET [/category/delete/{categoryId}]}: delete(Long) + {GET [/category/{categoryId}]}: queryDetail(Long) + {POST [/category/tree]}: queryTree(CategoryTreeQueryForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,027][DEBUG][main] + n.l.s.a.m.b.g.c.GoodsController: + {POST [/goods/update]}: update(GoodsUpdateForm) + {POST [/goods/add]}: add(GoodsAddForm) + {GET [/goods/delete/{goodsId}]}: delete(Long) + {POST [/goods/query]}: query(GoodsQueryForm) + {POST [/goods/batchDelete]}: batchDelete(ValidateList) + {POST [/goods/importGoods]}: importGoods(MultipartFile) + {GET [/goods/exportGoods]}: exportGoods(HttpServletResponse) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,028][DEBUG][main] + n.l.s.a.m.b.o.b.BankController: + {GET [/oa/bank/query/list/{enterpriseId}]}: queryList(Long) + {POST [/oa/bank/page/query]}: queryByPage(BankQueryForm) + {POST [/oa/bank/create]}: createBank(BankCreateForm) + {POST [/oa/bank/update]}: updateBank(BankUpdateForm) + {GET [/oa/bank/delete/{bankId}]}: deleteBank(Long) + {GET [/oa/bank/get/{bankId}]}: getDetail(Long) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,029][DEBUG][main] + n.l.s.a.m.b.o.e.EnterpriseController: + {GET [/oa/enterprise/query/list]}: queryList(Integer) + {POST [/oa/enterprise/page/query]}: queryByPage(EnterpriseQueryForm) + {POST [/oa/enterprise/employee/add]}: addEmployee(EnterpriseEmployeeForm) + {POST [/oa/enterprise/employee/list]}: employeeList(List) + {POST [/oa/enterprise/employee/delete]}: deleteEmployee(EnterpriseEmployeeForm) + {POST [/oa/enterprise/exportExcel]}: exportExcel(EnterpriseQueryForm,HttpServletResponse) + {GET [/oa/enterprise/get/{enterpriseId}]}: getDetail(Long) + {POST [/oa/enterprise/create]}: createEnterprise(EnterpriseCreateForm) + {POST [/oa/enterprise/update]}: updateEnterprise(EnterpriseUpdateForm) + {GET [/oa/enterprise/delete/{enterpriseId}]}: deleteEnterprise(Long) + {POST [/oa/enterprise/employee/queryPage]}: queryPageEmployeeList(EnterpriseEmployeeQueryForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,030][DEBUG][main] + n.l.s.a.m.b.o.i.InvoiceController: + {GET [/oa/invoice/query/list/{enterpriseId}]}: queryList(Long) + {POST [/oa/invoice/page/query]}: queryByPage(InvoiceQueryForm) + {POST [/oa/invoice/create]}: createInvoice(InvoiceAddForm) + {POST [/oa/invoice/update]}: updateInvoice(InvoiceUpdateForm) + {GET [/invoice/delete/{invoiceId}]}: deleteInvoice(Long) + {GET [/oa/invoice/get/{invoiceId}]}: getDetail(Long) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,031][DEBUG][main] + n.l.s.a.m.b.o.l.c.LeaveController: + {POST [/leave/update]}: update(LeaveUpdateForm) + {POST [/leave/add]}: add(LeaveAddForm) + {POST [/leave/queryPage]}: queryPage(LeaveQueryForm) + {GET [/leave/delete/{id}]}: batchDelete(Long) + {POST [/leave/batchDelete]}: batchDelete(ValidateList) + {GET [/leave/{id}]}: getDetail(Long) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,032][DEBUG][main] + n.l.s.a.m.b.o.n.c.NoticeController: + {GET [/oa/noticeType/update/{noticeTypeId}/{name}]}: update(Long,String) + {POST [/oa/notice/update]}: update(NoticeUpdateForm) + {POST [/oa/notice/add]}: add(NoticeAddForm) + {GET [/oa/noticeType/add/{name}]}: add(String) + {GET [/oa/notice/delete/{noticeId}]}: delete(Long) + {POST [/oa/notice/query]}: query(NoticeQueryForm) + {GET [/oa/noticeType/getAll]}: getAll() + {GET [/oa/notice/employee/view/{noticeId}]}: view(Long,HttpServletRequest) + {GET [/oa/notice/getUpdateVO/{noticeId}]}: getUpdateFormVO(Long) + {POST [/oa/notice/employee/queryViewRecord]}: queryViewRecord(NoticeViewRecordQueryForm) + {GET [/oa/noticeType/delete/{noticeTypeId}]}: deleteNoticeType(Long) + {POST [/oa/notice/employee/query]}: queryEmployeeNotice(NoticeEmployeeQueryForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,034][DEBUG][main] + n.l.s.a.m.f.c.DefController: + {GET [/flow/definition/delete/{ids}]}: remove(List) + {POST [/flow/definition/add]}: add(FlowDefinition) + {GET [/flow/definition/publish/{id}]}: publish(Long) + {GET [/flow/definition/active/{definitionId}]}: active(Long) + {GET [/flow/definition/{id}]}: getInfo(Long) + {POST [/flow/definition/update]}: edit(FlowDefinition) + {POST [/flow/definition/queryPage]}: queryPage(FlowDefinitionQueryForm) + {GET [/flow/definition/unPublish/{id}]}: unPublish(Long) + {GET [/flow/definition/copyDef/{id}]}: copyDef(Long) + {GET [/flow/definition/chartDef/{definitionId}]}: chartDef(Long) + {GET [/flow/definition/unActive/{definitionId}]}: unActive(Long) + {GET [/flow/definition/flowChart/{instanceId}]}: flowChart(Long) + {POST [/flow/definition/exportDefinition/{id}]}: exportDefinition(Long,HttpServletResponse) + {POST [/flow/definition/importDefinition]}: importDefinition(MultipartFile) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,036][DEBUG][main] + n.l.s.a.m.f.c.ExecuteController: + {GET [/flow/execute/active/{instanceId}]}: active(Long) + {GET [/flow/execute/unActive/{instanceId}]}: unActive(Long) + {POST [/flow/execute/startWorkFlow]}: startWorkFlow(StartProcessForm) + {POST [/flow/execute/completeTask]}: completeTask(CompleteTaskForm) + {GET [/flow/execute/toDoPage]}: toDoPage(FlowTask,int,int) + {GET [/flow/execute/copyPage]}: copyPage(FlowTask,int,int) + {GET [/flow/execute/donePage]}: donePage(FlowHisTask,int,int) + {GET [/flow/execute/doneList/{instanceId}]}: doneList(Long) + {GET [/flow/execute/getTaskById/{taskId}]}: getTaskById(Long) + {GET [/flow/execute/anyNodeList/{instanceId}]}: anyNodeList(Long) + {POST [/flow/execute/approveTaskByInstance]}: approveTaskByInstance(ApproveTaskInsForm) + {GET [/flow/execute/getTaskDetail/{taskId}]}: getTaskDetailById(Long) + {POST [/flow/execute/interactiveType]}: interactiveType(WarmFlowInteractiveTypeVO) + {GET [/flow/execute/idReverseDisplayName/{ids}]}: idReverseDisplayName(Long[]) + {GET [/flow/execute/getDoneTaskDetail/{taskId}]}: getDoneTaskDetail(Long) + {GET [/flow/execute/interactiveTypeEmployeeEntity]}: interactiveTypeEmployeeEntity(WarmFlowInteractiveTypeVO,int,int) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,036][DEBUG][main] + n.l.s.a.m.s.d.DataScopeController: + {GET [/dataScope/list]}: dataScopeList() (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,036][DEBUG][main] + n.l.s.a.m.s.d.c.DepartmentController: + {GET [/department/treeList]}: departmentTree() + {POST [/department/add]}: addDepartment(DepartmentAddForm) + {GET [/department/listAll]}: listAll() + {POST [/department/update]}: updateDepartment(DepartmentUpdateForm) + {GET [/department/delete/{departmentId}]}: deleteDepartment(Long) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,037][DEBUG][main] + n.l.s.a.m.s.e.c.EmployeeController: + {POST [/employee/query]}: query(EmployeeQueryForm) + {POST [/employee/update]}: updateEmployee(EmployeeUpdateForm) + {POST [/employee/update/center]}: updateCenter(EmployeeUpdateCenterForm) + {POST [/employee/update/avatar]}: updateAvatar(EmployeeUpdateAvatarForm) + {POST [/employee/update/password]}: updatePassword(EmployeeUpdatePasswordForm) + {GET [/employee/update/password/reset/{employeeId}]}: resetPassword(Long) + {POST [/employee/add]}: addEmployee(EmployeeAddForm) + {GET [/employee/update/disabled/{employeeId}]}: updateDisableFlag(Long) + {POST [/employee/update/batch/delete]}: batchUpdateDeleteFlag(List) + {POST [/employee/update/batch/department]}: batchUpdateDepartment(EmployeeBatchUpdateDepartmentForm) + {GET [/employee/queryAll]}: queryAllEmployee(Boolean) + {GET [/employee/getAllEmployeeByDepartmentId/{departmentId}]}: getAllEmployeeByDepartmentId(Long) + {GET [/employee/getPasswordComplexityEnabled]}: getPasswordComplexityEnabled() (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,038][DEBUG][main] + n.l.s.a.m.s.l.c.LoginController: + {POST [/login]}: login(LoginForm,HttpServletRequest) + {GET [/login/logout]}: logout() + {GET [/login/getCaptcha]}: getCaptcha() + {GET [/login/sendEmailCode/{loginName}]}: sendEmailCode(String) + {GET [/login/getLoginInfo]}: getLoginInfo() + {GET [/login/getTwoFactorLoginFlag]}: getTwoFactorLoginFlag() (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,039][DEBUG][main] + n.l.s.a.m.s.m.c.MenuController: + {POST [/menu/add]}: addMenu(MenuAddForm) + {POST [/menu/update]}: updateMenu(MenuUpdateForm) + {GET [/menu/query]}: queryMenuList() + {GET [/menu/detail/{menuId}]}: getMenuDetail(Long) + {GET [/menu/tree]}: queryMenuTree(Boolean) + {GET [/menu/auth/url]}: getAuthUrl() + {GET [/menu/batchDelete]}: batchDeleteMenu(List) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,039][DEBUG][main] + n.l.s.a.m.s.m.AdminMessageController: + {GET [/message/delete/{messageId}]}: delete(Long) + {POST [/message/query]}: query(MessageQueryForm) + {POST [/message/sendMessages]}: sendMessages(ValidateList) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,040][DEBUG][main] + n.l.s.a.m.s.p.c.PositionController: + {GET [/position/queryList]}: queryList() + {POST [/position/update]}: update(PositionUpdateForm) + {POST [/position/add]}: add(PositionAddForm) + {POST [/position/queryPage]}: queryPage(PositionQueryForm) + {GET [/position/delete/{positionId}]}: batchDelete(Long) + {POST [/position/batchDelete]}: batchDelete(ValidateList) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,041][DEBUG][main] + n.l.s.a.m.s.r.c.RoleController: + {GET [/role/delete/{roleId}]}: deleteRole(Long) + {POST [/role/update]}: updateRole(RoleUpdateForm) + {GET [/role/getAll]}: getAllRole() + {POST [/role/add]}: addRole(RoleAddForm) + {GET [/role/get/{roleId}]}: getRole(Long) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,041][DEBUG][main] + n.l.s.a.m.s.r.c.RoleDataScopeController: + {GET [/role/dataScope/getRoleDataScopeList/{roleId}]}: dataScopeListByRole(Long) + {POST [/role/dataScope/updateRoleDataScopeList]}: updateRoleDataScopeList(RoleDataScopeUpdateForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,041][DEBUG][main] + n.l.s.a.m.s.r.c.RoleEmployeeController: + {POST [/role/employee/queryEmployee]}: queryEmployee(RoleEmployeeQueryForm) + {GET [/role/employee/removeEmployee]}: removeEmployee(Long,Long) + {GET [/role/employee/getAllEmployeeByRoleId/{roleId}]}: listAllEmployeeRoleId(Long) + {POST [/role/employee/batchRemoveRoleEmployee]}: batchRemoveEmployee(RoleEmployeeUpdateForm) + {POST [/role/employee/batchAddRoleEmployee]}: addEmployeeList(RoleEmployeeUpdateForm) + {GET [/role/employee/getRoles/{employeeId}]}: getRoleByEmployeeId(Long) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,042][DEBUG][main] + n.l.s.a.m.s.r.c.RoleMenuController: + {POST [/role/menu/updateRoleMenu]}: updateRoleMenu(RoleMenuUpdateForm) + {GET [/role/menu/getRoleSelectedMenu/{roleId}]}: getRoleSelectedMenu(Long) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,043][DEBUG][main] + n.l.s.a.m.s.s.AdminApiEncryptController: + {POST [/support/apiEncrypt/testArray]}: testArray(ValidateList) + {POST [/support/apiEncrypt/testRequestEncrypt]}: testRequestEncrypt(JweForm) + {POST [/support/apiEncrypt/testResponseEncrypt]}: testResponseEncrypt(JweForm) + {POST [/support/apiEncrypt/testDecryptAndEncrypt]}: testDecryptAndEncrypt(JweForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,043][DEBUG][main] + n.l.s.a.m.s.s.AdminCacheController: + {GET [/support/cache/keys/{cacheName}]}: cacheKeys(String) + {GET [/support/cache/remove/{cacheName}]}: removeCache(String) + {GET [/support/cache/names]}: cacheNames() (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,044][DEBUG][main] + n.l.s.a.m.s.s.AdminChangeLogController: + {POST [/support/changeLog/update]}: update(ChangeLogUpdateForm) + {POST [/support/changeLog/add]}: add(ChangeLogAddForm) + {POST [/support/changeLog/batchDelete]}: batchDelete(ValidateList) + {GET [/support/changeLog/delete/{changeLogId}]}: batchDelete(Long) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,044][DEBUG][main] + n.l.s.a.m.s.s.AdminConfigController: + {POST [/support/config/update]}: updateConfig(ConfigUpdateForm) + {POST [/support/config/add]}: addConfig(ConfigAddForm) + {POST [/support/config/query]}: queryConfigPage(ConfigQueryForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,045][DEBUG][main] + n.l.s.a.m.s.s.AdminDataMaskingDemoController: + {GET [/support/dataMasking/demo/query]}: query() (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,046][DEBUG][main] + n.l.s.a.m.s.s.AdminDictController: + {POST [/support/dict/update]}: update(DictUpdateForm) + {POST [/support/dict/add]}: add(DictAddForm) + {GET [/support/dict/delete/{dictId}]}: delete(Long) + {GET [/support/dict/getAllDictData]}: getAll() + {GET [/support/dict/getAllDict]}: getAllDict() + {GET [/support/dict/updateDisabled/{dictId}]}: updateDisabled(Long) + {GET [/support/dict/dictData/queryDictData/{dictId}]}: queryDictData(Long) + {GET [/support/dict/value/list/{dictCode}]}: queryDictData(String) + {POST [/support/dict/dictData/add]}: addDictData(DictDataAddForm) + {POST [/support/dict/dictData/update]}: updateDictData(DictDataUpdateForm) + {GET [/support/dict/dictData/delete/{dictDataId}]}: deleteDictData(Long) + {POST [/support/dict/queryPage]}: queryPage(DictQueryForm) + {POST [/support/dict/batchDelete]}: batchDelete(ValidateList) + {GET [/support/dict/dictData/updateDisabled/{dictDataId}]}: updateDictDataDisabled(Long) + {POST [/support/dict/dictData/batchDelete]}: batchDeleteDictData(ValidateList) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,047][DEBUG][main] + n.l.s.a.m.s.s.AdminFileController: + {POST [/support/file/queryPage]}: queryPage(FileQueryForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,047][DEBUG][main] + n.l.s.a.m.s.s.AdminHeartBeatController: + {POST [/support/heartBeat/query]}: query(HeartBeatRecordQueryForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,048][DEBUG][main] + n.l.s.a.m.s.s.AdminHelpDocController: + {POST [/support/helpDoc/update]}: update(HelpDocUpdateForm) + {POST [/support/helpDoc/add]}: add(HelpDocAddForm) + {GET [/support/helpDoc/delete/{helpDocId}]}: delete(Long) + {POST [/support/helpDoc/query]}: query(HelpDocQueryForm) + {GET [/support/helpDoc/getDetail/{helpDocId}]}: getDetail(Long) + {POST [/support/helpDoc/helpDocCatalog/add]}: addHelpDocCatalog(HelpDocCatalogAddForm) + {POST [/support/helpDoc/helpDocCatalog/update]}: updateHelpDocCatalog(HelpDocCatalogUpdateForm) + {GET [/support/helpDoc/helpDocCatalog/delete/{helpDocCatalogId}]}: deleteHelpDocCatalog(Long) + {GET [/support/helpDoc/queryHelpDocByRelationId/{relationId}]}: queryHelpDocByRelationId(Long) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,049][DEBUG][main] + n.l.s.a.m.s.s.AdminLoginLogController: + {POST [/support/loginLog/page/query]}: queryByPage(LoginLogQueryForm) + {POST [/support/loginLog/page/query/login]}: queryByPageLogin(LoginLogQueryForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,049][DEBUG][main] + n.l.s.a.m.s.s.AdminOperateLogController: + {GET [/support/operateLog/detail/{operateLogId}]}: detail(Long) + {GET [/support/operateLog/module/list]}: moduleList() + {POST [/support/operateLog/page/query]}: queryByPage(OperateLogQueryForm) + {POST [/support/operateLog/page/query/login]}: queryByPageLogin(OperateLogQueryForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,050][DEBUG][main] + n.l.s.a.m.s.s.AdminProtectController: + {POST [/support/protect/level3protect/updateConfig]}: updateConfig(Level3ProtectConfigForm) + {POST [/support/protect/loginFail/queryPage]}: queryPage(LoginFailQueryForm) + {POST [/support/protect/loginFail/batchDelete]}: batchDelete(ValidateList) + {GET [/support/protect/level3protect/getConfig]}: getConfig() (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,050][DEBUG][main] + n.l.s.a.m.s.s.AdminReloadController: + {GET [/support/reload/query]}: query() + {POST [/support/reload/update]}: updateByTag(ReloadForm) + {GET [/support/reload/result/{tag}]}: queryReloadResult(String) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,051][DEBUG][main] + n.l.s.a.m.s.s.AdminSerialNumberController: + {POST [/support/serialNumber/generate]}: generate(SerialNumberGenerateForm) + {GET [/support/serialNumber/all]}: getAll() + {POST [/support/serialNumber/queryRecord]}: queryRecord(SerialNumberRecordQueryForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,052][DEBUG][main] + n.l.s.a.m.s.s.AdminSmartJobController: + {POST [/support/job/execute]}: execute(SmartJobExecuteForm) + {POST [/support/job/add]}: addJob(SmartJobAddForm) + {GET [/support/job/{jobId}]}: queryJobInfo(Integer) + {POST [/support/job/query]}: queryJob(SmartJobQueryForm) + {POST [/support/job/update]}: updateJob(SmartJobUpdateForm) + {GET [/support/job/delete]}: deleteJob(Integer) + {POST [/support/job/log/query]}: queryJobLog(SmartJobLogQueryForm) + {POST [/support/job/update/enabled]}: updateJobEnabled(SmartJobEnabledUpdateForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,052][DEBUG][main] + n.l.s.b.m.s.c.CaptchaController: + {GET [/support/captcha]}: generateCaptcha() (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,052][DEBUG][main] + n.l.s.b.m.s.c.c.ChangeLogController: + {POST [/support/changeLog/queryPage]}: queryPage(ChangeLogQueryForm) + {GET [/support/changeLog/getDetail/{changeLogId}]}: getDetail(Long) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,053][DEBUG][main] + n.l.s.b.m.s.c.c.CodeGeneratorController: + {POST [/support/codeGenerator/table/updateConfig]}: updateConfig(CodeGeneratorConfigForm) + {POST [/support/codeGenerator/table/queryTableList]}: queryTableList(TableQueryForm) + {GET [/support/codeGenerator/table/getConfig/{table}]}: getTableConfig(String) + {POST [/support/codeGenerator/code/preview]}: preview(CodeGeneratorPreviewForm) + {GET [/support/codeGenerator/code/download/{tableName}], produces [application/octet-stream]}: download(String,HttpServletResponse) + {GET [/support/codeGenerator/table/getTableColumns/{table}]}: getTableColumns(String) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,054][DEBUG][main] + n.l.s.b.m.s.c.ConfigController: + {GET [/support/config/queryByKey]}: queryByKey(String) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,054][DEBUG][main] + n.l.s.b.m.s.d.c.DataTracerController: + {POST [/support/dataTracer/query]}: query(DataTracerQueryForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,054][DEBUG][main] + n.l.s.b.m.s.f.c.FeedbackController: + {POST [/support/feedback/add]}: add(FeedbackAddForm) + {POST [/support/feedback/query]}: query(FeedbackQueryForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,055][DEBUG][main] + n.l.s.b.m.s.f.c.FileController: + {POST [/support/file/upload]}: upload(MultipartFile,Integer) + {GET [/support/file/getFileUrl]}: getUrl(String) + {GET [/support/file/downLoad]}: downLoad(String,HttpServletRequest,HttpServletResponse) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,055][DEBUG][main] + n.l.s.b.m.s.h.c.HelpDocController: + {GET [/support/helpDoc/helpDocCatalog/getAll]}: getAll() + {GET [/support/helpDoc/user/view/{helpDocId}]}: view(Long,HttpServletRequest) + {GET [/support/helpDoc/user/queryAllHelpDocList]}: queryAllHelpDocList() + {POST [/support/helpDoc/user/queryViewRecord]}: queryViewRecord(HelpDocViewRecordQueryForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,056][DEBUG][main] + n.l.s.b.m.s.m.c.MessageController: + {POST [/support/message/queryMyMessage]}: query(MessageQueryForm) + {GET [/support/message/getUnreadCount]}: getUnreadCount() + {GET [/support/message/read/{messageId}]}: updateReadFlag(Long) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,056][DEBUG][main] + n.l.s.b.m.s.t.TableColumnController: + {GET [/support/tableColumn/getColumns/{tableId}]}: getColumns(Integer) + {GET [/support/tableColumn/delete/{tableId}]}: deleteTableColumn(Integer) + {POST [/support/tableColumn/update]}: updateTableColumn(TableColumnUpdateForm) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,058][DEBUG][main] + o.s.b.a.w.s.e.BasicErrorController: + { [/error]}: error(HttpServletRequest) + { [/error], produces [text/html]}: errorHtml(HttpServletRequest,HttpServletResponse) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,059][DEBUG][main] + o.d.w.f.u.c.WarmFlowUiController: + {GET [/warm-flow-ui/config]}: config() (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,060][DEBUG][main] + o.d.w.f.u.c.WarmFlowController: + {GET [/warm-flow/execute/load/{taskId}]}: load(Long) + {POST [/warm-flow/execute/handle]}: handle(Map,Long,String,String,String) + {POST [/warm-flow/save-json]}: saveJson(DefJson) + {GET [/warm-flow/query-def/{id}]}: queryDef(Long) + {GET [/warm-flow/query-flow-chart/{id}]}: queryFlowChart(Long) + {GET [/warm-flow/handler-result]}: handlerResult(HandlerQuery) + {GET [/warm-flow/handler-dict]}: handlerDict() + {GET [/warm-flow/published-form]}: publishedForm() + {GET [/warm-flow/form-content/{id}]}: getFormContent(Long) + {GET [/warm-flow/execute/hisLoad/{taskId}]}: hisLoad(Long) + {GET [/warm-flow/node-ext]}: nodeExt() + {GET [/warm-flow/handler-type]}: handlerType() + {POST [/warm-flow/form-content]}: saveFormContent(FlowDto) + {GET [/warm-flow/handler-feedback]}: handlerFeedback(HandlerFeedBackDto) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,064][DEBUG][main] + o.s.w.a.MultipleOpenApiWebMvcResource: + {GET [/v3/api-docs/{group}], produces [application/json]}: openapiJson(HttpServletRequest,String,String,Locale) + {GET [/v3/api-docs.yaml/{group}], produces [application/vnd.oai.openapi]}: openapiYaml(HttpServletRequest,String,String,Locale) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,067][DEBUG][main] + o.s.w.a.OpenApiWebMvcResource: + {GET [/v3/api-docs], produces [application/json]}: openapiJson(HttpServletRequest,String,Locale) + {GET [/v3/api-docs.yaml], produces [application/vnd.oai.openapi]}: openapiYaml(HttpServletRequest,String,Locale) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,067][DEBUG][main] + o.s.w.u.SwaggerWelcomeWebMvc: + {GET [/swagger-ui.html]}: redirectToUi(HttpServletRequest) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,068][DEBUG][main] + o.s.w.u.SwaggerConfigResource: + {GET [/v3/api-docs/swagger-config], produces [application/json]}: openapiJson(HttpServletRequest) (AbstractHandlerMethodMapping.java:294) +[2026-06-09 15:14:28,069][DEBUG][main] 253 mappings in 'requestMappingHandlerMapping' (AbstractHandlerMethodMapping.java:366) +[2026-06-09 15:14:28,080][DEBUG][main] Creating shared instance of singleton bean 'methodUrlMap' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,086][DEBUG][main] Autowiring by type from bean name 'authUrl' via factory method to bean named 'methodUrlMap' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,100][DEBUG][main] Creating shared instance of singleton bean 'adminMessageController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,101][DEBUG][main] Creating shared instance of singleton bean 'messageService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,101][DEBUG][main] Creating shared instance of singleton bean 'messageDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,108][DEBUG][main] Creating shared instance of singleton bean 'messageManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,115][DEBUG][main] Creating shared instance of singleton bean 'positionController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,116][DEBUG][main] Creating shared instance of singleton bean 'positionService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,118][DEBUG][main] Creating shared instance of singleton bean 'positionManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,123][DEBUG][main] Creating shared instance of singleton bean 'roleController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,124][DEBUG][main] Creating shared instance of singleton bean 'roleDataScopeController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,124][DEBUG][main] Creating shared instance of singleton bean 'roleDataScopeService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,125][DEBUG][main] Creating shared instance of singleton bean 'roleDataScopeManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,132][DEBUG][main] Creating shared instance of singleton bean 'roleEmployeeController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,138][DEBUG][main] Creating shared instance of singleton bean 'roleMenuController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,139][DEBUG][main] Creating shared instance of singleton bean 'adminApiEncryptController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,141][DEBUG][main] Creating shared instance of singleton bean 'adminCacheController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,141][DEBUG][main] Creating shared instance of singleton bean 'caffeineCacheService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,141][DEBUG][main] Creating shared instance of singleton bean 'cacheConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,146][DEBUG][main] Creating shared instance of singleton bean 'adminChangeLogController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,146][DEBUG][main] Creating shared instance of singleton bean 'changeLogService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,146][DEBUG][main] Creating shared instance of singleton bean 'changeLogDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,155][DEBUG][main] Creating shared instance of singleton bean 'adminConfigController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,156][DEBUG][main] Creating shared instance of singleton bean 'adminDataMaskingDemoController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,157][DEBUG][main] Creating shared instance of singleton bean 'adminDictController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,159][DEBUG][main] Creating shared instance of singleton bean 'adminFileController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,160][DEBUG][main] Creating shared instance of singleton bean 'fileService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,160][DEBUG][main] Creating shared instance of singleton bean 'fileDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,166][DEBUG][main] Creating shared instance of singleton bean 'securityFileService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,172][DEBUG][main] Creating shared instance of singleton bean 'adminHeartBeatController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,172][DEBUG][main] Creating shared instance of singleton bean 'heartBeatService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,172][DEBUG][main] Creating shared instance of singleton bean 'heartBeatRecordDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,181][DEBUG][main] Creating shared instance of singleton bean 'adminHelpDocController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,181][DEBUG][main] Creating shared instance of singleton bean 'helpDocService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,181][DEBUG][main] Creating shared instance of singleton bean 'helpDocDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,191][DEBUG][main] Creating shared instance of singleton bean 'helpDocManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,193][DEBUG][main] Creating shared instance of singleton bean 'helpDocCatalogService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,193][DEBUG][main] Creating shared instance of singleton bean 'helpDocCatalogDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,208][DEBUG][main] Creating shared instance of singleton bean 'adminLoginLogController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,209][DEBUG][main] Creating shared instance of singleton bean 'adminOperateLogController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,209][DEBUG][main] Creating shared instance of singleton bean 'operateLogService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,209][DEBUG][main] Creating shared instance of singleton bean 'operateLogDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,220][DEBUG][main] Creating shared instance of singleton bean 'adminProtectController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,221][DEBUG][main] Creating shared instance of singleton bean 'adminReloadController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,222][DEBUG][main] Creating shared instance of singleton bean 'reloadService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,224][DEBUG][main] Creating shared instance of singleton bean 'adminSerialNumberController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,224][DEBUG][main] Creating shared instance of singleton bean 'serialNumberDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,234][DEBUG][main] Creating shared instance of singleton bean 'serialNumberInternService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,235][DEBUG][main] Creating shared instance of singleton bean 'serialNumberRecordDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,243][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:28,243][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:28,243][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:28,243][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:28,244][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:28,244][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:28,244][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:28,244][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:28,244][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:28,244][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:28,244][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:28,244][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 84 (Log.java:228) +[2026-06-09 15:14:28,244][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:28,245][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:28,245][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:28,245][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:28,245][DEBUG][RMI TCP Connection(5)-127.0.0.1] connectionId=rmi://127.0.0.1 9, name=org.springframework.boot:type=Admin,name=SpringApplication, attribute=Ready (LoggingProviderImpl.java:230) +[2026-06-09 15:14:28,245][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: [127.0.0.1] exception: (Log.java:236) +javax.management.InstanceNotFoundException: org.springframework.boot:type=Admin,name=SpringApplication + at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1073) ~[?:?] + at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:632) ~[?:?] + at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:679) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1449) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1310) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1405) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:639) ~[?:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) ~[?:?] + at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) ~[?:?] + at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) ~[?:?] + at java.base/java.security.AccessController.doPrivileged(AccessController.java:714) ~[?:?] + at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721) ~[?:?] + at java.base/java.security.AccessController.doPrivileged(AccessController.java:400) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720) ~[?:?] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 15:14:28,245][DEBUG][main] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:14:28,245][DEBUG][main] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@583f6270] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:14:28,246][DEBUG][main] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:14:28,246][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:28,246][DEBUG][main] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:14:25.265, closeCount=0, lastValidateTimeMillis=2026-06-09 15:14:25.309}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:14:28,246][DEBUG][main] ==> Preparing: SELECT serial_number_id,business_name,format,rule_type,init_number,step_random_range,remark,last_number,last_time,update_time,create_time FROM t_serial_number (BaseJdbcLogger.java:135) +[2026-06-09 15:14:28,246][DEBUG][RMI TCP Connection(5)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@cad442e: connectionId=rmi://127.0.0.1 9] closing. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:28,246][DEBUG][RMI TCP Connection(5)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@cad442e: connectionId=rmi://127.0.0.1 9] closed. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:28,246][DEBUG][main] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:14:28,292][DEBUG][main] <== Total: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:14:28,292][DEBUG][main] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@583f6270] (Logger.java:49) +[2026-06-09 15:14:28,296][DEBUG][main] Creating shared instance of singleton bean 'serialNumberRecordService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,298][DEBUG][main] Creating shared instance of singleton bean 'adminSmartJobController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,299][DEBUG][main] Creating shared instance of singleton bean 'smartJobService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,299][DEBUG][main] Creating shared instance of singleton bean 'smartJobDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,310][DEBUG][main] Creating shared instance of singleton bean 'smartJobLogDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,322][DEBUG][main] Creating shared instance of singleton bean 'smartJobClientManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,323][DEBUG][main] Creating shared instance of singleton bean 'initJobLauncher' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,323][DEBUG][main] Creating shared instance of singleton bean 'smartJobAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,323][DEBUG][main] Creating shared instance of singleton bean 'smart.job-net.lab1024.sa.base.module.support.job.config.SmartJobConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,324][DEBUG][main] Creating shared instance of singleton bean 'smartJobRepository' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,326][DEBUG][main] Creating shared instance of singleton bean 'smartJobSample1' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,326][DEBUG][main] Creating shared instance of singleton bean 'smartJobSample2' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,328][DEBUG][main] Autowiring by type from bean name 'smartJobAutoConfiguration' via constructor to bean named 'smart.job-net.lab1024.sa.base.module.support.job.config.SmartJobConfig' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,328][DEBUG][main] Autowiring by type from bean name 'smartJobAutoConfiguration' via constructor to bean named 'smartJobRepository' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,328][DEBUG][main] Autowiring by type from bean name 'smartJobAutoConfiguration' via constructor to bean named 'smartJobSample1' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,328][DEBUG][main] Autowiring by type from bean name 'smartJobAutoConfiguration' via constructor to bean named 'smartJobSample2' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,328][DEBUG][main] Autowiring by type from bean name 'initJobLauncher' via factory method to bean named 'redisson' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,329][DEBUG][main] Initializing ExecutorService (ExecutorConfigurationSupport.java:264) +[2026-06-09 15:14:28,331][DEBUG][main] Autowiring by type from bean name 'smartJobClientManager' via constructor to bean named 'initJobLauncher' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,331][DEBUG][main] Autowiring by type from bean name 'smartJobClientManager' via constructor to bean named 'smartJobRepository' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,331][DEBUG][main] Autowiring by type from bean name 'smartJobClientManager' via constructor to bean named 'smartJobSample1' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,331][DEBUG][main] Autowiring by type from bean name 'smartJobClientManager' via constructor to bean named 'smartJobSample2' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,331][DEBUG][main] Autowiring by type from bean name 'smartJobClientManager' via constructor to bean named 'redisson' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,342][DEBUG][main] Creating shared instance of singleton bean 'schemaEnumPropertyCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,343][DEBUG][main] Creating shared instance of singleton bean 'smartTableMetadataUtil' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,344][DEBUG][main] Creating shared instance of singleton bean 'asyncConfig.AsyncExceptionConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,345][DEBUG][main] Creating shared instance of singleton bean 'asyncConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,345][DEBUG][main] Creating shared instance of singleton bean 'heartBeatConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,345][DEBUG][main] Creating shared instance of singleton bean 'heartBeatRecordHandler' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,346][DEBUG][main] Found key 'heart-beat.interval-seconds' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:28,346][DEBUG][main] Creating shared instance of singleton bean 'jsonConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,347][DEBUG][main] Creating shared instance of singleton bean 'repeatSubmitConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,347][DEBUG][main] Creating shared instance of singleton bean 'restTemplateConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,347][DEBUG][main] Found key 'http.pool.max-total' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:28,347][DEBUG][main] Found key 'http.pool.connect-timeout' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:28,347][DEBUG][main] Found key 'http.pool.read-timeout' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:28,347][DEBUG][main] Found key 'http.pool.write-timeout' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:28,347][DEBUG][main] Found key 'http.pool.keep-alive' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:28,348][DEBUG][main] Creating shared instance of singleton bean 'scheduleConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,348][DEBUG][main] Creating shared instance of singleton bean 'swaggerConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,349][DEBUG][main] Found key 'springdoc.swagger-ui.server-base-url' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:28,349][DEBUG][main] Creating shared instance of singleton bean 'tokenConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,350][DEBUG][main] Creating shared instance of singleton bean 'getSaTokenConfig' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,350][DEBUG][main] Creating shared instance of singleton bean 'cn.dev33.satoken.spring.SaBeanRegister' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,355][DEBUG][main] Creating shared instance of singleton bean 'yamlProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,355][DEBUG][main] Creating shared instance of singleton bean 'globalExceptionHandler' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,357][DEBUG][main] Creating shared instance of singleton bean 'mybatisPlusFillHandler' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,358][DEBUG][main] Creating shared instance of singleton bean 'webServerListener' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,358][DEBUG][main] Found key 'reload.interval-seconds' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:28,359][DEBUG][main] Creating shared instance of singleton bean 'decryptRequestAdvice' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,359][DEBUG][main] Creating shared instance of singleton bean 'jacksonObjectMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,359][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,360][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,360][DEBUG][main] Creating shared instance of singleton bean 'customizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,362][DEBUG][main] Creating shared instance of singleton bean 'standardJacksonObjectMapperBuilderCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,362][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,362][DEBUG][main] Creating shared instance of singleton bean 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,365][DEBUG][main] Autowiring by type from bean name 'standardJacksonObjectMapperBuilderCustomizer' via factory method to bean named 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,366][DEBUG][main] Creating shared instance of singleton bean 'parameterNamesModule' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,366][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$ParameterNamesModuleConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,373][DEBUG][main] Creating shared instance of singleton bean 'jsonMixinModule' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,373][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonMixinConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,374][DEBUG][main] Creating shared instance of singleton bean 'jsonMixinModuleEntries' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,374][DEBUG][main] Autowiring by type from bean name 'jsonMixinModuleEntries' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@244e619a' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,383][DEBUG][main] Autowiring by type from bean name 'jsonMixinModule' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@244e619a' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,383][DEBUG][main] Autowiring by type from bean name 'jsonMixinModule' via factory method to bean named 'jsonMixinModuleEntries' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,384][DEBUG][main] Creating shared instance of singleton bean 'jsonComponentModule' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,384][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,389][DEBUG][main] Creating shared instance of singleton bean 'jacksonGeoModule' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,389][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.data.web.config.SpringDataJacksonConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,390][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.data.web.config.SpringDataWebSettings' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,392][DEBUG][main] Creating shared instance of singleton bean 'pageModule' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,395][DEBUG][main] Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@244e619a' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,395][DEBUG][main] Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'customizer' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,395][DEBUG][main] Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'standardJacksonObjectMapperBuilderCustomizer' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,433][DEBUG][main] Autowiring by type from bean name 'jacksonObjectMapper' via factory method to bean named 'jacksonObjectMapperBuilder' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,453][DEBUG][main] Creating shared instance of singleton bean 'encryptResponseAdvice' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,454][DEBUG][main] Creating shared instance of singleton bean 'captchaController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,455][DEBUG][main] Creating shared instance of singleton bean 'changeLogController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,456][DEBUG][main] Creating shared instance of singleton bean 'codeGeneratorController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,456][DEBUG][main] Creating shared instance of singleton bean 'codeGeneratorService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,457][DEBUG][main] Creating shared instance of singleton bean 'codeGeneratorDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,458][DEBUG][main] Creating shared instance of singleton bean 'codeGeneratorConfigDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,472][DEBUG][main] Creating shared instance of singleton bean 'codeGeneratorTemplateService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,479][DEBUG][main] Creating shared instance of singleton bean 'configController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,480][DEBUG][main] Creating shared instance of singleton bean 'dataTracerController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,481][DEBUG][main] Creating shared instance of singleton bean 'feedbackController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,481][DEBUG][main] Creating shared instance of singleton bean 'feedbackService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,481][DEBUG][main] Creating shared instance of singleton bean 'feedbackDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,490][DEBUG][main] Creating shared instance of singleton bean 'fileController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,491][DEBUG][main] Creating shared instance of singleton bean 'helpDocController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,491][DEBUG][main] Creating shared instance of singleton bean 'helpDocUserService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,494][DEBUG][main] Creating shared instance of singleton bean 'messageController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,495][DEBUG][main] Creating shared instance of singleton bean 'redissonService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,495][DEBUG][main] Autowiring by type from bean name 'redissonService' via constructor to bean named 'redisson' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,496][DEBUG][main] Creating shared instance of singleton bean 'tableColumnController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,496][DEBUG][main] Creating shared instance of singleton bean 'tableColumnService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,496][DEBUG][main] Creating shared instance of singleton bean 'tableColumnDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,506][DEBUG][main] Creating shared instance of singleton bean 'smart-async-executor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,506][DEBUG][main] Initializing ExecutorService (ExecutorConfigurationSupport.java:264) +[2026-06-09 15:14:28,506][DEBUG][main] Initializing ExecutorService 'smart-async-executor' (ExecutorConfigurationSupport.java:264) +[2026-06-09 15:14:28,513][DEBUG][main] Creating shared instance of singleton bean 'heartBeatManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,517][DEBUG][main] Creating shared instance of singleton bean 'zSetOperations' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,517][DEBUG][main] Autowiring by type from bean name 'zSetOperations' via factory method to bean named 'redisTemplate' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,534][DEBUG][main] Creating shared instance of singleton bean 'repeatSubmitAspect' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,535][DEBUG][main] Creating shared instance of singleton bean 'restTemplate' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,596][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:57:0a:11:97:42:c4:e3:cc, Subject:CN=Actalis Authentication Root CA, O=Actalis S.p.A./03358520967, L=Milan, C=IT, Issuer:CN=Actalis Authentication Root CA, O=Actalis S.p.A./03358520967, L=Milan, C=IT, Key type:RSA, Length:4096, Cert Id:1729119956, Valid from:2011/9/22 19:22, Valid until:2030/9/22 19:22 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,597][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:01, Subject:CN=AddTrust External CA Root, OU=AddTrust External TTP Network, O=AddTrust AB, C=SE, Issuer:CN=AddTrust External CA Root, OU=AddTrust External TTP Network, O=AddTrust AB, C=SE, Key type:RSA, Length:2048, Cert Id:3968614624, Valid from:2000/5/30 18:48, Valid until:2020/5/30 18:48 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,597][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:01, Subject:CN=AddTrust Qualified CA Root, OU=AddTrust TTP Network, O=AddTrust AB, C=SE, Issuer:CN=AddTrust Qualified CA Root, OU=AddTrust TTP Network, O=AddTrust AB, C=SE, Key type:RSA, Length:2048, Cert Id:607365522, Valid from:2000/5/30 18:44, Valid until:2020/5/30 18:44 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,597][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:06:6c:9f:cf:99:bf:8c:0a:39:e2:f0:78:8a:43:e6:96:36:5b:ca, Subject:CN=Amazon Root CA 1, O=Amazon, C=US, Issuer:CN=Amazon Root CA 1, O=Amazon, C=US, Key type:RSA, Length:2048, Cert Id:2822522334, Valid from:2015/5/26 08:00, Valid until:2038/1/17 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,597][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:06:6c:9f:d2:96:35:86:9f:0a:0f:e5:86:78:f8:5b:26:bb:8a:37, Subject:CN=Amazon Root CA 2, O=Amazon, C=US, Issuer:CN=Amazon Root CA 2, O=Amazon, C=US, Key type:RSA, Length:4096, Cert Id:2528834908, Valid from:2015/5/26 08:00, Valid until:2040/5/26 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,600][DEBUG][main] X509Certificate: Alg:SHA256withECDSA, Serial:06:6c:9f:d5:74:97:36:66:3f:3b:0b:9a:d9:e8:9e:76:03:f2:4a, Subject:CN=Amazon Root CA 3, O=Amazon, C=US, Issuer:CN=Amazon Root CA 3, O=Amazon, C=US, Key type:EC, Length:256, Cert Id:2732679773, Valid from:2015/5/26 08:00, Valid until:2040/5/26 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,600][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:06:6c:9f:d7:c1:bb:10:4c:29:43:e5:71:7b:7b:2c:c8:1a:c1:0e, Subject:CN=Amazon Root CA 4, O=Amazon, C=US, Issuer:CN=Amazon Root CA 4, O=Amazon, C=US, Key type:EC, Length:384, Cert Id:2640694783, Valid from:2015/5/26 08:00, Valid until:2040/5/26 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,601][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:02, Subject:CN=Buypass Class 2 Root CA, O=Buypass AS-983163327, C=NO, Issuer:CN=Buypass Class 2 Root CA, O=Buypass AS-983163327, C=NO, Key type:RSA, Length:4096, Cert Id:969960563, Valid from:2010/10/26 16:38, Valid until:2040/10/26 16:38 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,601][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:02, Subject:CN=Buypass Class 3 Root CA, O=Buypass AS-983163327, C=NO, Issuer:CN=Buypass Class 3 Root CA, O=Buypass AS-983163327, C=NO, Key type:RSA, Length:4096, Cert Id:1264269967, Valid from:2010/10/26 16:28, Valid until:2040/10/26 16:28 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,601][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:00:a3:da:42:7e:a4:b1:ae:da, Subject:CN=Chambers of Commerce Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Issuer:CN=Chambers of Commerce Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Key type:RSA, Length:4096, Cert Id:4266703372, Valid from:2008/8/1 20:29, Valid until:2038/7/31 20:29 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,601][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:06:25:33:b1:47:03:33:27:5c:f9:8d:9a:b9:bf:cc:f8, Subject:CN=Certainly Root E1, O=Certainly, C=US, Issuer:CN=Certainly Root E1, O=Certainly, C=US, Key type:EC, Length:384, Cert Id:792571453, Valid from:2021/4/1 08:00, Valid until:2046/4/1 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,601][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:00:8e:0f:f9:4b:90:71:68:65:33:54:f4:d4:44:39:b7:e0, Subject:CN=Certainly Root R1, O=Certainly, C=US, Issuer:CN=Certainly Root R1, O=Certainly, C=US, Key type:RSA, Length:4096, Cert Id:2255958535, Valid from:2021/4/1 08:00, Valid until:2046/4/1 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,601][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:00:fe:dc:e3:01:0f:c9:48:ff, Subject:CN=Certigna, O=Dhimyotis, C=FR, Issuer:CN=Certigna, O=Dhimyotis, C=FR, Key type:RSA, Length:2048, Cert Id:3506875840, Valid from:2007/6/29 23:13, Valid until:2027/6/29 23:13 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,601][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:00:ca:e9:1b:89:f1:55:03:0d:a3:e6:41:6d:c4:e3:a6:e1, Subject:CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR, Issuer:CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR, Key type:RSA, Length:4096, Cert Id:356684591, Valid from:2013/10/1 16:32, Valid until:2033/10/1 16:32 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,602][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:01:00:20, Subject:CN=Certum CA, O=Unizeto Sp. z o.o., C=PL, Issuer:CN=Certum CA, O=Unizeto Sp. z o.o., C=PL, Key type:RSA, Length:2048, Cert Id:3550516030, Valid from:2002/6/11 18:46, Valid until:2027/6/11 18:46 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,602][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:04:44:c0, Subject:CN=Certum Trusted Network CA, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Issuer:CN=Certum Trusted Network CA, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Key type:RSA, Length:2048, Cert Id:2014002193, Valid from:2008/10/22 20:07, Valid until:2029/12/31 20:07 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,602][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:15:c8:bd:65:47:5c:af:b8:97:00:5e:e4:06:d2:bc:9d, Subject:OU=ePKI Root Certification Authority, O="Chunghwa Telecom Co., Ltd.", C=TW, Issuer:OU=ePKI Root Certification Authority, O="Chunghwa Telecom Co., Ltd.", C=TW, Key type:RSA, Length:4096, Cert Id:3632331159, Valid from:2004/12/20 10:31, Valid until:2034/12/20 10:31 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,602][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:01, Subject:CN=AAA Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=AAA Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:2048, Cert Id:3097386402, Valid from:2004/1/1 08:00, Valid until:2029/1/1 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,602][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:1f:47:af:aa:62:00:70:50:54:4c:01:9e:9b:63:99:2a, Subject:CN=COMODO ECC Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO ECC Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:EC, Length:384, Cert Id:1146488932, Valid from:2008/3/6 08:00, Valid until:2038/1/19 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,602][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:4c:aa:f9:ca:db:63:6f:e0:1f:f7:4e:d8:5b:03:86:9d, Subject:CN=COMODO RSA Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO RSA Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:4096, Cert Id:1769425049, Valid from:2010/1/19 08:00, Valid until:2038/1/19 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,602][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0b:93:1c:3a:d6:39:67:ea:67:23:bf:c3:af:9a:f4:4b, Subject:CN=DigiCert Assured ID Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3909568913, Valid from:2013/8/1 20:00, Valid until:2038/1/15 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,603][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:0b:a1:5a:fa:1d:df:a0:b5:49:44:af:cd:24:a0:6c:ec, Subject:CN=DigiCert Assured ID Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:EC, Length:384, Cert Id:3649430051, Valid from:2013/8/1 20:00, Valid until:2038/1/15 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,603][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:0c:e7:e0:e5:17:d8:46:fe:8f:e5:60:fc:1b:f0:30:39, Subject:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:3434562768, Valid from:2006/11/10 08:00, Valid until:2031/11/10 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,603][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:03:69:8f:e7:12:d5:19:f3:ce:d0:fd:b7:b1:64:30:11, Subject:CN=DigiCert CS ECC P384 Root G5, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert CS ECC P384 Root G5, O="DigiCert, Inc.", C=US, Key type:EC, Length:384, Cert Id:381797637, Valid from:2021/1/15 08:00, Valid until:2046/1/15 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,603][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:06:ce:e1:31:be:6d:55:c8:07:f7:c0:c7:fb:44:e6:20, Subject:CN=DigiCert CS RSA4096 Root G5, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert CS RSA4096 Root G5, O="DigiCert, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:1193514382, Valid from:2021/1/15 08:00, Valid until:2046/1/15 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,603][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:08:3b:e0:56:90:42:46:b1:a1:75:6a:c9:59:91:c7:4a, Subject:CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:1341898239, Valid from:2006/11/10 08:00, Valid until:2031/11/10 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,603][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:03:3a:f1:e6:a7:11:a9:a0:bb:28:64:b1:1d:09:fa:e5, Subject:CN=DigiCert Global Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:1136084297, Valid from:2013/8/1 20:00, Valid until:2038/1/15 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,604][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:05:55:56:bc:f2:5e:a4:35:35:c3:a4:0f:d5:ab:45:72, Subject:CN=DigiCert Global Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:EC, Length:384, Cert Id:3498998753, Valid from:2013/8/1 20:00, Valid until:2038/1/15 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,604][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:02:ac:5c:26:6a:0b:40:9b:8f:0b:79:f2:ae:46:25:77, Subject:CN=DigiCert High Assurance EV Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert High Assurance EV Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:2884286942, Valid from:2006/11/10 08:00, Valid until:2031/11/10 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,604][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:09:e0:93:65:ac:f7:d9:c8:b9:3e:1c:0b:04:2a:2e:f3, Subject:CN=DigiCert TLS ECC P384 Root G5, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert TLS ECC P384 Root G5, O="DigiCert, Inc.", C=US, Key type:EC, Length:384, Cert Id:3940772018, Valid from:2021/1/15 08:00, Valid until:2046/1/15 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,604][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:08:f9:b4:78:a8:fa:7e:da:6a:33:37:89:de:7c:cf:8a, Subject:CN=DigiCert TLS RSA4096 Root G5, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert TLS RSA4096 Root G5, O="DigiCert, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:165956757, Valid from:2021/1/15 08:00, Valid until:2046/1/15 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,604][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:05:9b:1b:57:9e:8e:21:32:e2:39:07:bd:a7:77:75:5c, Subject:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:4096, Cert Id:1057369358, Valid from:2013/8/1 20:00, Valid until:2038/1/15 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,604][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:09:83:f3, Subject:CN=D-TRUST Root Class 3 CA 2 2009, O=D-Trust GmbH, C=DE, Issuer:CN=D-TRUST Root Class 3 CA 2 2009, O=D-Trust GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:1430153102, Valid from:2009/11/5 16:35, Valid until:2029/11/5 16:35 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,605][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:09:83:f4, Subject:CN=D-TRUST Root Class 3 CA 2 EV 2009, O=D-Trust GmbH, C=DE, Issuer:CN=D-TRUST Root Class 3 CA 2 EV 2009, O=D-Trust GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:971313728, Valid from:2009/11/5 16:50, Valid until:2029/11/5 16:50 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,605][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:3c:f6:07:a9:68:70:0e:da:8b:84, Subject:CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:EC, Length:384, Cert Id:3832035707, Valid from:2018/2/19 02:30, Valid until:2043/2/19 02:30 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,605][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:31:f5:e4:62:0c:6c:58:ed:d6:d8, Subject:CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:RSA, Length:2048, Cert Id:392709196, Valid from:2018/2/19 02:30, Valid until:2043/2/19 02:30 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,605][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:00:86:4d:bf:0f:e3:5e:d7:7d:8e:d8, Subject:CN=emSign Root CA - G2, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign Root CA - G2, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:RSA, Length:4096, Cert Id:3373940126, Valid from:2018/2/19 02:30, Valid until:2043/2/19 02:30 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,605][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:38:63:de:f8, Subject:CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net, Issuer:CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net, Key type:RSA, Length:2048, Cert Id:3966431214, Valid from:1999/12/25 01:50, Valid until:2029/7/24 22:15 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,606][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:45:6b:50:54, Subject:CN=Entrust Root Certification Authority, OU="(c) 2006 Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority, OU="(c) 2006 Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, O="Entrust, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:3033563200, Valid from:2006/11/28 04:23, Valid until:2026/11/28 04:53 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,606][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:00:a6:8b:79:29:00:00:00:00:50:d0:91:f9, Subject:CN=Entrust Root Certification Authority - EC1, OU="(c) 2012 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - EC1, OU="(c) 2012 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:EC, Length:384, Cert Id:924514073, Valid from:2012/12/18 23:25, Valid until:2037/12/18 23:55 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,606][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:4a:53:8c:28, Subject:CN=Entrust Root Certification Authority - G2, OU="(c) 2009 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - G2, OU="(c) 2009 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1936920337, Valid from:2009/7/8 01:25, Valid until:2030/12/8 01:55 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,606][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:00:d9:b5:43:7f:af:a9:39:0f:00:00:00:00:55:65:ad:58, Subject:CN=Entrust Root Certification Authority - G4, OU="(c) 2015 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - G4, OU="(c) 2015 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:1368037548, Valid from:2015/5/27 19:11, Valid until:2037/12/27 19:41 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,606][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:02:34:56, Subject:CN=GeoTrust Global CA, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Global CA, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:2266349922, Valid from:2002/5/21 12:00, Valid until:2022/5/21 12:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,607][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:18:ac:b5:6a:fd:69:b6:15:3a:63:6c:af:da:fa:c4:a1, Subject:CN=GeoTrust Primary Certification Authority, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:3329622139, Valid from:2006/11/27 08:00, Valid until:2036/7/17 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,607][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:3c:b2:f4:48:0a:00:e2:fe:eb:24:3b:5e:60:3e:c3:6b, Subject:CN=GeoTrust Primary Certification Authority - G2, OU=(c) 2007 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority - G2, OU=(c) 2007 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Key type:EC, Length:384, Cert Id:3180663474, Valid from:2007/11/5 08:00, Valid until:2038/1/19 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,607][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:15:ac:6e:94:19:b2:79:4b:41:f6:27:a9:c3:18:0f:1f, Subject:CN=GeoTrust Primary Certification Authority - G3, OU=(c) 2008 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority - G3, OU=(c) 2008 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:2964813538, Valid from:2008/4/2 08:00, Valid until:2037/12/2 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,607][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:01, Subject:CN=GeoTrust Universal CA, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Universal CA, O=GeoTrust Inc., C=US, Key type:RSA, Length:4096, Cert Id:313566089, Valid from:2004/3/4 13:00, Valid until:2029/3/4 13:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,607][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:04:00:00:00:00:01:15:4b:5a:c3:94, Subject:CN=GlobalSign Root CA, OU=Root CA, O=GlobalSign nv-sa, C=BE, Issuer:CN=GlobalSign Root CA, OU=Root CA, O=GlobalSign nv-sa, C=BE, Key type:RSA, Length:2048, Cert Id:536948034, Valid from:1998/9/1 20:00, Valid until:2028/1/28 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,608][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:11:d2:bb:ba:33:6e:d4:bc:e6:24:68:c5:0d:84:1d:98:e8:43, Subject:CN=GlobalSign Root E46, O=GlobalSign nv-sa, C=BE, Issuer:CN=GlobalSign Root E46, O=GlobalSign nv-sa, C=BE, Key type:EC, Length:384, Cert Id:3405603905, Valid from:2019/3/20 08:00, Valid until:2046/3/20 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,608][DEBUG][main] X509Certificate: Alg:SHA256withECDSA, Serial:2a:38:a4:1c:96:0a:04:de:42:b2:28:a5:0b:e8:34:98:02, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R4, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R4, Key type:EC, Length:256, Cert Id:2371693751, Valid from:2012/11/13 08:00, Valid until:2038/1/19 11:14 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,608][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:60:59:49:e0:26:2e:bb:55:f9:0a:77:8a:71:f9:4a:d8:6c, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R5, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R5, Key type:EC, Length:384, Cert Id:1997048439, Valid from:2012/11/13 08:00, Valid until:2038/1/19 11:14 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,608][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:04:00:00:00:00:01:21:58:53:08:a2, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R3, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R3, Key type:RSA, Length:2048, Cert Id:733875591, Valid from:2009/3/18 18:00, Valid until:2029/3/18 18:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,608][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:11:d2:bb:b9:d7:23:18:9e:40:5f:0a:9d:2d:d0:df:25:67:d1, Subject:CN=GlobalSign Root R46, O=GlobalSign nv-sa, C=BE, Issuer:CN=GlobalSign Root R46, O=GlobalSign nv-sa, C=BE, Key type:RSA, Length:4096, Cert Id:1275948927, Valid from:2019/3/20 08:00, Valid until:2046/3/20 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,609][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:45:e6:bb:03:83:33:c3:85:65:48:e6:ff:45:51, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R6, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R6, Key type:RSA, Length:4096, Cert Id:3788339543, Valid from:2014/12/10 08:00, Valid until:2034/12/10 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,609][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:00, Subject:OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.", C=US, Issuer:OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:4023522997, Valid from:2004/6/30 01:06, Valid until:2034/6/30 01:06 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,609][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:00, Subject:CN=Go Daddy Root Certificate Authority - G2, O="GoDaddy.com, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Go Daddy Root Certificate Authority - G2, O="GoDaddy.com, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:439600313, Valid from:2009/9/1 08:00, Valid until:2038/1/1 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,609][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:02:03:e5:93:6f:31:b0:13:49:88:6b:a2:17, Subject:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:657172038, Valid from:2016/6/22 08:00, Valid until:2036/6/22 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,609][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:02:03:e5:ae:c5:8d:04:25:1a:ab:11:25:aa, Subject:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:948387669, Valid from:2016/6/22 08:00, Valid until:2036/6/22 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,609][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:02:03:e5:b8:82:eb:20:f8:25:27:6d:3d:66, Subject:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:1163081155, Valid from:2016/6/22 08:00, Valid until:2036/6/22 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,609][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:02:03:e5:c0:68:ef:63:1a:9c:72:90:50:52, Subject:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:1326433111, Valid from:2016/6/22 08:00, Valid until:2036/6/22 08:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,609][DEBUG][main] X509Certificate: Alg:SHA256withECDSA, Serial:00, Subject:CN=Hellenic Academic and Research Institutions ECC RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Issuer:CN=Hellenic Academic and Research Institutions ECC RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Key type:EC, Length:384, Cert Id:513613456, Valid from:2015/7/7 18:37, Valid until:2040/6/30 18:37 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,610][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:00, Subject:CN=Hellenic Academic and Research Institutions RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Issuer:CN=Hellenic Academic and Research Institutions RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Key type:RSA, Length:4096, Cert Id:3491990565, Valid from:2015/7/7 18:11, Valid until:2040/6/30 18:11 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,610][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0a:01:42:80:00:00:01:45:23:c8:44:b5:00:00:00:02, Subject:CN=IdenTrust Commercial Root CA 1, O=IdenTrust, C=US, Issuer:CN=IdenTrust Commercial Root CA 1, O=IdenTrust, C=US, Key type:RSA, Length:4096, Cert Id:1232565210, Valid from:2014/1/17 02:12, Valid until:2034/1/17 02:12 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,610][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0a:01:42:80:00:00:01:45:23:cf:46:7c:00:00:00:02, Subject:CN=IdenTrust Public Sector Root CA 1, O=IdenTrust, C=US, Issuer:CN=IdenTrust Public Sector Root CA 1, O=IdenTrust, C=US, Key type:RSA, Length:4096, Cert Id:2123370772, Valid from:2014/1/17 01:53, Valid until:2034/1/17 01:53 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,610][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:00:82:10:cf:b0:d2:40:e3:59:44:63:e0:bb:63:82:8b:00, Subject:CN=ISRG Root X1, O=Internet Security Research Group, C=US, Issuer:CN=ISRG Root X1, O=Internet Security Research Group, C=US, Key type:RSA, Length:4096, Cert Id:1521974916, Valid from:2015/6/4 19:04, Valid until:2035/6/4 19:04 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,610][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:41:d2:9d:d1:72:ea:ee:a7:80:c1:2c:6c:e9:2f:87:52, Subject:CN=ISRG Root X2, O=Internet Security Research Group, C=US, Issuer:CN=ISRG Root X2, O=Internet Security Research Group, C=US, Key type:EC, Length:384, Cert Id:3398642244, Valid from:2020/9/4 08:00, Valid until:2040/9/18 00:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,610][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0a:7e:a6:df:4b:44:9e:da:6a:24:85:9e:e6:b8:15:d3:16:7f:bb:b1, Subject:CN=LuxTrust Global Root 2, O=LuxTrust S.A., C=LU, Issuer:CN=LuxTrust Global Root 2, O=LuxTrust S.A., C=LU, Key type:RSA, Length:4096, Cert Id:3055636602, Valid from:2015/3/5 21:21, Valid until:2035/3/5 21:21 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,610][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0b:b8, Subject:CN=LuxTrust Global Root, O=LuxTrust s.a., C=LU, Issuer:CN=LuxTrust Global Root, O=LuxTrust s.a., C=LU, Key type:RSA, Length:2048, Cert Id:1714819687, Valid from:2011/3/17 17:51, Valid until:2021/3/17 17:51 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,611][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:66:f2:3d:af:87:de:8b:b1:4a:ea:0c:57:31:01:c2:ec, Subject:CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Issuer:CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Key type:EC, Length:384, Cert Id:3240761285, Valid from:2019/12/19 07:06, Valid until:2042/7/19 07:16 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,611][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:1e:d3:97:09:5f:d8:b4:b3:47:70:1e:aa:be:7f:45:b3, Subject:CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Issuer:CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Key type:RSA, Length:4096, Cert Id:2848349048, Valid from:2019/12/19 06:51, Valid until:2042/7/19 07:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,611][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:3a:b6:50:8b, Subject:CN=QuoVadis Root Certification Authority, OU=Root Certification Authority, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root Certification Authority, OU=Root Certification Authority, O=QuoVadis Limited, C=BM, Key type:RSA, Length:2048, Cert Id:2412561694, Valid from:2001/3/20 02:33, Valid until:2021/3/18 02:33 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,611][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:78:58:5f:2e:ad:2c:19:4b:e3:37:07:35:34:13:28:b5:96:d4:65:93, Subject:CN=QuoVadis Root CA 1 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 1 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:3532531262, Valid from:2012/1/13 01:27, Valid until:2042/1/13 01:27 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,611][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:05:09, Subject:CN=QuoVadis Root CA 2, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 2, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:338250116, Valid from:2006/11/25 02:27, Valid until:2031/11/25 02:23 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,611][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:44:57:34:24:5b:81:89:9b:35:f2:ce:b8:2b:3b:5b:a7:26:f0:75:28, Subject:CN=QuoVadis Root CA 2 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 2 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:696763521, Valid from:2012/1/13 02:59, Valid until:2042/1/13 02:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,611][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:05:c6, Subject:CN=QuoVadis Root CA 3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:1470392860, Valid from:2006/11/25 03:11, Valid until:2031/11/25 03:06 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,611][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:2e:f5:9b:02:28:a7:db:7a:ff:d5:a3:a9:ee:bd:03:a0:cf:12:6a:1d, Subject:CN=QuoVadis Root CA 3 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 3 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:3589344305, Valid from:2012/1/13 04:26, Valid until:2042/1/13 04:26 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,612][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:00, Subject:OU=Security Communication RootCA2, O="SECOM Trust Systems CO.,LTD.", C=JP, Issuer:OU=Security Communication RootCA2, O="SECOM Trust Systems CO.,LTD.", C=JP, Key type:RSA, Length:2048, Cert Id:1521072570, Valid from:2009/5/29 13:00, Valid until:2029/5/29 13:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,612][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:50:24:9b:a2:ef:8e:a6:bf:6c:2c:1f:1a:63:85:d4:c3, Subject:CN=Sectigo Public Code Signing Root E46, O=Sectigo Limited, C=GB, Issuer:CN=Sectigo Public Code Signing Root E46, O=Sectigo Limited, C=GB, Key type:EC, Length:384, Cert Id:3143279241, Valid from:2021/3/22 08:00, Valid until:2046/3/22 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,612][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:4b:2c:3b:01:01:8b:ad:2a:bc:8c:7b:5b:3e:ed:90:57, Subject:CN=Sectigo Public Code Signing Root R46, O=Sectigo Limited, C=GB, Issuer:CN=Sectigo Public Code Signing Root R46, O=Sectigo Limited, C=GB, Key type:RSA, Length:4096, Cert Id:2667769042, Valid from:2021/3/22 08:00, Valid until:2046/3/22 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,612][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:42:f2:cc:da:1b:69:37:44:5f:15:fe:75:28:10:b8:f4, Subject:CN=Sectigo Public Server Authentication Root E46, O=Sectigo Limited, C=GB, Issuer:CN=Sectigo Public Server Authentication Root E46, O=Sectigo Limited, C=GB, Key type:EC, Length:384, Cert Id:3789385269, Valid from:2021/3/22 08:00, Valid until:2046/3/22 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,612][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:75:8d:fd:8b:ae:7c:07:00:fa:a9:25:a7:e1:c7:ad:14, Subject:CN=Sectigo Public Server Authentication Root R46, O=Sectigo Limited, C=GB, Issuer:CN=Sectigo Public Server Authentication Root R46, O=Sectigo Limited, C=GB, Key type:RSA, Length:4096, Cert Id:3806652169, Valid from:2021/3/22 08:00, Valid until:2046/3/22 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,612][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:0c:f0:8e:5c:08:16:a5:ad:42:7f:f0:eb:27:18:59:d0, Subject:CN=SecureTrust CA, O=SecureTrust Corporation, C=US, Issuer:CN=SecureTrust CA, O=SecureTrust Corporation, C=US, Key type:RSA, Length:2048, Cert Id:2034155325, Valid from:2006/11/8 03:31, Valid until:2030/1/1 03:40 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,612][DEBUG][main] X509Certificate: Alg:SHA256withECDSA, Serial:75:e6:df:cb:c1:68:5b:a8, Subject:CN=SSL.com Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:EC, Length:384, Cert Id:2926673683, Valid from:2016/2/13 02:14, Valid until:2041/2/13 02:14 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,612][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:56:b6:29:cd:34:bc:78:f6, Subject:CN=SSL.com EV Root Certification Authority RSA R2, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com EV Root Certification Authority RSA R2, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:RSA, Length:4096, Cert Id:1381862403, Valid from:2017/6/1 02:14, Valid until:2042/5/31 02:14 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,612][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:7b:2c:9b:d3:16:80:32:99, Subject:CN=SSL.com Root Certification Authority RSA, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com Root Certification Authority RSA, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:RSA, Length:4096, Cert Id:156725711, Valid from:2016/2/13 01:39, Valid until:2041/2/13 01:39 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,613][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:14:03:f5:ab:fb:37:8b:17:40:5b:e2:43:b2:a5:d1:c4, Subject:CN=SSL.com TLS ECC Root CA 2022, O=SSL Corporation, C=US, Issuer:CN=SSL.com TLS ECC Root CA 2022, O=SSL Corporation, C=US, Key type:EC, Length:384, Cert Id:683561703, Valid from:2022/8/26 00:33, Valid until:2046/8/20 00:33 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,613][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:6f:be:da:ad:73:bd:08:40:e2:8b:4d:be:d4:f7:5b:91, Subject:CN=SSL.com TLS RSA Root CA 2022, O=SSL Corporation, C=US, Issuer:CN=SSL.com TLS RSA Root CA 2022, O=SSL Corporation, C=US, Key type:RSA, Length:4096, Cert Id:556880013, Valid from:2022/8/26 00:34, Valid until:2046/8/20 00:34 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,613][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:00, Subject:OU=Starfield Class 2 Certification Authority, O="Starfield Technologies, Inc.", C=US, Issuer:OU=Starfield Class 2 Certification Authority, O="Starfield Technologies, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1825617644, Valid from:2004/6/30 01:39, Valid until:2034/6/30 01:39 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,613][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:00, Subject:CN=Starfield Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Starfield Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:3268325709, Valid from:2009/9/1 08:00, Valid until:2038/1/1 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,613][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:00, Subject:CN=Starfield Services Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Starfield Services Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:1964785574, Valid from:2009/9/1 08:00, Valid until:2038/1/1 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,613][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:00:bb:40:1c:43:f5:5e:4f:b0, Subject:CN=SwissSign Gold CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Gold CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:1516221943, Valid from:2006/10/25 16:30, Valid until:2036/10/25 16:30 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,613][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:4e:b2:00:67:0c:03:5d:4f, Subject:CN=SwissSign Platinum CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Platinum CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:771312514, Valid from:2006/10/25 16:36, Valid until:2036/10/25 16:36 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,613][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:4f:1b:d4:2f:54:bb:2f:4b, Subject:CN=SwissSign Silver CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Silver CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:126726124, Valid from:2006/10/25 16:32, Valid until:2036/10/25 16:32 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,613][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:01:67:5f:27:d6:fe:7a:e3:e4:ac:be:09:5b:05:9e, Subject:CN=Telia Root CA v2, O=Telia Finland Oyj, C=FI, Issuer:CN=Telia Root CA v2, O=Telia Finland Oyj, C=FI, Key type:RSA, Length:4096, Cert Id:3473063976, Valid from:2018/11/29 19:55, Valid until:2043/11/29 19:55 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,614][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:00:95:be:16:a0:f7:2e:46:f1:7b:39:82:72:fa:8b:cd:96, Subject:CN=TeliaSonera Root CA v1, O=TeliaSonera, Issuer:CN=TeliaSonera Root CA v1, O=TeliaSonera, Key type:RSA, Length:4096, Cert Id:1495358374, Valid from:2007/10/18 20:00, Valid until:2032/10/18 20:00 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,614][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:34:4e:d5:57:20:d5:ed:ec:49:f4:2f:ce:37:db:2b:6d, Subject:CN=thawte Primary Root CA, OU="(c) 2006 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA, OU="(c) 2006 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:643000026, Valid from:2006/11/17 08:00, Valid until:2036/7/17 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,614][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:35:fc:26:5c:d9:84:4f:c9:3d:26:3d:57:9b:ae:d7:56, Subject:CN=thawte Primary Root CA - G2, OU="(c) 2007 thawte, Inc. - For authorized use only", O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA - G2, OU="(c) 2007 thawte, Inc. - For authorized use only", O="thawte, Inc.", C=US, Key type:EC, Length:384, Cert Id:2068083090, Valid from:2007/11/5 08:00, Valid until:2038/1/19 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,614][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:60:01:97:b7:46:a7:ea:b4:b4:9a:d6:4b:2f:f7:90:fb, Subject:CN=thawte Primary Root CA - G3, OU="(c) 2008 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA - G3, OU="(c) 2008 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1032730720, Valid from:2008/4/2 08:00, Valid until:2037/12/2 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,614][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:01, Subject:CN=T-TeleSec GlobalRoot Class 2, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Issuer:CN=T-TeleSec GlobalRoot Class 2, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:3056503257, Valid from:2008/10/1 18:40, Valid until:2033/10/2 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,614][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:01, Subject:CN=T-TeleSec GlobalRoot Class 3, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Issuer:CN=T-TeleSec GlobalRoot Class 3, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:1894096264, Valid from:2008/10/1 18:29, Valid until:2033/10/2 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,614][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:0c:be, Subject:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Issuer:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Key type:RSA, Length:4096, Cert Id:861175838, Valid from:2012/6/27 14:28, Valid until:2030/12/31 23:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,614][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:5c:8b:99:c5:5a:94:c5:d2:71:56:de:cd:89:80:cc:26, Subject:CN=USERTrust ECC Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Issuer:CN=USERTrust ECC Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Key type:EC, Length:384, Cert Id:3329287386, Valid from:2010/2/1 08:00, Valid until:2038/1/19 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,614][DEBUG][main] X509Certificate: Alg:SHA384withRSA, Serial:01:fd:6d:30:fc:a3:ca:51:a8:1b:bc:64:0e:35:03:2d, Subject:CN=USERTrust RSA Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Issuer:CN=USERTrust RSA Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Key type:RSA, Length:4096, Cert Id:3947601401, Valid from:2010/2/1 08:00, Valid until:2038/1/19 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,614][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:44:be:0c:8b:50:00:24:b4:11:d3:36:2d:e0:b3:5f:1b, Subject:CN=UTN-USERFirst-Object, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US, Issuer:CN=UTN-USERFirst-Object, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US, Key type:RSA, Length:2048, Cert Id:3997913868, Valid from:1999/7/10 02:31, Valid until:2019/7/10 02:40 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,615][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:00:9b:7e:06:49:a3:3e:62:b9:d5:ee:90:48:71:29:ef:57, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:2057300190, Valid from:1999/10/1 08:00, Valid until:2036/7/17 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,615][DEBUG][main] X509Certificate: Alg:SHA384withECDSA, Serial:2f:80:fe:23:8c:0e:22:0f:48:67:12:28:91:87:ac:b3, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G4, OU="(c) 2007 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G4, OU="(c) 2007 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:EC, Length:384, Cert Id:4163473319, Valid from:2007/11/5 08:00, Valid until:2038/1/19 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,615][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:18:da:d1:9e:26:7d:e8:bb:4a:21:58:cd:cc:6b:3b:4a, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:303010488, Valid from:2006/11/8 08:00, Valid until:2036/7/17 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,615][DEBUG][main] X509Certificate: Alg:SHA256withRSA, Serial:40:1a:c4:64:21:b3:13:21:03:0e:bb:e4:12:1a:c5:1d, Subject:CN=VeriSign Universal Root Certification Authority, OU="(c) 2008 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Universal Root Certification Authority, OU="(c) 2008 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:2318285810, Valid from:2008/4/2 08:00, Valid until:2037/12/2 07:59 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,615][DEBUG][main] X509Certificate: Alg:SHA1withRSA, Serial:50:94:6c:ec:18:ea:d5:9c:4d:d5:97:ef:75:8f:a0:ad, Subject:CN=XRamp Global Certification Authority, O=XRamp Security Services Inc, OU=www.xrampsecurity.com, C=US, Issuer:CN=XRamp Global Certification Authority, O=XRamp Security Services Inc, OU=www.xrampsecurity.com, C=US, Key type:RSA, Length:2048, Cert Id:3342493210, Valid from:2004/11/2 01:14, Valid until:2035/1/1 13:37 (LoggingProviderImpl.java:274) +[2026-06-09 15:14:28,643][DEBUG][main] Creating shared instance of singleton bean 'x509TrustManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,644][DEBUG][main] Creating shared instance of singleton bean 'sslSocketFactory' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,645][DEBUG][main] Creating shared instance of singleton bean 'businessApi' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,646][DEBUG][main] Creating shared instance of singleton bean 'supportApi' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,647][DEBUG][main] Creating shared instance of singleton bean 'noNeedLoginUrlList' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,647][DEBUG][main] Autowiring by type from bean name 'noNeedLoginUrlList' via factory method to bean named 'methodUrlMap' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,648][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,648][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,649][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,649][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$ThreadPoolTaskExecutorBuilderConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,649][DEBUG][main] Creating shared instance of singleton bean 'threadPoolTaskExecutorBuilder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,650][DEBUG][main] Creating shared instance of singleton bean 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,651][DEBUG][main] Autowiring by type from bean name 'threadPoolTaskExecutorBuilder' via factory method to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,653][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$TaskExecutorBuilderConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,653][DEBUG][main] Creating shared instance of singleton bean 'taskExecutorBuilder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,653][DEBUG][main] Autowiring by type from bean name 'taskExecutorBuilder' via factory method to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,654][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$SimpleAsyncTaskExecutorBuilderConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,655][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$SimpleAsyncTaskExecutorBuilderConfiguration' via constructor to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,655][DEBUG][main] Creating shared instance of singleton bean 'simpleAsyncTaskExecutorBuilder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,656][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,656][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,657][DEBUG][main] Creating shared instance of singleton bean 'defaultValidator' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,657][DEBUG][main] Autowiring by type from bean name 'defaultValidator' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@244e619a' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,658][DEBUG][main] Loaded expression factory via original TCCL (ResourceBundleMessageInterpolator.java:175) +[2026-06-09 15:14:28,659][DEBUG][main] Setting custom MessageInterpolator of type org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator (AbstractConfigurationImpl.java:176) +[2026-06-09 15:14:28,659][DEBUG][main] Setting custom ConstraintValidatorFactory of type org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory (AbstractConfigurationImpl.java:208) +[2026-06-09 15:14:28,660][DEBUG][main] Trying to load META-INF/validation.xml for XML based Validator configuration. (ValidationXmlParser.java:122) +[2026-06-09 15:14:28,660][DEBUG][main] Trying to load META-INF/validation.xml via user class loader (ResourceLoaderHelper.java:54) +[2026-06-09 15:14:28,660][DEBUG][main] Trying to load META-INF/validation.xml via TCCL (ResourceLoaderHelper.java:61) +[2026-06-09 15:14:28,660][DEBUG][main] Trying to load META-INF/validation.xml via Hibernate Validator's class loader (ResourceLoaderHelper.java:67) +[2026-06-09 15:14:28,660][DEBUG][main] No META-INF/validation.xml found. Using annotation based configuration only. (ValidationXmlParser.java:129) +[2026-06-09 15:14:28,660][DEBUG][main] Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. (TraversableResolvers.java:61) +[2026-06-09 15:14:28,661][DEBUG][main] HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. (ValidatorFactoryConfigurationHelper.java:355) +[2026-06-09 15:14:28,661][DEBUG][main] HV000234: Using org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator as ValidatorFactory-scoped message interpolator. (ValidatorFactoryConfigurationHelper.java:447) +[2026-06-09 15:14:28,661][DEBUG][main] HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. (ValidatorFactoryConfigurationHelper.java:448) +[2026-06-09 15:14:28,661][DEBUG][main] HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. (ValidatorFactoryConfigurationHelper.java:449) +[2026-06-09 15:14:28,661][DEBUG][main] HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. (ValidatorFactoryConfigurationHelper.java:450) +[2026-06-09 15:14:28,661][DEBUG][main] HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. (ValidatorFactoryConfigurationHelper.java:451) +[2026-06-09 15:14:28,666][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,666][DEBUG][main] Creating shared instance of singleton bean 'error' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,667][DEBUG][main] Creating shared instance of singleton bean 'beanNameViewResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,668][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,668][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@244e619a' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,669][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,669][DEBUG][main] Creating shared instance of singleton bean 'conventionErrorViewResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,670][DEBUG][main] Creating shared instance of singleton bean 'errorAttributes' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,671][DEBUG][main] Creating shared instance of singleton bean 'basicErrorController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,671][DEBUG][main] Autowiring by type from bean name 'basicErrorController' via factory method to bean named 'errorAttributes' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,673][DEBUG][main] Creating shared instance of singleton bean 'welcomePageHandlerMapping' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,673][DEBUG][main] Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@244e619a' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,673][DEBUG][main] Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'mvcConversionService' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,673][DEBUG][main] Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,679][DEBUG][main] Creating shared instance of singleton bean 'welcomePageNotAcceptableHandlerMapping' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,679][DEBUG][main] Autowiring by type from bean name 'welcomePageNotAcceptableHandlerMapping' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@244e619a' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,679][DEBUG][main] Autowiring by type from bean name 'welcomePageNotAcceptableHandlerMapping' via factory method to bean named 'mvcConversionService' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,679][DEBUG][main] Autowiring by type from bean name 'welcomePageNotAcceptableHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,682][DEBUG][main] Creating shared instance of singleton bean 'localeResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,684][DEBUG][main] Creating shared instance of singleton bean 'themeResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,685][DEBUG][main] Creating shared instance of singleton bean 'flashMapManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,687][DEBUG][main] Creating shared instance of singleton bean 'mvcValidator' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,689][DEBUG][main] Creating shared instance of singleton bean 'mvcPatternParser' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,689][DEBUG][main] Creating shared instance of singleton bean 'mvcUrlPathHelper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,690][DEBUG][main] Creating shared instance of singleton bean 'mvcPathMatcher' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,691][DEBUG][main] Creating shared instance of singleton bean 'viewControllerHandlerMapping' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,691][DEBUG][main] Autowiring by type from bean name 'viewControllerHandlerMapping' via factory method to bean named 'mvcConversionService' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,691][DEBUG][main] Autowiring by type from bean name 'viewControllerHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,692][DEBUG][main] Creating shared instance of singleton bean 'beanNameHandlerMapping' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,692][DEBUG][main] Autowiring by type from bean name 'beanNameHandlerMapping' via factory method to bean named 'mvcConversionService' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,692][DEBUG][main] Autowiring by type from bean name 'beanNameHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,693][DEBUG][main] 'beanNameHandlerMapping' {} (AbstractDetectingUrlHandlerMapping.java:86) +[2026-06-09 15:14:28,696][DEBUG][main] Creating shared instance of singleton bean 'routerFunctionMapping' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,696][DEBUG][main] Autowiring by type from bean name 'routerFunctionMapping' via factory method to bean named 'mvcConversionService' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,696][DEBUG][main] Autowiring by type from bean name 'routerFunctionMapping' via factory method to bean named 'mvcResourceUrlProvider' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,697][DEBUG][main] Creating shared instance of singleton bean 'messageConverters' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,697][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,698][DEBUG][main] Creating shared instance of singleton bean 'stringHttpMessageConverter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,698][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,699][DEBUG][main] Autowiring by type from bean name 'stringHttpMessageConverter' via factory method to bean named 'environment' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,702][DEBUG][main] Creating shared instance of singleton bean 'mappingJackson2HttpMessageConverter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,702][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,702][DEBUG][main] Autowiring by type from bean name 'mappingJackson2HttpMessageConverter' via factory method to bean named 'jacksonObjectMapper' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,727][DEBUG][main] Creating shared instance of singleton bean 'resourceHandlerMapping' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,728][DEBUG][main] Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,728][DEBUG][main] Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcConversionService' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,728][DEBUG][main] Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,732][DEBUG][main] 'resourceHandlerMapping' {/webjars/**=ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]], /**=ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]], /doc.html=ResourceHttpRequestHandler [classpath [META-INF/resources/]], /warm-flow-ui/**=ResourceHttpRequestHandler [classpath [META-INF/resources/warm-flow-ui/], classpath [warm-flow-ui/]], /upload/**=ResourceHttpRequestHandler [URL [file:../upload/]], /swagger-ui*/*swagger-initializer.js=ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]], /swagger-ui*/**=ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]]} (SimpleUrlHandlerMapping.java:176) +[2026-06-09 15:14:28,734][DEBUG][main] Creating shared instance of singleton bean 'defaultServletHandlerMapping' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,735][DEBUG][main] Creating shared instance of singleton bean 'requestMappingHandlerAdapter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,735][DEBUG][main] Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcContentNegotiationManager' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,735][DEBUG][main] Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcConversionService' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,735][DEBUG][main] Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcValidator' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,739][DEBUG][main] Creating shared instance of singleton bean 'sortResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,740][DEBUG][main] Creating shared instance of singleton bean 'sortCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,740][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,740][DEBUG][main] Creating shared instance of singleton bean 'spring.data.web-org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,741][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration' via constructor to bean named 'spring.data.web-org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,744][DEBUG][main] Creating shared instance of singleton bean 'pageableResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,745][DEBUG][main] Creating shared instance of singleton bean 'pageableCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,749][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:28,749][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:28,750][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:28,750][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:28,750][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:28,750][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:28,750][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:28,750][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:28,750][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:28,750][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:28,750][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:28,751][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 84 (Log.java:228) +[2026-06-09 15:14:28,751][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:28,751][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:28,751][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:28,751][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:28,751][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:28,751][DEBUG][RMI TCP Connection(5)-127.0.0.1] connectionId=rmi://127.0.0.1 10, name=org.springframework.boot:type=Admin,name=SpringApplication, attribute=Ready (LoggingProviderImpl.java:230) +[2026-06-09 15:14:28,751][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: [127.0.0.1] exception: (Log.java:236) +javax.management.InstanceNotFoundException: org.springframework.boot:type=Admin,name=SpringApplication + at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1073) ~[?:?] + at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:632) ~[?:?] + at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:679) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1449) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1310) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1405) ~[?:?] + at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:639) ~[?:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) ~[?:?] + at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) ~[?:?] + at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) ~[?:?] + at java.base/java.security.AccessController.doPrivileged(AccessController.java:714) ~[?:?] + at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721) ~[?:?] + at java.base/java.security.AccessController.doPrivileged(AccessController.java:400) ~[?:?] + at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720) ~[?:?] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 15:14:28,752][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:28,752][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration$OpenApiResourceAdvice' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,752][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:28,752][DEBUG][RMI TCP Connection(5)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@64404a41: connectionId=rmi://127.0.0.1 10] closing. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:28,752][DEBUG][RMI TCP Connection(5)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@64404a41: connectionId=rmi://127.0.0.1 10] closed. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:28,753][DEBUG][main] Autowiring by type from bean name 'org.springdoc.core.configuration.SpringDocConfiguration$OpenApiResourceAdvice' via constructor to bean named 'org.springdoc.core.configuration.SpringDocConfiguration' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,755][DEBUG][main] ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 2 RequestBodyAdvice, 2 ResponseBodyAdvice (RequestMappingHandlerAdapter.java:634) +[2026-06-09 15:14:28,775][DEBUG][main] Creating shared instance of singleton bean 'handlerFunctionAdapter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,776][DEBUG][main] Creating shared instance of singleton bean 'mvcUriComponentsContributor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,777][DEBUG][main] Autowiring by type from bean name 'mvcUriComponentsContributor' via factory method to bean named 'mvcConversionService' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,777][DEBUG][main] Autowiring by type from bean name 'mvcUriComponentsContributor' via factory method to bean named 'requestMappingHandlerAdapter' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,777][DEBUG][main] Creating shared instance of singleton bean 'httpRequestHandlerAdapter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,778][DEBUG][main] Creating shared instance of singleton bean 'simpleControllerHandlerAdapter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,778][DEBUG][main] Creating shared instance of singleton bean 'handlerExceptionResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,778][DEBUG][main] Autowiring by type from bean name 'handlerExceptionResolver' via factory method to bean named 'mvcContentNegotiationManager' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,782][DEBUG][main] ControllerAdvice beans: 2 @ExceptionHandler, 2 ResponseBodyAdvice (ExceptionHandlerExceptionResolver.java:305) +[2026-06-09 15:14:28,783][DEBUG][main] Creating shared instance of singleton bean 'mvcViewResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,783][DEBUG][main] Autowiring by type from bean name 'mvcViewResolver' via factory method to bean named 'mvcContentNegotiationManager' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,785][DEBUG][main] Creating shared instance of singleton bean 'viewNameTranslator' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,786][DEBUG][main] Creating shared instance of singleton bean 'defaultViewResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,791][DEBUG][main] Creating shared instance of singleton bean 'viewResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,792][DEBUG][main] Autowiring by type from bean name 'viewResolver' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@4af70944' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,793][DEBUG][main] Creating shared instance of singleton bean 'viewResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,793][DEBUG][main] Creating shared instance of singleton bean 'freeMarkerViewResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,793][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.freemarker.FreeMarkerServletWebConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,793][DEBUG][main] Creating shared instance of singleton bean 'spring.freemarker-org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,796][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.freemarker.FreeMarkerServletWebConfiguration' via constructor to bean named 'spring.freemarker-org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,800][DEBUG][main] Creating shared instance of singleton bean 'cn.dev33.satoken.dao.SaTokenDaoForRedisTemplate' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,803][DEBUG][main] Creating shared instance of singleton bean 'cn.dev33.satoken.spring.SaBeanInject' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,805][DEBUG][main] Autowiring by type from bean name 'cn.dev33.satoken.spring.SaBeanInject' via constructor to bean named 'getSaTokenConfig' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,810][DEBUG][main] Creating shared instance of singleton bean 'getSaTokenContextForSpringInJakartaServlet' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,815][DEBUG][main] Creating shared instance of singleton bean 'getApplicationContextPathLoading' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,815][DEBUG][main] Found key 'server.servlet.context-path' in PropertySource 'environmentProperties' with value of type String (PropertySourcesPropertyResolver.java:115) +[2026-06-09 15:14:28,815][DEBUG][main] Creating shared instance of singleton bean 'com.alibaba.druid.spring.boot3.autoconfigure.stat.DruidFilterConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,820][DEBUG][main] Creating shared instance of singleton bean 'com.alibaba.druid.spring.boot3.autoconfigure.DruidDataSourceAutoConfigure' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,821][DEBUG][main] Creating shared instance of singleton bean 'spring.datasource.druid-com.alibaba.druid.spring.boot3.autoconfigure.properties.DruidStatProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,821][DEBUG][main] Creating shared instance of singleton bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,825][DEBUG][main] Creating shared instance of singleton bean 'com.baomidou.mybatisplus.autoconfigure.DdlAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,826][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration$HikariPoolDataSourceMetadataProviderConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,826][DEBUG][main] Creating shared instance of singleton bean 'hikariPoolDataSourceMetadataProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,827][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,828][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,828][DEBUG][main] Creating shared instance of singleton bean 'com.github.xiaoymin.knife4j.spring.configuration.Knife4jAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,829][DEBUG][main] Creating shared instance of singleton bean 'knife4j-com.github.xiaoymin.knife4j.spring.configuration.Knife4jProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,830][DEBUG][main] Autowiring by type from bean name 'com.github.xiaoymin.knife4j.spring.configuration.Knife4jAutoConfiguration' via constructor to bean named 'knife4j-com.github.xiaoymin.knife4j.spring.configuration.Knife4jProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,830][DEBUG][main] Autowiring by type from bean name 'com.github.xiaoymin.knife4j.spring.configuration.Knife4jAutoConfiguration' via constructor to bean named 'environment' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,831][DEBUG][main] Creating shared instance of singleton bean 'knife4jOpenApiCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,831][DEBUG][main] Register Knife4jOpenApiCustomizer (Knife4jAutoConfiguration.java:61) +[2026-06-09 15:14:28,831][DEBUG][main] Creating shared instance of singleton bean 'knife4jJakartaOperationCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,831][DEBUG][main] Creating shared instance of singleton bean 'knife4j.setting-com.github.xiaoymin.knife4j.spring.configuration.Knife4jSetting' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,834][DEBUG][main] Creating shared instance of singleton bean 'knife4j.basic-com.github.xiaoymin.knife4j.spring.configuration.Knife4jHttpBasic' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,834][DEBUG][main] Creating shared instance of singleton bean 'warmFlowSpringUtil' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,835][DEBUG][main] Creating shared instance of singleton bean 'org.dromara.warm.plugin.modes.sb.helper.SpelHelper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,835][DEBUG][main] Creating shared instance of singleton bean 'formDao' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,837][DEBUG][main] Creating shared instance of singleton bean 'flowFormService' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,838][DEBUG][main] Autowiring by type from bean name 'flowFormService' via factory method to bean named 'formDao' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,840][DEBUG][main] Creating shared instance of singleton bean 'initFlow' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,842][DEBUG][main] Creating shared instance of singleton bean 'warm-flow-org.dromara.warm.plugin.modes.sb.config.WarmFlowProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,866][DEBUG][main] Creating shared instance of singleton bean 'org.dromara.warm.flow.ui.controller.WarmFlowUiController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,867][DEBUG][main] Creating shared instance of singleton bean 'org.dromara.warm.flow.ui.controller.WarmFlowController' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,870][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration$QuerydslProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,871][DEBUG][main] Creating shared instance of singleton bean 'queryDslQuerydslPredicateOperationCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,871][DEBUG][main] Autowiring by type from bean name 'queryDslQuerydslPredicateOperationCustomizer' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,872][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration$SpringDocWebFluxSupportConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,872][DEBUG][main] Creating shared instance of singleton bean 'webFluxSupportConverter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,872][DEBUG][main] Autowiring by type from bean name 'webFluxSupportConverter' via factory method to bean named 'springdocObjectMapperProvider' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,873][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration$SpringDocSpringDataWebPropertiesProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,873][DEBUG][main] Creating shared instance of singleton bean 'springDataWebPropertiesProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,874][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration$WebConversionServiceConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,874][DEBUG][main] Creating shared instance of singleton bean 'webConversionServiceProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,875][DEBUG][main] Creating shared instance of singleton bean 'localSpringDocParameterNameDiscoverer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,876][DEBUG][main] Creating shared instance of singleton bean 'additionalModelsConverter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,876][DEBUG][main] Autowiring by type from bean name 'additionalModelsConverter' via factory method to bean named 'springdocObjectMapperProvider' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,877][DEBUG][main] Creating shared instance of singleton bean 'propertyCustomizingConverter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,878][DEBUG][main] Creating shared instance of singleton bean 'fileSupportConverter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,878][DEBUG][main] Autowiring by type from bean name 'fileSupportConverter' via factory method to bean named 'springdocObjectMapperProvider' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,879][DEBUG][main] Creating shared instance of singleton bean 'responseSupportConverter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,879][DEBUG][main] Autowiring by type from bean name 'responseSupportConverter' via factory method to bean named 'springdocObjectMapperProvider' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,879][DEBUG][main] Creating shared instance of singleton bean 'schemaPropertyDeprecatingConverter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,880][DEBUG][main] Creating shared instance of singleton bean 'polymorphicModelConverter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,880][DEBUG][main] Autowiring by type from bean name 'polymorphicModelConverter' via factory method to bean named 'springdocObjectMapperProvider' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,880][DEBUG][main] Creating shared instance of singleton bean 'modelConverterRegistrar' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,881][DEBUG][main] Creating shared instance of singleton bean 'pageableOpenAPIConverter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,881][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocPageableConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,881][DEBUG][main] Autowiring by type from bean name 'pageableOpenAPIConverter' via factory method to bean named 'springdocObjectMapperProvider' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,882][DEBUG][main] Creating shared instance of singleton bean 'sortOpenAPIConverter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,882][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocSortConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,882][DEBUG][main] Autowiring by type from bean name 'sortOpenAPIConverter' via factory method to bean named 'springdocObjectMapperProvider' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,883][DEBUG][main] Autowiring by type from bean name 'modelConverterRegistrar' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,889][DEBUG][main] Creating shared instance of singleton bean 'operationBuilder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,890][DEBUG][main] Creating shared instance of singleton bean 'parameterBuilder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,890][DEBUG][main] Creating shared instance of singleton bean 'propertyResolverUtils' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,891][DEBUG][main] Autowiring by type from bean name 'propertyResolverUtils' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@4af70944' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,891][DEBUG][main] Autowiring by type from bean name 'propertyResolverUtils' via factory method to bean named 'messageSource' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,891][DEBUG][main] Autowiring by type from bean name 'propertyResolverUtils' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,893][DEBUG][main] Creating shared instance of singleton bean 'delegatingMethodParameterCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,896][DEBUG][main] Autowiring by type from bean name 'parameterBuilder' via factory method to bean named 'propertyResolverUtils' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,896][DEBUG][main] Autowiring by type from bean name 'parameterBuilder' via factory method to bean named 'springdocObjectMapperProvider' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,899][DEBUG][main] Creating shared instance of singleton bean 'requestBodyBuilder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,899][DEBUG][main] Autowiring by type from bean name 'requestBodyBuilder' via factory method to bean named 'parameterBuilder' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,902][DEBUG][main] Creating shared instance of singleton bean 'securityParser' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,902][DEBUG][main] Autowiring by type from bean name 'securityParser' via factory method to bean named 'propertyResolverUtils' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,904][DEBUG][main] Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'parameterBuilder' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,904][DEBUG][main] Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'requestBodyBuilder' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,904][DEBUG][main] Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'securityParser' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,904][DEBUG][main] Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'propertyResolverUtils' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,906][DEBUG][main] Creating shared instance of singleton bean 'genericReturnTypeParser' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,906][DEBUG][main] Creating shared instance of singleton bean 'springDocProviders' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,908][DEBUG][main] Creating shared instance of singleton bean 'routerFunctionProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,908][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.webmvc.core.configuration.SpringDocWebMvcConfiguration$SpringDocWebMvcRouterConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,909][DEBUG][main] Autowiring by type from bean name 'springDocProviders' via factory method to bean named 'springdocObjectMapperProvider' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,911][DEBUG][main] Creating shared instance of singleton bean 'springDocCustomizers' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,916][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocKotlinConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,918][DEBUG][main] Creating shared instance of singleton bean 'kotlinCoroutinesReturnTypeParser' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,918][DEBUG][main] Creating shared instance of singleton bean 'nullableKotlinRequestParameterCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,920][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocUIConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,920][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.webmvc.core.configuration.MultipleOpenApiSupportConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,921][DEBUG][main] Creating shared instance of singleton bean 'multipleOpenApiResource' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,922][DEBUG][main] Creating shared instance of singleton bean 'requestBuilder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,922][DEBUG][main] Autowiring by type from bean name 'requestBuilder' via factory method to bean named 'parameterBuilder' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,922][DEBUG][main] Autowiring by type from bean name 'requestBuilder' via factory method to bean named 'requestBodyBuilder' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,922][DEBUG][main] Autowiring by type from bean name 'requestBuilder' via factory method to bean named 'operationBuilder' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,922][DEBUG][main] Autowiring by type from bean name 'requestBuilder' via factory method to bean named 'localSpringDocParameterNameDiscoverer' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,926][DEBUG][main] Creating shared instance of singleton bean 'responseBuilder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,926][DEBUG][main] Autowiring by type from bean name 'responseBuilder' via factory method to bean named 'operationBuilder' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,926][DEBUG][main] Autowiring by type from bean name 'responseBuilder' via factory method to bean named 'genericReturnTypeParser' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,926][DEBUG][main] Autowiring by type from bean name 'responseBuilder' via factory method to bean named 'kotlinCoroutinesReturnTypeParser' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,926][DEBUG][main] Autowiring by type from bean name 'responseBuilder' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,926][DEBUG][main] Autowiring by type from bean name 'responseBuilder' via factory method to bean named 'propertyResolverUtils' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,929][DEBUG][main] Autowiring by type from bean name 'multipleOpenApiResource' via factory method to bean named 'businessApi' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,929][DEBUG][main] Autowiring by type from bean name 'multipleOpenApiResource' via factory method to bean named 'supportApi' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,929][DEBUG][main] Autowiring by type from bean name 'multipleOpenApiResource' via factory method to bean named 'requestBuilder' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,929][DEBUG][main] Autowiring by type from bean name 'multipleOpenApiResource' via factory method to bean named 'responseBuilder' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,929][DEBUG][main] Autowiring by type from bean name 'multipleOpenApiResource' via factory method to bean named 'operationBuilder' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,929][DEBUG][main] Autowiring by type from bean name 'multipleOpenApiResource' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,929][DEBUG][main] Autowiring by type from bean name 'multipleOpenApiResource' via factory method to bean named 'springDocProviders' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,929][DEBUG][main] Autowiring by type from bean name 'multipleOpenApiResource' via factory method to bean named 'springDocCustomizers' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,935][DEBUG][main] Autowiring by type from bean name 'openApiBuilder' via factory method to bean named 'securityParser' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,935][DEBUG][main] Autowiring by type from bean name 'openApiBuilder' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,935][DEBUG][main] Autowiring by type from bean name 'openApiBuilder' via factory method to bean named 'propertyResolverUtils' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,939][DEBUG][main] Creating shared instance of singleton bean 'org.springdoc.webmvc.core.configuration.SpringDocWebMvcConfiguration$SpringDocWebMvcActuatorConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,940][DEBUG][main] Creating shared instance of singleton bean 'openApiResource' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,940][DEBUG][main] Autowiring by type from bean name 'openApiResource' via factory method to bean named 'requestBuilder' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,940][DEBUG][main] Autowiring by type from bean name 'openApiResource' via factory method to bean named 'responseBuilder' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,940][DEBUG][main] Autowiring by type from bean name 'openApiResource' via factory method to bean named 'operationBuilder' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,940][DEBUG][main] Autowiring by type from bean name 'openApiResource' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,940][DEBUG][main] Autowiring by type from bean name 'openApiResource' via factory method to bean named 'springDocProviders' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,940][DEBUG][main] Autowiring by type from bean name 'openApiResource' via factory method to bean named 'springDocCustomizers' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,947][DEBUG][main] Creating shared instance of singleton bean 'swaggerConfigResource' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,947][DEBUG][main] Autowiring by type from bean name 'swaggerConfigResource' via factory method to bean named 'swaggerWelcome' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,947][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.audit.AuditEventsEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,948][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,949][DEBUG][main] Creating shared instance of singleton bean 'applicationAvailability' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,951][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,952][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.beans.BeansEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,952][DEBUG][main] Creating shared instance of singleton bean 'beansEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,953][DEBUG][main] Autowiring by type from bean name 'beansEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@244e619a' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,955][DEBUG][main] Creating shared instance of singleton bean 'meterRegistryCloser' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,955][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,956][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,956][DEBUG][main] Creating shared instance of singleton bean 'micrometerOptions' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,958][DEBUG][main] Creating shared instance of singleton bean 'lettuceMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,958][DEBUG][main] Autowiring by type from bean name 'lettuceMetrics' via factory method to bean named 'simpleMeterRegistry' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,958][DEBUG][main] Autowiring by type from bean name 'lettuceMetrics' via factory method to bean named 'micrometerOptions' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,959][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,959][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' via constructor to bean named 'spring.data.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,959][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' via constructor to bean named 'redisConnectionDetails' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,962][DEBUG][main] Creating shared instance of singleton bean 'lettuceClientResources' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,964][DEBUG][main] Starting with netty's non-blocking DNS resolver library (AddressResolverGroupProvider.java:34) +[2026-06-09 15:14:28,965][DEBUG][main] Starting without optional kqueue library (KqueueProvider.java:73) +[2026-06-09 15:14:28,965][DEBUG][main] Starting without optional io_uring library (IOUringProvider.java:75) +[2026-06-09 15:14:28,965][DEBUG][main] Starting without optional epoll library (EpollProvider.java:76) +[2026-06-09 15:14:28,965][DEBUG][main] -Dio.netty.eventLoopThreads: 10 (DefaultClientResources.java:122) +[2026-06-09 15:14:28,968][DEBUG][main] Creating executor io.netty.util.concurrent.DefaultEventExecutorGroup (DefaultEventLoopGroupProvider.java:231) +[2026-06-09 15:14:28,970][DEBUG][main] Using Slf4j logging framework (Loggers.java:254) +[2026-06-09 15:14:28,972][DEBUG][main] Starting with JFR support (EventRecorderHolder.java:47) +[2026-06-09 15:14:28,981][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizationAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,982][DEBUG][main] Creating shared instance of singleton bean 'platformTransactionManagerCustomizers' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,983][DEBUG][main] Creating shared instance of singleton bean 'transactionExecutionListeners' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,984][DEBUG][main] Creating shared instance of singleton bean 'spring.transaction-org.springframework.boot.autoconfigure.transaction.TransactionProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,985][DEBUG][main] Creating shared instance of singleton bean 'java.lang.Object' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,985][DEBUG][main] Creating shared instance of singleton bean 'cacheAutoConfigurationValidator' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,985][DEBUG][main] Autowiring by type from bean name 'cacheAutoConfigurationValidator' via factory method to bean named 'spring.cache-org.springframework.boot.autoconfigure.cache.CacheProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,986][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.cache.CachesEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,986][DEBUG][main] Creating shared instance of singleton bean 'cachesEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,986][DEBUG][main] Autowiring by type from bean name 'cachesEndpoint' via factory method to bean named 'cacheManager' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,988][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,989][DEBUG][main] Creating shared instance of singleton bean 'healthStatusAggregator' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,989][DEBUG][main] Creating shared instance of singleton bean 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,991][DEBUG][main] Autowiring by type from bean name 'healthStatusAggregator' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,992][DEBUG][main] Creating shared instance of singleton bean 'healthHttpCodeStatusMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,992][DEBUG][main] Autowiring by type from bean name 'healthHttpCodeStatusMapper' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,993][DEBUG][main] Creating shared instance of singleton bean 'healthEndpointGroups' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,993][DEBUG][main] Autowiring by type from bean name 'healthEndpointGroups' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@244e619a' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,993][DEBUG][main] Autowiring by type from bean name 'healthEndpointGroups' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,996][DEBUG][main] Creating shared instance of singleton bean 'healthContributorRegistry' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,996][DEBUG][main] Creating shared instance of singleton bean 'diskSpaceHealthIndicator' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,996][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthContributorAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,997][DEBUG][main] Creating shared instance of singleton bean 'management.health.diskspace-org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,997][DEBUG][main] Autowiring by type from bean name 'diskSpaceHealthIndicator' via factory method to bean named 'management.health.diskspace-org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:28,999][DEBUG][main] Creating shared instance of singleton bean 'pingHealthContributor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,999][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,999][DEBUG][main] Creating shared instance of singleton bean 'dbHealthContributor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:28,999][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthContributorAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,001][DEBUG][main] Creating shared instance of singleton bean 'management.health.db-org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,001][DEBUG][main] Autowiring by type from bean name 'dbHealthContributor' via factory method to bean named 'druidDataSource' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,001][DEBUG][main] Autowiring by type from bean name 'dbHealthContributor' via factory method to bean named 'management.health.db-org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,005][DEBUG][main] Creating shared instance of singleton bean 'redisHealthContributor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,005][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.data.redis.RedisReactiveHealthContributorAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,006][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.data.redis.RedisReactiveHealthContributorAutoConfiguration' via constructor to bean named 'redissonConnectionFactory' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,009][DEBUG][main] Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@244e619a' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,009][DEBUG][main] Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'healthEndpointGroups' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,009][DEBUG][main] Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'diskSpaceHealthIndicator' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,009][DEBUG][main] Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'pingHealthContributor' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,009][DEBUG][main] Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'dbHealthContributor' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,009][DEBUG][main] Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'redisHealthContributor' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,012][DEBUG][main] Creating shared instance of singleton bean 'healthEndpointGroupMembershipValidator' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,013][DEBUG][main] Autowiring by type from bean name 'healthEndpointGroupMembershipValidator' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,013][DEBUG][main] Autowiring by type from bean name 'healthEndpointGroupMembershipValidator' via factory method to bean named 'healthContributorRegistry' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,013][DEBUG][main] Creating shared instance of singleton bean 'healthEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,013][DEBUG][main] Autowiring by type from bean name 'healthEndpoint' via factory method to bean named 'healthContributorRegistry' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,013][DEBUG][main] Autowiring by type from bean name 'healthEndpoint' via factory method to bean named 'healthEndpointGroups' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,013][DEBUG][main] Autowiring by type from bean name 'healthEndpoint' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,016][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.ReactiveHealthEndpointConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,016][DEBUG][main] Creating shared instance of singleton bean 'reactiveHealthContributorRegistry' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,016][DEBUG][main] Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'diskSpaceHealthIndicator' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,016][DEBUG][main] Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'pingHealthContributor' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,016][DEBUG][main] Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'dbHealthContributor' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,016][DEBUG][main] Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'redisHealthContributor' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,016][DEBUG][main] Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'healthEndpointGroups' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,018][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointWebExtensionConfiguration$MvcAdditionalHealthEndpointPathsConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,018][DEBUG][main] Creating shared instance of singleton bean 'healthEndpointWebMvcHandlerMapping' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,019][DEBUG][main] Creating shared instance of singleton bean 'webEndpointDiscoverer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,019][DEBUG][main] Creating shared instance of singleton bean 'endpointOperationParameterMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,019][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,021][DEBUG][main] Creating shared instance of singleton bean 'endpointMediaTypes' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,021][DEBUG][main] Autowiring by type from bean name 'webEndpointDiscoverer' via factory method to bean named 'endpointOperationParameterMapper' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,021][DEBUG][main] Autowiring by type from bean name 'webEndpointDiscoverer' via factory method to bean named 'endpointMediaTypes' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,022][DEBUG][main] Creating shared instance of singleton bean 'endpointCachingOperationInvokerAdvisor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,022][DEBUG][main] Autowiring by type from bean name 'endpointCachingOperationInvokerAdvisor' via factory method to bean named 'environment' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,023][DEBUG][main] Creating shared instance of singleton bean 'webExposeExcludePropertyEndpointFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,026][DEBUG][main] Autowiring by type from bean name 'healthEndpointWebMvcHandlerMapping' via factory method to bean named 'webEndpointDiscoverer' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,026][DEBUG][main] Autowiring by type from bean name 'healthEndpointWebMvcHandlerMapping' via factory method to bean named 'healthEndpointGroups' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,036][DEBUG][main] Creating shared instance of singleton bean 'healthEndpointWebExtension' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,036][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointWebExtensionConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,036][DEBUG][main] Autowiring by type from bean name 'healthEndpointWebExtension' via factory method to bean named 'healthContributorRegistry' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,036][DEBUG][main] Autowiring by type from bean name 'healthEndpointWebExtension' via factory method to bean named 'healthEndpointGroups' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,037][DEBUG][main] Autowiring by type from bean name 'healthEndpointWebExtension' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,038][DEBUG][main] Creating shared instance of singleton bean 'infoEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,038][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.info.InfoEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,039][DEBUG][main] Creating shared instance of singleton bean 'conditionsReportEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,039][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,039][DEBUG][main] Autowiring by type from bean name 'conditionsReportEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@244e619a' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,040][DEBUG][main] Creating shared instance of singleton bean 'configurationPropertiesReportEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,040][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,041][DEBUG][main] Creating shared instance of singleton bean 'management.endpoint.configprops-org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,041][DEBUG][main] Autowiring by type from bean name 'configurationPropertiesReportEndpoint' via factory method to bean named 'management.endpoint.configprops-org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,045][DEBUG][main] Creating shared instance of singleton bean 'environmentEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,045][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,046][DEBUG][main] Creating shared instance of singleton bean 'management.endpoint.env-org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,047][DEBUG][main] Autowiring by type from bean name 'environmentEndpoint' via factory method to bean named 'environment' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,047][DEBUG][main] Autowiring by type from bean name 'environmentEndpoint' via factory method to bean named 'management.endpoint.env-org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,048][DEBUG][main] Creating shared instance of singleton bean 'loggersEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,048][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,049][DEBUG][main] Autowiring by type from bean name 'loggersEndpoint' via factory method to bean named 'springBootLoggingSystem' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,050][DEBUG][main] Creating shared instance of singleton bean 'heapDumpWebEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,050][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.management.HeapDumpWebEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,051][DEBUG][main] Creating shared instance of singleton bean 'dumpEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,051][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.management.ThreadDumpEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,052][DEBUG][main] Creating shared instance of singleton bean 'metricsEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,052][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,053][DEBUG][main] Autowiring by type from bean name 'metricsEndpoint' via factory method to bean named 'simpleMeterRegistry' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,054][DEBUG][main] Creating shared instance of singleton bean 'sbomEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,054][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.sbom.SbomEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,055][DEBUG][main] Creating shared instance of singleton bean 'management.endpoint.sbom-org.springframework.boot.actuate.sbom.SbomProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,055][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.sbom.SbomEndpointAutoConfiguration' via constructor to bean named 'management.endpoint.sbom-org.springframework.boot.actuate.sbom.SbomProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,056][DEBUG][main] Autowiring by type from bean name 'sbomEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@244e619a' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,057][DEBUG][main] Creating shared instance of singleton bean 'scheduledTasksEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,057][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,058][DEBUG][main] Creating shared instance of singleton bean 'mappingsEndpoint' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,058][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,058][DEBUG][main] Autowiring by type from bean name 'mappingsEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@244e619a' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,058][DEBUG][main] Creating shared instance of singleton bean 'dispatcherServletMappingDescriptionProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,058][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration$ServletWebConfiguration$SpringMvcConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,060][DEBUG][main] Creating shared instance of singleton bean 'servletMappingDescriptionProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,060][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration$ServletWebConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,061][DEBUG][main] Creating shared instance of singleton bean 'filterMappingDescriptionProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,071][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,072][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,072][DEBUG][main] Creating shared instance of singleton bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,073][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' via constructor to bean named 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,073][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,075][DEBUG][main] Creating shared instance of singleton bean 'management.info-org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,076][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,076][DEBUG][main] Creating shared instance of singleton bean 'servletWebChildContextFactory' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,077][DEBUG][main] Creating shared instance of singleton bean 'managementServletContext' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,077][DEBUG][main] Autowiring by type from bean name 'managementServletContext' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,078][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.redis.RedisReactiveAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,079][DEBUG][main] Creating shared instance of singleton bean 'reactiveRedisTemplate' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,079][DEBUG][main] Autowiring by type from bean name 'reactiveRedisTemplate' via factory method to bean named 'redissonConnectionFactory' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,079][DEBUG][main] Autowiring by type from bean name 'reactiveRedisTemplate' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@244e619a' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,092][DEBUG][main] Creating shared instance of singleton bean 'reactiveStringRedisTemplate' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,092][DEBUG][main] Autowiring by type from bean name 'reactiveStringRedisTemplate' via factory method to bean named 'redissonConnectionFactory' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,094][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.data.redis.RedisHealthContributorAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,095][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,096][DEBUG][main] Creating shared instance of singleton bean 'spring.jmx-org.springframework.boot.autoconfigure.jmx.JmxProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,097][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' via constructor to bean named 'spring.jmx-org.springframework.boot.autoconfigure.jmx.JmxProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,097][DEBUG][main] Creating shared instance of singleton bean 'mbeanExporter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,097][DEBUG][main] Creating shared instance of singleton bean 'objectNamingStrategy' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,099][DEBUG][main] Autowiring by type from bean name 'mbeanExporter' via factory method to bean named 'objectNamingStrategy' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,099][DEBUG][main] Autowiring by type from bean name 'mbeanExporter' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@4af70944' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,102][DEBUG][main] Creating shared instance of singleton bean 'mbeanServer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,103][DEBUG][main] Found MBeanServer: com.sun.jmx.mbeanserver.JmxMBeanServer@5e4c8041 (JmxUtils.java:127) +[2026-06-09 15:14:29,111][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,112][DEBUG][main] Creating shared instance of singleton bean 'management.endpoints.jmx-org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,113][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@244e619a' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,113][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration' via constructor to bean named 'management.endpoints.jmx-org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,113][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration' via constructor to bean named 'spring.jmx-org.springframework.boot.autoconfigure.jmx.JmxProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,113][DEBUG][main] Creating shared instance of singleton bean 'jmxAnnotationEndpointDiscoverer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,113][DEBUG][main] Autowiring by type from bean name 'jmxAnnotationEndpointDiscoverer' via factory method to bean named 'endpointOperationParameterMapper' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,113][DEBUG][main] Creating shared instance of singleton bean 'jmxIncludeExcludePropertyEndpointFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,115][DEBUG][main] Creating shared instance of singleton bean 'endpointObjectNameFactory' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,115][DEBUG][main] Autowiring by type from bean name 'endpointObjectNameFactory' via factory method to bean named 'mbeanServer' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,115][DEBUG][main] Creating shared instance of singleton bean 'jmxMBeanExporter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,116][DEBUG][main] Autowiring by type from bean name 'jmxMBeanExporter' via factory method to bean named 'mbeanServer' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,116][DEBUG][main] Autowiring by type from bean name 'jmxMBeanExporter' via factory method to bean named 'endpointObjectNameFactory' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,116][DEBUG][main] Autowiring by type from bean name 'jmxMBeanExporter' via factory method to bean named 'jmxAnnotationEndpointDiscoverer' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,128][DEBUG][main] Creating shared instance of singleton bean 'eagerlyInitializeJmxEndpointExporter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,129][DEBUG][main] Creating shared instance of singleton bean 'controllerEndpointDiscoverer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,130][DEBUG][main] Creating shared instance of singleton bean 'controllerExposeExcludePropertyEndpointFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,131][DEBUG][main] Creating shared instance of singleton bean 'pathMappedEndpoints' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,131][DEBUG][main] Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'jmxAnnotationEndpointDiscoverer' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,131][DEBUG][main] Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'servletEndpointDiscoverer' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,132][DEBUG][main] Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'webEndpointDiscoverer' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,132][DEBUG][main] Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'controllerEndpointDiscoverer' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,137][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,137][DEBUG][main] Creating shared instance of singleton bean 'management.endpoint.logfile-org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,138][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.mail.MailSenderAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,138][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,139][DEBUG][main] Creating shared instance of singleton bean 'jvmGcMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,140][DEBUG][main] Using SLF4J as the default logging framework (InternalLoggerFactory.java:59) +[2026-06-09 15:14:29,141][DEBUG][main] Creating shared instance of singleton bean 'jvmHeapPressureMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,143][DEBUG][main] Creating shared instance of singleton bean 'jvmMemoryMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,144][DEBUG][main] Creating shared instance of singleton bean 'jvmThreadMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,144][DEBUG][main] Creating shared instance of singleton bean 'classLoaderMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,145][DEBUG][main] Creating shared instance of singleton bean 'jvmInfoMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,145][DEBUG][main] Creating shared instance of singleton bean 'jvmCompilationMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,145][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.Log4J2MetricsAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,146][DEBUG][main] Creating shared instance of singleton bean 'log4j2Metrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,147][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,147][DEBUG][main] Creating shared instance of singleton bean 'uptimeMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,147][DEBUG][main] Creating shared instance of singleton bean 'processorMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,148][DEBUG][main] Creating shared instance of singleton bean 'fileDescriptorMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,149][DEBUG][main] Creating shared instance of singleton bean 'diskSpaceMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,149][DEBUG][main] Autowiring by type from bean name 'diskSpaceMetrics' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,149][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMeterBinderProvidersConfiguration$RedisCacheMeterBinderProviderConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,150][DEBUG][main] Creating shared instance of singleton bean 'redisCacheMeterBinderProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,150][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMeterBinderProvidersConfiguration$JCacheCacheMeterBinderProviderConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,150][DEBUG][main] Creating shared instance of singleton bean 'jCacheCacheMeterBinderProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,151][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMeterBinderProvidersConfiguration$CaffeineCacheMeterBinderProviderConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,151][DEBUG][main] Creating shared instance of singleton bean 'caffeineCacheMeterBinderProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,151][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMeterBinderProvidersConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,152][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsRegistrarConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,152][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsRegistrarConfiguration' via constructor to bean named 'simpleMeterRegistry' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,152][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsRegistrarConfiguration' via constructor to bean named 'redisCacheMeterBinderProvider' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,152][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsRegistrarConfiguration' via constructor to bean named 'jCacheCacheMeterBinderProvider' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,152][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsRegistrarConfiguration' via constructor to bean named 'caffeineCacheMeterBinderProvider' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,152][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsRegistrarConfiguration' via constructor to bean named 'cacheManager' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,153][DEBUG][main] Creating shared instance of singleton bean 'cacheMetricsRegistrar' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,153][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,153][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,153][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration' via constructor to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,154][DEBUG][main] Creating shared instance of singleton bean 'repositoryTagsProvider' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,154][DEBUG][main] Creating shared instance of singleton bean 'metricsRepositoryMethodInvocationListener' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,155][DEBUG][main] Autowiring by type from bean name 'metricsRepositoryMethodInvocationListener' via factory method to bean named 'repositoryTagsProvider' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,156][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.integration.IntegrationMetricsAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,156][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration$HikariDataSourceMetricsConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,157][DEBUG][main] Creating shared instance of singleton bean 'hikariDataSourceMeterBinder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,157][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration$DataSourcePoolMetadataMetricsConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,157][DEBUG][main] Creating shared instance of singleton bean 'dataSourcePoolMetadataMeterBinder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,157][DEBUG][main] Autowiring by type from bean name 'dataSourcePoolMetadataMeterBinder' via factory method to bean named 'druidDataSource' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,158][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,158][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.startup.StartupTimeMetricsListenerAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,158][DEBUG][main] Creating shared instance of singleton bean 'startupTimeMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,158][DEBUG][main] Autowiring by type from bean name 'startupTimeMetrics' via factory method to bean named 'simpleMeterRegistry' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,159][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$ThreadPoolTaskSchedulerBuilderConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,160][DEBUG][main] Creating shared instance of singleton bean 'threadPoolTaskSchedulerBuilder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,160][DEBUG][main] Creating shared instance of singleton bean 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,161][DEBUG][main] Autowiring by type from bean name 'threadPoolTaskSchedulerBuilder' via factory method to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,162][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$TaskSchedulerBuilderConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,162][DEBUG][main] Creating shared instance of singleton bean 'taskSchedulerBuilder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,162][DEBUG][main] Autowiring by type from bean name 'taskSchedulerBuilder' via factory method to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,163][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$SimpleAsyncTaskSchedulerBuilderConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,163][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$SimpleAsyncTaskSchedulerBuilderConfiguration' via constructor to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,163][DEBUG][main] Creating shared instance of singleton bean 'simpleAsyncTaskSchedulerBuilder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,164][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$TaskSchedulerConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,164][DEBUG][main] Creating shared instance of singleton bean 'taskScheduler' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,165][DEBUG][main] Autowiring by type from bean name 'taskScheduler' via factory method to bean named 'taskSchedulerBuilder' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,165][DEBUG][main] Initializing ExecutorService 'taskScheduler' (ExecutorConfigurationSupport.java:264) +[2026-06-09 15:14:29,171][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,172][DEBUG][main] Creating shared instance of singleton bean 'scheduledBeanLazyInitializationExcludeFilter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,172][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.task.TaskExecutorMetricsAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,177][DEBUG][main] Creating shared instance of singleton bean 'eagerTaskExecutorMetrics' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,177][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.web.tomcat.TomcatMetricsAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,177][DEBUG][main] Creating shared instance of singleton bean 'tomcatMetricsBinder' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,177][DEBUG][main] Autowiring by type from bean name 'tomcatMetricsBinder' via factory method to bean named 'simpleMeterRegistry' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,178][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$ObservedAspectConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,178][DEBUG][main] Creating shared instance of singleton bean 'observedAspect' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,178][DEBUG][main] Autowiring by type from bean name 'observedAspect' via factory method to bean named 'observationRegistry' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,179][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$MeterObservationHandlerConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,179][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,179][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.client.RestClientAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,180][DEBUG][main] Creating shared instance of singleton bean 'httpMessageConvertersRestClientCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,180][DEBUG][main] Creating shared instance of singleton bean 'restClientSsl' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,180][DEBUG][main] Autowiring by type from bean name 'restClientSsl' via factory method to bean named 'sslBundleRegistry' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,180][DEBUG][main] Creating shared instance of singleton bean 'restClientBuilderConfigurer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,181][DEBUG][main] Creating shared instance of singleton bean 'observationRestClientCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,181][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.RestClientObservationConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,181][DEBUG][main] Autowiring by type from bean name 'observationRestClientCustomizer' via factory method to bean named 'observationRegistry' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,181][DEBUG][main] Autowiring by type from bean name 'observationRestClientCustomizer' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,182][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,182][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.RestTemplateObservationConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,183][DEBUG][main] Creating shared instance of singleton bean 'observationRestTemplateCustomizer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,183][DEBUG][main] Autowiring by type from bean name 'observationRestTemplateCustomizer' via factory method to bean named 'observationRegistry' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,183][DEBUG][main] Autowiring by type from bean name 'observationRestTemplateCustomizer' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,183][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.HttpClientObservationsAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,183][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksObservabilityAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,184][DEBUG][main] Creating shared instance of singleton bean 'observabilitySchedulingConfigurer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,184][DEBUG][main] Autowiring by type from bean name 'observabilitySchedulingConfigurer' via factory method to bean named 'observationRegistry' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,184][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesEndpointAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,184][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,185][DEBUG][main] Creating shared instance of singleton bean 'springApplicationAdminRegistrar' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,185][DEBUG][main] Autowiring by type from bean name 'springApplicationAdminRegistrar' via factory method to bean named 'environment' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,186][DEBUG][main] Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication' (SpringApplicationAdminMXBeanRegistrar.java:131) +[2026-06-09 15:14:29,187][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$AspectJAutoProxyingConfiguration$CglibAutoProxyConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,187][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$AspectJAutoProxyingConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,188][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,188][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,188][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,188][DEBUG][main] Creating shared instance of singleton bean 'lifecycleProcessor' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,189][DEBUG][main] Creating shared instance of singleton bean 'spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,189][DEBUG][main] Autowiring by type from bean name 'lifecycleProcessor' via factory method to bean named 'spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,191][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,191][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.redis.RedisRepositoriesAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,191][DEBUG][main] Creating shared instance of singleton bean 'redisIndexConfiguration#0' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,192][DEBUG][main] Creating shared instance of singleton bean 'redisKeyspaceConfiguration#0' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,192][DEBUG][main] Creating shared instance of singleton bean 'redisMappingConfiguration#0' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,193][DEBUG][main] Creating shared instance of singleton bean 'keyValueMappingContext' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,200][DEBUG][main] Creating shared instance of singleton bean 'redisCustomConversions' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.lang.String to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class [B to class java.lang.String as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.lang.Number to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class [B to class java.lang.Number as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.lang.Enum to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class [B to class java.lang.Enum as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.lang.Boolean to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class [B to class java.lang.Boolean as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.util.Date to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class [B to class java.util.Date as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.util.UUID to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class [B to class java.util.UUID as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.time.LocalDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class [B to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.time.LocalDate to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class [B to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.time.LocalTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class [B to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.time.ZonedDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class [B to class java.time.ZonedDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.time.Instant to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class [B to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.time.ZoneId to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class [B to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.time.Period to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class [B to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.time.Duration to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class [B to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.time.OffsetDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class [B to class java.time.OffsetDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.time.OffsetTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class [B to class java.time.OffsetTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.time.LocalDate to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.time.LocalTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.util.Date to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.time.Instant to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.time.ZoneId to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.lang.String to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.time.Duration to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.lang.String to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.time.Period to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.lang.String to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,201][DEBUG][main] Adding converter from class java.lang.String to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,203][DEBUG][main] Creating shared instance of singleton bean 'redisReferenceResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,203][DEBUG][main] Creating shared instance of singleton bean 'redisConverter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.lang.String to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class [B to class java.lang.String as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.lang.Number to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class [B to class java.lang.Number as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.lang.Enum to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class [B to class java.lang.Enum as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.lang.Boolean to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class [B to class java.lang.Boolean as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.util.Date to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class [B to class java.util.Date as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.util.UUID to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class [B to class java.util.UUID as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.time.LocalDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class [B to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.time.LocalDate to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class [B to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.time.LocalTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class [B to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.time.ZonedDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class [B to class java.time.ZonedDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.time.Instant to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class [B to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.time.ZoneId to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class [B to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.time.Period to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class [B to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.time.Duration to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class [B to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.time.OffsetDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class [B to class java.time.OffsetDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.time.OffsetTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class [B to class java.time.OffsetTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.time.LocalDate to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.time.LocalTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.util.Date to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.time.Instant to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.time.ZoneId to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.lang.String to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.time.Duration to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.lang.String to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.time.Period to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.lang.String to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,204][DEBUG][main] Adding converter from class java.lang.String to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.lang.String to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class [B to class java.lang.String as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.lang.Number to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class [B to class java.lang.Number as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.lang.Enum to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class [B to class java.lang.Enum as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.lang.Boolean to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class [B to class java.lang.Boolean as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.util.Date to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class [B to class java.util.Date as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.util.UUID to class [B as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class [B to class java.util.UUID as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.time.LocalDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class [B to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.time.LocalDate to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class [B to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.time.LocalTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class [B to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.time.ZonedDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class [B to class java.time.ZonedDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.time.Instant to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class [B to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.time.ZoneId to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class [B to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.time.Period to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class [B to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.time.Duration to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class [B to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.time.OffsetDateTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class [B to class java.time.OffsetDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.time.OffsetTime to class [B as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class [B to class java.time.OffsetTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.time.LocalDate to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.util.Date to class java.time.LocalTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.time.LocalTime to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.util.Date to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.time.Instant to class java.util.Date as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.time.ZoneId to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.lang.String to class java.time.ZoneId as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.time.Duration to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.lang.String to class java.time.Duration as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.time.Period to class java.lang.String as writing converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.lang.String to class java.time.Period as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDate as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,205][DEBUG][main] Adding converter from class java.lang.String to class java.time.Instant as reading converter (CustomConversions.java:349) +[2026-06-09 15:14:29,209][DEBUG][main] Creating shared instance of singleton bean 'redisKeyValueAdapter' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,213][DEBUG][main] Starting RedisMessageListenerContainer... (RedisMessageListenerContainer.java:1007) +[2026-06-09 15:14:29,213][DEBUG][main] Postpone listening for Redis messages until actual listeners are added (RedisMessageListenerContainer.java:1007) +[2026-06-09 15:14:29,217][DEBUG][main] Creating shared instance of singleton bean 'redisKeyValueTemplate' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,220][DEBUG][main] Creating shared instance of singleton bean 'data-redis.repository-aot-processor#0' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,222][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.data.web.config.ProjectingArgumentResolverRegistrar' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,222][DEBUG][main] Creating shared instance of singleton bean 'offsetResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,223][DEBUG][main] Creating shared instance of singleton bean 'freeMarkerConfigurer' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,255][DEBUG][main] File system access not preferred: using SpringTemplateLoader (FreeMarkerConfigurationFactory.java:362) +[2026-06-09 15:14:29,255][DEBUG][main] SpringTemplateLoader for FreeMarker: using resource loader [org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@244e619a, started on Tue Jun 09 15:14:23 CST 2026] and template loader path [classpath:/templates/] (SpringTemplateLoader.java:62) +[2026-06-09 15:14:29,256][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:29,256][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,256][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,256][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,256][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,256][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,256][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,256][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,256][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,257][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 84 (Log.java:228) +[2026-06-09 15:14:29,257][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,257][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,257][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,257][DEBUG][RMI TCP Connection(5)-127.0.0.1] connectionId=rmi://127.0.0.1 11, name=org.springframework.boot:type=Admin,name=SpringApplication, attribute=Ready (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,257][DEBUG][main] Creating shared instance of singleton bean 'freeMarkerConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,258][DEBUG][main] Autowiring by type from bean name 'freeMarkerConfiguration' via factory method to bean named 'freeMarkerConfigurer' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,258][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,258][DEBUG][RMI TCP Connection(5)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@7ba221b0: connectionId=rmi://127.0.0.1 11] closing. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,259][DEBUG][RMI TCP Connection(5)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@7ba221b0: connectionId=rmi://127.0.0.1 11] closed. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,271][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,271][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@244e619a' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,271][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration' via constructor to bean named 'spring.freemarker-org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,272][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,273][DEBUG][main] Creating shared instance of singleton bean 'jdbcTemplate' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,273][DEBUG][main] Creating shared instance of singleton bean 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,274][DEBUG][main] Autowiring by type from bean name 'jdbcTemplate' via factory method to bean named 'druidDataSource' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,274][DEBUG][main] Autowiring by type from bean name 'jdbcTemplate' via factory method to bean named 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,290][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.NamedParameterJdbcTemplateConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,291][DEBUG][main] Creating shared instance of singleton bean 'namedParameterJdbcTemplate' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,291][DEBUG][main] Autowiring by type from bean name 'namedParameterJdbcTemplate' via factory method to bean named 'jdbcTemplate' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,296][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,296][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,296][DEBUG][main] Creating shared instance of singleton bean 'jdbcClient' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,297][DEBUG][main] Autowiring by type from bean name 'jdbcClient' via factory method to bean named 'namedParameterJdbcTemplate' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,298][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.netty.NettyAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,298][DEBUG][main] Creating shared instance of singleton bean 'spring.netty-org.springframework.boot.autoconfigure.netty.NettyProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,299][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.netty.NettyAutoConfiguration' via constructor to bean named 'spring.netty-org.springframework.boot.autoconfigure.netty.NettyProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,299][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,299][DEBUG][main] Creating shared instance of singleton bean 'spring.reactor-org.springframework.boot.autoconfigure.reactor.ReactorProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,299][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration' via constructor to bean named 'spring.reactor-org.springframework.boot.autoconfigure.reactor.ReactorProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,300][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,300][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$JdbcTransactionManagerConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,300][DEBUG][main] Creating shared instance of singleton bean 'transactionManager' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,300][DEBUG][main] Autowiring by type from bean name 'transactionManager' via factory method to bean named 'environment' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,300][DEBUG][main] Autowiring by type from bean name 'transactionManager' via factory method to bean named 'druidDataSource' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,307][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,308][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$TransactionTemplateConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,308][DEBUG][main] Creating shared instance of singleton bean 'transactionTemplate' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,308][DEBUG][main] Autowiring by type from bean name 'transactionTemplate' via factory method to bean named 'transactionManager' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,310][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,311][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,311][DEBUG][main] Creating shared instance of singleton bean 'multipartResolver' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,312][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet.WebMvcEndpointManagementContextConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,313][DEBUG][main] Creating shared instance of singleton bean 'webEndpointServletHandlerMapping' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,313][DEBUG][main] Creating shared instance of singleton bean 'management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,314][DEBUG][main] Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'webEndpointDiscoverer' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,314][DEBUG][main] Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'servletEndpointDiscoverer' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,314][DEBUG][main] Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'controllerEndpointDiscoverer' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,314][DEBUG][main] Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'endpointMediaTypes' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,314][DEBUG][main] Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,314][DEBUG][main] Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,314][DEBUG][main] Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'environment' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,322][DEBUG][main] Creating shared instance of singleton bean 'controllerEndpointHandlerMapping' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,323][DEBUG][main] Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'controllerEndpointDiscoverer' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,323][DEBUG][main] Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,323][DEBUG][main] Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,330][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration$EnableSameManagementContextConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,330][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,330][DEBUG][main] Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration' via constructor to bean named 'environment' (ConstructorResolver.java:945) +[2026-06-09 15:14:29,331][DEBUG][main] Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,331][DEBUG][main] Creating shared instance of singleton bean 'management.server-org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,332][DEBUG][main] Creating shared instance of singleton bean 'flowDefinitionMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,336][DEBUG][main] Creating shared instance of singleton bean 'flowFormMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,341][DEBUG][main] Creating shared instance of singleton bean 'flowNodeMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,345][DEBUG][main] Creating shared instance of singleton bean 'flowSkipMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,349][DEBUG][main] Creating shared instance of singleton bean 'flowUserMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,353][DEBUG][main] Creating shared instance of singleton bean 'warmMapper' (DefaultSingletonBeanRegistry.java:225) +[2026-06-09 15:14:29,381][DEBUG][main] Registering beans for JMX exposure on startup (MBeanExporter.java:450) +[2026-06-09 15:14:29,381][DEBUG][main] Auto-detecting user-defined JMX MBeans (MBeanExporter.java:557) +[2026-06-09 15:14:29,382][DEBUG][main] Bean with name 'druidDataSource' has been autodetected for JMX exposure (MBeanExporter.java:911) +[2026-06-09 15:14:29,385][DEBUG][main] Located MBean 'druidDataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=druidDataSource,type=DruidDataSource] (MBeanExporter.java:684) +[2026-06-09 15:14:29,387][DEBUG][main] Starting beans in phase -2147483647 (DefaultLifecycleProcessor.java:466) +[2026-06-09 15:14:29,387][DEBUG][main] Successfully started bean 'springBootLoggingLifecycle' (DefaultLifecycleProcessor.java:291) +[2026-06-09 15:14:29,387][DEBUG][main] Starting beans in phase 2147481599 (DefaultLifecycleProcessor.java:466) +[2026-06-09 15:14:29,387][DEBUG][main] Setting state for [Connector["http-nio-1024"]] to [STARTING_PREP] (DirectJDKLog.java:173) +[2026-06-09 15:14:29,387][DEBUG][main] Setting state for [Connector["http-nio-1024"]] to [STARTING] (DirectJDKLog.java:173) +[2026-06-09 15:14:29,391][DEBUG][main] Setting state for [Connector["http-nio-1024"]] to [STARTED] (DirectJDKLog.java:173) +[2026-06-09 15:14:29,397][DEBUG][main] Successfully started bean 'webServerStartStop' (DefaultLifecycleProcessor.java:291) +[2026-06-09 15:14:29,397][DEBUG][main] Starting beans in phase 2147482623 (DefaultLifecycleProcessor.java:466) +[2026-06-09 15:14:29,397][DEBUG][main] Successfully started bean 'webServerGracefulShutdown' (DefaultLifecycleProcessor.java:291) +[2026-06-09 15:14:29,397][DEBUG][main] Starting beans in phase 2147483647 (DefaultLifecycleProcessor.java:466) +[2026-06-09 15:14:29,405][DEBUG][main] + + +============================ +CONDITIONS EVALUATION REPORT +============================ + + +Positive matches: +----------------- + + AdminSmartJobController matched: + - @ConditionalOnBean (types: net.lab1024.sa.base.module.support.job.config.SmartJobAutoConfiguration; SearchStrategy: all) found bean 'smartJobAutoConfiguration' (OnBeanCondition) + + AopAutoConfiguration matched: + - @ConditionalOnProperty (spring.aop.auto=true) matched (OnPropertyCondition) + + AopAutoConfiguration.AspectJAutoProxyingConfiguration matched: + - @ConditionalOnClass found required class 'org.aspectj.weaver.Advice' (OnClassCondition) + + AopAutoConfiguration.AspectJAutoProxyingConfiguration.CglibAutoProxyConfiguration matched: + - @ConditionalOnProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition) + + ApplicationAvailabilityAutoConfiguration#applicationAvailability matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.availability.ApplicationAvailability; SearchStrategy: all) did not find any beans (OnBeanCondition) + + AuditEventsEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + BeansEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + BeansEndpointAutoConfiguration#beansEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.beans.BeansEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + CacheAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition) + - @ConditionalOnBean (types: org.springframework.cache.interceptor.CacheAspectSupport; SearchStrategy: all) found bean 'cacheInterceptor'; @ConditionalOnMissingBean (names: cacheResolver types: org.springframework.cache.CacheManager; SearchStrategy: all) did not find any beans (OnBeanCondition) + + CacheAutoConfiguration#cacheManagerCustomizers matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.cache.CacheManagerCustomizers; SearchStrategy: all) did not find any beans (OnBeanCondition) + + CacheConfig#caffeineCacheService matched: + - @ConditionalOnProperty (spring.cache.type=caffeine) matched (OnPropertyCondition) + + CacheMeterBinderProvidersConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.instrument.binder.MeterBinder' (OnClassCondition) + + CacheMeterBinderProvidersConfiguration.CaffeineCacheMeterBinderProviderConfiguration matched: + - @ConditionalOnClass found required classes 'org.springframework.cache.caffeine.CaffeineCache', 'com.github.benmanes.caffeine.cache.Cache' (OnClassCondition) + + CacheMeterBinderProvidersConfiguration.JCacheCacheMeterBinderProviderConfiguration matched: + - @ConditionalOnClass found required classes 'org.springframework.cache.jcache.JCacheCache', 'javax.cache.CacheManager' (OnClassCondition) + + CacheMeterBinderProvidersConfiguration.RedisCacheMeterBinderProviderConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.data.redis.cache.RedisCache' (OnClassCondition) + + CacheMetricsAutoConfiguration matched: + - @ConditionalOnBean (types: org.springframework.cache.CacheManager; SearchStrategy: all) found bean 'cacheManager' (OnBeanCondition) + + CacheMetricsRegistrarConfiguration matched: + - @ConditionalOnBean (types: org.springframework.boot.actuate.metrics.cache.CacheMeterBinderProvider,io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans 'caffeineCacheMeterBinderProvider', 'simpleMeterRegistry', 'redisCacheMeterBinderProvider', 'jCacheCacheMeterBinderProvider' (OnBeanCondition) + + CachesEndpointAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition) + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + CachesEndpointAutoConfiguration#cachesEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.cache.CachesEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + CaffeineCacheConfiguration matched: + - @ConditionalOnClass found required classes 'com.github.benmanes.caffeine.cache.Caffeine', 'org.springframework.cache.caffeine.CaffeineCacheManager' (OnClassCondition) + - Cache org.springframework.boot.autoconfigure.cache.CaffeineCacheConfiguration CAFFEINE cache type (CacheCondition) + - @ConditionalOnMissingBean (types: org.springframework.cache.CacheManager; SearchStrategy: all) did not find any beans (OnBeanCondition) + + CompositeMeterRegistryAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.instrument.composite.CompositeMeterRegistry' (OnClassCondition) + + ConditionsReportEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + ConditionsReportEndpointAutoConfiguration#conditionsReportEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint; SearchStrategy: current) did not find any beans (OnBeanCondition) + + ConfigurationPropertiesReportEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + ConfigurationPropertiesReportEndpointAutoConfiguration#configurationPropertiesReportEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + DataSourceAutoConfiguration matched: + - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition) + - @ConditionalOnMissingBean (types: io.r2dbc.spi.ConnectionFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) + + DataSourceConfiguration.Hikari matched: + - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) + - @ConditionalOnProperty (spring.datasource.type=com.zaxxer.hikari.HikariDataSource) matched (OnPropertyCondition) + + DataSourceHealthContributorAutoConfiguration matched: + - @ConditionalOnClass found required classes 'org.springframework.jdbc.core.JdbcTemplate', 'org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource' (OnClassCondition) + - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) + - @ConditionalOnBean (types: javax.sql.DataSource; SearchStrategy: all) found bean 'druidDataSource' (OnBeanCondition) + + DataSourceHealthContributorAutoConfiguration#dbHealthContributor matched: + - @ConditionalOnMissingBean (names: dbHealthIndicator,dbHealthContributor; SearchStrategy: all) did not find any beans (OnBeanCondition) + + DataSourceInitializationConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.jdbc.datasource.init.DatabasePopulator' (OnClassCondition) + - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'druidDataSource'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer,org.springframework.boot.autoconfigure.sql.init.SqlR2dbcScriptDatabaseInitializer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + DataSourceJmxConfiguration matched: + - @ConditionalOnProperty (spring.jmx.enabled=true) matched (OnPropertyCondition) + + DataSourceJmxConfiguration.Hikari matched: + - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) + + DataSourcePoolMetadataProvidersConfiguration.HikariPoolDataSourceMetadataProviderConfiguration matched: + - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) + + DataSourcePoolMetricsAutoConfiguration matched: + - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) + - @ConditionalOnBean (types: javax.sql.DataSource,io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans 'simpleMeterRegistry', 'druidDataSource' (OnBeanCondition) + + DataSourcePoolMetricsAutoConfiguration.DataSourcePoolMetadataMetricsConfiguration matched: + - @ConditionalOnBean (types: org.springframework.boot.jdbc.metadata.DataSourcePoolMetadataProvider; SearchStrategy: all) found bean 'hikariPoolDataSourceMetadataProvider' (OnBeanCondition) + + DataSourcePoolMetricsAutoConfiguration.HikariDataSourceMetricsConfiguration matched: + - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) + + DataSourceTransactionManagerAutoConfiguration matched: + - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.core.JdbcTemplate', 'org.springframework.transaction.TransactionManager' (OnClassCondition) + + DataSourceTransactionManagerAutoConfiguration.JdbcTransactionManagerConfiguration matched: + - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'druidDataSource' (OnBeanCondition) + + DataSourceTransactionManagerAutoConfiguration.JdbcTransactionManagerConfiguration#transactionManager matched: + - @ConditionalOnMissingBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition) + + DdlAutoConfiguration matched: + - @ConditionalOnClass found required class 'com.baomidou.mybatisplus.extension.ddl.IDdl' (OnClassCondition) + + DiskSpaceHealthContributorAutoConfiguration matched: + - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) + + DiskSpaceHealthContributorAutoConfiguration#diskSpaceHealthIndicator matched: + - @ConditionalOnMissingBean (names: diskSpaceHealthIndicator; SearchStrategy: all) did not find any beans (OnBeanCondition) + + DispatcherServletAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + + DispatcherServletAutoConfiguration.DispatcherServletConfiguration matched: + - @ConditionalOnClass found required class 'jakarta.servlet.ServletRegistration' (OnClassCondition) + - Default DispatcherServlet did not find dispatcher servlet beans (DispatcherServletAutoConfiguration.DefaultDispatcherServletCondition) + + DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration matched: + - @ConditionalOnClass found required class 'jakarta.servlet.ServletRegistration' (OnClassCondition) + - DispatcherServlet Registration did not find servlet registration bean (DispatcherServletAutoConfiguration.DispatcherServletRegistrationCondition) + - DispatcherServlet Registration found servlet registration beans 'druidServlet' and none is named dispatcherServletRegistration (DispatcherServletAutoConfiguration.DispatcherServletRegistrationCondition) + + DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration#dispatcherServletRegistration matched: + - @ConditionalOnBean (names: dispatcherServlet types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition) + + DruidDataSourceAutoConfigure matched: + - @ConditionalOnClass found required class 'com.alibaba.druid.pool.DruidDataSource' (OnClassCondition) + - @ConditionalOnProperty (spring.datasource.type=com.alibaba.druid.pool.DruidDataSource) matched (OnPropertyCondition) + + EmbeddedWebServerFactoryCustomizerAutoConfiguration matched: + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnWarDeployment the application is not deployed as a WAR file. (OnWarDeploymentCondition) + + EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration matched: + - @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition) + + EndpointAutoConfiguration#endpointCachingOperationInvokerAdvisor matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor; SearchStrategy: all) did not find any beans (OnBeanCondition) + + EndpointAutoConfiguration#endpointOperationParameterMapper matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper; SearchStrategy: all) did not find any beans (OnBeanCondition) + + EnvironmentEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + EnvironmentEndpointAutoConfiguration#environmentEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.env.EnvironmentEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ErrorMvcAutoConfiguration matched: + - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + + ErrorMvcAutoConfiguration#basicErrorController matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorController; SearchStrategy: current) did not find any beans (OnBeanCondition) + + ErrorMvcAutoConfiguration#errorAttributes matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorAttributes; SearchStrategy: current) did not find any beans (OnBeanCondition) + + ErrorMvcAutoConfiguration.DefaultErrorViewResolverConfiguration#conventionErrorViewResolver matched: + - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.servlet.error.ErrorViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration matched: + - @ConditionalOnProperty (server.error.whitelabel.enabled) matched (OnPropertyCondition) + - ErrorTemplate Missing did not find error template view (ErrorMvcAutoConfiguration.ErrorTemplateMissingCondition) + + ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#beanNameViewResolver matched: + - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#defaultErrorView matched: + - @ConditionalOnMissingBean (names: error; SearchStrategy: all) did not find any beans (OnBeanCondition) + + FileConfig#initLocalFileService matched: + - @ConditionalOnProperty (file.storage.mode=local) matched (OnPropertyCondition) + + FlowAutoConfig matched: + - @ConditionalOnProperty (warm-flow.enabled=true) matched (OnPropertyCondition) + + FlowInstanceServiceImpl matched: + - @ConditionalOnProperty (warm-flow.enabled=true) matched (OnPropertyCondition) + + FlowProcessEventHandler matched: + - @ConditionalOnProperty (warm-flow.enabled=true) matched (OnPropertyCondition) + + FreeMarkerAutoConfiguration matched: + - @ConditionalOnClass found required classes 'freemarker.template.Configuration', 'org.springframework.ui.freemarker.FreeMarkerConfigurationFactory' (OnClassCondition) + + FreeMarkerServletWebConfiguration matched: + - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + + FreeMarkerServletWebConfiguration#freeMarkerConfigurer matched: + - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.freemarker.FreeMarkerConfig; SearchStrategy: all) did not find any beans (OnBeanCondition) + + FreeMarkerServletWebConfiguration#freeMarkerViewResolver matched: + - @ConditionalOnProperty (spring.freemarker.enabled) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (names: freeMarkerViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HealthContributorAutoConfiguration#pingHealthContributor matched: + - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) + + HealthEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + HealthEndpointConfiguration#healthContributorRegistry matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthContributorRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HealthEndpointConfiguration#healthEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HealthEndpointConfiguration#healthEndpointGroupMembershipValidator matched: + - @ConditionalOnProperty (management.endpoint.health.validate-group-membership=true) matched (OnPropertyCondition) + + HealthEndpointConfiguration#healthEndpointGroups matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpointGroups; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HealthEndpointConfiguration#healthHttpCodeStatusMapper matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HttpCodeStatusMapper; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HealthEndpointConfiguration#healthStatusAggregator matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.StatusAggregator; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HealthEndpointWebExtensionConfiguration matched: + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) + - @ConditionalOnBean (types: org.springframework.boot.actuate.health.HealthEndpoint; SearchStrategy: all) found bean 'healthEndpoint' (OnBeanCondition) + + HealthEndpointWebExtensionConfiguration#healthEndpointWebExtension matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HealthEndpointWebExtensionConfiguration.MvcAdditionalHealthEndpointPathsConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) + - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition) + + HeapDumpWebEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + HeapDumpWebEndpointAutoConfiguration#heapDumpWebEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.management.HeapDumpWebEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HttpClientObservationsAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.observation.Observation' (OnClassCondition) + - @ConditionalOnBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) found bean 'observationRegistry' (OnBeanCondition) + + HttpClientObservationsAutoConfiguration.MeterFilterConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) + + HttpEncodingAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.filter.CharacterEncodingFilter' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (server.servlet.encoding.enabled) matched (OnPropertyCondition) + + HttpEncodingAutoConfiguration#characterEncodingFilter matched: + - @ConditionalOnMissingBean (types: org.springframework.web.filter.CharacterEncodingFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HttpExchangesEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + HttpMessageConvertersAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.http.converter.HttpMessageConverter' (OnClassCondition) + - NoneNestedConditions 0 matched 1 did not; NestedCondition on HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition) + + HttpMessageConvertersAutoConfiguration#messageConverters matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.http.HttpMessageConverters; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.http.converter.StringHttpMessageConverter' (OnClassCondition) + + HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration#stringHttpMessageConverter matched: + - @ConditionalOnMissingBean (types: org.springframework.http.converter.StringHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + InfoEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + InfoEndpointAutoConfiguration#infoEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.info.InfoEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JacksonAutoConfiguration matched: + - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) + + JacksonAutoConfiguration.Jackson2ObjectMapperBuilderCustomizerConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) + + JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) + + JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration#jacksonObjectMapperBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.Jackson2ObjectMapperBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JacksonAutoConfiguration.JacksonObjectMapperConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) + + JacksonAutoConfiguration.JacksonObjectMapperConfiguration#jacksonObjectMapper matched: + - @ConditionalOnMissingBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JacksonAutoConfiguration.ParameterNamesModuleConfiguration matched: + - @ConditionalOnClass found required class 'com.fasterxml.jackson.module.paramnames.ParameterNamesModule' (OnClassCondition) + + JacksonAutoConfiguration.ParameterNamesModuleConfiguration#parameterNamesModule matched: + - @ConditionalOnMissingBean (types: com.fasterxml.jackson.module.paramnames.ParameterNamesModule; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JacksonEndpointAutoConfiguration#endpointObjectMapper matched: + - @ConditionalOnClass found required classes 'com.fasterxml.jackson.databind.ObjectMapper', 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) + - @ConditionalOnProperty (management.endpoints.jackson.isolated-object-mapper) matched (OnPropertyCondition) + + JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration matched: + - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) + - @ConditionalOnProperty (spring.mvc.converters.preferred-json-mapper=jackson) matched (OnPropertyCondition) + - @ConditionalOnBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found bean 'jacksonObjectMapper' (OnBeanCondition) + + JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration#mappingJackson2HttpMessageConverter matched: + - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter ignored: org.springframework.hateoas.server.mvc.TypeConstrainedMappingJackson2HttpMessageConverter,org.springframework.data.rest.webmvc.alps.AlpsJsonHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JdbcClientAutoConfiguration matched: + - @ConditionalOnSingleCandidate (types: org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate; SearchStrategy: all) found a single bean 'namedParameterJdbcTemplate'; @ConditionalOnMissingBean (types: org.springframework.jdbc.core.simple.JdbcClient; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JdbcTemplateAutoConfiguration matched: + - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.core.JdbcTemplate' (OnClassCondition) + - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'druidDataSource' (OnBeanCondition) + + JdbcTemplateConfiguration matched: + - @ConditionalOnMissingBean (types: org.springframework.jdbc.core.JdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JmxAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.jmx.export.MBeanExporter' (OnClassCondition) + - @ConditionalOnProperty (spring.jmx.enabled=true) matched (OnPropertyCondition) + + JmxAutoConfiguration#mbeanExporter matched: + - @ConditionalOnMissingBean (types: org.springframework.jmx.export.MBeanExporter; SearchStrategy: current) did not find any beans (OnBeanCondition) + + JmxAutoConfiguration#mbeanServer matched: + - @ConditionalOnMissingBean (types: javax.management.MBeanServer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JmxAutoConfiguration#objectNamingStrategy matched: + - @ConditionalOnMissingBean (types: org.springframework.jmx.export.naming.ObjectNamingStrategy; SearchStrategy: current) did not find any beans (OnBeanCondition) + + JmxEndpointAutoConfiguration matched: + - @ConditionalOnProperty (spring.jmx.enabled=true) matched (OnPropertyCondition) + + JmxEndpointAutoConfiguration#endpointObjectNameFactory matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.jmx.EndpointObjectNameFactory; SearchStrategy: current) did not find any beans (OnBeanCondition) + + JmxEndpointAutoConfiguration#jmxAnnotationEndpointDiscoverer matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.jmx.JmxEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JmxEndpointAutoConfiguration#jmxMBeanExporter matched: + - @ConditionalOnSingleCandidate (types: javax.management.MBeanServer; SearchStrategy: all) found a single bean 'mbeanServer' (OnBeanCondition) + + JvmMetricsAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) + + JvmMetricsAutoConfiguration#classLoaderMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.ClassLoaderMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JvmMetricsAutoConfiguration#jvmCompilationMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmCompilationMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JvmMetricsAutoConfiguration#jvmGcMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmGcMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JvmMetricsAutoConfiguration#jvmHeapPressureMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmHeapPressureMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JvmMetricsAutoConfiguration#jvmInfoMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmInfoMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JvmMetricsAutoConfiguration#jvmMemoryMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmMemoryMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JvmMetricsAutoConfiguration#jvmThreadMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmThreadMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + Knife4jAutoConfiguration matched: + - @ConditionalOnProperty (knife4j.enable=true) matched (OnPropertyCondition) + + Knife4jAutoConfiguration#knife4jJakartaOperationCustomizer matched: + - @ConditionalOnMissingBean (types: com.github.xiaoymin.knife4j.spring.extension.Knife4jJakartaOperationCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + Knife4jAutoConfiguration#knife4jOpenApiCustomizer matched: + - @ConditionalOnMissingBean (types: com.github.xiaoymin.knife4j.spring.extension.Knife4jOpenApiCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + LettuceConnectionConfiguration matched: + - @ConditionalOnClass found required class 'io.lettuce.core.RedisClient' (OnClassCondition) + - @ConditionalOnProperty (spring.data.redis.client-type=lettuce) matched (OnPropertyCondition) + + LettuceConnectionConfiguration#lettuceClientResources matched: + - @ConditionalOnMissingBean (types: io.lettuce.core.resource.ClientResources; SearchStrategy: all) did not find any beans (OnBeanCondition) + + LettuceMetricsAutoConfiguration matched: + - @ConditionalOnClass found required classes 'io.lettuce.core.RedisClient', 'io.lettuce.core.metrics.MicrometerCommandLatencyRecorder' (OnClassCondition) + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) + + LettuceMetricsAutoConfiguration#micrometerOptions matched: + - @ConditionalOnMissingBean (types: io.lettuce.core.metrics.MicrometerOptions; SearchStrategy: all) did not find any beans (OnBeanCondition) + + LifecycleAutoConfiguration#defaultLifecycleProcessor matched: + - @ConditionalOnMissingBean (names: lifecycleProcessor; SearchStrategy: current) did not find any beans (OnBeanCondition) + + Log4J2MetricsAutoConfiguration matched: + - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.binder.logging.Log4j2Metrics', 'org.apache.logging.log4j.LogManager', 'org.apache.logging.log4j.core.LoggerContext' (OnClassCondition) + - LoggerContext was an instance of org.apache.logging.log4j.core.LoggerContext (Log4J2MetricsAutoConfiguration.Log4JCoreLoggerContextCondition) + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) + + Log4J2MetricsAutoConfiguration#log4j2Metrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.logging.Log4j2Metrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + LogFileWebEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + LoggersEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + LoggersEndpointAutoConfiguration#loggersEndpoint matched: + - Logging System enabled (LoggersEndpointAutoConfiguration.OnEnabledLoggingSystemCondition) + - @ConditionalOnBean (types: org.springframework.boot.logging.LoggingSystem; SearchStrategy: all) found bean 'springBootLoggingSystem'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.logging.LoggersEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + MailSenderAutoConfiguration matched: + - @ConditionalOnClass found required classes 'jakarta.mail.internet.MimeMessage', 'jakarta.activation.MimeType', 'org.springframework.mail.MailSender' (OnClassCondition) + - AnyNestedCondition 1 matched 1 did not; NestedCondition on MailSenderAutoConfiguration.MailSenderCondition.JndiNameProperty @ConditionalOnProperty (spring.mail.jndi-name) did not find property 'jndi-name'; NestedCondition on MailSenderAutoConfiguration.MailSenderCondition.HostProperty @ConditionalOnProperty (spring.mail.host) matched (MailSenderAutoConfiguration.MailSenderCondition) + - @ConditionalOnMissingBean (types: org.springframework.mail.MailSender; SearchStrategy: all) did not find any beans (OnBeanCondition) + + MailSenderPropertiesConfiguration matched: + - @ConditionalOnProperty (spring.mail.host) matched (OnPropertyCondition) + + MailSenderPropertiesConfiguration#mailSender matched: + - @ConditionalOnMissingBean (types: org.springframework.mail.javamail.JavaMailSender; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ManagementContextAutoConfiguration.SameManagementContextConfiguration matched: + - Management Port actual port type (SAME) matched required type (OnManagementPortCondition) + + MappingsEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + MappingsEndpointAutoConfiguration.ServletWebConfiguration matched: + - found 'session' scope (OnWebApplicationCondition) + + MappingsEndpointAutoConfiguration.ServletWebConfiguration.SpringMvcConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) + - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition) + + MetricsAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.annotation.Timed' (OnClassCondition) + + MetricsAutoConfiguration#micrometerClock matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.Clock; SearchStrategy: all) did not find any beans (OnBeanCondition) + + MetricsEndpointAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.annotation.Timed' (OnClassCondition) + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + MetricsEndpointAutoConfiguration#metricsEndpoint matched: + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.MetricsEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + MultipartAutoConfiguration matched: + - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.multipart.support.StandardServletMultipartResolver', 'jakarta.servlet.MultipartConfigElement' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (spring.servlet.multipart.enabled) matched (OnPropertyCondition) + + MultipartAutoConfiguration#multipartConfigElement matched: + - @ConditionalOnMissingBean (types: jakarta.servlet.MultipartConfigElement; SearchStrategy: all) did not find any beans (OnBeanCondition) + + MultipartAutoConfiguration#multipartResolver matched: + - @ConditionalOnMissingBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + MultipleOpenApiSupportConfiguration matched: + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) + - AnyNestedCondition 1 matched 1 did not; NestedCondition on MultipleOpenApiSupportCondition.OnActuatorDifferentPort found non-matching nested conditions Management Port actual port type (SAME) did not match required type (DIFFERENT), @ConditionalOnProperty (springdoc.show-actuator) did not find property 'springdoc.show-actuator'; NestedCondition on MultipleOpenApiSupportCondition.OnMultipleOpenApiSupportCondition AnyNestedCondition 1 matched 1 did not; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupConfigProperty @ConditionalOnProperty (springdoc.group-configs[0].group) did not find property 'springdoc.group-configs[0].group'; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupedOpenApiBean @ConditionalOnBean (types: org.springdoc.core.models.GroupedOpenApi; SearchStrategy: all) found beans 'supportApi', 'businessApi' (MultipleOpenApiSupportCondition) + + MultipleOpenApiSupportConfiguration#multipleOpenApiResource matched: + - @ConditionalOnProperty (springdoc.use-management-port=false) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springdoc.webmvc.api.MultipleOpenApiWebMvcResource; SearchStrategy: all) did not find any beans (OnBeanCondition) + + MybatisPlusAutoConfiguration matched: + - @ConditionalOnClass found required classes 'org.apache.ibatis.session.SqlSessionFactory', 'org.mybatis.spring.SqlSessionFactoryBean' (OnClassCondition) + - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'druidDataSource' (OnBeanCondition) + + MybatisPlusAutoConfiguration#sqlSessionTemplate matched: + - @ConditionalOnMissingBean (types: org.mybatis.spring.SqlSessionTemplate; SearchStrategy: all) did not find any beans (OnBeanCondition) + + MybatisPlusLanguageDriverAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.apache.ibatis.scripting.LanguageDriver' (OnClassCondition) + + NamedParameterJdbcTemplateConfiguration matched: + - @ConditionalOnSingleCandidate (types: org.springframework.jdbc.core.JdbcTemplate; SearchStrategy: all) found a single bean 'jdbcTemplate'; @ConditionalOnMissingBean (types: org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition) + + NettyAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.netty.util.NettyRuntime' (OnClassCondition) + + ObservationAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.observation.ObservationRegistry' (OnClassCondition) + + ObservationAutoConfiguration#observationRegistry matched: + - @ConditionalOnMissingBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ObservationAutoConfiguration.MeterObservationHandlerConfiguration matched: + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry'; @ConditionalOnMissingBean (types: io.micrometer.core.instrument.observation.MeterObservationHandler; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ObservationAutoConfiguration.MeterObservationHandlerConfiguration.OnlyMetricsMeterObservationHandlerConfiguration matched: + - @ConditionalOnMissingBean (types: io.micrometer.tracing.Tracer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ObservationAutoConfiguration.ObservedAspectConfiguration matched: + - @ConditionalOnClass found required class 'org.aspectj.weaver.Advice' (OnClassCondition) + + ObservationAutoConfiguration.ObservedAspectConfiguration#observedAspect matched: + - @ConditionalOnMissingBean (types: io.micrometer.observation.aop.ObservedAspect; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ObservationAutoConfiguration.OnlyMetricsConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry'; @ConditionalOnMissingClass did not find unwanted class 'io.micrometer.tracing.Tracer' (OnClassCondition) + + PersistenceExceptionTranslationAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor' (OnClassCondition) + + PersistenceExceptionTranslationAutoConfiguration#persistenceExceptionTranslationPostProcessor matched: + - @ConditionalOnProperty (spring.dao.exceptiontranslation.enabled) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition) + + PropertyPlaceholderAutoConfiguration#propertySourcesPlaceholderConfigurer matched: + - @ConditionalOnMissingBean (types: org.springframework.context.support.PropertySourcesPlaceholderConfigurer; SearchStrategy: current) did not find any beans (OnBeanCondition) + + ReactiveHealthEndpointConfiguration matched: + - @ConditionalOnClass found required class 'reactor.core.publisher.Flux' (OnClassCondition) + - @ConditionalOnBean (types: org.springframework.boot.actuate.health.HealthEndpoint; SearchStrategy: all) found bean 'healthEndpoint' (OnBeanCondition) + + ReactiveHealthEndpointConfiguration#reactiveHealthContributorRegistry matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.ReactiveHealthContributorRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ReactorAutoConfiguration matched: + - @ConditionalOnClass found required class 'reactor.core.publisher.Hooks' (OnClassCondition) + + RedisAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.data.redis.core.RedisOperations' (OnClassCondition) + + RedisAutoConfiguration#redisConnectionDetails matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RedisHealthContributorAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition) + - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) + - @ConditionalOnBean (types: org.springframework.data.redis.connection.RedisConnectionFactory; SearchStrategy: all) found bean 'redissonConnectionFactory' (OnBeanCondition) + + RedisReactiveAutoConfiguration matched: + - @ConditionalOnClass found required classes 'org.springframework.data.redis.connection.ReactiveRedisConnectionFactory', 'org.springframework.data.redis.core.ReactiveRedisTemplate', 'reactor.core.publisher.Flux' (OnClassCondition) + + RedisReactiveAutoConfiguration#reactiveRedisTemplate matched: + - @ConditionalOnBean (types: org.springframework.data.redis.connection.ReactiveRedisConnectionFactory; SearchStrategy: all) found bean 'redissonConnectionFactory'; @ConditionalOnMissingBean (names: reactiveRedisTemplate; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RedisReactiveAutoConfiguration#reactiveStringRedisTemplate matched: + - @ConditionalOnBean (types: org.springframework.data.redis.connection.ReactiveRedisConnectionFactory; SearchStrategy: all) found bean 'redissonConnectionFactory'; @ConditionalOnMissingBean (names: reactiveStringRedisTemplate; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RedisReactiveHealthContributorAutoConfiguration matched: + - @ConditionalOnClass found required classes 'org.springframework.data.redis.connection.ReactiveRedisConnectionFactory', 'reactor.core.publisher.Flux' (OnClassCondition) + - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) + - @ConditionalOnBean (types: org.springframework.data.redis.connection.ReactiveRedisConnectionFactory; SearchStrategy: all) found bean 'redissonConnectionFactory' (OnBeanCondition) + + RedisReactiveHealthContributorAutoConfiguration#redisHealthContributor matched: + - @ConditionalOnMissingBean (names: redisHealthIndicator,redisHealthContributor; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RedisRepositoriesAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.data.redis.repository.configuration.EnableRedisRepositories' (OnClassCondition) + - @ConditionalOnProperty (spring.data.redis.repositories.enabled=true) matched (OnPropertyCondition) + - @ConditionalOnBean (types: org.springframework.data.redis.connection.RedisConnectionFactory; SearchStrategy: all) found bean 'redissonConnectionFactory'; @ConditionalOnMissingBean (types: org.springframework.data.redis.repository.support.RedisRepositoryFactoryBean; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RedissonAutoConfiguration#redisson matched: + - @ConditionalOnMissingBean (types: org.redisson.api.RedissonClient; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RedissonAutoConfiguration#redissonConnectionFactory matched: + - @ConditionalOnMissingBean (types: org.springframework.data.redis.connection.RedisConnectionFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RedissonAutoConfiguration#redissonReactive matched: + - @ConditionalOnMissingBean (types: org.redisson.api.RedissonReactiveClient; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RedissonAutoConfiguration#redissonRxJava matched: + - @ConditionalOnMissingBean (types: org.redisson.api.RedissonRxClient; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RedissonAutoConfiguration#stringRedisTemplate matched: + - @ConditionalOnMissingBean (types: org.springframework.data.redis.core.StringRedisTemplate; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RedissonAutoConfigurationV2 matched: + - @ConditionalOnClass found required classes 'org.redisson.Redisson', 'org.springframework.data.redis.core.RedisOperations' (OnClassCondition) + + RepositoryMetricsAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.data.repository.Repository' (OnClassCondition) + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) + + RepositoryMetricsAutoConfiguration#metricsRepositoryMethodInvocationListener matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.data.MetricsRepositoryMethodInvocationListener; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RepositoryMetricsAutoConfiguration#repositoryTagsProvider matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.data.RepositoryTagsProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RestClientAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.client.RestClient' (OnClassCondition) + - NoneNestedConditions 0 matched 1 did not; NestedCondition on NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (NotReactiveWebApplicationCondition) + + RestClientAutoConfiguration#httpMessageConvertersRestClientCustomizer matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.HttpMessageConvertersRestClientCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RestClientAutoConfiguration#restClientBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.web.client.RestClient$Builder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RestClientAutoConfiguration#restClientBuilderConfigurer matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.RestClientBuilderConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RestClientAutoConfiguration#restClientSsl matched: + - @ConditionalOnBean (types: org.springframework.boot.ssl.SslBundles; SearchStrategy: all) found bean 'sslBundleRegistry'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.RestClientSsl; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RestClientObservationConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.client.RestClient' (OnClassCondition) + - @ConditionalOnBean (types: org.springframework.web.client.RestClient$Builder; SearchStrategy: all) found bean 'restClientBuilder' (OnBeanCondition) + + RestTemplateAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition) + - NoneNestedConditions 0 matched 1 did not; NestedCondition on NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (NotReactiveWebApplicationCondition) + + RestTemplateAutoConfiguration#restTemplateBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RestTemplateObservationConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition) + - @ConditionalOnBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) found bean 'restTemplateBuilder' (OnBeanCondition) + + SbomEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + SbomEndpointAutoConfiguration#sbomEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.sbom.SbomEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ScheduledTasksEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + ScheduledTasksEndpointAutoConfiguration#scheduledTasksEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ScheduledTasksObservabilityAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' (OnClassCondition) + - @ConditionalOnBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) found bean 'observationRegistry' (OnBeanCondition) + + ServletEndpointManagementContextConfiguration matched: + - found 'session' scope (OnWebApplicationCondition) + + ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) + + ServletManagementContextAutoConfiguration matched: + - @ConditionalOnClass found required class 'jakarta.servlet.Servlet' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + + ServletWebServerFactoryAutoConfiguration matched: + - @ConditionalOnClass found required class 'jakarta.servlet.ServletRequest' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + + ServletWebServerFactoryAutoConfiguration#tomcatServletWebServerFactoryCustomizer matched: + - @ConditionalOnClass found required class 'org.apache.catalina.startup.Tomcat' (OnClassCondition) + + ServletWebServerFactoryConfiguration.EmbeddedTomcat matched: + - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition) + - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.server.ServletWebServerFactory; SearchStrategy: current) did not find any beans (OnBeanCondition) + + SimpleMetricsExportAutoConfiguration matched: + - @ConditionalOnEnabledMetricsExport management.defaults.metrics.export.enabled is considered true (OnMetricsExportEnabledCondition) + - @ConditionalOnBean (types: io.micrometer.core.instrument.Clock; SearchStrategy: all) found bean 'micrometerClock'; @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SimpleMetricsExportAutoConfiguration#simpleConfig matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.simple.SimpleConfig; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SmartJobAutoConfiguration matched: + - @ConditionalOnProperty (smart.job.enabled=true) matched (OnPropertyCondition) + + SmartJobClientManager matched: + - @ConditionalOnBean (types: net.lab1024.sa.base.module.support.job.config.SmartJobAutoConfiguration; SearchStrategy: all) found bean 'smartJobAutoConfiguration' (OnBeanCondition) + + SmartJobService matched: + - @ConditionalOnBean (types: net.lab1024.sa.base.module.support.job.config.SmartJobAutoConfiguration; SearchStrategy: all) found bean 'smartJobAutoConfiguration' (OnBeanCondition) + + SpringApplicationAdminJmxAutoConfiguration matched: + - @ConditionalOnProperty (spring.application.admin.enabled=true) matched (OnPropertyCondition) + + SpringApplicationAdminJmxAutoConfiguration#springApplicationAdminRegistrar matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDataWebAutoConfiguration matched: + - @ConditionalOnClass found required classes 'org.springframework.data.web.PageableHandlerMethodArgumentResolver', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnMissingBean (types: org.springframework.data.web.PageableHandlerMethodArgumentResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDataWebAutoConfiguration#pageableCustomizer matched: + - @ConditionalOnMissingBean (types: org.springframework.data.web.config.PageableHandlerMethodArgumentResolverCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDataWebAutoConfiguration#sortCustomizer matched: + - @ConditionalOnMissingBean (types: org.springframework.data.web.config.SortHandlerMethodArgumentResolverCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfigProperties matched: + - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SpringDocConfiguration matched: + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) + + SpringDocConfiguration#fileSupportConverter matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.converters.FileSupportConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#operationBuilder matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.service.OperationService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#parameterBuilder matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.service.GenericParameterService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#polymorphicModelConverter matched: + - @ConditionalOnProperty (springdoc.model-converters.polymorphic-converter.enabled) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springdoc.core.converters.PolymorphicModelConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#propertyCustomizingConverter matched: + - @ConditionalOnBean (types: org.springdoc.core.customizers.PropertyCustomizer; SearchStrategy: all) found bean 'schemaEnumPropertyCustomizer' (OnBeanCondition) + + SpringDocConfiguration#requestBodyBuilder matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.service.RequestBodyService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#responseSupportConverter matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.converters.ResponseSupportConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#schemaPropertyDeprecatingConverter matched: + - @ConditionalOnProperty (springdoc.model-converters.deprecating-converter.enabled) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springdoc.core.converters.SchemaPropertyDeprecatingConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#securityParser matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.service.SecurityService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#springDocCustomizers matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.SpringDocCustomizers; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#springDocProviders matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringDocProviders; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#springdocBeanFactoryPostProcessor matched: + - @ConditionalOnClass found required class 'org.springframework.boot.context.properties.bind.BindResult' (OnClassCondition) + - AnyNestedCondition 1 matched 1 did not; NestedCondition on CacheOrGroupedOpenApiCondition.OnCacheDisabled found non-matching nested conditions @ConditionalOnProperty (springdoc.cache.disabled) did not find property 'springdoc.cache.disabled', @ConditionalOnMissingBean (types: org.springdoc.core.models.GroupedOpenApi; SearchStrategy: all) found beans of type 'org.springdoc.core.models.GroupedOpenApi' businessApi, supportApi; NestedCondition on CacheOrGroupedOpenApiCondition.OnMultipleOpenApiSupportCondition AnyNestedCondition 1 matched 1 did not; NestedCondition on MultipleOpenApiSupportCondition.OnActuatorDifferentPort found non-matching nested conditions Management Port actual port type (SAME) did not match required type (DIFFERENT), @ConditionalOnProperty (springdoc.show-actuator) did not find property 'springdoc.show-actuator'; NestedCondition on MultipleOpenApiSupportCondition.OnMultipleOpenApiSupportCondition AnyNestedCondition 1 matched 1 did not; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupConfigProperty @ConditionalOnProperty (springdoc.group-configs[0].group) did not find property 'springdoc.group-configs[0].group'; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupedOpenApiBean @ConditionalOnBean (types: org.springdoc.core.models.GroupedOpenApi; SearchStrategy: all) found beans 'supportApi', 'businessApi' (CacheOrGroupedOpenApiCondition) + + SpringDocConfiguration#springdocObjectMapperProvider matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.providers.ObjectMapperProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration.QuerydslProvider matched: + - @ConditionalOnClass found required class 'org.springframework.data.querydsl.binding.QuerydslBindingsFactory' (OnClassCondition) + + SpringDocConfiguration.QuerydslProvider#queryDslQuerydslPredicateOperationCustomizer matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.QuerydslPredicateOperationCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration.SpringDocSpringDataWebPropertiesProvider matched: + - @ConditionalOnClass found required class 'org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties' (OnClassCondition) + + SpringDocConfiguration.SpringDocSpringDataWebPropertiesProvider#springDataWebPropertiesProvider matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringDataWebPropertiesProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration.SpringDocWebFluxSupportConfiguration matched: + - @ConditionalOnClass found required class 'reactor.core.publisher.Flux' (OnClassCondition) + + SpringDocConfiguration.SpringDocWebFluxSupportConfiguration#webFluxSupportConverter matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.converters.WebFluxSupportConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration.WebConversionServiceConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.boot.autoconfigure.web.format.WebConversionService' (OnClassCondition) + + SpringDocKotlinConfiguration matched: + - @ConditionalOnClass found required class 'kotlin.coroutines.Continuation' (OnClassCondition) + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) + - @ConditionalOnExpression (#{${springdoc.api-docs.enabled:true} and ${springdoc.enable-kotlin:true}}) resulted in true (OnExpressionCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SpringDocKotlinConfiguration#kotlinCoroutinesReturnTypeParser matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.parsers.KotlinCoroutinesReturnTypeParser; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocKotlinConfiguration#nullableKotlinRequestParameterCustomizer matched: + - @ConditionalOnProperty (springdoc.nullable-request-parameter-enabled) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.ParameterCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocPageableConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.data.domain.Pageable' (OnClassCondition) + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SpringDocPageableConfiguration#delegatingMethodParameterCustomizer matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.DelegatingMethodParameterCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocPageableConfiguration#pageableOpenAPIConverter matched: + - @ConditionalOnProperty (springdoc.model-converters.pageable-converter.enabled) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springdoc.core.converters.PageableOpenAPIConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocSortConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.data.domain.Sort' (OnClassCondition) + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SpringDocSortConfiguration#sortOpenAPIConverter matched: + - @ConditionalOnProperty (springdoc.model-converters.sort-converter.enabled) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springdoc.core.converters.SortOpenAPIConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocUIConfiguration matched: + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SpringDocWebMvcConfiguration matched: + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SpringDocWebMvcConfiguration#openApiResource matched: + - @ConditionalOnProperty (springdoc.use-management-port=false) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springdoc.webmvc.api.OpenApiWebMvcResource; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocWebMvcConfiguration#requestBuilder matched: + - @ConditionalOnMissingBean (types: org.springdoc.webmvc.core.service.RequestService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocWebMvcConfiguration#responseBuilder matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.service.GenericResponseService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocWebMvcConfiguration#springWebProvider matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringWebProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocWebMvcConfiguration.SpringDocWebMvcActuatorConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping' (OnClassCondition) + + SpringDocWebMvcConfiguration.SpringDocWebMvcRouterConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.servlet.function.RouterFunction' (OnClassCondition) + + SpringDocWebMvcConfiguration.SpringDocWebMvcRouterConfiguration#routerFunctionProvider matched: + - @ConditionalOnMissingBean (types: org.springdoc.webmvc.core.providers.RouterFunctionWebMvcProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SqlInitializationAutoConfiguration matched: + - @ConditionalOnProperty (spring.sql.init.enabled) matched (OnPropertyCondition) + - NoneNestedConditions 0 matched 1 did not; NestedCondition on SqlInitializationAutoConfiguration.SqlInitializationModeCondition.ModeIsNever @ConditionalOnProperty (spring.sql.init.mode=never) did not find property 'mode' (SqlInitializationAutoConfiguration.SqlInitializationModeCondition) + + SslAutoConfiguration#sslBundleRegistry matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.ssl.SslBundleRegistry,org.springframework.boot.ssl.SslBundles; SearchStrategy: all) did not find any beans (OnBeanCondition) + + StartupTimeMetricsListenerAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) + + StartupTimeMetricsListenerAutoConfiguration#startupTimeMetrics matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SwaggerConfig matched: + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (springdoc.swagger-ui.enabled) matched (OnPropertyCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SwaggerConfig#indexPageTransformer matched: + - @ConditionalOnMissingBean (types: org.springdoc.webmvc.ui.SwaggerIndexTransformer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SwaggerConfig#swaggerConfigResource matched: + - @ConditionalOnProperty (springdoc.use-management-port=false) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springdoc.webmvc.ui.SwaggerConfigResource; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SwaggerConfig#swaggerResourceResolver matched: + - @ConditionalOnMissingBean (types: org.springdoc.webmvc.ui.SwaggerResourceResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SwaggerConfig#swaggerWebMvcConfigurer matched: + - @ConditionalOnMissingBean (types: org.springdoc.webmvc.ui.SwaggerWebMvcConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SwaggerConfig#swaggerWelcome matched: + - @ConditionalOnProperty (springdoc.use-management-port=false) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springdoc.webmvc.ui.SwaggerWelcomeWebMvc; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SwaggerUiConfigParameters matched: + - @ConditionalOnProperty (springdoc.swagger-ui.enabled) matched (OnPropertyCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SwaggerUiConfigProperties matched: + - @ConditionalOnProperty (springdoc.swagger-ui.enabled) matched (OnPropertyCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SwaggerUiOAuthProperties matched: + - @ConditionalOnProperty (springdoc.swagger-ui.enabled) matched (OnPropertyCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SystemMetricsAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) + + SystemMetricsAutoConfiguration#diskSpaceMetrics matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.system.DiskSpaceMetricsBinder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SystemMetricsAutoConfiguration#fileDescriptorMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.FileDescriptorMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SystemMetricsAutoConfiguration#processorMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.ProcessorMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SystemMetricsAutoConfiguration#uptimeMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.UptimeMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TaskExecutionAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor' (OnClassCondition) + + TaskExecutorConfigurations.SimpleAsyncTaskExecutorBuilderConfiguration#simpleAsyncTaskExecutorBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + - @ConditionalOnThreading found PLATFORM (OnThreadingCondition) + + TaskExecutorConfigurations.TaskExecutorBuilderConfiguration#taskExecutorBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TaskExecutorConfigurations.ThreadPoolTaskExecutorBuilderConfiguration#threadPoolTaskExecutorBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskExecutorBuilder,org.springframework.boot.task.ThreadPoolTaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TaskExecutorMetricsAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.instrument.binder.jvm.ExecutorServiceMetrics' (OnClassCondition) + - @ConditionalOnBean (types: java.util.concurrent.Executor,io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans 'smart-async-executor', 'simpleMeterRegistry', 'taskScheduler' (OnBeanCondition) + + TaskSchedulingAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' (OnClassCondition) + + TaskSchedulingAutoConfiguration#scheduledBeanLazyInitializationExcludeFilter matched: + - @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) found bean 'org.springframework.context.annotation.internalScheduledAnnotationProcessor' (OnBeanCondition) + + TaskSchedulingConfigurations.SimpleAsyncTaskSchedulerBuilderConfiguration#simpleAsyncTaskSchedulerBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + - @ConditionalOnThreading found PLATFORM (OnThreadingCondition) + + TaskSchedulingConfigurations.TaskSchedulerBuilderConfiguration#taskSchedulerBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TaskSchedulingConfigurations.TaskSchedulerConfiguration matched: + - @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) found bean 'org.springframework.context.annotation.internalScheduledAnnotationProcessor'; @ConditionalOnMissingBean (types: org.springframework.scheduling.TaskScheduler,java.util.concurrent.ScheduledExecutorService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TaskSchedulingConfigurations.TaskSchedulerConfiguration#taskScheduler matched: + - @ConditionalOnThreading found PLATFORM (OnThreadingCondition) + + TaskSchedulingConfigurations.ThreadPoolTaskSchedulerBuilderConfiguration#threadPoolTaskSchedulerBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskSchedulerBuilder,org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ThreadDumpEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + ThreadDumpEndpointAutoConfiguration#dumpEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.management.ThreadDumpEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TomcatMetricsAutoConfiguration matched: + - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.binder.tomcat.TomcatMetrics', 'org.apache.catalina.Manager' (OnClassCondition) + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + + TomcatMetricsAutoConfiguration#tomcatMetricsBinder matched: + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry'; @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.tomcat.TomcatMetrics,org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TransactionAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition) + + TransactionAutoConfiguration.TransactionTemplateConfiguration matched: + - @ConditionalOnSingleCandidate (types: org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all) found a single bean 'transactionManager' (OnBeanCondition) + + TransactionAutoConfiguration.TransactionTemplateConfiguration#transactionTemplate matched: + - @ConditionalOnMissingBean (types: org.springframework.transaction.support.TransactionOperations; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TransactionManagerCustomizationAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition) + + TransactionManagerCustomizationAutoConfiguration#platformTransactionManagerCustomizers matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ValidationAutoConfiguration matched: + - @ConditionalOnClass found required class 'jakarta.validation.executable.ExecutableValidator' (OnClassCondition) + - @ConditionalOnResource found location classpath:META-INF/services/jakarta.validation.spi.ValidationProvider (OnResourceCondition) + + ValidationAutoConfiguration#defaultValidator matched: + - @ConditionalOnMissingBean (types: jakarta.validation.Validator; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ValidationAutoConfiguration#methodValidationPostProcessor matched: + - @ConditionalOnMissingBean (types: org.springframework.validation.beanvalidation.MethodValidationPostProcessor; SearchStrategy: current) did not find any beans (OnBeanCondition) + + WarmFlowUiConfig matched: + - @ConditionalOnProperty (warm-flow.ui=true) matched (OnPropertyCondition) + + WebEndpointAutoConfiguration matched: + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + + WebEndpointAutoConfiguration#controllerEndpointDiscoverer matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebEndpointAutoConfiguration#endpointMediaTypes matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebEndpointAutoConfiguration#pathMappedEndpoints matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebEndpointAutoConfiguration#webEndpointDiscoverer matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebEndpointAutoConfiguration.WebEndpointServletConfiguration matched: + - found 'session' scope (OnWebApplicationCondition) + + WebEndpointAutoConfiguration.WebEndpointServletConfiguration#servletEndpointDiscoverer matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration matched: + - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnMissingBean (types: org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration#formContentFilter matched: + - @ConditionalOnProperty (spring.mvc.formcontent.filter.enabled) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springframework.web.filter.FormContentFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration.EnableWebMvcConfiguration#flashMapManager matched: + - @ConditionalOnMissingBean (names: flashMapManager; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration.EnableWebMvcConfiguration#localeResolver matched: + - @ConditionalOnMissingBean (names: localeResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration.EnableWebMvcConfiguration#themeResolver matched: + - @ConditionalOnMissingBean (names: themeResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#defaultViewResolver matched: + - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.InternalResourceViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#requestContextFilter matched: + - @ConditionalOnMissingBean (types: org.springframework.web.context.request.RequestContextListener,org.springframework.web.filter.RequestContextFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#viewResolver matched: + - @ConditionalOnBean (types: org.springframework.web.servlet.ViewResolver; SearchStrategy: all) found beans 'defaultViewResolver', 'beanNameViewResolver', 'mvcViewResolver'; @ConditionalOnMissingBean (names: viewResolver types: org.springframework.web.servlet.view.ContentNegotiatingViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcEndpointManagementContextConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet,org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier; SearchStrategy: all) found beans 'webEndpointDiscoverer', 'dispatcherServlet' (OnBeanCondition) + + WebMvcEndpointManagementContextConfiguration#controllerEndpointHandlerMapping matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcEndpointManagementContextConfiguration#endpointObjectMapperWebMvcConfigurer matched: + - @ConditionalOnBean (types: org.springframework.boot.actuate.endpoint.jackson.EndpointObjectMapper; SearchStrategy: all) found bean 'endpointObjectMapper' (OnBeanCondition) + + WebMvcEndpointManagementContextConfiguration#webEndpointServletHandlerMapping matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcObservationAutoConfiguration matched: + - @ConditionalOnClass found required classes 'org.springframework.web.servlet.DispatcherServlet', 'io.micrometer.observation.Observation' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) found bean 'observationRegistry' (OnBeanCondition) + + WebMvcObservationAutoConfiguration#webMvcObservationFilter matched: + - @ConditionalOnMissingBean (types: org.springframework.web.filter.ServerHttpObservationFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcObservationAutoConfiguration.MeterFilterConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) + + WebSocketServletAutoConfiguration matched: + - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'jakarta.websocket.server.ServerContainer' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + + WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration matched: + - @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.tomcat.websocket.server.WsSci' (OnClassCondition) + + WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration#websocketServletWebServerCustomizer matched: + - @ConditionalOnMissingBean (names: websocketServletWebServerCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WorkflowGlobalListener matched: + - @ConditionalOnProperty (warm-flow.enabled=true) matched (OnPropertyCondition) + + WorkflowPermissionHandler matched: + - @ConditionalOnProperty (warm-flow.enabled=true) matched (OnPropertyCondition) + + +Negative matches: +----------------- + + ActiveMQAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition) + + AopAutoConfiguration.AspectJAutoProxyingConfiguration.JdkDynamicAutoProxyConfiguration: + Did not match: + - @ConditionalOnProperty (spring.aop.proxy-target-class=false) did not find property 'proxy-target-class' (OnPropertyCondition) + + AopAutoConfiguration.ClassProxyingConfiguration: + Did not match: + - @ConditionalOnMissingClass found unwanted class 'org.aspectj.weaver.Advice' (OnClassCondition) + + AppOpticsMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.appoptics.AppOpticsMeterRegistry' (OnClassCondition) + + ArtemisAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition) + + AtlasMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.atlas.AtlasMeterRegistry' (OnClassCondition) + + AuditAutoConfiguration: + Did not match: + - @ConditionalOnBean (types: org.springframework.boot.actuate.audit.AuditEventRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.audit.AuditEventRepository (OnBeanCondition) + Matched: + - @ConditionalOnProperty (management.auditevents.enabled) matched (OnPropertyCondition) + + AuditEventsEndpointAutoConfiguration#auditEventsEndpoint: + Did not match: + - @ConditionalOnBean (types: org.springframework.boot.actuate.audit.AuditEventRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.audit.AuditEventRepository (OnBeanCondition) + + AvailabilityHealthContributorAutoConfiguration#livenessStateHealthIndicator: + Did not match: + - @ConditionalOnProperty (management.health.livenessstate.enabled=true) did not find property 'enabled' (OnPropertyCondition) + + AvailabilityHealthContributorAutoConfiguration#readinessStateHealthIndicator: + Did not match: + - @ConditionalOnProperty (management.health.readinessstate.enabled=true) did not find property 'enabled' (OnPropertyCondition) + + AvailabilityProbesAutoConfiguration: + Did not match: + - Probes availability not running on a supported cloud platform (AvailabilityProbesAutoConfiguration.ProbesCondition) + + BatchAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.batch.core.launch.JobLauncher' (OnClassCondition) + + BatchObservationAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.batch.core.configuration.annotation.BatchObservabilityBeanPostProcessor' (OnClassCondition) + + BraveAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'brave.Tracer' (OnClassCondition) + + Cache2kCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.cache2k.Cache2kBuilder' (OnClassCondition) + + CacheAutoConfiguration.CacheManagerEntityManagerFactoryDependsOnPostProcessor: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean' (OnClassCondition) + + CacheConfig#redisCacheService: + Did not match: + - @ConditionalOnProperty (spring.cache.type=redis) found different value in property 'type' (OnPropertyCondition) + + CacheMeterBinderProvidersConfiguration.Cache2kCacheMeterBinderProviderConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.cache2k.Cache2kBuilder', 'org.cache2k.extra.spring.SpringCache2kCache', 'org.cache2k.extra.micrometer.Cache2kCacheMetrics' (OnClassCondition) + + CacheMeterBinderProvidersConfiguration.HazelcastCacheMeterBinderProviderConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'com.hazelcast.spring.cache.HazelcastCache', 'com.hazelcast.core.Hazelcast' (OnClassCondition) + + CachesEndpointAutoConfiguration#cachesEndpointWebExtension: + Did not match: + - @ConditionalOnAvailableEndpoint no 'management.endpoints' property marked it as exposed (OnAvailableEndpointCondition) + Matched: + - @ConditionalOnBean (types: org.springframework.boot.actuate.cache.CachesEndpoint; SearchStrategy: all) found bean 'cachesEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.cache.CachesEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) + + CassandraAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) + + CassandraDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) + + CassandraHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) + + CassandraReactiveDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) + + CassandraReactiveHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) + + CassandraReactiveRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.cassandra.ReactiveSession' (OnClassCondition) + + CassandraRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) + + ClientHttpConnectorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) + + CloudFoundryActuatorAutoConfiguration: + Did not match: + - @ConditionalOnCloudPlatform did not find CLOUD_FOUNDRY (OnCloudPlatformCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (management.cloudfoundry.enabled) matched (OnPropertyCondition) + + CodecsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) + + CompositeMeterRegistryConfiguration: + Did not match: + - NoneNestedConditions 1 matched 1 did not; NestedCondition on CompositeMeterRegistryConfiguration.MultipleNonPrimaryMeterRegistriesCondition.SingleInjectableMeterRegistry @ConditionalOnSingleCandidate (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found a single bean 'simpleMeterRegistry'; NestedCondition on CompositeMeterRegistryConfiguration.MultipleNonPrimaryMeterRegistriesCondition.NoMeterRegistryCondition @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans of type 'io.micrometer.core.instrument.MeterRegistry' simpleMeterRegistry (CompositeMeterRegistryConfiguration.MultipleNonPrimaryMeterRegistriesCondition) + + ConfigurationPropertiesReportEndpointAutoConfiguration#configurationPropertiesReportEndpointWebExtension: + Did not match: + - @ConditionalOnAvailableEndpoint no 'management.endpoints' property marked it as exposed (OnAvailableEndpointCondition) + Matched: + - @ConditionalOnBean (types: org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint; SearchStrategy: all) found bean 'configurationPropertiesReportEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ConnectionFactoryHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition) + + ConnectionPoolMetricsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.r2dbc.pool.ConnectionPool' (OnClassCondition) + + CouchbaseAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) + + CouchbaseCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) + + CouchbaseDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition) + + CouchbaseHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) + + CouchbaseReactiveDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) + + CouchbaseReactiveHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) + + CouchbaseReactiveRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) + + CouchbaseRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition) + + DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration: + Did not match: + - EmbeddedDataSource spring.datasource.url is set (DataSourceAutoConfiguration.EmbeddedDatabaseCondition) + + DataSourceAutoConfiguration.PooledDataSourceConfiguration: + Did not match: + - @ConditionalOnMissingBean (types: javax.sql.DataSource,javax.sql.XADataSource; SearchStrategy: all) found beans of type 'javax.sql.DataSource' druidDataSource (OnBeanCondition) + Matched: + - AnyNestedCondition 1 matched 1 did not; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.PooledDataSourceAvailable PooledDataSource found supported DataSource; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.ExplicitType @ConditionalOnProperty (spring.datasource.type) did not find property 'type' (DataSourceAutoConfiguration.PooledDataSourceCondition) + + DataSourceCheckpointRestoreConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.crac.Resource' (OnClassCondition) + + DataSourceConfiguration.Dbcp2: + Did not match: + - @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition) + + DataSourceConfiguration.Generic: + Did not match: + - @ConditionalOnProperty (spring.datasource.type) did not find property 'spring.datasource.type' (OnPropertyCondition) + + DataSourceConfiguration.OracleUcp: + Did not match: + - @ConditionalOnClass did not find required classes 'oracle.ucp.jdbc.PoolDataSourceImpl', 'oracle.jdbc.OracleConnection' (OnClassCondition) + + DataSourceConfiguration.Tomcat: + Did not match: + - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition) + + DataSourceJmxConfiguration.TomcatDataSourceJmxConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSourceProxy' (OnClassCondition) + + DataSourcePoolMetadataProvidersConfiguration.CommonsDbcp2PoolDataSourceMetadataProviderConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition) + + DataSourcePoolMetadataProvidersConfiguration.OracleUcpPoolDataSourceMetadataProviderConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'oracle.ucp.jdbc.PoolDataSource', 'oracle.jdbc.OracleConnection' (OnClassCondition) + + DataSourcePoolMetadataProvidersConfiguration.TomcatDataSourcePoolMetadataProviderConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition) + + DatadogMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.datadog.DatadogMeterRegistry' (OnClassCondition) + + DdlAutoConfiguration#ddlApplicationRunner: + Did not match: + - @ConditionalOnBean (types: com.baomidou.mybatisplus.extension.ddl.IDdl; SearchStrategy: all) did not find any beans of type com.baomidou.mybatisplus.extension.ddl.IDdl (OnBeanCondition) + + DispatcherServletAutoConfiguration.DispatcherServletConfiguration#multipartResolver: + Did not match: + - @ConditionalOnBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans of type org.springframework.web.multipart.MultipartResolver (OnBeanCondition) + + DruidDataSourceAutoConfigure#dataSource: + Did not match: + - @ConditionalOnMissingBean (types: com.alibaba.druid.spring.boot3.autoconfigure.DruidDataSourceWrapper,com.alibaba.druid.pool.DruidDataSource,javax.sql.DataSource; SearchStrategy: all) found beans of type 'javax.sql.DataSource' druidDataSource (OnBeanCondition) + + DruidFilterConfiguration#commonsLogFilter: + Did not match: + - @ConditionalOnProperty (spring.datasource.druid.filter.commons-log.enabled) did not find property 'enabled' (OnPropertyCondition) + + DruidFilterConfiguration#configFilter: + Did not match: + - @ConditionalOnProperty (spring.datasource.druid.filter.config.enabled) did not find property 'enabled' (OnPropertyCondition) + + DruidFilterConfiguration#encodingConvertFilter: + Did not match: + - @ConditionalOnProperty (spring.datasource.druid.filter.encoding.enabled) did not find property 'enabled' (OnPropertyCondition) + + DruidFilterConfiguration#log4j2Filter: + Did not match: + - @ConditionalOnProperty (spring.datasource.druid.filter.log4j2.enabled) did not find property 'enabled' (OnPropertyCondition) + + DruidFilterConfiguration#log4jFilter: + Did not match: + - @ConditionalOnProperty (spring.datasource.druid.filter.log4j.enabled) did not find property 'enabled' (OnPropertyCondition) + + DruidFilterConfiguration#slf4jLogFilter: + Did not match: + - @ConditionalOnProperty (spring.datasource.druid.filter.slf4j.enabled) did not find property 'enabled' (OnPropertyCondition) + + DruidFilterConfiguration#statFilter: + Did not match: + - @ConditionalOnProperty (spring.datasource.druid.filter.stat.enabled) did not find property 'enabled' (OnPropertyCondition) + + DruidFilterConfiguration#wallConfig: + Did not match: + - @ConditionalOnProperty (spring.datasource.druid.filter.wall.enabled) did not find property 'enabled' (OnPropertyCondition) + + DruidFilterConfiguration#wallFilter: + Did not match: + - @ConditionalOnProperty (spring.datasource.druid.filter.wall.enabled) did not find property 'enabled' (OnPropertyCondition) + + DruidSpringAopConfiguration: + Did not match: + - @ConditionalOnProperty (spring.datasource.druid.aop-patterns) did not find property 'spring.datasource.druid.aop-patterns' (OnPropertyCondition) + + DruidStatViewServletConfiguration: + Did not match: + - @ConditionalOnProperty (spring.datasource.druid.stat-view-servlet.enabled=true) did not find property 'spring.datasource.druid.stat-view-servlet.enabled' (OnPropertyCondition) + Matched: + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + + DruidWebStatFilterConfiguration: + Did not match: + - @ConditionalOnProperty (spring.datasource.druid.web-stat-filter.enabled=true) did not find property 'spring.datasource.druid.web-stat-filter.enabled' (OnPropertyCondition) + Matched: + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + + DynatraceMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.dynatrace.DynatraceMeterRegistry' (OnClassCondition) + + ElasticMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.elastic.ElasticMeterRegistry' (OnClassCondition) + + ElasticsearchClientAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'co.elastic.clients.elasticsearch.ElasticsearchClient' (OnClassCondition) + + ElasticsearchDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.elc.ElasticsearchTemplate' (OnClassCondition) + + ElasticsearchReactiveHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchClient' (OnClassCondition) + + ElasticsearchRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.repository.ElasticsearchRepository' (OnClassCondition) + + ElasticsearchRestClientAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestClientBuilder' (OnClassCondition) + + ElasticsearchRestHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestClient' (OnClassCondition) + + EmbeddedLdapAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.unboundid.ldap.listener.InMemoryDirectoryServer' (OnClassCondition) + + EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.ee10.webapp.WebAppContext' (OnClassCondition) + + EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'reactor.netty.http.server.HttpServer' (OnClassCondition) + + EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration#tomcatVirtualThreadsProtocolHandlerCustomizer: + Did not match: + - @ConditionalOnThreading did not find VIRTUAL (OnThreadingCondition) + + EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition) + + EnvironmentEndpointAutoConfiguration#environmentEndpointWebExtension: + Did not match: + - @ConditionalOnAvailableEndpoint no 'management.endpoints' property marked it as exposed (OnAvailableEndpointCondition) + Matched: + - @ConditionalOnBean (types: org.springframework.boot.actuate.env.EnvironmentEndpoint; SearchStrategy: all) found bean 'environmentEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ErrorWebFluxAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) + + FileConfig#initAmazonS3: + Did not match: + - @ConditionalOnProperty (file.storage.mode=cloud) found different value in property 'mode' (OnPropertyCondition) + + FileConfig#initCloudFileService: + Did not match: + - @ConditionalOnProperty (file.storage.mode=cloud) found different value in property 'mode' (OnPropertyCondition) + + FlywayAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition) + + FlywayEndpointAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition) + + FreeMarkerNonWebConfiguration: + Did not match: + - @ConditionalOnWebApplication found 'session' scope and did not find reactive web application classes (OnWebApplicationCondition) + + FreeMarkerReactiveWebConfiguration: + Did not match: + - did not find reactive web application classes (OnWebApplicationCondition) + + FreeMarkerServletWebConfiguration#resourceUrlEncodingFilter: + Did not match: + - @ConditionalOnEnabledResourceChain did not find class org.webjars.WebJarAssetLocator (OnEnabledResourceChainCondition) + + GangliaMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.ganglia.GangliaMeterRegistry' (OnClassCondition) + + GenericCacheConfiguration: + Did not match: + - Cache org.springframework.boot.autoconfigure.cache.GenericCacheConfiguration unknown cache type (CacheCondition) + + GraphQlAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlObservationAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlQueryByExampleAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlQuerydslAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.querydsl.core.Query' (OnClassCondition) + + GraphQlRSocketAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlReactiveQueryByExampleAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlReactiveQuerydslAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.querydsl.core.Query' (OnClassCondition) + + GraphQlWebFluxAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlWebFluxSecurityAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlWebMvcAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlWebMvcSecurityAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphiteMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.graphite.GraphiteMeterRegistry' (OnClassCondition) + + GroovyTemplateAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'groovy.text.markup.MarkupTemplateEngine' (OnClassCondition) + + GsonAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.google.gson.Gson' (OnClassCondition) + + GsonHttpMessageConvertersConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.google.gson.Gson' (OnClassCondition) + + H2ConsoleAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.h2.server.web.JakartaWebServlet' (OnClassCondition) + + HazelcastAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) + + HazelcastCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) + + HazelcastHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) + + HazelcastJpaDependencyAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) + + HealthEndpointReactiveWebExtensionConfiguration: + Did not match: + - did not find reactive web application classes (OnWebApplicationCondition) + + HealthEndpointWebExtensionConfiguration.JerseyAdditionalHealthEndpointPathsConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition) + + HibernateJpaAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.persistence.EntityManager' (OnClassCondition) + + HibernateMetricsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.persistence.EntityManagerFactory' (OnClassCondition) + + HttpExchangesAutoConfiguration: + Did not match: + - @ConditionalOnBean (types: org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository (OnBeanCondition) + Matched: + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (management.httpexchanges.recording.enabled) matched (OnPropertyCondition) + + HttpExchangesAutoConfiguration.ReactiveHttpExchangesConfiguration: + Did not match: + - did not find reactive web application classes (OnWebApplicationCondition) + - Ancestor org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) + + HttpExchangesAutoConfiguration.ServletHttpExchangesConfiguration: + Did not match: + - Ancestor org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) + Matched: + - found 'session' scope (OnWebApplicationCondition) + + HttpExchangesEndpointAutoConfiguration#httpExchangesEndpoint: + Did not match: + - @ConditionalOnBean (types: org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository (OnBeanCondition) + + HttpHandlerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition) + + HumioMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.humio.HumioMeterRegistry' (OnClassCondition) + + HypermediaAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.hateoas.EntityModel' (OnClassCondition) + + IdentifierGeneratorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.cloud.commons.util.InetUtils' (OnClassCondition) + + InfinispanCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.infinispan.spring.embedded.provider.SpringEmbeddedCacheManager' (OnClassCondition) + + InfluxDbAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.influxdb.InfluxDB' (OnClassCondition) + + InfluxDbHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.influxdb.InfluxDB' (OnClassCondition) + + InfluxMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.influx.InfluxMeterRegistry' (OnClassCondition) + + InfoContributorAutoConfiguration#buildInfoContributor: + Did not match: + - @ConditionalOnSingleCandidate (types: org.springframework.boot.info.BuildProperties; SearchStrategy: all) did not find any beans (OnBeanCondition) + Matched: + - @ConditionalOnEnabledInfoContributor management.info.defaults.enabled is considered true (OnEnabledInfoContributorCondition) + + InfoContributorAutoConfiguration#envInfoContributor: + Did not match: + - @ConditionalOnEnabledInfoContributor management.info.env.enabled is not true (OnEnabledInfoContributorCondition) + + InfoContributorAutoConfiguration#gitInfoContributor: + Did not match: + - @ConditionalOnSingleCandidate (types: org.springframework.boot.info.GitProperties; SearchStrategy: all) did not find any beans (OnBeanCondition) + Matched: + - @ConditionalOnEnabledInfoContributor management.info.defaults.enabled is considered true (OnEnabledInfoContributorCondition) + + InfoContributorAutoConfiguration#javaInfoContributor: + Did not match: + - @ConditionalOnEnabledInfoContributor management.info.java.enabled is not true (OnEnabledInfoContributorCondition) + + InfoContributorAutoConfiguration#osInfoContributor: + Did not match: + - @ConditionalOnEnabledInfoContributor management.info.os.enabled is not true (OnEnabledInfoContributorCondition) + + InfoContributorAutoConfiguration#processInfoContributor: + Did not match: + - @ConditionalOnEnabledInfoContributor management.info.process.enabled is not true (OnEnabledInfoContributorCondition) + + IntegrationAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.integration.config.EnableIntegration' (OnClassCondition) + + IntegrationGraphEndpointAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.integration.graph.IntegrationGraphServer' (OnClassCondition) + + JCacheCacheConfiguration: + Did not match: + - Cache org.springframework.boot.autoconfigure.cache.JCacheCacheConfiguration unknown cache type (CacheCondition) + Matched: + - @ConditionalOnClass found required classes 'javax.cache.Caching', 'org.springframework.cache.jcache.JCacheCacheManager' (OnClassCondition) + + JacksonHttpMessageConvertersConfiguration.MappingJackson2XmlHttpMessageConverterConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.fasterxml.jackson.dataformat.xml.XmlMapper' (OnClassCondition) + + JdbcRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration' (OnClassCondition) + + JedisConnectionConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'redis.clients.jedis.Jedis' (OnClassCondition) + + JerseyAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.spring.SpringComponentProvider' (OnClassCondition) + + JerseySameManagementContextConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition) + + JerseyServerMetricsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.glassfish.jersey.micrometer.server.ObservationApplicationEventListener' (OnClassCondition) + + JerseyWebEndpointManagementContextConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition) + + JettyMetricsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.eclipse.jetty.server.Server' (OnClassCondition) + + JmsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.jms.Message' (OnClassCondition) + + JmsHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition) + + JmxMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.jmx.JmxMeterRegistry' (OnClassCondition) + + JndiConnectionFactoryAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.jms.core.JmsTemplate' (OnClassCondition) + + JndiDataSourceAutoConfiguration: + Did not match: + - @ConditionalOnProperty (spring.datasource.jndi-name) did not find property 'jndi-name' (OnPropertyCondition) + Matched: + - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition) + + JooqAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.jooq.DSLContext' (OnClassCondition) + + JpaRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.jpa.repository.JpaRepository' (OnClassCondition) + + JsonbAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.json.bind.Jsonb' (OnClassCondition) + + JsonbHttpMessageConvertersConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.json.bind.Jsonb' (OnClassCondition) + + JtaAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.transaction.Transaction' (OnClassCondition) + + KafkaAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.kafka.core.KafkaTemplate' (OnClassCondition) + + KafkaMetricsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.kafka.core.ProducerFactory' (OnClassCondition) + + KairosMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.kairos.KairosMeterRegistry' (OnClassCondition) + + Knife4jAutoConfiguration#corsFilter: + Did not match: + - @ConditionalOnProperty (knife4j.cors=true) did not find property 'knife4j.cors' (OnPropertyCondition) + + Knife4jAutoConfiguration#productionSecurityFilter: + Did not match: + - @ConditionalOnProperty (knife4j.production=true) did not find property 'knife4j.production' (OnPropertyCondition) + + Knife4jAutoConfiguration#securityBasicAuthFilter: + Did not match: + - @ConditionalOnProperty (knife4j.basic.enable=true) found different value in property 'knife4j.basic.enable' (OnPropertyCondition) + + Knife4jInsightAutoConfiguration: + Did not match: + - @ConditionalOnProperty (knife4j.insight.enable=true) did not find property 'knife4j.insight.enable' (OnPropertyCondition) + + LdapAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.ldap.core.ContextSource' (OnClassCondition) + + LdapHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.ldap.core.LdapOperations' (OnClassCondition) + + LdapRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.ldap.repository.LdapRepository' (OnClassCondition) + + LettuceConnectionConfiguration#redisConnectionFactory: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.data.redis.connection.RedisConnectionFactory; SearchStrategy: all) found beans of type 'org.springframework.data.redis.connection.RedisConnectionFactory' redissonConnectionFactory (OnBeanCondition) + + LettuceConnectionConfiguration#redisConnectionFactoryVirtualThreads: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.data.redis.connection.RedisConnectionFactory; SearchStrategy: all) found beans of type 'org.springframework.data.redis.connection.RedisConnectionFactory' redissonConnectionFactory (OnBeanCondition) + + LiquibaseAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'liquibase.change.DatabaseChange' (OnClassCondition) + + LiquibaseEndpointAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'liquibase.integration.spring.SpringLiquibase' (OnClassCondition) + + LogFileWebEndpointAutoConfiguration#logFileWebEndpoint: + Did not match: + - Log File did not find logging file (LogFileWebEndpointAutoConfiguration.LogFileCondition) + + LogbackMetricsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'ch.qos.logback.classic.LoggerContext' (OnClassCondition) + + MailHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnEnabledHealthIndicator management.health.mail.enabled is false (OnEnabledHealthIndicatorCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.mail.javamail.JavaMailSenderImpl' (OnClassCondition) + + MailSenderJndiConfiguration: + Did not match: + - @ConditionalOnProperty (spring.mail.jndi-name) did not find property 'jndi-name' (OnPropertyCondition) + Matched: + - @ConditionalOnClass found required class 'jakarta.mail.Session' (OnClassCondition) + + MailSenderValidatorAutoConfiguration: + Did not match: + - @ConditionalOnProperty (spring.mail.test-connection) did not find property 'test-connection' (OnPropertyCondition) + + ManagementContextAutoConfiguration.DifferentManagementContextConfiguration: + Did not match: + - Management Port actual port type (SAME) did not match required type (DIFFERENT) (OnManagementPortCondition) + + ManagementWebSecurityAutoConfiguration: + Did not match: + - AllNestedConditions 1 matched 1 did not; NestedCondition on DefaultWebSecurityCondition.Beans @ConditionalOnMissingBean (types: org.springframework.security.web.SecurityFilterChain; SearchStrategy: all) did not find any beans; NestedCondition on DefaultWebSecurityCondition.Classes @ConditionalOnClass did not find required classes 'org.springframework.security.web.SecurityFilterChain', 'org.springframework.security.config.annotation.web.builders.HttpSecurity' (DefaultWebSecurityCondition) + Matched: + - found 'session' scope (OnWebApplicationCondition) + + MappingsEndpointAutoConfiguration.ReactiveWebConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition) + + MessageSourceAutoConfiguration: + Did not match: + - ResourceBundle did not find bundle with basename messages (MessageSourceAutoConfiguration.ResourceBundleCondition) + + MetricsAspectsAutoConfiguration: + Did not match: + - AnyNestedCondition 0 matched 2 did not; NestedCondition on MetricsAspectsAutoConfiguration.ObservationAnnotationsEnabledCondition.ManagementObservationsEnabledCondition @ConditionalOnProperty (management.observations.annotations.enabled=true) did not find property 'enabled'; NestedCondition on MetricsAspectsAutoConfiguration.ObservationAnnotationsEnabledCondition.MicrometerObservationsEnabledCondition @ConditionalOnProperty (micrometer.observations.annotations.enabled=true) did not find property 'enabled' (MetricsAspectsAutoConfiguration.ObservationAnnotationsEnabledCondition) + Matched: + - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.MeterRegistry', 'org.aspectj.weaver.Advice' (OnClassCondition) + + MicrometerTracingAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) + + MongoAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) + + MongoDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) + + MongoHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.mongodb.core.MongoTemplate' (OnClassCondition) + + MongoMetricsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.MongoClientSettings' (OnClassCondition) + + MongoReactiveAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) + + MongoReactiveDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) + + MongoReactiveHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.mongodb.core.ReactiveMongoTemplate' (OnClassCondition) + + MongoReactiveRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) + + MongoRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) + + MultipleOpenApiSupportConfiguration.SpringDocWebMvcActuatorDifferentConfiguration: + Did not match: + - Management Port actual port type (SAME) did not match required type (DIFFERENT) (OnManagementPortCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping' (OnClassCondition) + + MustacheAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.samskivert.mustache.Mustache' (OnClassCondition) + + MybatisPlusAutoConfiguration#sqlSessionFactory: + Did not match: + - @ConditionalOnMissingBean (types: org.apache.ibatis.session.SqlSessionFactory; SearchStrategy: all) found beans of type 'org.apache.ibatis.session.SqlSessionFactory' sqlSessionFactory (OnBeanCondition) + + MybatisPlusAutoConfiguration.MapperScannerRegistrarNotFoundConfiguration: + Did not match: + - @ConditionalOnMissingBean (types: org.mybatis.spring.mapper.MapperFactoryBean,org.mybatis.spring.mapper.MapperScannerConfigurer; SearchStrategy: all) found beans of type 'org.mybatis.spring.mapper.MapperScannerConfigurer' net.lab1024.sa.admin.AdminApplication#MapperScannerRegistrar#0 (OnBeanCondition) + + MybatisPlusInnerInterceptorAutoConfiguration: + Did not match: + - @ConditionalOnBean (types: com.baomidou.mybatisplus.extension.plugins.inner.InnerInterceptor; SearchStrategy: all) did not find any beans of type com.baomidou.mybatisplus.extension.plugins.inner.InnerInterceptor (OnBeanCondition) + + MybatisPlusLanguageDriverAutoConfiguration.FreeMarkerConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.mybatis.scripting.freemarker.FreeMarkerLanguageDriver', 'org.mybatis.scripting.freemarker.FreeMarkerLanguageDriverConfig' (OnClassCondition) + + MybatisPlusLanguageDriverAutoConfiguration.LegacyFreeMarkerConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.mybatis.scripting.freemarker.FreeMarkerLanguageDriver' (OnClassCondition) + + MybatisPlusLanguageDriverAutoConfiguration.LegacyVelocityConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.mybatis.scripting.velocity.Driver' (OnClassCondition) + + MybatisPlusLanguageDriverAutoConfiguration.ThymeleafConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.mybatis.scripting.thymeleaf.ThymeleafLanguageDriver' (OnClassCondition) + + MybatisPlusLanguageDriverAutoConfiguration.VelocityConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.mybatis.scripting.velocity.VelocityLanguageDriver', 'org.mybatis.scripting.velocity.VelocityLanguageDriverConfig' (OnClassCondition) + + Neo4jAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) + + Neo4jDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) + + Neo4jHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) + + Neo4jReactiveDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) + + Neo4jReactiveRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) + + Neo4jRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) + + NewRelicMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.newrelic.NewRelicMeterRegistry' (OnClassCondition) + + NoOpCacheConfiguration: + Did not match: + - Cache org.springframework.boot.autoconfigure.cache.NoOpCacheConfiguration unknown cache type (CacheCondition) + + NoOpMeterRegistryConfiguration: + Did not match: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans of type 'io.micrometer.core.instrument.MeterRegistry' simpleMeterRegistry (OnBeanCondition) + + NoopTracerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) + + OAuth2AuthorizationServerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.authorization.OAuth2Authorization' (OnClassCondition) + + OAuth2AuthorizationServerJwtAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.authorization.OAuth2Authorization' (OnClassCondition) + + OAuth2ClientAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.configuration.EnableWebSecurity' (OnClassCondition) + + OAuth2ResourceServerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthenticationToken' (OnClassCondition) + + ObservationAutoConfiguration.MeterObservationHandlerConfiguration.TracingAndMetricsObservationHandlerConfiguration: + Did not match: + - @ConditionalOnBean did not find required type 'io.micrometer.tracing.Tracer' (OnBeanCondition) + - @ConditionalOnBean (types: io.micrometer.tracing.Tracer; SearchStrategy: all) did not find any beans of type io.micrometer.tracing.Tracer (OnBeanCondition) + + ObservationAutoConfiguration.MetricsWithTracingConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) + + ObservationAutoConfiguration.OnlyTracingConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) + + org.springframework.boot.actuate.autoconfigure.opentelemetry.OpenTelemetryAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.opentelemetry.sdk.OpenTelemetrySdk' (OnClassCondition) + + org.springframework.boot.actuate.autoconfigure.tracing.OpenTelemetryAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.tracing.otel.bridge.OtelTracer' (OnClassCondition) + + OtlpAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.tracing.otel.bridge.OtelTracer' (OnClassCondition) + + OtlpMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.registry.otlp.OtlpMeterRegistry' (OnClassCondition) + + ProjectInfoAutoConfiguration#buildProperties: + Did not match: + - @ConditionalOnResource did not find resource '${spring.info.build.location:classpath:META-INF/build-info.properties}' (OnResourceCondition) + + ProjectInfoAutoConfiguration#gitProperties: + Did not match: + - GitResource did not find git info at classpath:git.properties (ProjectInfoAutoConfiguration.GitResourceAvailableCondition) + + PrometheusExemplarsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) + + PrometheusMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.prometheusmetrics.PrometheusMeterRegistry' (OnClassCondition) + + PrometheusSimpleclientExemplarsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) + + PrometheusSimpleclientMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.prometheus.PrometheusMeterRegistry' (OnClassCondition) + + PulsarAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.apache.pulsar.client.api.PulsarClient' (OnClassCondition) + + PulsarReactiveAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.apache.pulsar.client.api.PulsarClient' (OnClassCondition) + + QuartzAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.quartz.Scheduler' (OnClassCondition) + + QuartzEndpointAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.quartz.Scheduler' (OnClassCondition) + + R2dbcAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition) + + R2dbcDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.r2dbc.core.R2dbcEntityTemplate' (OnClassCondition) + + R2dbcInitializationConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'io.r2dbc.spi.ConnectionFactory', 'org.springframework.r2dbc.connection.init.DatabasePopulator' (OnClassCondition) + + R2dbcObservationAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.r2dbc.proxy.ProxyConnectionFactory' (OnClassCondition) + + R2dbcRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition) + + R2dbcTransactionManagerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.r2dbc.connection.R2dbcTransactionManager' (OnClassCondition) + + RSocketGraphQlClientAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + RSocketMessagingAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) + + RSocketRequesterAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) + + RSocketSecurityAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.rsocket.core.SecuritySocketAcceptorInterceptor' (OnClassCondition) + + RSocketServerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.rsocket.core.RSocketServer' (OnClassCondition) + + RSocketStrategiesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) + + RabbitAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.rabbitmq.client.Channel' (OnClassCondition) + + RabbitHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.amqp.rabbit.core.RabbitTemplate' (OnClassCondition) + + RabbitMetricsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.rabbitmq.client.ConnectionFactory' (OnClassCondition) + + ReactiveCloudFoundryActuatorAutoConfiguration: + Did not match: + - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) + + ReactiveElasticsearchClientAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'co.elastic.clients.transport.ElasticsearchTransport' (OnClassCondition) + + ReactiveElasticsearchRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchClient' (OnClassCondition) + + ReactiveManagementContextAutoConfiguration: + Did not match: + - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) + + ReactiveManagementWebSecurityAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity' (OnClassCondition) + + ReactiveMultipartAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) + + ReactiveOAuth2ClientAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity' (OnClassCondition) + + ReactiveOAuth2ResourceServerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity' (OnClassCondition) + + ReactiveSecurityAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity' (OnClassCondition) + + ReactiveUserDetailsServiceAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.authentication.ReactiveAuthenticationManager' (OnClassCondition) + + ReactiveWebServerFactoryAutoConfiguration: + Did not match: + - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) + + RedisAutoConfiguration#redisTemplate: + Did not match: + - @ConditionalOnMissingBean (names: redisTemplate; SearchStrategy: all) found beans named redisTemplate (OnBeanCondition) + + RedisAutoConfiguration#stringRedisTemplate: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.data.redis.core.StringRedisTemplate; SearchStrategy: all) found beans of type 'org.springframework.data.redis.core.StringRedisTemplate' stringRedisTemplate (OnBeanCondition) + + RedisCacheConfiguration: + Did not match: + - Cache org.springframework.boot.autoconfigure.cache.RedisCacheConfiguration unknown cache type (CacheCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition) + + RedisHealthContributorAutoConfiguration#redisHealthContributor: + Did not match: + - @ConditionalOnMissingBean (names: redisHealthIndicator,redisHealthContributor; SearchStrategy: all) found beans named redisHealthContributor (OnBeanCondition) + + RedissonAutoConfiguration#redisTemplate: + Did not match: + - @ConditionalOnMissingBean (names: redisTemplate; SearchStrategy: all) found beans named redisTemplate (OnBeanCondition) + + RepositoryRestMvcAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration' (OnClassCondition) + + SaOAuth2BeanInject: + Did not match: + - @ConditionalOnClass did not find required class 'cn.dev33.satoken.oauth2.SaOAuth2Manager' (OnClassCondition) + + SaOAuth2BeanRegister: + Did not match: + - @ConditionalOnClass did not find required class 'cn.dev33.satoken.oauth2.SaOAuth2Manager' (OnClassCondition) + + SaSsoBeanInject: + Did not match: + - @ConditionalOnClass did not find required class 'cn.dev33.satoken.sso.SaSsoManager' (OnClassCondition) + + SaSsoBeanRegister: + Did not match: + - @ConditionalOnClass did not find required class 'cn.dev33.satoken.sso.SaSsoManager' (OnClassCondition) + + Saml2RelyingPartyAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository' (OnClassCondition) + + SbomEndpointAutoConfiguration#sbomEndpointWebExtension: + Did not match: + - @ConditionalOnAvailableEndpoint no 'management.endpoints' property marked it as exposed (OnAvailableEndpointCondition) + Matched: + - @ConditionalOnBean (types: org.springframework.boot.actuate.sbom.SbomEndpoint; SearchStrategy: all) found bean 'sbomEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.sbom.SbomEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SecurityAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.authentication.DefaultAuthenticationEventPublisher' (OnClassCondition) + + SecurityFilterAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.config.http.SessionCreationPolicy' (OnClassCondition) + + SecurityRequestMatchersManagementContextConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.web.util.matcher.RequestMatcher' (OnClassCondition) + + SendGridAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.sendgrid.SendGrid' (OnClassCondition) + + ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition) + + ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration: + Did not match: + - @ConditionalOnProperty (management.server.add-application-context-header=true) did not find property 'add-application-context-header' (OnPropertyCondition) + + ServletWebServerFactoryAutoConfiguration.ForwardedHeaderFilterConfiguration: + Did not match: + - @ConditionalOnProperty (server.forward-headers-strategy=framework) did not find property 'server.forward-headers-strategy' (OnPropertyCondition) + + ServletWebServerFactoryConfiguration.EmbeddedJetty: + Did not match: + - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.ee10.webapp.WebAppContext' (OnClassCondition) + + ServletWebServerFactoryConfiguration.EmbeddedUndertow: + Did not match: + - @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition) + + SessionAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.session.Session' (OnClassCondition) + + SessionsEndpointAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.session.Session' (OnClassCondition) + + ShutdownEndpointAutoConfiguration: + Did not match: + - @ConditionalOnAvailableEndpoint no property management.endpoint.shutdown.enabled found so using endpoint default of false (OnAvailableEndpointCondition) + + SignalFxMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.signalfx.SignalFxMeterRegistry' (OnClassCondition) + + SimpleCacheConfiguration: + Did not match: + - Cache org.springframework.boot.autoconfigure.cache.SimpleCacheConfiguration unknown cache type (CacheCondition) + + SpringDocConfiguration#openAPIBuilder: + Did not match: + - @ConditionalOnMissingBean (types: org.springdoc.core.service.OpenAPIService; SearchStrategy: all) found beans of type 'org.springdoc.core.service.OpenAPIService' openApiBuilder (OnBeanCondition) + + SpringDocConfiguration#propertiesResolverForSchema: + Did not match: + - @ConditionalOnProperty (springdoc.api-docs.resolve-schema-properties) did not find property 'springdoc.api-docs.resolve-schema-properties' (OnPropertyCondition) + + SpringDocConfiguration#springdocBeanFactoryPostProcessor2: + Did not match: + - @ConditionalOnMissingClass found unwanted class 'org.springframework.boot.context.properties.bind.BindResult' (OnClassCondition) + + SpringDocConfiguration.SpringDocActuatorConfiguration: + Did not match: + - @ConditionalOnProperty (springdoc.show-actuator) did not find property 'springdoc.show-actuator' (OnPropertyCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' (OnClassCondition) + + SpringDocConfiguration.SpringDocRepositoryRestConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.rest.core.config.RepositoryRestConfiguration' (OnClassCondition) + + SpringDocDataRestConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.rest.core.config.RepositoryRestConfiguration' (OnClassCondition) + + SpringDocFunctionCatalogConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.cloud.function.web.function.FunctionEndpointInitializer' (OnClassCondition) + + SpringDocGroovyConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'groovy.lang.MetaClass' (OnClassCondition) + + SpringDocHateoasConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.hateoas.server.LinkRelationProvider' (OnClassCondition) + + SpringDocJacksonKotlinModuleConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.fasterxml.jackson.module.kotlin.KotlinModule' (OnClassCondition) + + SpringDocJavadocConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.github.therapi.runtimejavadoc.CommentFormatter' (OnClassCondition) + + SpringDocKotlinxConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'kotlinx.coroutines.flow.Flow' (OnClassCondition) + + SpringDocSecurityConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.web.SecurityFilterChain' (OnClassCondition) + + SpringDocSortConfiguration#delegatingMethodParameterCustomizer: + Did not match: + - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.DelegatingMethodParameterCustomizer; SearchStrategy: all) found beans of type 'org.springdoc.core.customizers.DelegatingMethodParameterCustomizer' delegatingMethodParameterCustomizer (OnBeanCondition) + + SpringDocWebMvcConfiguration.SpringDocWebMvcActuatorConfiguration#actuatorProvider: + Did not match: + - @ConditionalOnExpression (#{${springdoc.show-actuator:false} or ${springdoc.use-management-port:false}}) resulted in false (OnExpressionCondition) + + SpringDocWebMvcConfiguration.SpringDocWebMvcActuatorConfiguration#openApiActuatorResource: + Did not match: + - @ConditionalOnProperty (springdoc.use-management-port) did not find property 'springdoc.use-management-port' (OnPropertyCondition) + + StackdriverMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.stackdriver.StackdriverMeterRegistry' (OnClassCondition) + + StartupEndpointAutoConfiguration: + Did not match: + - ApplicationStartup configured applicationStartup is of type class org.springframework.core.metrics.DefaultApplicationStartup, expected BufferingApplicationStartup. (StartupEndpointAutoConfiguration.ApplicationStartupCondition) + + StatsdMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.statsd.StatsdMeterRegistry' (OnClassCondition) + + SwaggerConfig#springWebProvider: + Did not match: + - @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringWebProvider; SearchStrategy: all) found beans of type 'org.springdoc.core.providers.SpringWebProvider' springWebProvider (OnBeanCondition) + + SwaggerConfig#swaggerUiConfigParameters: + Did not match: + - @ConditionalOnMissingBean (types: org.springdoc.core.properties.SwaggerUiConfigParameters; SearchStrategy: all) found beans of type 'org.springdoc.core.properties.SwaggerUiConfigParameters' org.springdoc.core.properties.SwaggerUiConfigParameters (OnBeanCondition) + + SwaggerConfig#swaggerUiHome: + Did not match: + - @ConditionalOnProperty (springdoc.swagger-ui.use-root-path=true) did not find property 'springdoc.swagger-ui.use-root-path' (OnPropertyCondition) + + SwaggerConfig.SwaggerActuatorWelcomeConfiguration: + Did not match: + - @ConditionalOnProperty (springdoc.use-management-port) did not find property 'springdoc.use-management-port' (OnPropertyCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping' (OnClassCondition) + + TaskExecutorConfigurations.SimpleAsyncTaskExecutorBuilderConfiguration#simpleAsyncTaskExecutorBuilderVirtualThreads: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder; SearchStrategy: all) found beans of type 'org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder' simpleAsyncTaskExecutorBuilder (OnBeanCondition) + + TaskExecutorConfigurations.TaskExecutorConfiguration: + Did not match: + - @ConditionalOnMissingBean (types: java.util.concurrent.Executor; SearchStrategy: all) found beans of type 'java.util.concurrent.Executor' smart-async-executor (OnBeanCondition) + + TaskSchedulingConfigurations.SimpleAsyncTaskSchedulerBuilderConfiguration#simpleAsyncTaskSchedulerBuilderVirtualThreads: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder; SearchStrategy: all) found beans of type 'org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder' simpleAsyncTaskSchedulerBuilder (OnBeanCondition) + + TaskSchedulingConfigurations.TaskSchedulerConfiguration#taskSchedulerVirtualThreads: + Did not match: + - @ConditionalOnThreading did not find VIRTUAL (OnThreadingCondition) + + ThymeleafAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.thymeleaf.spring6.SpringTemplateEngine' (OnClassCondition) + + TransactionAutoConfiguration#transactionalOperator: + Did not match: + - @ConditionalOnSingleCandidate (types: org.springframework.transaction.ReactiveTransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TransactionAutoConfiguration.AspectJTransactionManagementConfiguration: + Did not match: + - @ConditionalOnBean did not find required type 'org.springframework.transaction.aspectj.AbstractTransactionAspect' (OnBeanCondition) + - @ConditionalOnBean (types: org.springframework.transaction.aspectj.AbstractTransactionAspect; SearchStrategy: all) did not find any beans of type org.springframework.transaction.aspectj.AbstractTransactionAspect (OnBeanCondition) + + TransactionAutoConfiguration.EnableTransactionManagementConfiguration: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration; SearchStrategy: all) found beans of type 'org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration' org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration (OnBeanCondition) + + TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration: + Did not match: + - Ancestor org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) + Matched: + - @ConditionalOnProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition) + + TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration: + Did not match: + - @ConditionalOnProperty (spring.aop.proxy-target-class=false) did not find property 'proxy-target-class' (OnPropertyCondition) + - Ancestor org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) + + WavefrontAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.application.ApplicationTags' (OnClassCondition) + + WavefrontMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.WavefrontSender' (OnClassCondition) + + WavefrontTracingAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.WavefrontSender' (OnClassCondition) + + WebClientAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) + + WebClientObservationConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) + + WebFluxAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) + + WebFluxEndpointManagementContextConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition) + + WebFluxObservationAutoConfiguration: + Did not match: + - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) + + WebMvcAutoConfiguration#hiddenHttpMethodFilter: + Did not match: + - @ConditionalOnProperty (spring.mvc.hiddenmethod.filter.enabled) did not find property 'enabled' (OnPropertyCondition) + + WebMvcAutoConfiguration.ProblemDetailsErrorHandlingConfiguration: + Did not match: + - @ConditionalOnProperty (spring.mvc.problemdetails.enabled=true) did not find property 'enabled' (OnPropertyCondition) + + WebMvcAutoConfiguration.ResourceChainCustomizerConfiguration: + Did not match: + - @ConditionalOnEnabledResourceChain did not find class org.webjars.WebJarAssetLocator (OnEnabledResourceChainCondition) + + WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#beanNameViewResolver: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) found beans of type 'org.springframework.web.servlet.view.BeanNameViewResolver' beanNameViewResolver (OnBeanCondition) + + WebMvcEndpointManagementContextConfiguration#managementHealthEndpointWebMvcHandlerMapping: + Did not match: + - Management Port actual port type (SAME) did not match required type (DIFFERENT) (OnManagementPortCondition) + + WebServiceTemplateAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.ws.client.core.WebServiceTemplate' (OnClassCondition) + + WebServicesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.ws.transport.http.MessageDispatcherServlet' (OnClassCondition) + + WebSessionIdResolverAutoConfiguration: + Did not match: + - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) + + WebSocketMessagingAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer' (OnClassCondition) + + WebSocketReactiveAutoConfiguration: + Did not match: + - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) + + WebSocketServletAutoConfiguration.JettyWebSocketConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.eclipse.jetty.ee10.websocket.jakarta.server.config.JakartaWebSocketServletContainerInitializer' (OnClassCondition) + + WebSocketServletAutoConfiguration.UndertowWebSocketConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.undertow.websockets.jsr.Bootstrap' (OnClassCondition) + + XADataSourceAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.transaction.TransactionManager' (OnClassCondition) + + ZipkinAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'zipkin2.reporter.Encoding' (OnClassCondition) + + +Exclusions: +----------- + + org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration + + +Unconditional classes: +---------------------- + + cn.dev33.satoken.spring.SaTokenContextRegister + + cn.dev33.satoken.spring.SaBeanRegister + + org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration + + cn.dev33.satoken.dao.SaTokenDaoForRedisTemplate + + org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration + + org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration + + org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration + + org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration + + org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration + + org.springframework.boot.actuate.autoconfigure.metrics.integration.IntegrationMetricsAutoConfiguration + + org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration + + org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration + + org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration + + cn.dev33.satoken.spring.SaBeanInject + + org.springframework.boot.actuate.autoconfigure.endpoint.jackson.JacksonEndpointAutoConfiguration + + cn.hutool.extra.spring.SpringUtil + + org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration + + org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration + + + (ConditionEvaluationReportLogger.java:72) +[2026-06-09 15:14:29,409][DEBUG][main] Application availability state LivenessState changed to CORRECT (ApplicationAvailabilityBean.java:77) +[2026-06-09 15:14:29,411][DEBUG][main] Application availability state ReadinessState changed to ACCEPTING_TRAFFIC (ApplicationAvailabilityBean.java:77) +[2026-06-09 15:14:29,761][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:29,762][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,762][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:29,762][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,762][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,762][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,762][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,762][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,762][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,762][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,763][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:29,763][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 84 (Log.java:228) +[2026-06-09 15:14:29,763][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:29,763][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,763][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:29,763][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,763][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,763][DEBUG][RMI TCP Connection(5)-127.0.0.1] connectionId=rmi://127.0.0.1 12, name=org.springframework.boot:type=Admin,name=SpringApplication, attribute=Ready (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,764][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:29,764][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,764][DEBUG][RMI TCP Connection(5)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@19bbacf4: connectionId=rmi://127.0.0.1 12] closing. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,764][DEBUG][RMI TCP Connection(5)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@19bbacf4: connectionId=rmi://127.0.0.1 12] closed. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,765][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: accepted socket from [127.0.0.1:59217] (Log.java:228) +[2026-06-09 15:14:29,765][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: accepted socket from [127.0.0.1:59218] (Log.java:228) +[2026-06-09 15:14:29,765][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,765][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,765][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,765][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,765][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,765][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,765][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,765][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,765][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,765][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,765][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,765][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,765][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,765][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,765][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,765][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,766][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 84 (Log.java:228) +[2026-06-09 15:14:29,766][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 84 (Log.java:228) +[2026-06-09 15:14:29,766][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,766][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,766][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,766][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,767][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,767][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,767][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,767][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,767][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,767][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,767][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,767][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,768][DEBUG][RMI TCP Connection(6)-127.0.0.1] connectionId=rmi://127.0.0.1 13 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,768][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 14 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,768][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,768][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,768][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 14, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,768][DEBUG][RMI TCP Connection(6)-127.0.0.1] connectionId=rmi://127.0.0.1 13, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,768][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,768][DEBUG][RMI TCP Connection(6)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@533f6f1a: connectionId=rmi://127.0.0.1 14] closing. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,768][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,768][DEBUG][RMI TCP Connection(6)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@533f6f1a: connectionId=rmi://127.0.0.1 14] closed. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,769][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,769][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,769][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,769][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,769][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 13 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,769][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,769][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 13, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,769][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,769][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,769][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,769][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,769][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,769][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,769][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 13 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,769][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,769][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 13, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,769][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,769][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,769][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 13 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 13, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 84 (Log.java:228) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 13 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 13, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(6)-127.0.0.1] connectionId=rmi://127.0.0.1 15 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,770][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(6)-127.0.0.1] connectionId=rmi://127.0.0.1 15, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 13 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 13, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(6)-127.0.0.1] connectionId=rmi://127.0.0.1 15 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(6)-127.0.0.1] connectionId=rmi://127.0.0.1 15, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(7)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@3eea0a2a: connectionId=rmi://127.0.0.1 13] closing. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(7)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@3eea0a2a: connectionId=rmi://127.0.0.1 13] closed. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(6)-127.0.0.1] connectionId=rmi://127.0.0.1 15 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(6)-127.0.0.1] connectionId=rmi://127.0.0.1 15, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,771][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,772][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,772][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,772][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,772][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,772][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,772][DEBUG][RMI TCP Connection(6)-127.0.0.1] connectionId=rmi://127.0.0.1 15 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,772][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,772][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,772][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,772][DEBUG][RMI TCP Connection(6)-127.0.0.1] connectionId=rmi://127.0.0.1 15, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,772][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,772][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,772][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,772][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,772][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,772][DEBUG][RMI TCP Connection(6)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@6ec87892: connectionId=rmi://127.0.0.1 15] closing. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,772][DEBUG][RMI TCP Connection(6)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@6ec87892: connectionId=rmi://127.0.0.1 15] closed. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,772][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 84 (Log.java:228) +[2026-06-09 15:14:29,772][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,772][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,772][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,772][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,772][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 16 unwrapping query with defaultClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,772][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 16, name=org.springframework.boot:type=Endpoint,name=Beans,*, query=java.rmi.MarshalledObject@d (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,774][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,774][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,774][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,774][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,775][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,775][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 16 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,775][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,775][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 16, name=org.springframework.boot:type=Endpoint,name=Beans, operationName=beans, signature=[] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,816][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:29,816][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,816][DEBUG][RMI TCP Connection(7)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@6605a7f1: connectionId=rmi://127.0.0.1 16] closing. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,816][DEBUG][RMI TCP Connection(7)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@6605a7f1: connectionId=rmi://127.0.0.1 16] closed. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,817][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:29,817][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:29,817][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:29,817][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,817][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,817][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,818][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: accepted socket from [127.0.0.1:59219] (Log.java:228) +[2026-06-09 15:14:29,818][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,818][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:29,818][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:29,818][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:29,819][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,819][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,819][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,819][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,819][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,819][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,819][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,819][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,819][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,819][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,819][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,819][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,819][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,819][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,819][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,819][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,819][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,819][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,819][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,819][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,819][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,819][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,819][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,820][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,820][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,820][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,820][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,820][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,820][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:29,820][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 84 (Log.java:228) +[2026-06-09 15:14:29,820][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: (port 59162) op = 84 (Log.java:228) +[2026-06-09 15:14:29,820][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 84 (Log.java:228) +[2026-06-09 15:14:29,820][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,820][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 84 (Log.java:228) +[2026-06-09 15:14:29,820][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,820][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(8)-127.0.0.1] connectionId=rmi://127.0.0.1 18 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 20 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(8)-127.0.0.1] connectionId=rmi://127.0.0.1 18, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(5)-127.0.0.1] connectionId=rmi://127.0.0.1 17 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,821][DEBUG][RMI TCP Connection(6)-127.0.0.1] connectionId=rmi://127.0.0.1 19 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,822][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,822][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,822][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,822][DEBUG][RMI TCP Connection(5)-127.0.0.1] connectionId=rmi://127.0.0.1 17, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,822][DEBUG][RMI TCP Connection(6)-127.0.0.1] connectionId=rmi://127.0.0.1 19, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,822][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 20, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,822][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,822][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,822][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,822][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,822][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,822][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,822][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,822][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,822][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,822][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,822][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,822][DEBUG][RMI TCP Connection(8)-127.0.0.1] connectionId=rmi://127.0.0.1 18 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,822][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,822][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,823][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,823][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,822][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,823][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,823][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,823][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,823][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,823][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,823][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 19 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,823][DEBUG][RMI TCP Connection(6)-127.0.0.1] connectionId=rmi://127.0.0.1 20 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,823][DEBUG][RMI TCP Connection(5)-127.0.0.1] connectionId=rmi://127.0.0.1 17 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,823][DEBUG][RMI TCP Connection(8)-127.0.0.1] connectionId=rmi://127.0.0.1 18, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,823][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,823][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 19, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,823][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,823][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,823][DEBUG][RMI TCP Connection(6)-127.0.0.1] connectionId=rmi://127.0.0.1 20, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,823][DEBUG][RMI TCP Connection(5)-127.0.0.1] connectionId=rmi://127.0.0.1 17, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(5)-127.0.0.1] connectionId=rmi://127.0.0.1 17 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(8)-127.0.0.1] connectionId=rmi://127.0.0.1 19 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(5)-127.0.0.1] connectionId=rmi://127.0.0.1 17, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(8)-127.0.0.1] connectionId=rmi://127.0.0.1 19, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 20 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(6)-127.0.0.1] connectionId=rmi://127.0.0.1 18 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 20, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,824][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(6)-127.0.0.1] connectionId=rmi://127.0.0.1 18, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(8)-127.0.0.1] connectionId=rmi://127.0.0.1 19 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(8)-127.0.0.1] connectionId=rmi://127.0.0.1 19, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 17 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 17, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(6)-127.0.0.1] connectionId=rmi://127.0.0.1 20 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(5)-127.0.0.1] connectionId=rmi://127.0.0.1 18 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(6)-127.0.0.1] connectionId=rmi://127.0.0.1 20, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(5)-127.0.0.1] connectionId=rmi://127.0.0.1 18, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,825][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(8)-127.0.0.1] connectionId=rmi://127.0.0.1 19 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(8)-127.0.0.1] connectionId=rmi://127.0.0.1 19, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(6)-127.0.0.1] connectionId=rmi://127.0.0.1 20 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 17 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(6)-127.0.0.1] connectionId=rmi://127.0.0.1 20, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 17, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(5)-127.0.0.1] connectionId=rmi://127.0.0.1 18 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(5)-127.0.0.1] connectionId=rmi://127.0.0.1 18, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,826][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,827][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,827][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,827][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,827][DEBUG][RMI TCP Connection(5)-127.0.0.1] connectionId=rmi://127.0.0.1 20 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,827][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,827][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,827][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,827][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,827][DEBUG][RMI TCP Connection(5)-127.0.0.1] connectionId=rmi://127.0.0.1 20, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,827][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,827][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,827][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,827][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,827][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,827][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,827][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,827][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,827][DEBUG][RMI TCP Connection(6)-127.0.0.1] connectionId=rmi://127.0.0.1 17 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,827][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,827][DEBUG][RMI TCP Connection(6)-127.0.0.1] connectionId=rmi://127.0.0.1 17, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,827][DEBUG][RMI TCP Connection(8)-127.0.0.1] connectionId=rmi://127.0.0.1 19 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,827][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,827][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,827][DEBUG][RMI TCP Connection(8)-127.0.0.1] connectionId=rmi://127.0.0.1 19, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,827][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,827][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,828][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,828][DEBUG][RMI TCP Connection(5)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@e8c3d46: connectionId=rmi://127.0.0.1 20] closing. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,828][DEBUG][RMI TCP Connection(6)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@6d8a8554: connectionId=rmi://127.0.0.1 17] closing. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,828][DEBUG][RMI TCP Connection(5)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@e8c3d46: connectionId=rmi://127.0.0.1 20] closed. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,828][DEBUG][RMI TCP Connection(6)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@6d8a8554: connectionId=rmi://127.0.0.1 17] closed. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,828][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,828][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,828][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 18 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,828][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,828][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 18, name=org.springframework.boot:type=Admin,name=SpringApplication, operationName=getProperty, signature=[java.lang.String] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,828][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,828][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,828][DEBUG][RMI TCP Connection(8)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@284d904: connectionId=rmi://127.0.0.1 19] closing. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,828][DEBUG][RMI TCP Connection(8)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@284d904: connectionId=rmi://127.0.0.1 19] closed. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,828][DEBUG][RMI TCP Connection(7)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@98dbf63: connectionId=rmi://127.0.0.1 18] closing. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,828][DEBUG][RMI TCP Connection(7)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@98dbf63: connectionId=rmi://127.0.0.1 18] closed. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,828][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,828][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,828][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,829][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,829][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,829][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,829][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,829][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,829][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,829][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,829][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,829][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,829][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,829][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,829][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,829][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,829][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,829][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,829][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,829][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,829][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,829][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,829][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,829][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,829][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,829][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,830][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,830][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,830][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: (port 59162) op = 84 (Log.java:228) +[2026-06-09 15:14:29,830][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,830][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,830][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,830][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,830][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 84 (Log.java:228) +[2026-06-09 15:14:29,830][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,830][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 84 (Log.java:228) +[2026-06-09 15:14:29,830][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,830][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,830][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,830][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 84 (Log.java:228) +[2026-06-09 15:14:29,830][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,830][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,830][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,830][DEBUG][RMI TCP Connection(8)-127.0.0.1] connectionId=rmi://127.0.0.1 22 unwrapping query with defaultClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,830][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,830][DEBUG][RMI TCP Connection(8)-127.0.0.1] connectionId=rmi://127.0.0.1 22, name=org.springframework.boot:type=Endpoint,name=Mappings,*, query=java.rmi.MarshalledObject@d (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,830][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,830][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,830][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(5)-127.0.0.1] connectionId=rmi://127.0.0.1 23 unwrapping query with defaultClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(5)-127.0.0.1] connectionId=rmi://127.0.0.1 23, name=org.springframework.boot:type=Endpoint,name=Health,*, query=java.rmi.MarshalledObject@d (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 21 unwrapping query with defaultClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(6)-127.0.0.1] connectionId=rmi://127.0.0.1 24 unwrapping query with defaultClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(6)-127.0.0.1] connectionId=rmi://127.0.0.1 24, name=org.springframework.boot:type=Endpoint,name=Conditions,*, query=java.rmi.MarshalledObject@d (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 21, name=org.springframework.boot:type=Endpoint,name=Env,*, query=java.rmi.MarshalledObject@d (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "javax.management.ObjectName", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(8)-127.0.0.1] connectionId=rmi://127.0.0.1 22 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 21 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "java.rmi.MarshalledObject", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(5)-127.0.0.1] connectionId=rmi://127.0.0.1 23 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[B", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(7)-127.0.0.1] connectionId=rmi://127.0.0.1 21, name=org.springframework.boot:type=Endpoint,name=Env, operationName=environment, signature=[] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(8)-127.0.0.1] connectionId=rmi://127.0.0.1 22, name=org.springframework.boot:type=Endpoint,name=Mappings, operationName=mappings, signature=[] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(5)-127.0.0.1] connectionId=rmi://127.0.0.1 23, name=org.springframework.boot:type=Endpoint,name=Health, operationName=health, signature=[] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "" (Log.java:228) +[2026-06-09 15:14:29,831][DEBUG][RMI TCP Connection(6)-127.0.0.1] connectionId=rmi://127.0.0.1 24 unwrapping params with MBean extended ClassLoader. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,832][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: name = "[Ljava.lang.String;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:14:29,832][DEBUG][RMI TCP Connection(6)-127.0.0.1] connectionId=rmi://127.0.0.1 24, name=org.springframework.boot:type=Endpoint,name=Conditions, operationName=conditions, signature=[] (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,833][DEBUG][RMI TCP Connection(5)-127.0.0.1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:14:29,834][DEBUG][RMI TCP Connection(5)-127.0.0.1] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:14:29,836][DEBUG][RMI TCP Connection(8)-127.0.0.1] Detected StandardServletMultipartResolver (DispatcherServlet.java:533) +[2026-06-09 15:14:29,836][DEBUG][RMI TCP Connection(8)-127.0.0.1] Detected AcceptHeaderLocaleResolver (DispatcherServlet.java:557) +[2026-06-09 15:14:29,836][DEBUG][RMI TCP Connection(8)-127.0.0.1] Detected FixedThemeResolver (DispatcherServlet.java:583) +[2026-06-09 15:14:29,837][DEBUG][RMI TCP Connection(8)-127.0.0.1] Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@4bf9f44b (DispatcherServlet.java:733) +[2026-06-09 15:14:29,837][DEBUG][RMI TCP Connection(8)-127.0.0.1] Detected org.springframework.web.servlet.support.SessionFlashMapManager@160c47b4 (DispatcherServlet.java:797) +[2026-06-09 15:14:29,837][DEBUG][RMI TCP Connection(8)-127.0.0.1] enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data (FrameworkServlet.java:549) +[2026-06-09 15:14:29,841][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,841][DEBUG][RMI TCP Connection(7)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@447d17d: connectionId=rmi://127.0.0.1 21] closing. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,841][DEBUG][RMI TCP Connection(7)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@447d17d: connectionId=rmi://127.0.0.1 21] closed. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,847][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 82 (Log.java:228) +[2026-06-09 15:14:29,847][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,847][DEBUG][RMI TCP Connection(6)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@5b4188a: connectionId=rmi://127.0.0.1 24] closing. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,847][DEBUG][RMI TCP Connection(6)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@5b4188a: connectionId=rmi://127.0.0.1 24] closed. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,857][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,857][DEBUG][RMI TCP Connection(8)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@dd9d314: connectionId=rmi://127.0.0.1 22] closing. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,857][DEBUG][RMI TCP Connection(8)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@dd9d314: connectionId=rmi://127.0.0.1 22] closed. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,939][DEBUG][boundedElastic-1] acquired connection for command (INFO) and params [server] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using node 127.0.0.1/127.0.0.1:6379... RedisConnection@1808974795 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x12b99e20, L:/127.0.0.1:59190 - R:127.0.0.1/127.0.0.1:6379], currentCommand=null, usage=1] (RedisExecutor.java:633) +[2026-06-09 15:14:29,940][DEBUG][redisson-netty-2-2] connection released for command (INFO) and params [server] from slot NodeSource [slot=0, addr=null, redisClient=null, redirect=null, entry=null] using connection RedisConnection@1808974795 [redisClient=[addr=redis://127.0.0.1:6379], channel=[id: 0x12b99e20, L:/127.0.0.1:59190 - R:127.0.0.1/127.0.0.1:6379], currentCommand=CommandData [promise=java.util.concurrent.CompletableFuture@4273bea1[Completed normally], command=(INFO), params=[server], codec=org.redisson.client.codec.StringCodec], usage=0] (RedisExecutor.java:668) +[2026-06-09 15:14:29,947][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:14:29,948][DEBUG][RMI TCP Connection(5)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@1d189fde: connectionId=rmi://127.0.0.1 23] closing. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:29,948][DEBUG][RMI TCP Connection(5)-127.0.0.1] [javax.management.remote.rmi.RMIConnectionImpl@1d189fde: connectionId=rmi://127.0.0.1 23] closed. (LoggingProviderImpl.java:230) +[2026-06-09 15:14:36,094][DEBUG][smart-reload] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:14:36,095][DEBUG][smart-reload] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13dbebe9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:14:36,099][DEBUG][smart-reload] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:14:36,100][DEBUG][smart-reload] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:14:25.265, closeCount=0, lastValidateTimeMillis=2026-06-09 15:14:25.309}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:14:36,100][DEBUG][smart-reload] ==> Preparing: SELECT tag,args,identification,update_time,create_time FROM t_reload_item (BaseJdbcLogger.java:135) +[2026-06-09 15:14:36,101][DEBUG][smart-reload] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:14:36,157][DEBUG][smart-reload] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:14:36,158][DEBUG][smart-reload] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13dbebe9] (Logger.java:49) +[2026-06-09 15:14:38,335][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:14:38,335][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@20da6d4f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:14:38,336][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:14:38,336][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:14:25.265, closeCount=0, lastValidateTimeMillis=2026-06-09 15:14:25.309}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:14:38,336][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 15:14:38,336][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:14:38,418][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:14:38,418][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@20da6d4f] (Logger.java:49) +[2026-06-09 15:14:53,355][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: (port 59162) connection closed (Log.java:228) +[2026-06-09 15:14:53,357][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: close connection, socket: Socket[addr=/127.0.0.1,port=59177,localport=59162] (Log.java:228) +[2026-06-09 15:14:53,357][DEBUG][RMI TCP Connection(2)-127.0.0.1] RMI TCP Connection(2)-127.0.0.1: socket close: Socket[addr=/127.0.0.1,port=59177,localport=59162] (Log.java:228) +[2026-06-09 15:14:55,196][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: (port 59162) connection closed (Log.java:228) +[2026-06-09 15:14:55,197][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: close connection, socket: Socket[addr=/127.0.0.1,port=59179,localport=59162] (Log.java:228) +[2026-06-09 15:14:55,197][DEBUG][RMI TCP Connection(4)-127.0.0.1] RMI TCP Connection(4)-127.0.0.1: socket close: Socket[addr=/127.0.0.1,port=59179,localport=59162] (Log.java:228) +[2026-06-09 15:14:55,711][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: (port 59162) connection closed (Log.java:228) +[2026-06-09 15:14:55,711][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: (port 59162) connection closed (Log.java:228) +[2026-06-09 15:14:55,711][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: (port 59162) connection closed (Log.java:228) +[2026-06-09 15:14:55,711][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: (port 59162) connection closed (Log.java:228) +[2026-06-09 15:14:55,712][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: close connection, socket: Socket[addr=/127.0.0.1,port=59219,localport=59162] (Log.java:228) +[2026-06-09 15:14:55,712][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: close connection, socket: Socket[addr=/127.0.0.1,port=59218,localport=59162] (Log.java:228) +[2026-06-09 15:14:55,712][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: close connection, socket: Socket[addr=/127.0.0.1,port=59217,localport=59162] (Log.java:228) +[2026-06-09 15:14:55,712][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: close connection, socket: Socket[addr=/127.0.0.1,port=59189,localport=59162] (Log.java:228) +[2026-06-09 15:14:55,712][DEBUG][RMI TCP Connection(7)-127.0.0.1] RMI TCP Connection(7)-127.0.0.1: socket close: Socket[addr=/127.0.0.1,port=59218,localport=59162] (Log.java:228) +[2026-06-09 15:14:55,712][DEBUG][RMI TCP Connection(5)-127.0.0.1] RMI TCP Connection(5)-127.0.0.1: socket close: Socket[addr=/127.0.0.1,port=59189,localport=59162] (Log.java:228) +[2026-06-09 15:14:55,712][DEBUG][RMI TCP Connection(6)-127.0.0.1] RMI TCP Connection(6)-127.0.0.1: socket close: Socket[addr=/127.0.0.1,port=59217,localport=59162] (Log.java:228) +[2026-06-09 15:14:55,712][DEBUG][RMI TCP Connection(8)-127.0.0.1] RMI TCP Connection(8)-127.0.0.1: socket close: Socket[addr=/127.0.0.1,port=59219,localport=59162] (Log.java:228) +[2026-06-09 15:15:14,487][DEBUG][RMI TCP Connection(9)-127.0.0.1] RMI TCP Connection(9)-127.0.0.1: accepted socket from [127.0.0.1:59333] (Log.java:228) +[2026-06-09 15:15:14,488][DEBUG][RMI TCP Connection(9)-127.0.0.1] RMI TCP Connection(9)-127.0.0.1: (port 59162) op = 80 (Log.java:228) +[2026-06-09 15:15:14,488][DEBUG][RMI TCP Connection(9)-127.0.0.1] RMI TCP Connection(9)-127.0.0.1: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:15:14,488][DEBUG][RMI TCP Connection(9)-127.0.0.1] RMI TCP Connection(9)-127.0.0.1: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:15:14,489][DEBUG][RMI TCP Connection(9)-127.0.0.1] RMI TCP Connection(9)-127.0.0.1: name = "java.rmi.server.UID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:15:14,489][DEBUG][RMI TCP Connection(9)-127.0.0.1] RMI TCP Connection(9)-127.0.0.1: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:15:14,489][DEBUG][RMI TCP Connection(9)-127.0.0.1] RMI TCP Connection(9)-127.0.0.1: name = "[B", codebase = "", defaultLoader = jdk.internal.loader.ClassLoaders$PlatformClassLoader@7188af83 (Log.java:228) +[2026-06-09 15:15:28,527][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:15:28,528][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@455867c9] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:15:28,529][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:15:28,529][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:14:25.265, closeCount=0, lastValidateTimeMillis=2026-06-09 15:14:25.309}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:15:28,529][DEBUG][smart-heart-beat] ==> Preparing: select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? (BaseJdbcLogger.java:135) +[2026-06-09 15:15:28,542][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 38710(Integer) (BaseJdbcLogger.java:135) +[2026-06-09 15:15:28,589][DEBUG][smart-heart-beat] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:15:28,590][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@455867c9] (Logger.java:49) +[2026-06-09 15:15:28,590][DEBUG][smart-heart-beat] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:15:28,590][DEBUG][smart-heart-beat] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@f4ab0d5] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:15:28,592][DEBUG][smart-heart-beat] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:15:28,592][DEBUG][smart-heart-beat] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:14:25.265, closeCount=0, lastValidateTimeMillis=2026-06-09 15:14:25.309}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:15:28,592][DEBUG][smart-heart-beat] ==> Preparing: INSERT INTO t_heart_beat_record ( project_path, server_ip, process_no, process_start_time, heart_beat_time ) VALUES ( ?, ?, ?, ?, ? ) (BaseJdbcLogger.java:135) +[2026-06-09 15:15:28,598][DEBUG][smart-heart-beat] ==> Parameters: /Users/wang/sanduoyun/developspace/smart-flow-master(String), 198.18.0.1;172.20.10.11;127.0.0.1(String), 38710(Integer), 2026-06-09T15:14:22.277(LocalDateTime), 2026-06-09T15:15:28.523059(LocalDateTime) (BaseJdbcLogger.java:135) +[2026-06-09 15:15:28,644][DEBUG][smart-heart-beat] <== Updates: 1 (BaseJdbcLogger.java:135) +[2026-06-09 15:15:28,646][DEBUG][smart-heart-beat] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@f4ab0d5] (Logger.java:49) +[2026-06-09 15:15:29,495][DEBUG][RMI TCP Connection(9)-127.0.0.1] RMI TCP Connection(9)-127.0.0.1: (port 59162) connection closed (Log.java:228) +[2026-06-09 15:15:29,496][DEBUG][RMI TCP Connection(9)-127.0.0.1] RMI TCP Connection(9)-127.0.0.1: close connection, socket: Socket[addr=/127.0.0.1,port=59333,localport=59162] (Log.java:228) +[2026-06-09 15:15:29,496][DEBUG][RMI TCP Connection(9)-127.0.0.1] RMI TCP Connection(9)-127.0.0.1: socket close: Socket[addr=/127.0.0.1,port=59333,localport=59162] (Log.java:228) +[2026-06-09 15:15:38,426][DEBUG][SmartJobLauncher-0] Creating a new SqlSession (Logger.java:49) +[2026-06-09 15:15:38,427][DEBUG][SmartJobLauncher-0] SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6f208d1f] was not registered for synchronization because synchronization is not active (Logger.java:49) +[2026-06-09 15:15:38,428][DEBUG][SmartJobLauncher-0] Fetching JDBC Connection from DataSource (DataSourceUtils.java:117) +[2026-06-09 15:15:38,428][DEBUG][SmartJobLauncher-0] JDBC Connection [ConnectionProxyImpl{connectedTime=2026-06-09 15:14:25.265, closeCount=0, lastValidateTimeMillis=2026-06-09 15:14:25.309}] will not be managed by Spring (Logger.java:49) +[2026-06-09 15:15:38,429][DEBUG][SmartJobLauncher-0] ==> Preparing: SELECT job_id,job_name,job_class,trigger_type,trigger_value,param,enabled_flag,last_execute_time,last_execute_log_id,remark,sort,deleted_flag,update_name,update_time,create_time FROM t_smart_job (BaseJdbcLogger.java:135) +[2026-06-09 15:15:38,429][DEBUG][SmartJobLauncher-0] ==> Parameters: (BaseJdbcLogger.java:135) +[2026-06-09 15:15:38,477][DEBUG][SmartJobLauncher-0] <== Total: 0 (BaseJdbcLogger.java:135) +[2026-06-09 15:15:38,478][DEBUG][SmartJobLauncher-0] Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6f208d1f] (Logger.java:49) diff --git a/logs/sa-admin/dev/error/error-2026-06-02-1.log b/logs/sa-admin/dev/error/error-2026-06-02-1.log new file mode 100644 index 0000000..d53e36d --- /dev/null +++ b/logs/sa-admin/dev/error/error-2026-06-02-1.log @@ -0,0 +1,425 @@ +[2026-06-02 18:55:20,327][ERROR][http-nio-1024-exec-6] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.admin.module.system.login.service.LoginService.saveLoginLog(LoginService.java:427) ~[classes/:?] + at net.lab1024.sa.admin.module.system.login.service.LoginService.login(LoginService.java:237) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:354) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at com.alibaba.druid.support.spring.stat.DruidStatInterceptor.invoke(DruidStatInterceptor.java:70) ~[druid-1.2.23.jar:?] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.login.service.LoginService$$SpringCGLIB$$1.login() ~[classes/:?] + at net.lab1024.sa.admin.module.system.login.controller.LoginController.login(LoginController.java:45) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:354) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:100) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.login.controller.LoginController$$SpringCGLIB$$0.login() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-02 18:55:20,407][ERROR][http-nio-1024-exec-6] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.login.controller.LoginController$$SpringCGLIB$$0.login() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-02 18:55:20,858][ERROR][http-nio-1024-exec-2] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController$$SpringCGLIB$$0.queryPage() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-02 18:56:04,416][ERROR][http-nio-1024-exec-7] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) ~[spring-tx-6.1.10.jar:6.1.10] + at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:392) ~[spring-tx-6.1.10.jar:6.1.10] + at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) ~[spring-tx-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.flow.controller.DefController$$SpringCGLIB$$0.add() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-02 18:56:27,871][ERROR][http-nio-1024-exec-9] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController$$SpringCGLIB$$0.queryPage() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] diff --git a/logs/sa-admin/dev/error/error.log b/logs/sa-admin/dev/error/error.log index fe0e248..ff8a25c 100644 --- a/logs/sa-admin/dev/error/error.log +++ b/logs/sa-admin/dev/error/error.log @@ -7146,3 +7146,4687 @@ java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Search at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 10:48:51,665][ERROR][http-nio-1024-exec-5] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController$$SpringCGLIB$$0.queryPage() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 10:49:51,325][ERROR][http-nio-1024-exec-8] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController$$SpringCGLIB$$0.queryPage() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 10:49:55,626][ERROR][http-nio-1024-exec-5] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController$$SpringCGLIB$$0.queryPage() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 11:38:43,818][ERROR][Druid-ConnectionPool-Create-654609843] create connection SQLException, url: jdbc:kingbase8://8.162.3.203:54321/opinion_center?currentSchema=public&clientEncoding=utf8&socketTimeout=30000&loginTimeout=30, errorCode 0, state 08001 (DruidDataSource.java:2916) +com.kingbase8.util.KSQLException: The _connection attempt failed.Reason:null + at com.kingbase8.Driver$ConnectThread.getResult(Driver.java:491) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.connect(Driver.java:312) ~[kingbase8-8.6.0.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:132) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1687) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1803) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2914) [druid-1.2.23.jar:?] +Caused by: java.io.EOFException + at com.kingbase8.core.KBStream.receiveChar(KBStream.java:587) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.enableSSL(ConnectionFactoryImpl.java:568) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:207) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:280) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.ConnectionFactory.openConnection(ConnectionFactory.java:65) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbConnection.(KbConnection.java:336) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbConnection.(KbConnection.java:548) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.makeConnection(Driver.java:576) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.access$100(Driver.java:52) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver$ConnectThread.run(Driver.java:440) ~[kingbase8-8.6.0.jar:?] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?] +[2026-06-09 11:39:13,811][ERROR][Druid-ConnectionPool-Create-654609843] create connection SQLException, url: jdbc:kingbase8://8.162.3.203:54321/opinion_center?currentSchema=public&clientEncoding=utf8&socketTimeout=30000&loginTimeout=30, errorCode 0, state 08001 (DruidDataSource.java:2916) +com.kingbase8.util.KSQLException: The _connection attempt failed.Reason:null + at com.kingbase8.Driver$ConnectThread.getResult(Driver.java:491) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.connect(Driver.java:312) ~[kingbase8-8.6.0.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:132) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1687) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1803) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2914) [druid-1.2.23.jar:?] +Caused by: java.io.EOFException + at com.kingbase8.core.KBStream.receiveChar(KBStream.java:587) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.enableSSL(ConnectionFactoryImpl.java:568) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:207) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:280) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.ConnectionFactory.openConnection(ConnectionFactory.java:65) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbConnection.(KbConnection.java:336) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbConnection.(KbConnection.java:548) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.makeConnection(Driver.java:576) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.access$100(Driver.java:52) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver$ConnectThread.run(Driver.java:440) ~[kingbase8-8.6.0.jar:?] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?] +[2026-06-09 11:39:19,327][ERROR][Druid-ConnectionPool-Create-654609843] create connection SQLException, url: jdbc:kingbase8://8.162.3.203:54321/opinion_center?currentSchema=public&clientEncoding=utf8&socketTimeout=30000&loginTimeout=30, errorCode 0, state 08001 (DruidDataSource.java:2916) +com.kingbase8.util.KSQLException: The _connection attempt failed.Reason:null + at com.kingbase8.Driver$ConnectThread.getResult(Driver.java:491) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.connect(Driver.java:312) ~[kingbase8-8.6.0.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:132) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1687) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1803) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2914) [druid-1.2.23.jar:?] +Caused by: java.io.EOFException + at com.kingbase8.core.KBStream.receiveChar(KBStream.java:587) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.enableSSL(ConnectionFactoryImpl.java:568) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:207) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:280) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.ConnectionFactory.openConnection(ConnectionFactory.java:65) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbConnection.(KbConnection.java:336) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbConnection.(KbConnection.java:548) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.makeConnection(Driver.java:576) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.access$100(Driver.java:52) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver$ConnectThread.run(Driver.java:440) ~[kingbase8-8.6.0.jar:?] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?] +[2026-06-09 11:39:24,838][ERROR][Druid-ConnectionPool-Create-654609843] create connection SQLException, url: jdbc:kingbase8://8.162.3.203:54321/opinion_center?currentSchema=public&clientEncoding=utf8&socketTimeout=30000&loginTimeout=30, errorCode 0, state 08001 (DruidDataSource.java:2916) +com.kingbase8.util.KSQLException: The _connection attempt failed.Reason:null + at com.kingbase8.Driver$ConnectThread.getResult(Driver.java:491) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.connect(Driver.java:312) ~[kingbase8-8.6.0.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:132) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1687) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1803) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2914) [druid-1.2.23.jar:?] +Caused by: java.io.EOFException + at com.kingbase8.core.KBStream.receiveChar(KBStream.java:587) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.enableSSL(ConnectionFactoryImpl.java:568) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:207) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:280) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.ConnectionFactory.openConnection(ConnectionFactory.java:65) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbConnection.(KbConnection.java:336) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbConnection.(KbConnection.java:548) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.makeConnection(Driver.java:576) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.access$100(Driver.java:52) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver$ConnectThread.run(Driver.java:440) ~[kingbase8-8.6.0.jar:?] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?] +[2026-06-09 11:39:30,351][ERROR][Druid-ConnectionPool-Create-654609843] create connection SQLException, url: jdbc:kingbase8://8.162.3.203:54321/opinion_center?currentSchema=public&clientEncoding=utf8&socketTimeout=30000&loginTimeout=30, errorCode 0, state 08001 (DruidDataSource.java:2916) +com.kingbase8.util.KSQLException: The _connection attempt failed.Reason:null + at com.kingbase8.Driver$ConnectThread.getResult(Driver.java:491) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.connect(Driver.java:312) ~[kingbase8-8.6.0.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:132) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1687) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1803) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2914) [druid-1.2.23.jar:?] +Caused by: java.io.EOFException + at com.kingbase8.core.KBStream.receiveChar(KBStream.java:587) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.enableSSL(ConnectionFactoryImpl.java:568) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:207) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:280) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.ConnectionFactory.openConnection(ConnectionFactory.java:65) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbConnection.(KbConnection.java:336) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbConnection.(KbConnection.java:548) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.makeConnection(Driver.java:576) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.access$100(Driver.java:52) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver$ConnectThread.run(Driver.java:440) ~[kingbase8-8.6.0.jar:?] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?] +[2026-06-09 11:39:35,865][ERROR][Druid-ConnectionPool-Create-654609843] create connection SQLException, url: jdbc:kingbase8://8.162.3.203:54321/opinion_center?currentSchema=public&clientEncoding=utf8&socketTimeout=30000&loginTimeout=30, errorCode 0, state 08001 (DruidDataSource.java:2916) +com.kingbase8.util.KSQLException: The _connection attempt failed.Reason:null + at com.kingbase8.Driver$ConnectThread.getResult(Driver.java:491) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.connect(Driver.java:312) ~[kingbase8-8.6.0.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:132) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1687) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1803) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2914) [druid-1.2.23.jar:?] +Caused by: java.io.EOFException + at com.kingbase8.core.KBStream.receiveChar(KBStream.java:587) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.enableSSL(ConnectionFactoryImpl.java:568) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:207) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:280) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.ConnectionFactory.openConnection(ConnectionFactory.java:65) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbConnection.(KbConnection.java:336) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbConnection.(KbConnection.java:548) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.makeConnection(Driver.java:576) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.access$100(Driver.java:52) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver$ConnectThread.run(Driver.java:440) ~[kingbase8-8.6.0.jar:?] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?] +[2026-06-09 11:39:41,381][ERROR][Druid-ConnectionPool-Create-654609843] create connection SQLException, url: jdbc:kingbase8://8.162.3.203:54321/opinion_center?currentSchema=public&clientEncoding=utf8&socketTimeout=30000&loginTimeout=30, errorCode 0, state 08001 (DruidDataSource.java:2916) +com.kingbase8.util.KSQLException: The _connection attempt failed.Reason:null + at com.kingbase8.Driver$ConnectThread.getResult(Driver.java:491) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.connect(Driver.java:312) ~[kingbase8-8.6.0.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:132) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1687) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1803) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2914) [druid-1.2.23.jar:?] +Caused by: java.io.EOFException + at com.kingbase8.core.KBStream.receiveChar(KBStream.java:587) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.enableSSL(ConnectionFactoryImpl.java:568) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:207) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:280) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.ConnectionFactory.openConnection(ConnectionFactory.java:65) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbConnection.(KbConnection.java:336) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbConnection.(KbConnection.java:548) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.makeConnection(Driver.java:576) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.access$100(Driver.java:52) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver$ConnectThread.run(Driver.java:440) ~[kingbase8-8.6.0.jar:?] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?] +[2026-06-09 11:39:46,897][ERROR][Druid-ConnectionPool-Create-654609843] create connection SQLException, url: jdbc:kingbase8://8.162.3.203:54321/opinion_center?currentSchema=public&clientEncoding=utf8&socketTimeout=30000&loginTimeout=30, errorCode 0, state 08001 (DruidDataSource.java:2916) +com.kingbase8.util.KSQLException: The _connection attempt failed.Reason:null + at com.kingbase8.Driver$ConnectThread.getResult(Driver.java:491) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.connect(Driver.java:312) ~[kingbase8-8.6.0.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:132) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1687) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1803) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2914) [druid-1.2.23.jar:?] +Caused by: java.io.EOFException + at com.kingbase8.core.KBStream.receiveChar(KBStream.java:587) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.enableSSL(ConnectionFactoryImpl.java:568) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:207) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:280) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.ConnectionFactory.openConnection(ConnectionFactory.java:65) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbConnection.(KbConnection.java:336) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbConnection.(KbConnection.java:548) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.makeConnection(Driver.java:576) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.access$100(Driver.java:52) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver$ConnectThread.run(Driver.java:440) ~[kingbase8-8.6.0.jar:?] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?] +[2026-06-09 11:39:52,410][ERROR][Druid-ConnectionPool-Create-654609843] create connection SQLException, url: jdbc:kingbase8://8.162.3.203:54321/opinion_center?currentSchema=public&clientEncoding=utf8&socketTimeout=30000&loginTimeout=30, errorCode 0, state 08001 (DruidDataSource.java:2916) +com.kingbase8.util.KSQLException: The _connection attempt failed.Reason:null + at com.kingbase8.Driver$ConnectThread.getResult(Driver.java:491) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.connect(Driver.java:312) ~[kingbase8-8.6.0.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:132) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1687) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1803) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2914) [druid-1.2.23.jar:?] +Caused by: java.io.EOFException + at com.kingbase8.core.KBStream.receiveChar(KBStream.java:587) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.enableSSL(ConnectionFactoryImpl.java:568) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:207) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:280) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.ConnectionFactory.openConnection(ConnectionFactory.java:65) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbConnection.(KbConnection.java:336) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbConnection.(KbConnection.java:548) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.makeConnection(Driver.java:576) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.access$100(Driver.java:52) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver$ConnectThread.run(Driver.java:440) ~[kingbase8-8.6.0.jar:?] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?] +[2026-06-09 11:39:57,923][ERROR][Druid-ConnectionPool-Create-654609843] create connection SQLException, url: jdbc:kingbase8://8.162.3.203:54321/opinion_center?currentSchema=public&clientEncoding=utf8&socketTimeout=30000&loginTimeout=30, errorCode 0, state 08001 (DruidDataSource.java:2916) +com.kingbase8.util.KSQLException: The _connection attempt failed.Reason:null + at com.kingbase8.Driver$ConnectThread.getResult(Driver.java:491) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.connect(Driver.java:312) ~[kingbase8-8.6.0.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:132) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:244) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:126) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1687) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1803) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2914) [druid-1.2.23.jar:?] +Caused by: java.io.EOFException + at com.kingbase8.core.KBStream.receiveChar(KBStream.java:587) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.enableSSL(ConnectionFactoryImpl.java:568) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:207) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:280) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.ConnectionFactory.openConnection(ConnectionFactory.java:65) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbConnection.(KbConnection.java:336) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbConnection.(KbConnection.java:548) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.makeConnection(Driver.java:576) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver.access$100(Driver.java:52) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.Driver$ConnectThread.run(Driver.java:440) ~[kingbase8-8.6.0.jar:?] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?] +[2026-06-09 14:01:46,782][ERROR][http-nio-1024-exec-9] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.admin.module.system.login.service.LoginService.saveLoginLog(LoginService.java:427) ~[classes/:?] + at net.lab1024.sa.admin.module.system.login.service.LoginService.login(LoginService.java:237) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:354) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at com.alibaba.druid.support.spring.stat.DruidStatInterceptor.invoke(DruidStatInterceptor.java:70) ~[druid-1.2.23.jar:?] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.login.service.LoginService$$SpringCGLIB$$1.login() ~[classes/:?] + at net.lab1024.sa.admin.module.system.login.controller.LoginController.login(LoginController.java:45) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:354) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:100) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.login.controller.LoginController$$SpringCGLIB$$0.login() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:01:46,854][ERROR][http-nio-1024-exec-9] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.login.controller.LoginController$$SpringCGLIB$$0.login() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:01:47,395][ERROR][http-nio-1024-exec-9] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController$$SpringCGLIB$$0.queryPage() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:05:54,369][ERROR][http-nio-1024-exec-8] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController$$SpringCGLIB$$0.queryPage() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:06:18,211][ERROR][http-nio-1024-exec-3] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.menu.controller.MenuController$$SpringCGLIB$$0.updateMenu() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:06:27,839][ERROR][http-nio-1024-exec-1] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.menu.controller.MenuController$$SpringCGLIB$$0.updateMenu() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:06:34,077][ERROR][http-nio-1024-exec-4] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.menu.controller.MenuController$$SpringCGLIB$$0.updateMenu() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:06:39,255][ERROR][http-nio-1024-exec-6] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.menu.controller.MenuController$$SpringCGLIB$$0.updateMenu() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:06:44,364][ERROR][http-nio-1024-exec-3] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.menu.controller.MenuController$$SpringCGLIB$$0.updateMenu() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:07:07,088][ERROR][http-nio-1024-exec-9] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.menu.controller.MenuController$$SpringCGLIB$$0.updateMenu() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:07:15,408][ERROR][http-nio-1024-exec-8] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.menu.controller.MenuController$$SpringCGLIB$$0.updateMenu() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:07:22,581][ERROR][http-nio-1024-exec-4] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.menu.controller.MenuController$$SpringCGLIB$$0.updateMenu() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:07:37,233][ERROR][http-nio-1024-exec-6] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.menu.controller.MenuController$$SpringCGLIB$$0.updateMenu() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:07:57,607][ERROR][http-nio-1024-exec-2] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.menu.controller.MenuController$$SpringCGLIB$$0.updateMenu() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:08:08,365][ERROR][http-nio-1024-exec-2] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.menu.controller.MenuController$$SpringCGLIB$$0.updateMenu() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:08:27,446][ERROR][http-nio-1024-exec-3] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController$$SpringCGLIB$$0.queryPage() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:08:29,009][ERROR][http-nio-1024-exec-7] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController$$SpringCGLIB$$0.queryPage() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:08:33,454][ERROR][http-nio-1024-exec-10] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController$$SpringCGLIB$$0.queryPage() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:27:05,137][ERROR][http-nio-1024-exec-3] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController$$SpringCGLIB$$0.queryPage() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:27:28,822][ERROR][http-nio-1024-exec-8] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.menu.controller.MenuController$$SpringCGLIB$$0.updateMenu() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:27:34,827][ERROR][http-nio-1024-exec-3] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.menu.controller.MenuController$$SpringCGLIB$$0.updateMenu() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:27:40,414][ERROR][http-nio-1024-exec-6] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.menu.controller.MenuController$$SpringCGLIB$$0.updateMenu() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:27:45,600][ERROR][http-nio-1024-exec-2] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.menu.controller.MenuController$$SpringCGLIB$$0.updateMenu() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:29:26,334][ERROR][http-nio-1024-exec-7] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController$$SpringCGLIB$$0.queryPage() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:29:30,342][ERROR][http-nio-1024-exec-6] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController$$SpringCGLIB$$0.queryPage() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:34:04,674][ERROR][http-nio-1024-exec-1] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.menu.controller.MenuController$$SpringCGLIB$$0.updateMenu() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:34:11,482][ERROR][http-nio-1024-exec-9] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.menu.controller.MenuController$$SpringCGLIB$$0.updateMenu() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:34:30,434][ERROR][http-nio-1024-exec-1] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.menu.controller.MenuController$$SpringCGLIB$$0.updateMenu() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:37:31,766][ERROR][http-nio-1024-exec-3] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController$$SpringCGLIB$$0.queryPage() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:37:37,078][ERROR][http-nio-1024-exec-7] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController$$SpringCGLIB$$0.queryPage() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:40:57,599][ERROR][http-nio-1024-exec-10] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController$$SpringCGLIB$$0.queryPage() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:41:14,788][ERROR][http-nio-1024-exec-9] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.menu.controller.MenuController$$SpringCGLIB$$0.updateMenu() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:41:21,267][ERROR][http-nio-1024-exec-2] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.menu.controller.MenuController$$SpringCGLIB$$0.updateMenu() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:41:27,481][ERROR][http-nio-1024-exec-1] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.menu.controller.MenuController$$SpringCGLIB$$0.updateMenu() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:41:33,053][ERROR][http-nio-1024-exec-5] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.menu.controller.MenuController$$SpringCGLIB$$0.updateMenu() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:58:28,500][ERROR][http-nio-1024-exec-1] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.menu.controller.MenuController$$SpringCGLIB$$0.updateMenu() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:59:12,002][ERROR][http-nio-1024-exec-6] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController$$SpringCGLIB$$0.queryPage() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 14:59:51,897][ERROR][http-nio-1024-exec-8] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.support.AdminDictController$$SpringCGLIB$$0.update() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 15:00:17,026][ERROR][http-nio-1024-exec-3] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.support.AdminDictController$$SpringCGLIB$$0.updateDictData() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 15:01:18,950][ERROR][http-nio-1024-exec-3] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.support.AdminDictController$$SpringCGLIB$$0.batchDelete() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 15:13:12,008][ERROR][http-nio-1024-exec-3] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController$$SpringCGLIB$$0.queryPage() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 15:13:13,701][ERROR][http-nio-1024-exec-9] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController$$SpringCGLIB$$0.queryPage() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 15:13:15,523][ERROR][http-nio-1024-exec-7] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.changelog.controller.ChangeLogController$$SpringCGLIB$$0.queryPage() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 15:13:24,144][ERROR][http-nio-1024-exec-3] 捕获全局异常,URL:/employee/query (GlobalExceptionHandler.java:111) +org.springframework.jdbc.BadSqlGrammarException: +### Error querying database. Cause: com.kingbase8.util.KSQLException: ERROR: CONNECT BY clause required in this query block + Position: 34 At Line: 1, Line Position: 34 +### The error may exist in net/lab1024/sa/admin/module/system/position/dao/PositionDao.java (best guess) +### The error may involve defaultParameterMap +### The error occurred while setting parameters +### SQL: SELECT position_id,position_name,level,sort,remark,deleted_flag,create_time,update_time FROM t_position WHERE position_id IN ( ? ) +### Cause: com.kingbase8.util.KSQLException: ERROR: CONNECT BY clause required in this query block + Position: 34 At Line: 1, Line Position: 34 +; bad SQL grammar [] + at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:112) ~[spring-jdbc-6.1.10.jar:6.1.10] + at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:107) ~[spring-jdbc-6.1.10.jar:6.1.10] + at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:116) ~[spring-jdbc-6.1.10.jar:6.1.10] + at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:116) ~[spring-jdbc-6.1.10.jar:6.1.10] + at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92) ~[mybatis-spring-3.0.3.jar:3.0.3] + at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439) ~[mybatis-spring-3.0.3.jar:3.0.3] + at jdk.proxy2/jdk.proxy2.$Proxy130.selectList(Unknown Source) ~[?:?] + at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224) ~[mybatis-spring-3.0.3.jar:3.0.3] + at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:164) ~[mybatis-plus-core-3.5.7.jar:3.5.7] + at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77) ~[mybatis-plus-core-3.5.7.jar:3.5.7] + at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:152) ~[mybatis-plus-core-3.5.7.jar:3.5.7] + at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) ~[mybatis-plus-core-3.5.7.jar:3.5.7] + at jdk.proxy2/jdk.proxy2.$Proxy154.selectBatchIds(Unknown Source) ~[?:?] + at net.lab1024.sa.admin.module.system.employee.service.EmployeeService.queryEmployee(EmployeeService.java:105) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:354) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at com.alibaba.druid.support.spring.stat.DruidStatInterceptor.invoke(DruidStatInterceptor.java:70) ~[druid-1.2.23.jar:?] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.employee.service.EmployeeService$$SpringCGLIB$$0.queryEmployee() ~[classes/:?] + at net.lab1024.sa.admin.module.system.employee.controller.EmployeeController.query(EmployeeController.java:40) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:354) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:100) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.employee.controller.EmployeeController$$SpringCGLIB$$0.query() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +Caused by: com.kingbase8.util.KSQLException: ERROR: CONNECT BY clause required in this query block + Position: 34 At Line: 1, Line Position: 34 + at com.kingbase8.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:3551) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2993) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:405) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbStatement.executeInternal_(KbStatement.java:784) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbStatement.execute(KbStatement.java:676) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbPreparedStatement.executeWithFlags(KbPreparedStatement.java:286) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbPreparedStatement.execute(KbPreparedStatement.java:265) ~[kingbase8-8.6.0.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483) ~[druid-1.2.23.jar:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58) ~[mybatis-3.5.16.jar:3.5.16] + at jdk.proxy3/jdk.proxy3.$Proxy150.execute(Unknown Source) ~[?:?] + at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80) ~[mybatis-3.5.16.jar:3.5.16] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61) ~[mybatis-3.5.16.jar:3.5.16] + at jdk.proxy2/jdk.proxy2.$Proxy148.query(Unknown Source) ~[?:?] + at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:336) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110) ~[mybatis-3.5.16.jar:3.5.16] + at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81) ~[mybatis-plus-extension-3.5.6.jar:3.5.6] + at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59) ~[mybatis-3.5.16.jar:3.5.16] + at jdk.proxy2/jdk.proxy2.$Proxy146.query(Unknown Source) ~[?:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:61) ~[mybatis-3.5.16.jar:3.5.16] + at net.lab1024.sa.admin.module.system.datascope.MyBatisPlugin.intercept(MyBatisPlugin.java:61) ~[classes/:?] + at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59) ~[mybatis-3.5.16.jar:3.5.16] + at jdk.proxy2/jdk.proxy2.$Proxy146.query(Unknown Source) ~[?:?] + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142) ~[mybatis-3.5.16.jar:3.5.16] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425) ~[mybatis-spring-3.0.3.jar:3.0.3] + ... 103 more +[2026-06-09 15:13:24,148][ERROR][http-nio-1024-exec-8] 捕获全局异常,URL:/employee/query (GlobalExceptionHandler.java:111) +org.springframework.jdbc.BadSqlGrammarException: +### Error querying database. Cause: com.kingbase8.util.KSQLException: ERROR: CONNECT BY clause required in this query block + Position: 34 At Line: 1, Line Position: 34 +### The error may exist in net/lab1024/sa/admin/module/system/position/dao/PositionDao.java (best guess) +### The error may involve defaultParameterMap +### The error occurred while setting parameters +### SQL: SELECT position_id,position_name,level,sort,remark,deleted_flag,create_time,update_time FROM t_position WHERE position_id IN ( ? ) +### Cause: com.kingbase8.util.KSQLException: ERROR: CONNECT BY clause required in this query block + Position: 34 At Line: 1, Line Position: 34 +; bad SQL grammar [] + at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:112) ~[spring-jdbc-6.1.10.jar:6.1.10] + at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:107) ~[spring-jdbc-6.1.10.jar:6.1.10] + at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:116) ~[spring-jdbc-6.1.10.jar:6.1.10] + at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:116) ~[spring-jdbc-6.1.10.jar:6.1.10] + at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92) ~[mybatis-spring-3.0.3.jar:3.0.3] + at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439) ~[mybatis-spring-3.0.3.jar:3.0.3] + at jdk.proxy2/jdk.proxy2.$Proxy130.selectList(Unknown Source) ~[?:?] + at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224) ~[mybatis-spring-3.0.3.jar:3.0.3] + at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:164) ~[mybatis-plus-core-3.5.7.jar:3.5.7] + at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77) ~[mybatis-plus-core-3.5.7.jar:3.5.7] + at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:152) ~[mybatis-plus-core-3.5.7.jar:3.5.7] + at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) ~[mybatis-plus-core-3.5.7.jar:3.5.7] + at jdk.proxy2/jdk.proxy2.$Proxy154.selectBatchIds(Unknown Source) ~[?:?] + at net.lab1024.sa.admin.module.system.employee.service.EmployeeService.queryEmployee(EmployeeService.java:105) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:354) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at com.alibaba.druid.support.spring.stat.DruidStatInterceptor.invoke(DruidStatInterceptor.java:70) ~[druid-1.2.23.jar:?] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.employee.service.EmployeeService$$SpringCGLIB$$0.queryEmployee() ~[classes/:?] + at net.lab1024.sa.admin.module.system.employee.controller.EmployeeController.query(EmployeeController.java:40) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:354) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:100) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.employee.controller.EmployeeController$$SpringCGLIB$$0.query() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +Caused by: com.kingbase8.util.KSQLException: ERROR: CONNECT BY clause required in this query block + Position: 34 At Line: 1, Line Position: 34 + at com.kingbase8.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:3551) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2993) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:405) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbStatement.executeInternal_(KbStatement.java:784) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbStatement.execute(KbStatement.java:676) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbPreparedStatement.executeWithFlags(KbPreparedStatement.java:286) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbPreparedStatement.execute(KbPreparedStatement.java:265) ~[kingbase8-8.6.0.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483) ~[druid-1.2.23.jar:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58) ~[mybatis-3.5.16.jar:3.5.16] + at jdk.proxy3/jdk.proxy3.$Proxy150.execute(Unknown Source) ~[?:?] + at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80) ~[mybatis-3.5.16.jar:3.5.16] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61) ~[mybatis-3.5.16.jar:3.5.16] + at jdk.proxy2/jdk.proxy2.$Proxy148.query(Unknown Source) ~[?:?] + at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:336) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110) ~[mybatis-3.5.16.jar:3.5.16] + at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81) ~[mybatis-plus-extension-3.5.6.jar:3.5.6] + at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59) ~[mybatis-3.5.16.jar:3.5.16] + at jdk.proxy2/jdk.proxy2.$Proxy146.query(Unknown Source) ~[?:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:61) ~[mybatis-3.5.16.jar:3.5.16] + at net.lab1024.sa.admin.module.system.datascope.MyBatisPlugin.intercept(MyBatisPlugin.java:61) ~[classes/:?] + at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59) ~[mybatis-3.5.16.jar:3.5.16] + at jdk.proxy2/jdk.proxy2.$Proxy146.query(Unknown Source) ~[?:?] + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142) ~[mybatis-3.5.16.jar:3.5.16] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425) ~[mybatis-spring-3.0.3.jar:3.0.3] + ... 103 more +[2026-06-09 15:13:58,665][ERROR][http-nio-1024-exec-6] 解析ip地址出错 (SmartIpUtil.java:80) +java.lang.NullPointerException: Cannot invoke "org.lionsoul.ip2region.xdb.Searcher.search(String)" because "net.lab1024.sa.base.common.util.SmartIpUtil.IP_SEARCHER" is null + at net.lab1024.sa.base.common.util.SmartIpUtil.getRegion(SmartIpUtil.java:78) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.enqueueLog(OperateLogAspect.java:233) ~[classes/:?] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:107) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.role.controller.RoleController$$SpringCGLIB$$0.addRole() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 15:14:08,078][ERROR][http-nio-1024-exec-2] 捕获全局异常,URL:/employee/query (GlobalExceptionHandler.java:111) +org.springframework.jdbc.BadSqlGrammarException: +### Error querying database. Cause: com.kingbase8.util.KSQLException: ERROR: CONNECT BY clause required in this query block + Position: 34 At Line: 1, Line Position: 34 +### The error may exist in net/lab1024/sa/admin/module/system/position/dao/PositionDao.java (best guess) +### The error may involve defaultParameterMap +### The error occurred while setting parameters +### SQL: SELECT position_id,position_name,level,sort,remark,deleted_flag,create_time,update_time FROM t_position WHERE position_id IN ( ? ) +### Cause: com.kingbase8.util.KSQLException: ERROR: CONNECT BY clause required in this query block + Position: 34 At Line: 1, Line Position: 34 +; bad SQL grammar [] + at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:112) ~[spring-jdbc-6.1.10.jar:6.1.10] + at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:107) ~[spring-jdbc-6.1.10.jar:6.1.10] + at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:116) ~[spring-jdbc-6.1.10.jar:6.1.10] + at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:116) ~[spring-jdbc-6.1.10.jar:6.1.10] + at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92) ~[mybatis-spring-3.0.3.jar:3.0.3] + at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439) ~[mybatis-spring-3.0.3.jar:3.0.3] + at jdk.proxy2/jdk.proxy2.$Proxy130.selectList(Unknown Source) ~[?:?] + at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224) ~[mybatis-spring-3.0.3.jar:3.0.3] + at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:164) ~[mybatis-plus-core-3.5.7.jar:3.5.7] + at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77) ~[mybatis-plus-core-3.5.7.jar:3.5.7] + at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:152) ~[mybatis-plus-core-3.5.7.jar:3.5.7] + at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) ~[mybatis-plus-core-3.5.7.jar:3.5.7] + at jdk.proxy2/jdk.proxy2.$Proxy154.selectBatchIds(Unknown Source) ~[?:?] + at net.lab1024.sa.admin.module.system.employee.service.EmployeeService.queryEmployee(EmployeeService.java:105) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:354) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at com.alibaba.druid.support.spring.stat.DruidStatInterceptor.invoke(DruidStatInterceptor.java:70) ~[druid-1.2.23.jar:?] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.employee.service.EmployeeService$$SpringCGLIB$$0.queryEmployee() ~[classes/:?] + at net.lab1024.sa.admin.module.system.employee.controller.EmployeeController.query(EmployeeController.java:40) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:354) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:100) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.employee.controller.EmployeeController$$SpringCGLIB$$0.query() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +Caused by: com.kingbase8.util.KSQLException: ERROR: CONNECT BY clause required in this query block + Position: 34 At Line: 1, Line Position: 34 + at com.kingbase8.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:3551) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2993) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:405) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbStatement.executeInternal_(KbStatement.java:784) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbStatement.execute(KbStatement.java:676) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbPreparedStatement.executeWithFlags(KbPreparedStatement.java:286) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbPreparedStatement.execute(KbPreparedStatement.java:265) ~[kingbase8-8.6.0.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483) ~[druid-1.2.23.jar:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58) ~[mybatis-3.5.16.jar:3.5.16] + at jdk.proxy3/jdk.proxy3.$Proxy150.execute(Unknown Source) ~[?:?] + at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80) ~[mybatis-3.5.16.jar:3.5.16] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61) ~[mybatis-3.5.16.jar:3.5.16] + at jdk.proxy2/jdk.proxy2.$Proxy148.query(Unknown Source) ~[?:?] + at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:336) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110) ~[mybatis-3.5.16.jar:3.5.16] + at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81) ~[mybatis-plus-extension-3.5.6.jar:3.5.6] + at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59) ~[mybatis-3.5.16.jar:3.5.16] + at jdk.proxy2/jdk.proxy2.$Proxy146.query(Unknown Source) ~[?:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:61) ~[mybatis-3.5.16.jar:3.5.16] + at net.lab1024.sa.admin.module.system.datascope.MyBatisPlugin.intercept(MyBatisPlugin.java:61) ~[classes/:?] + at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59) ~[mybatis-3.5.16.jar:3.5.16] + at jdk.proxy2/jdk.proxy2.$Proxy146.query(Unknown Source) ~[?:?] + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142) ~[mybatis-3.5.16.jar:3.5.16] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425) ~[mybatis-spring-3.0.3.jar:3.0.3] + ... 103 more +[2026-06-09 15:14:08,081][ERROR][http-nio-1024-exec-4] 捕获全局异常,URL:/employee/query (GlobalExceptionHandler.java:111) +org.springframework.jdbc.BadSqlGrammarException: +### Error querying database. Cause: com.kingbase8.util.KSQLException: ERROR: CONNECT BY clause required in this query block + Position: 34 At Line: 1, Line Position: 34 +### The error may exist in net/lab1024/sa/admin/module/system/position/dao/PositionDao.java (best guess) +### The error may involve defaultParameterMap +### The error occurred while setting parameters +### SQL: SELECT position_id,position_name,level,sort,remark,deleted_flag,create_time,update_time FROM t_position WHERE position_id IN ( ? ) +### Cause: com.kingbase8.util.KSQLException: ERROR: CONNECT BY clause required in this query block + Position: 34 At Line: 1, Line Position: 34 +; bad SQL grammar [] + at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:112) ~[spring-jdbc-6.1.10.jar:6.1.10] + at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:107) ~[spring-jdbc-6.1.10.jar:6.1.10] + at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:116) ~[spring-jdbc-6.1.10.jar:6.1.10] + at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:116) ~[spring-jdbc-6.1.10.jar:6.1.10] + at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92) ~[mybatis-spring-3.0.3.jar:3.0.3] + at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439) ~[mybatis-spring-3.0.3.jar:3.0.3] + at jdk.proxy2/jdk.proxy2.$Proxy130.selectList(Unknown Source) ~[?:?] + at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224) ~[mybatis-spring-3.0.3.jar:3.0.3] + at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:164) ~[mybatis-plus-core-3.5.7.jar:3.5.7] + at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77) ~[mybatis-plus-core-3.5.7.jar:3.5.7] + at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:152) ~[mybatis-plus-core-3.5.7.jar:3.5.7] + at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) ~[mybatis-plus-core-3.5.7.jar:3.5.7] + at jdk.proxy2/jdk.proxy2.$Proxy154.selectBatchIds(Unknown Source) ~[?:?] + at net.lab1024.sa.admin.module.system.employee.service.EmployeeService.queryEmployee(EmployeeService.java:105) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:354) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at com.alibaba.druid.support.spring.stat.DruidStatInterceptor.invoke(DruidStatInterceptor.java:70) ~[druid-1.2.23.jar:?] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.employee.service.EmployeeService$$SpringCGLIB$$0.queryEmployee() ~[classes/:?] + at net.lab1024.sa.admin.module.system.employee.controller.EmployeeController.query(EmployeeController.java:40) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:354) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:100) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.employee.controller.EmployeeController$$SpringCGLIB$$0.query() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +Caused by: com.kingbase8.util.KSQLException: ERROR: CONNECT BY clause required in this query block + Position: 34 At Line: 1, Line Position: 34 + at com.kingbase8.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:3551) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2993) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:405) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbStatement.executeInternal_(KbStatement.java:784) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbStatement.execute(KbStatement.java:676) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbPreparedStatement.executeWithFlags(KbPreparedStatement.java:286) ~[kingbase8-8.6.0.jar:?] + at com.kingbase8.jdbc.KbPreparedStatement.execute(KbPreparedStatement.java:265) ~[kingbase8-8.6.0.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483) ~[druid-1.2.23.jar:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58) ~[mybatis-3.5.16.jar:3.5.16] + at jdk.proxy3/jdk.proxy3.$Proxy150.execute(Unknown Source) ~[?:?] + at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80) ~[mybatis-3.5.16.jar:3.5.16] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61) ~[mybatis-3.5.16.jar:3.5.16] + at jdk.proxy2/jdk.proxy2.$Proxy148.query(Unknown Source) ~[?:?] + at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:336) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110) ~[mybatis-3.5.16.jar:3.5.16] + at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81) ~[mybatis-plus-extension-3.5.6.jar:3.5.6] + at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59) ~[mybatis-3.5.16.jar:3.5.16] + at jdk.proxy2/jdk.proxy2.$Proxy146.query(Unknown Source) ~[?:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:61) ~[mybatis-3.5.16.jar:3.5.16] + at net.lab1024.sa.admin.module.system.datascope.MyBatisPlugin.intercept(MyBatisPlugin.java:61) ~[classes/:?] + at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59) ~[mybatis-3.5.16.jar:3.5.16] + at jdk.proxy2/jdk.proxy2.$Proxy146.query(Unknown Source) ~[?:?] + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142) ~[mybatis-3.5.16.jar:3.5.16] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425) ~[mybatis-spring-3.0.3.jar:3.0.3] + ... 103 more diff --git a/logs/sa-admin/dev/info/info-2026-06-02-1.log b/logs/sa-admin/dev/info/info-2026-06-02-1.log new file mode 100644 index 0000000..ff25aa9 --- /dev/null +++ b/logs/sa-admin/dev/info/info-2026-06-02-1.log @@ -0,0 +1,32 @@ +[2026-06-02 18:54:57,776][INFO ][background-preinit] HV000001: Hibernate Validator 8.0.1.Final (Version.java:21) +[2026-06-02 18:54:57,850][INFO ][main] Starting AdminApplication using Java 21.0.11 with PID 66984 (/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes started by wang in /Users/wang/sanduoyun/developspace/smart-flow-master) (StartupInfoLogger.java:50) +[2026-06-02 18:54:57,853][INFO ][main] The following 1 profile is active: "dev" (SpringApplication.java:660) +[2026-06-02 18:54:59,079][INFO ][main] Multiple Spring Data modules found, entering strict repository configuration mode (RepositoryConfigurationDelegate.java:295) +[2026-06-02 18:54:59,081][INFO ][main] Bootstrapping Spring Data Redis repositories in DEFAULT mode. (RepositoryConfigurationDelegate.java:143) +[2026-06-02 18:54:59,110][INFO ][main] Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. (RepositoryConfigurationDelegate.java:211) +[2026-06-02 18:55:00,573][INFO ][main] {dataSource-1} inited (DruidDataSource.java:1002) +[2026-06-02 18:55:01,181][INFO ][main] Tomcat initialized with port 1024 (http) (TomcatWebServer.java:111) +[2026-06-02 18:55:01,188][INFO ][main] Initializing ProtocolHandler ["http-nio-1024"] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,189][INFO ][main] Starting service [Tomcat] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,189][INFO ][main] Starting Servlet engine: [Apache Tomcat/10.1.25] (DirectJDKLog.java:173) +[2026-06-02 18:55:01,226][INFO ][main] Initializing Spring embedded WebApplicationContext (DirectJDKLog.java:173) +[2026-06-02 18:55:01,226][INFO ][main] Root WebApplicationContext: initialization completed in 3328 ms (ServletWebServerApplicationContext.java:296) +[2026-06-02 18:55:01,736][INFO ][main] ################# 系统配置缓存初始化完毕:2 ################### (ConfigService.java:58) +[2026-06-02 18:55:02,021][INFO ][main] Redisson 3.25.0 (Version.java:43) +[2026-06-02 18:55:02,144][INFO ][redisson-netty-2-5] 1 connections initialized for 127.0.0.1/127.0.0.1:6379 (ConnectionPool.java:137) +[2026-06-02 18:55:02,185][INFO ][redisson-netty-2-19] 24 connections initialized for 127.0.0.1/127.0.0.1:6379 (ConnectionPool.java:137) +[2026-06-02 18:55:03,293][INFO ][main] ==== SmartJob ==== client-manager init (SmartJobClientManager.java:67) +[2026-06-02 18:55:03,584][INFO ][main] 不需要登录的URL:[/login, /login/sendEmailCode/{loginName}, /login/getTwoFactorLoginFlag, /login/getCaptcha] (UrlConfig.java:134) +[2026-06-02 18:55:03,891][INFO ][main] 【warm-flow】,加载完成 (BeanConfig.java:152) +[2026-06-02 18:55:04,326][INFO ][main] Exposing 1 endpoint beneath base path '/actuator' (EndpointLinksResolver.java:60) +[2026-06-02 18:55:04,399][INFO ][main] Starting ProtocolHandler ["http-nio-1024"] (DirectJDKLog.java:173) +[2026-06-02 18:55:04,403][INFO ][main] Tomcat started on port 1024 (http) with context path '/' (TomcatWebServer.java:243) +[2026-06-02 18:55:04,419][INFO ][main] Started AdminApplication in 7.041 seconds (process running for 8.728) (StartupInfoLogger.java:56) +[2026-06-02 18:55:04,535][INFO ][RMI TCP Connection(3)-127.0.0.1] Initializing Spring DispatcherServlet 'dispatcherServlet' (DirectJDKLog.java:173) +[2026-06-02 18:55:04,535][INFO ][RMI TCP Connection(3)-127.0.0.1] Initializing Servlet 'dispatcherServlet' (FrameworkServlet.java:532) +[2026-06-02 18:55:04,536][INFO ][RMI TCP Connection(3)-127.0.0.1] Completed initialization in 1 ms (FrameworkServlet.java:554) +[2026-06-02 18:55:13,355][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-02 18:56:13,428][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-02 18:56:47,505][INFO ][SpringApplicationShutdownHook] ==== SmartJob ==== destroy job (SmartJobLauncher.java:151) +[2026-06-02 18:56:47,516][INFO ][SpringApplicationShutdownHook] {dataSource-1} closing ... (DruidDataSource.java:2204) +[2026-06-02 18:56:47,518][INFO ][SpringApplicationShutdownHook] {dataSource-1} closed (DruidDataSource.java:2277) diff --git a/logs/sa-admin/dev/info/info.log b/logs/sa-admin/dev/info/info.log index 5284778..63a64b9 100644 --- a/logs/sa-admin/dev/info/info.log +++ b/logs/sa-admin/dev/info/info.log @@ -127,3 +127,209 @@ [2026-06-09 10:39:00,538][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) [2026-06-09 10:40:00,676][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) [2026-06-09 10:41:00,754][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 10:42:00,823][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 10:43:00,947][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 10:44:01,072][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 10:45:01,239][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 10:46:01,301][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 10:47:01,383][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 10:48:01,506][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 10:48:53,257][INFO ][http-nio-1024-exec-10] Init duration for springdoc-openapi is: 606 ms (AbstractOpenApiResource.java:390) +[2026-06-09 10:49:01,578][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 10:50:01,663][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 10:51:01,718][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 10:52:01,772][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 10:53:01,933][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 10:54:02,067][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 10:55:02,187][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 10:56:02,256][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 10:57:02,310][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 10:58:02,423][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 10:59:02,540][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:00:02,650][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:01:02,734][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:02:02,814][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:03:02,938][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:04:03,049][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:05:03,241][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:06:03,294][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:07:03,376][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:08:03,474][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:09:03,605][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:10:03,784][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:11:03,855][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:12:03,909][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:13:04,045][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:14:04,188][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:15:04,307][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:16:04,378][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:17:04,462][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:18:04,582][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:19:04,747][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:20:04,909][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:21:04,968][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:22:05,051][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:23:05,213][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:24:05,386][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:25:05,500][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:26:05,565][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:27:05,650][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:28:05,820][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:29:05,941][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:30:07,459][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:31:07,619][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:32:07,795][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:33:08,128][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:34:08,522][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:35:08,621][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:36:08,709][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:37:08,789][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:39:13,812][INFO ][Druid-ConnectionPool-Create-654609843] {dataSource-1} failContinuous is true (DruidAbstractDataSource.java:1900) +[2026-06-09 11:40:01,002][INFO ][Druid-ConnectionPool-Create-654609843] {dataSource-1} failContinuous is false (DruidAbstractDataSource.java:1905) +[2026-06-09 11:40:01,137][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:41:01,218][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:42:01,293][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:43:01,411][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:44:01,572][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:45:01,706][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:46:01,776][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:47:01,867][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:48:02,054][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:49:02,219][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:50:02,415][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:51:02,521][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:52:02,606][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:53:02,731][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:54:02,853][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:55:02,968][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:56:03,040][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:57:03,092][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:58:03,203][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 11:59:03,329][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 12:00:03,442][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 12:01:03,506][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 12:02:03,589][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 12:03:03,704][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 12:04:03,802][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 12:05:33,495][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 12:21:41,681][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 12:22:41,746][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 12:23:41,853][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 12:24:41,974][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 12:25:42,094][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 12:43:55,524][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 12:44:55,604][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 13:02:11,201][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 13:18:28,915][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 13:36:27,064][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 13:37:27,130][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 13:38:27,190][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 13:55:13,276][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 13:56:13,383][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 13:57:13,491][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 13:58:13,545][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:01:15,765][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:02:15,887][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:03:15,982][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:04:16,267][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:05:16,367][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:06:16,448][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:07:16,534][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:08:16,597][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:09:16,688][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:10:16,777][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:11:16,830][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:12:16,977][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:13:17,099][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:14:17,252][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:15:17,341][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:16:17,444][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:17:17,651][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:18:17,809][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:19:18,018][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:20:18,098][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:21:18,177][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:22:18,258][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:23:18,338][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:24:18,488][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:25:18,563][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:26:18,640][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:27:18,722][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:28:18,802][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:29:18,967][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:30:19,044][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:31:19,119][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:32:19,281][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:33:19,355][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:34:19,418][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:35:19,519][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:36:19,584][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:37:19,678][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:38:19,746][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:39:19,805][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:40:19,870][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:41:19,982][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:42:20,061][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:43:20,173][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:44:20,297][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:45:20,346][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:46:20,396][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:47:20,525][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:48:20,672][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:49:20,818][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:50:20,904][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:51:20,955][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:52:21,027][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:53:21,154][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:54:21,256][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:55:21,334][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:56:21,422][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:57:21,502][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:58:21,587][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 14:59:21,646][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 15:00:21,705][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 15:01:21,767][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 15:02:21,823][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 15:03:21,968][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 15:04:22,071][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 15:05:22,149][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 15:06:22,230][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 15:07:22,349][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 15:08:22,457][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 15:09:22,514][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 15:10:22,590][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 15:11:22,683][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 15:12:22,736][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 15:13:22,796][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 15:14:18,115][INFO ][SpringApplicationShutdownHook] ==== SmartJob ==== destroy job (SmartJobLauncher.java:151) +[2026-06-09 15:14:18,131][INFO ][SpringApplicationShutdownHook] {dataSource-1} closing ... (DruidDataSource.java:2204) +[2026-06-09 15:14:18,133][INFO ][SpringApplicationShutdownHook] {dataSource-1} closed (DruidDataSource.java:2277) +[2026-06-09 15:14:23,028][INFO ][background-preinit] HV000001: Hibernate Validator 8.0.1.Final (Version.java:21) +[2026-06-09 15:14:23,059][INFO ][main] Starting AdminApplication using Java 21.0.11 with PID 38710 (/Users/wang/sanduoyun/developspace/smart-flow-master/smart-flow-api/sa-admin/target/classes started by wang in /Users/wang/sanduoyun/developspace/smart-flow-master) (StartupInfoLogger.java:50) +[2026-06-09 15:14:23,060][INFO ][main] The following 1 profile is active: "dev" (SpringApplication.java:660) +[2026-06-09 15:14:23,783][INFO ][main] Multiple Spring Data modules found, entering strict repository configuration mode (RepositoryConfigurationDelegate.java:295) +[2026-06-09 15:14:23,784][INFO ][main] Bootstrapping Spring Data Redis repositories in DEFAULT mode. (RepositoryConfigurationDelegate.java:143) +[2026-06-09 15:14:23,814][INFO ][main] Finished Spring Data repository scanning in 19 ms. Found 0 Redis repository interfaces. (RepositoryConfigurationDelegate.java:211) +[2026-06-09 15:14:25,450][INFO ][main] {dataSource-1} inited (DruidDataSource.java:1002) +[2026-06-09 15:14:26,289][INFO ][main] Tomcat initialized with port 1024 (http) (TomcatWebServer.java:111) +[2026-06-09 15:14:26,296][INFO ][main] Initializing ProtocolHandler ["http-nio-1024"] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,297][INFO ][main] Starting service [Tomcat] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,297][INFO ][main] Starting Servlet engine: [Apache Tomcat/10.1.25] (DirectJDKLog.java:173) +[2026-06-09 15:14:26,330][INFO ][main] Initializing Spring embedded WebApplicationContext (DirectJDKLog.java:173) +[2026-06-09 15:14:26,330][INFO ][main] Root WebApplicationContext: initialization completed in 3248 ms (ServletWebServerApplicationContext.java:296) +[2026-06-09 15:14:26,850][INFO ][main] ################# 系统配置缓存初始化完毕:2 ################### (ConfigService.java:58) +[2026-06-09 15:14:27,119][INFO ][main] Redisson 3.25.0 (Version.java:43) +[2026-06-09 15:14:27,248][INFO ][redisson-netty-2-5] 1 connections initialized for 127.0.0.1/127.0.0.1:6379 (ConnectionPool.java:137) +[2026-06-09 15:14:27,292][INFO ][redisson-netty-2-19] 24 connections initialized for 127.0.0.1/127.0.0.1:6379 (ConnectionPool.java:137) +[2026-06-09 15:14:28,338][INFO ][main] ==== SmartJob ==== client-manager init (SmartJobClientManager.java:67) +[2026-06-09 15:14:28,647][INFO ][main] 不需要登录的URL:[/login, /login/sendEmailCode/{loginName}, /login/getTwoFactorLoginFlag, /login/getCaptcha] (UrlConfig.java:134) +[2026-06-09 15:14:28,865][INFO ][main] 【warm-flow】,加载完成 (BeanConfig.java:152) +[2026-06-09 15:14:29,316][INFO ][main] Exposing 1 endpoint beneath base path '/actuator' (EndpointLinksResolver.java:60) +[2026-06-09 15:14:29,387][INFO ][main] Starting ProtocolHandler ["http-nio-1024"] (DirectJDKLog.java:173) +[2026-06-09 15:14:29,391][INFO ][main] Tomcat started on port 1024 (http) with context path '/' (TomcatWebServer.java:243) +[2026-06-09 15:14:29,408][INFO ][main] Started AdminApplication in 6.652 seconds (process running for 7.974) (StartupInfoLogger.java:56) +[2026-06-09 15:14:29,836][INFO ][RMI TCP Connection(8)-127.0.0.1] Initializing Spring DispatcherServlet 'dispatcherServlet' (DirectJDKLog.java:173) +[2026-06-09 15:14:29,836][INFO ][RMI TCP Connection(8)-127.0.0.1] Initializing Servlet 'dispatcherServlet' (FrameworkServlet.java:532) +[2026-06-09 15:14:29,837][INFO ][RMI TCP Connection(8)-127.0.0.1] Completed initialization in 1 ms (FrameworkServlet.java:554) +[2026-06-09 15:14:38,418][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) +[2026-06-09 15:15:38,478][INFO ][SmartJobLauncher-0] ==== SmartJob ==== job list empty (SmartJobLauncher.java:84) diff --git a/logs/sa-admin/dev/slow-sql/slow-sql-2026-05-15-1.log b/logs/sa-admin/dev/slow-sql/slow-sql-2026-05-15-1.log new file mode 100644 index 0000000..1d16bfc --- /dev/null +++ b/logs/sa-admin/dev/slow-sql/slow-sql-2026-05-15-1.log @@ -0,0 +1,2 @@ +[2026-05-15 16:16:09,470][ERROR][smart-heart-beat] slow sql 1447 millis. select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? ["/Users/wang/sanduoyun/developspace/smart-flow-master","198.18.0.1;172.20.10.11;127.0.0.1",50714] (StatFilter.java:518) +[2026-05-15 17:51:47,396][ERROR][smart-reload] slow sql 2133 millis. SELECT tag,args,identification,update_time,create_time FROM t_reload_item [] (StatFilter.java:518) diff --git a/logs/sa-admin/dev/slow-sql/slow-sql.log b/logs/sa-admin/dev/slow-sql/slow-sql.log index 1d16bfc..17dbca2 100644 --- a/logs/sa-admin/dev/slow-sql/slow-sql.log +++ b/logs/sa-admin/dev/slow-sql/slow-sql.log @@ -1,2 +1,315 @@ -[2026-05-15 16:16:09,470][ERROR][smart-heart-beat] slow sql 1447 millis. select * from t_heart_beat_record where project_path = ? and server_ip = ? and process_no =? ["/Users/wang/sanduoyun/developspace/smart-flow-master","198.18.0.1;172.20.10.11;127.0.0.1",50714] (StatFilter.java:518) -[2026-05-15 17:51:47,396][ERROR][smart-reload] slow sql 2133 millis. SELECT tag,args,identification,update_time,create_time FROM t_reload_item [] (StatFilter.java:518) +[2026-06-09 10:49:02,943][ERROR][http-nio-1024-exec-3] merge sql error, dbType null, druid-1.2.23, sql : SELECT COUNT(*) AS total FROM t_login_log WHERE login_ip ILIKE '%' || ? || '%' AND login_ip ILIKE '%' || ? || '%' (StatFilter.java:160) +com.alibaba.druid.sql.parser.ParserException: not supported.pos 62, line 1, column 58, token IDENTIFIER ILIKE + at com.alibaba.druid.sql.parser.SQLStatementParser.parseStatementList(SQLStatementParser.java:654) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.sql.parser.SQLStatementParser.parseStatementList(SQLStatementParser.java:106) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.sql.visitor.ParameterizedOutputVisitorUtils.parameterize(ParameterizedOutputVisitorUtils.java:164) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.sql.visitor.ParameterizedOutputVisitorUtils.parameterize(ParameterizedOutputVisitorUtils.java:135) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.stat.StatFilter.mergeSql(StatFilter.java:158) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.stat.StatFilter.createSqlStat(StatFilter.java:692) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.stat.StatFilter.statementPrepareAfter(StatFilter.java:339) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterEventAdapter.connection_prepareStatement(FilterEventAdapter.java:118) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_prepareStatement(FilterChainImpl.java:547) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterAdapter.connection_prepareStatement(FilterAdapter.java:908) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterEventAdapter.connection_prepareStatement(FilterEventAdapter.java:116) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_prepareStatement(FilterChainImpl.java:547) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl.prepareStatement(ConnectionProxyImpl.java:328) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidPooledConnection.prepareStatement(DruidPooledConnection.java:369) ~[druid-1.2.23.jar:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.apache.ibatis.logging.jdbc.ConnectionLogger.invoke(ConnectionLogger.java:53) ~[mybatis-3.5.16.jar:3.5.16] + at jdk.proxy3/jdk.proxy3.$Proxy149.prepareStatement(Unknown Source) ~[?:?] + at org.apache.ibatis.executor.statement.PreparedStatementHandler.instantiateStatement(PreparedStatementHandler.java:88) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.statement.BaseStatementHandler.prepare(BaseStatementHandler.java:90) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.statement.RoutingStatementHandler.prepare(RoutingStatementHandler.java:60) ~[mybatis-3.5.16.jar:3.5.16] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:61) ~[mybatis-3.5.16.jar:3.5.16] + at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106) ~[mybatis-plus-extension-3.5.6.jar:3.5.6] + at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59) ~[mybatis-3.5.16.jar:3.5.16] + at jdk.proxy2/jdk.proxy2.$Proxy148.prepare(Unknown Source) ~[?:?] + at org.apache.ibatis.executor.SimpleExecutor.prepareStatement(SimpleExecutor.java:90) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:64) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:336) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110) ~[mybatis-3.5.16.jar:3.5.16] + at com.baomidou.mybatisplus.extension.plugins.inner.PaginationInnerInterceptor.willDoQuery(PaginationInnerInterceptor.java:135) ~[mybatis-plus-extension-3.5.6.jar:3.5.6] + at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:75) ~[mybatis-plus-extension-3.5.6.jar:3.5.6] + at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59) ~[mybatis-3.5.16.jar:3.5.16] + at jdk.proxy2/jdk.proxy2.$Proxy146.query(Unknown Source) ~[?:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:61) ~[mybatis-3.5.16.jar:3.5.16] + at net.lab1024.sa.admin.module.system.datascope.MyBatisPlugin.intercept(MyBatisPlugin.java:61) ~[classes/:?] + at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59) ~[mybatis-3.5.16.jar:3.5.16] + at jdk.proxy2/jdk.proxy2.$Proxy146.query(Unknown Source) ~[?:?] + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142) ~[mybatis-3.5.16.jar:3.5.16] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425) ~[mybatis-spring-3.0.3.jar:3.0.3] + at jdk.proxy2/jdk.proxy2.$Proxy130.selectList(Unknown Source) ~[?:?] + at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224) ~[mybatis-spring-3.0.3.jar:3.0.3] + at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:164) ~[mybatis-plus-core-3.5.7.jar:3.5.7] + at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77) ~[mybatis-plus-core-3.5.7.jar:3.5.7] + at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:152) ~[mybatis-plus-core-3.5.7.jar:3.5.7] + at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) ~[mybatis-plus-core-3.5.7.jar:3.5.7] + at jdk.proxy2/jdk.proxy2.$Proxy159.queryByPage(Unknown Source) ~[?:?] + at net.lab1024.sa.base.module.support.loginlog.LoginLogService.queryByPage(LoginLogService.java:36) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:354) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at com.alibaba.druid.support.spring.stat.DruidStatInterceptor.invoke(DruidStatInterceptor.java:70) ~[druid-1.2.23.jar:?] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.loginlog.LoginLogService$$SpringCGLIB$$0.queryByPage() ~[classes/:?] + at net.lab1024.sa.admin.module.system.support.AdminLoginLogController.queryByPage(AdminLoginLogController.java:37) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:354) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:100) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.support.AdminLoginLogController$$SpringCGLIB$$0.queryByPage() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] +[2026-06-09 10:49:03,019][ERROR][http-nio-1024-exec-3] merge sql error, dbType null, druid-1.2.23, sql : select + * + from t_login_log + WHERE login_ip ilike '%' || ? || '%' + + + + + + AND login_ip ilike '%' || ? || '%' + order by create_time desc LIMIT ? (StatFilter.java:160) +com.alibaba.druid.sql.parser.ParserException: not supported.pos 72, line 4, column 26, token IDENTIFIER ilike + at com.alibaba.druid.sql.parser.SQLStatementParser.parseStatementList(SQLStatementParser.java:654) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.sql.parser.SQLStatementParser.parseStatementList(SQLStatementParser.java:106) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.sql.visitor.ParameterizedOutputVisitorUtils.parameterize(ParameterizedOutputVisitorUtils.java:164) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.sql.visitor.ParameterizedOutputVisitorUtils.parameterize(ParameterizedOutputVisitorUtils.java:135) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.stat.StatFilter.mergeSql(StatFilter.java:158) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.stat.StatFilter.createSqlStat(StatFilter.java:692) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.stat.StatFilter.statementPrepareAfter(StatFilter.java:339) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterEventAdapter.connection_prepareStatement(FilterEventAdapter.java:118) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_prepareStatement(FilterChainImpl.java:547) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterAdapter.connection_prepareStatement(FilterAdapter.java:908) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterEventAdapter.connection_prepareStatement(FilterEventAdapter.java:116) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.filter.FilterChainImpl.connection_prepareStatement(FilterChainImpl.java:547) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl.prepareStatement(ConnectionProxyImpl.java:328) ~[druid-1.2.23.jar:?] + at com.alibaba.druid.pool.DruidPooledConnection.prepareStatement(DruidPooledConnection.java:369) ~[druid-1.2.23.jar:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.apache.ibatis.logging.jdbc.ConnectionLogger.invoke(ConnectionLogger.java:53) ~[mybatis-3.5.16.jar:3.5.16] + at jdk.proxy3/jdk.proxy3.$Proxy149.prepareStatement(Unknown Source) ~[?:?] + at org.apache.ibatis.executor.statement.PreparedStatementHandler.instantiateStatement(PreparedStatementHandler.java:88) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.statement.BaseStatementHandler.prepare(BaseStatementHandler.java:90) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.statement.RoutingStatementHandler.prepare(RoutingStatementHandler.java:60) ~[mybatis-3.5.16.jar:3.5.16] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:61) ~[mybatis-3.5.16.jar:3.5.16] + at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106) ~[mybatis-plus-extension-3.5.6.jar:3.5.6] + at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59) ~[mybatis-3.5.16.jar:3.5.16] + at jdk.proxy2/jdk.proxy2.$Proxy148.prepare(Unknown Source) ~[?:?] + at org.apache.ibatis.executor.SimpleExecutor.prepareStatement(SimpleExecutor.java:90) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:64) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:336) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110) ~[mybatis-3.5.16.jar:3.5.16] + at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81) ~[mybatis-plus-extension-3.5.6.jar:3.5.6] + at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59) ~[mybatis-3.5.16.jar:3.5.16] + at jdk.proxy2/jdk.proxy2.$Proxy146.query(Unknown Source) ~[?:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:61) ~[mybatis-3.5.16.jar:3.5.16] + at net.lab1024.sa.admin.module.system.datascope.MyBatisPlugin.intercept(MyBatisPlugin.java:61) ~[classes/:?] + at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59) ~[mybatis-3.5.16.jar:3.5.16] + at jdk.proxy2/jdk.proxy2.$Proxy146.query(Unknown Source) ~[?:?] + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147) ~[mybatis-3.5.16.jar:3.5.16] + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142) ~[mybatis-3.5.16.jar:3.5.16] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425) ~[mybatis-spring-3.0.3.jar:3.0.3] + at jdk.proxy2/jdk.proxy2.$Proxy130.selectList(Unknown Source) ~[?:?] + at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224) ~[mybatis-spring-3.0.3.jar:3.0.3] + at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:164) ~[mybatis-plus-core-3.5.7.jar:3.5.7] + at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77) ~[mybatis-plus-core-3.5.7.jar:3.5.7] + at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:152) ~[mybatis-plus-core-3.5.7.jar:3.5.7] + at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) ~[mybatis-plus-core-3.5.7.jar:3.5.7] + at jdk.proxy2/jdk.proxy2.$Proxy159.queryByPage(Unknown Source) ~[?:?] + at net.lab1024.sa.base.module.support.loginlog.LoginLogService.queryByPage(LoginLogService.java:36) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:354) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at com.alibaba.druid.support.spring.stat.DruidStatInterceptor.invoke(DruidStatInterceptor.java:70) ~[druid-1.2.23.jar:?] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.loginlog.LoginLogService$$SpringCGLIB$$0.queryByPage() ~[classes/:?] + at net.lab1024.sa.admin.module.system.support.AdminLoginLogController.queryByPage(AdminLoginLogController.java:37) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:354) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.base.module.support.operatelog.core.OperateLogAspect.aroundController(OperateLogAspect.java:100) ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) ~[spring-aop-6.1.10.jar:6.1.10] + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) ~[spring-aop-6.1.10.jar:6.1.10] + at net.lab1024.sa.admin.module.system.support.AdminLoginLogController$$SpringCGLIB$$0.queryByPage() ~[classes/:?] + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] + at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.10.jar:6.1.10] + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.10.jar:6.1.10] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.25.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:73) ~[druid-1.2.23.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at cn.dev33.satoken.filter.SaFirewallCheckFilterForJakartaServlet.doFilter(SaFirewallCheckFilterForJakartaServlet.java:68) ~[sa-token-spring-boot3-starter-1.41.0.jar:?] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:107) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.10.jar:6.1.10] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.10.jar:6.1.10] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:663) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:389) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:904) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) ~[tomcat-embed-core-10.1.25.jar:10.1.25] + at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] diff --git a/logs/sa-admin/dev/tomcat-logs/logs/access_log.2026-06-09.log b/logs/sa-admin/dev/tomcat-logs/logs/access_log.2026-06-09.log new file mode 100644 index 0000000..3c7252b --- /dev/null +++ b/logs/sa-admin/dev/tomcat-logs/logs/access_log.2026-06-09.log @@ -0,0 +1,1555 @@ +[09/Jun/2026:10:20:04 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (92218 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:20:04 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (73366 ms) http-nio-1024-exec-1 (124 byte) +[09/Jun/2026:10:20:04 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (834 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:20:04 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (824 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:20:04 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (711 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:20:04 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (5285 ms) http-nio-1024-exec-7 (124 byte) +[09/Jun/2026:10:20:04 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (5260 ms) http-nio-1024-exec-5 (124 byte) +[09/Jun/2026:10:20:04 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (5436 ms) http-nio-1024-exec-6 (124 byte) +[09/Jun/2026:10:20:05 +0800] - 127.0.0.1 GET /login/getTwoFactorLoginFlag HTTP/1.1 200 (92635 ms) http-nio-1024-exec-9 (91 byte) +[09/Jun/2026:10:20:05 +0800] - 127.0.0.1 GET /login/getCaptcha HTTP/1.1 200 (743967 ms) http-nio-1024-exec-8 (4272 byte) +[09/Jun/2026:10:20:12 +0800] - 127.0.0.1 OPTIONS /login HTTP/1.1 200 (14290 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:20:13 +0800] - 127.0.0.1 POST /login HTTP/1.1 200 (1231318 ms) http-nio-1024-exec-1 (55709 byte) +[09/Jun/2026:10:20:13 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (682 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:20:13 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (690 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:20:13 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (109140 ms) http-nio-1024-exec-4 (4742 byte) +[09/Jun/2026:10:20:13 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (113066 ms) http-nio-1024-exec-6 (87 byte) +[09/Jun/2026:10:20:14 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (3430 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:10:20:14 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (4572 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:20:14 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (11497 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:10:20:14 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (170110 ms) http-nio-1024-exec-8 (159 byte) +[09/Jun/2026:10:20:14 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (183776 ms) http-nio-1024-exec-9 (159 byte) +[09/Jun/2026:10:20:14 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (217340 ms) http-nio-1024-exec-1 (159 byte) +[09/Jun/2026:10:20:17 +0800] - 127.0.0.1 OPTIONS /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (1864 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:20:17 +0800] - 127.0.0.1 GET /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (358829 ms) http-nio-1024-exec-2 (160 byte) +[09/Jun/2026:10:20:18 +0800] - 127.0.0.1 OPTIONS /department/listAll HTTP/1.1 200 (655 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:20:18 +0800] - 127.0.0.1 GET /department/listAll HTTP/1.1 200 (58235 ms) http-nio-1024-exec-6 (262 byte) +[09/Jun/2026:10:20:19 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/helpDocCatalog/getAll HTTP/1.1 200 (1133 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:10:20:19 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20008 HTTP/1.1 200 (1863 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:10:20:19 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20008 HTTP/1.1 200 (1082 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:20:19 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/query HTTP/1.1 200 (1803 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:20:19 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/query HTTP/1.1 200 (1802 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:10:20:19 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20008 HTTP/1.1 200 (71885 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:10:20:19 +0800] - 127.0.0.1 GET /support/helpDoc/helpDocCatalog/getAll HTTP/1.1 200 (82721 ms) http-nio-1024-exec-3 (88 byte) +[09/Jun/2026:10:20:19 +0800] - 127.0.0.1 POST /support/helpDoc/query HTTP/1.1 200 (85217 ms) http-nio-1024-exec-4 (160 byte) +[09/Jun/2026:10:20:19 +0800] - 127.0.0.1 POST /support/helpDoc/query HTTP/1.1 200 (114439 ms) http-nio-1024-exec-2 (160 byte) +[09/Jun/2026:10:20:19 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20008 HTTP/1.1 200 (52167 ms) http-nio-1024-exec-6 (90 byte) +[09/Jun/2026:10:20:19 +0800] - 127.0.0.1 OPTIONS /support/protect/level3protect/getConfig HTTP/1.1 200 (1690 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:20:19 +0800] - 127.0.0.1 GET /support/protect/level3protect/getConfig HTTP/1.1 200 (16542 ms) http-nio-1024-exec-7 (432 byte) +[09/Jun/2026:10:20:24 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (797 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:20:24 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (797 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:10:20:24 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (893 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:10:20:24 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (60998 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:10:20:24 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (57960 ms) http-nio-1024-exec-4 (90 byte) +[09/Jun/2026:10:20:24 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (129675 ms) http-nio-1024-exec-3 (48035 byte) +[09/Jun/2026:10:20:25 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20001 HTTP/1.1 200 (1138 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:20:25 +0800] - 127.0.0.1 OPTIONS /support/config/query HTTP/1.1 200 (1138 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:20:25 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20001 HTTP/1.1 200 (1138 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:20:25 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20001 HTTP/1.1 200 (70671 ms) http-nio-1024-exec-7 (90 byte) +[09/Jun/2026:10:20:25 +0800] - 127.0.0.1 POST /support/config/query HTTP/1.1 200 (124266 ms) http-nio-1024-exec-10 (901 byte) +[09/Jun/2026:10:20:25 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20001 HTTP/1.1 200 (55253 ms) http-nio-1024-exec-5 (90 byte) +[09/Jun/2026:10:20:25 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20002 HTTP/1.1 200 (760 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:20:25 +0800] - 127.0.0.1 OPTIONS /support/dict/queryPage HTTP/1.1 200 (737 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:20:25 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20002 HTTP/1.1 200 (917 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:10:20:25 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20002 HTTP/1.1 200 (73932 ms) http-nio-1024-exec-3 (90 byte) +[09/Jun/2026:10:20:25 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20002 HTTP/1.1 200 (56994 ms) http-nio-1024-exec-2 (90 byte) +[09/Jun/2026:10:20:25 +0800] - 127.0.0.1 POST /support/dict/queryPage HTTP/1.1 200 (135610 ms) http-nio-1024-exec-9 (493 byte) +[09/Jun/2026:10:20:27 +0800] - 127.0.0.1 OPTIONS /leave/queryPage HTTP/1.1 200 (1110 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:20:27 +0800] - 127.0.0.1 POST /leave/queryPage HTTP/1.1 200 (97835 ms) http-nio-1024-exec-7 (160 byte) +[09/Jun/2026:10:20:28 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30001 HTTP/1.1 200 (1111 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:20:28 +0800] - 127.0.0.1 OPTIONS /oa/noticeType/getAll HTTP/1.1 200 (1114 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:20:28 +0800] - 127.0.0.1 OPTIONS /oa/notice/query HTTP/1.1 200 (1150 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:10:20:28 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30001 HTTP/1.1 200 (1149 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:20:28 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30001 HTTP/1.1 200 (52093 ms) http-nio-1024-exec-8 (90 byte) +[09/Jun/2026:10:20:28 +0800] - 127.0.0.1 GET /oa/noticeType/getAll HTTP/1.1 200 (52183 ms) http-nio-1024-exec-2 (88 byte) +[09/Jun/2026:10:20:28 +0800] - 127.0.0.1 POST /oa/notice/query HTTP/1.1 200 (76795 ms) http-nio-1024-exec-3 (160 byte) +[09/Jun/2026:10:20:28 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30001 HTTP/1.1 200 (51107 ms) http-nio-1024-exec-9 (90 byte) +[09/Jun/2026:10:20:28 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30002 HTTP/1.1 200 (872 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:20:28 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30002 HTTP/1.1 200 (870 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:10:20:28 +0800] - 127.0.0.1 OPTIONS /oa/enterprise/page/query HTTP/1.1 200 (883 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:20:28 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30002 HTTP/1.1 200 (52150 ms) http-nio-1024-exec-4 (90 byte) +[09/Jun/2026:10:20:28 +0800] - 127.0.0.1 POST /oa/enterprise/page/query HTTP/1.1 200 (69598 ms) http-nio-1024-exec-5 (160 byte) +[09/Jun/2026:10:20:28 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30002 HTTP/1.1 200 (52327 ms) http-nio-1024-exec-10 (90 byte) +[09/Jun/2026:10:20:29 +0800] - 127.0.0.1 OPTIONS /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (1103 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:20:29 +0800] - 127.0.0.1 GET /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (343744 ms) http-nio-1024-exec-8 (160 byte) +[09/Jun/2026:10:20:30 +0800] - 127.0.0.1 OPTIONS /department/listAll HTTP/1.1 200 (1643 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:20:30 +0800] - 127.0.0.1 GET /department/listAll HTTP/1.1 200 (21667 ms) http-nio-1024-exec-9 (262 byte) +[09/Jun/2026:10:20:30 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/query HTTP/1.1 200 (3735 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:10:20:30 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/helpDocCatalog/getAll HTTP/1.1 200 (4238 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:20:30 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20008 HTTP/1.1 200 (5100 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:20:30 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/query HTTP/1.1 200 (5225 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:20:30 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20008 HTTP/1.1 200 (1097 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:20:30 +0800] - 127.0.0.1 GET /support/helpDoc/helpDocCatalog/getAll HTTP/1.1 200 (100203 ms) http-nio-1024-exec-4 (88 byte) +[09/Jun/2026:10:20:30 +0800] - 127.0.0.1 POST /support/helpDoc/query HTTP/1.1 200 (95878 ms) http-nio-1024-exec-2 (160 byte) +[09/Jun/2026:10:20:30 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20008 HTTP/1.1 200 (96872 ms) http-nio-1024-exec-10 (90 byte) +[09/Jun/2026:10:20:30 +0800] - 127.0.0.1 POST /support/helpDoc/query HTTP/1.1 200 (109432 ms) http-nio-1024-exec-1 (160 byte) +[09/Jun/2026:10:20:30 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20008 HTTP/1.1 200 (59308 ms) http-nio-1024-exec-3 (90 byte) +[09/Jun/2026:10:20:31 +0800] - 127.0.0.1 OPTIONS /support/protect/level3protect/getConfig HTTP/1.1 200 (1105 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:20:31 +0800] - 127.0.0.1 GET /support/protect/level3protect/getConfig HTTP/1.1 200 (10324 ms) http-nio-1024-exec-7 (432 byte) +[09/Jun/2026:10:20:31 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (1604 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:10:20:31 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (1603 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:10:20:31 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (1603 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:20:31 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (74613 ms) http-nio-1024-exec-4 (90 byte) +[09/Jun/2026:10:20:31 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (94353 ms) http-nio-1024-exec-2 (48035 byte) +[09/Jun/2026:10:20:31 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (65391 ms) http-nio-1024-exec-10 (90 byte) +[09/Jun/2026:10:20:32 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20005 HTTP/1.1 200 (1118 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:20:32 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20005 HTTP/1.1 200 (1119 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:20:32 +0800] - 127.0.0.1 OPTIONS /support/heartBeat/query HTTP/1.1 200 (1118 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:20:32 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20005 HTTP/1.1 200 (65330 ms) http-nio-1024-exec-7 (90 byte) +[09/Jun/2026:10:20:32 +0800] - 127.0.0.1 POST /support/heartBeat/query HTTP/1.1 200 (119776 ms) http-nio-1024-exec-6 (586 byte) +[09/Jun/2026:10:20:32 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20005 HTTP/1.1 200 (62998 ms) http-nio-1024-exec-7 (90 byte) +[09/Jun/2026:10:20:34 +0800] - 127.0.0.1 OPTIONS /leave/queryPage HTTP/1.1 200 (1614 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:10:20:34 +0800] - 127.0.0.1 POST /leave/queryPage HTTP/1.1 200 (72289 ms) http-nio-1024-exec-4 (160 byte) +[09/Jun/2026:10:20:38 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (1010 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:20:38 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (1010 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:20:38 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (1010 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:20:38 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (63988 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:10:20:38 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (73284 ms) http-nio-1024-exec-3 (48035 byte) +[09/Jun/2026:10:20:38 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (66826 ms) http-nio-1024-exec-8 (90 byte) +[09/Jun/2026:10:20:39 +0800] - 127.0.0.1 OPTIONS /leave/queryPage HTTP/1.1 200 (1049 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:20:39 +0800] - 127.0.0.1 POST /leave/queryPage HTTP/1.1 200 (98178 ms) http-nio-1024-exec-7 (160 byte) +[09/Jun/2026:10:20:47 +0800] - 127.0.0.1 OPTIONS /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (1392 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:10:20:47 +0800] - 127.0.0.1 GET /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (309882 ms) http-nio-1024-exec-4 (160 byte) +[09/Jun/2026:10:20:49 +0800] - 127.0.0.1 OPTIONS /leave/queryPage HTTP/1.1 200 (1026 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:20:49 +0800] - 127.0.0.1 POST /leave/queryPage HTTP/1.1 200 (91673 ms) http-nio-1024-exec-10 (160 byte) +[09/Jun/2026:10:20:55 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (792 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:20:55 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (795 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:20:55 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (693 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:20:56 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (125065 ms) http-nio-1024-exec-6 (159 byte) +[09/Jun/2026:10:20:56 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (176353 ms) http-nio-1024-exec-7 (159 byte) +[09/Jun/2026:10:20:56 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (188686 ms) http-nio-1024-exec-8 (159 byte) +[09/Jun/2026:10:21:02 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (1401 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:21:02 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (1401 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:10:21:02 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (1404 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:21:02 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (66609 ms) http-nio-1024-exec-10 (90 byte) +[09/Jun/2026:10:21:02 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (60097 ms) http-nio-1024-exec-9 (90 byte) +[09/Jun/2026:10:21:02 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (128068 ms) http-nio-1024-exec-3 (48035 byte) +[09/Jun/2026:10:21:02 +0800] - 127.0.0.1 OPTIONS /support/heartBeat/query HTTP/1.1 200 (1209 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:21:02 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20005 HTTP/1.1 200 (1209 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:10:21:02 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20005 HTTP/1.1 200 (1212 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:21:02 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20005 HTTP/1.1 200 (79122 ms) http-nio-1024-exec-5 (90 byte) +[09/Jun/2026:10:21:02 +0800] - 127.0.0.1 POST /support/heartBeat/query HTTP/1.1 200 (129842 ms) http-nio-1024-exec-8 (586 byte) +[09/Jun/2026:10:21:02 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20005 HTTP/1.1 200 (59541 ms) http-nio-1024-exec-4 (90 byte) +[09/Jun/2026:10:21:04 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (2800 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:21:04 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (2897 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:21:04 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (2924 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:21:04 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (83451 ms) http-nio-1024-exec-3 (159 byte) +[09/Jun/2026:10:21:04 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (134818 ms) http-nio-1024-exec-6 (159 byte) +[09/Jun/2026:10:21:04 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (163242 ms) http-nio-1024-exec-7 (159 byte) +[09/Jun/2026:10:21:05 +0800] - 127.0.0.1 OPTIONS /leave/queryPage HTTP/1.1 200 (1420 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:21:05 +0800] - 127.0.0.1 POST /leave/queryPage HTTP/1.1 200 (67800 ms) http-nio-1024-exec-5 (160 byte) +[09/Jun/2026:10:21:06 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (72062 ms) http-nio-1024-exec-9 (159 byte) +[09/Jun/2026:10:21:06 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (116171 ms) http-nio-1024-exec-4 (159 byte) +[09/Jun/2026:10:21:06 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (118350 ms) http-nio-1024-exec-8 (159 byte) +[09/Jun/2026:10:21:10 +0800] - 127.0.0.1 OPTIONS /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (1343 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:21:10 +0800] - 127.0.0.1 GET /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (272359 ms) http-nio-1024-exec-2 (160 byte) +[09/Jun/2026:10:21:11 +0800] - 127.0.0.1 OPTIONS /flow/definition/queryPage HTTP/1.1 200 (738 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:10:21:11 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (781 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:21:11 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (762 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:21:11 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (56047 ms) http-nio-1024-exec-5 (90 byte) +[09/Jun/2026:10:21:11 +0800] - 127.0.0.1 POST /flow/definition/queryPage HTTP/1.1 200 (101181 ms) http-nio-1024-exec-1 (160 byte) +[09/Jun/2026:10:21:11 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (52193 ms) http-nio-1024-exec-9 (90 byte) +[09/Jun/2026:10:21:12 +0800] - 127.0.0.1 OPTIONS /leave/queryPage HTTP/1.1 200 (1303 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:21:12 +0800] - 127.0.0.1 POST /leave/queryPage HTTP/1.1 200 (69781 ms) http-nio-1024-exec-8 (160 byte) +[09/Jun/2026:10:21:12 +0800] - 127.0.0.1 OPTIONS /oa/notice/query HTTP/1.1 200 (900 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:21:12 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30001 HTTP/1.1 200 (898 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:21:12 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30001 HTTP/1.1 200 (976 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:21:12 +0800] - 127.0.0.1 OPTIONS /oa/noticeType/getAll HTTP/1.1 200 (813 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:21:12 +0800] - 127.0.0.1 POST /oa/notice/query HTTP/1.1 200 (84715 ms) http-nio-1024-exec-1 (160 byte) +[09/Jun/2026:10:21:12 +0800] - 127.0.0.1 GET /oa/noticeType/getAll HTTP/1.1 200 (85087 ms) http-nio-1024-exec-5 (88 byte) +[09/Jun/2026:10:21:12 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30001 HTTP/1.1 200 (85101 ms) http-nio-1024-exec-7 (90 byte) +[09/Jun/2026:10:21:12 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30001 HTTP/1.1 200 (55986 ms) http-nio-1024-exec-9 (90 byte) +[09/Jun/2026:10:21:13 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30002 HTTP/1.1 200 (1157 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:21:13 +0800] - 127.0.0.1 OPTIONS /oa/enterprise/page/query HTTP/1.1 200 (1157 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:21:13 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30002 HTTP/1.1 200 (1157 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:10:21:13 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30002 HTTP/1.1 200 (89201 ms) http-nio-1024-exec-6 (90 byte) +[09/Jun/2026:10:21:13 +0800] - 127.0.0.1 POST /oa/enterprise/page/query HTTP/1.1 200 (89171 ms) http-nio-1024-exec-10 (160 byte) +[09/Jun/2026:10:21:13 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30002 HTTP/1.1 200 (68907 ms) http-nio-1024-exec-2 (90 byte) +[09/Jun/2026:10:21:16 +0800] - 127.0.0.1 OPTIONS /department/listAll HTTP/1.1 200 (1751 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:21:16 +0800] - 127.0.0.1 GET /department/listAll HTTP/1.1 200 (13181 ms) http-nio-1024-exec-7 (262 byte) +[09/Jun/2026:10:21:16 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/helpDocCatalog/getAll HTTP/1.1 200 (986 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:21:16 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20008 HTTP/1.1 200 (1163 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:21:16 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/query HTTP/1.1 200 (1046 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:21:16 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/query HTTP/1.1 200 (1150 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:10:21:16 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20008 HTTP/1.1 200 (1560 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:10:21:17 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20008 HTTP/1.1 200 (56017 ms) http-nio-1024-exec-6 (90 byte) +[09/Jun/2026:10:21:17 +0800] - 127.0.0.1 GET /support/helpDoc/helpDocCatalog/getAll HTTP/1.1 200 (56049 ms) http-nio-1024-exec-8 (88 byte) +[09/Jun/2026:10:21:17 +0800] - 127.0.0.1 POST /support/helpDoc/query HTTP/1.1 200 (65428 ms) http-nio-1024-exec-10 (160 byte) +[09/Jun/2026:10:21:17 +0800] - 127.0.0.1 POST /support/helpDoc/query HTTP/1.1 200 (66055 ms) http-nio-1024-exec-2 (160 byte) +[09/Jun/2026:10:21:17 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20008 HTTP/1.1 200 (69476 ms) http-nio-1024-exec-7 (90 byte) +[09/Jun/2026:10:21:17 +0800] - 127.0.0.1 OPTIONS /support/protect/level3protect/getConfig HTTP/1.1 200 (1496 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:21:17 +0800] - 127.0.0.1 GET /support/protect/level3protect/getConfig HTTP/1.1 200 (9867 ms) http-nio-1024-exec-9 (432 byte) +[09/Jun/2026:10:21:18 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (1323 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:21:18 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (1304 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:21:18 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (1264 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:10:21:18 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (65500 ms) http-nio-1024-exec-8 (90 byte) +[09/Jun/2026:10:21:18 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (85495 ms) http-nio-1024-exec-6 (48035 byte) +[09/Jun/2026:10:21:18 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (69649 ms) http-nio-1024-exec-10 (90 byte) +[09/Jun/2026:10:21:20 +0800] - 127.0.0.1 OPTIONS /support/heartBeat/query HTTP/1.1 200 (1369 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:21:20 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20005 HTTP/1.1 200 (1368 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:21:20 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20005 HTTP/1.1 200 (1368 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:10:21:20 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20005 HTTP/1.1 200 (70590 ms) http-nio-1024-exec-9 (90 byte) +[09/Jun/2026:10:21:20 +0800] - 127.0.0.1 POST /support/heartBeat/query HTTP/1.1 200 (123872 ms) http-nio-1024-exec-3 (586 byte) +[09/Jun/2026:10:21:20 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20005 HTTP/1.1 200 (63735 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:10:21:22 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (869 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:10:21:22 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (445875 ms) http-nio-1024-exec-8 (55814 byte) +[09/Jun/2026:10:21:22 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (1216 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:21:22 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (66675 ms) http-nio-1024-exec-10 (4742 byte) +[09/Jun/2026:10:21:22 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (734 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:21:22 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (61059 ms) http-nio-1024-exec-7 (87 byte) +[09/Jun/2026:10:21:23 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20005 HTTP/1.1 200 (67837 ms) http-nio-1024-exec-2 (90 byte) +[09/Jun/2026:10:21:23 +0800] - 127.0.0.1 POST /support/heartBeat/query HTTP/1.1 200 (117130 ms) http-nio-1024-exec-9 (586 byte) +[09/Jun/2026:10:21:23 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20005 HTTP/1.1 200 (63546 ms) http-nio-1024-exec-3 (90 byte) +[09/Jun/2026:10:21:25 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (919 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:10:21:25 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (919 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:21:25 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (875 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:10:21:25 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (88352 ms) http-nio-1024-exec-6 (159 byte) +[09/Jun/2026:10:21:25 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (131743 ms) http-nio-1024-exec-10 (159 byte) +[09/Jun/2026:10:21:25 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (134157 ms) http-nio-1024-exec-4 (159 byte) +[09/Jun/2026:10:21:29 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20008 HTTP/1.1 200 (1512 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:21:29 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/query HTTP/1.1 200 (2295 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:10:21:29 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/query HTTP/1.1 200 (1301 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:21:29 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20008 HTTP/1.1 200 (694 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:21:29 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/helpDocCatalog/getAll HTTP/1.1 200 (1392 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:10:21:29 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20008 HTTP/1.1 200 (86149 ms) http-nio-1024-exec-5 (90 byte) +[09/Jun/2026:10:21:29 +0800] - 127.0.0.1 POST /support/helpDoc/query HTTP/1.1 200 (86578 ms) http-nio-1024-exec-10 (160 byte) +[09/Jun/2026:10:21:29 +0800] - 127.0.0.1 POST /support/helpDoc/query HTTP/1.1 200 (87163 ms) http-nio-1024-exec-3 (160 byte) +[09/Jun/2026:10:21:29 +0800] - 127.0.0.1 GET /support/helpDoc/helpDocCatalog/getAll HTTP/1.1 200 (87518 ms) http-nio-1024-exec-6 (88 byte) +[09/Jun/2026:10:21:30 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20008 HTTP/1.1 200 (61418 ms) http-nio-1024-exec-4 (90 byte) +[09/Jun/2026:10:21:30 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (754 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:21:30 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (754 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:21:30 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (783 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:10:21:30 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (71543 ms) http-nio-1024-exec-5 (159 byte) +[09/Jun/2026:10:21:30 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (144283 ms) http-nio-1024-exec-1 (159 byte) +[09/Jun/2026:10:21:30 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (147339 ms) http-nio-1024-exec-7 (159 byte) +[09/Jun/2026:10:21:32 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (872 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:21:33 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (504633 ms) http-nio-1024-exec-3 (55814 byte) +[09/Jun/2026:10:21:33 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (1003 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:21:33 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (66950 ms) http-nio-1024-exec-4 (4742 byte) +[09/Jun/2026:10:21:33 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (909 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:21:33 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (63209 ms) http-nio-1024-exec-8 (87 byte) +[09/Jun/2026:10:21:33 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (75028 ms) http-nio-1024-exec-1 (159 byte) +[09/Jun/2026:10:21:33 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (127827 ms) http-nio-1024-exec-9 (159 byte) +[09/Jun/2026:10:21:33 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (191797 ms) http-nio-1024-exec-5 (159 byte) +[09/Jun/2026:10:21:37 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (843 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:10:21:37 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (841 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:21:37 +0800] - 127.0.0.1 OPTIONS /flow/definition/queryPage HTTP/1.1 200 (843 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:21:37 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (59275 ms) http-nio-1024-exec-6 (90 byte) +[09/Jun/2026:10:21:37 +0800] - 127.0.0.1 POST /flow/definition/queryPage HTTP/1.1 200 (67830 ms) http-nio-1024-exec-4 (160 byte) +[09/Jun/2026:10:21:37 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (61259 ms) http-nio-1024-exec-2 (90 byte) +[09/Jun/2026:10:21:38 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (1030 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:21:38 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (1038 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:21:38 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (1037 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:10:21:38 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (88428 ms) http-nio-1024-exec-3 (159 byte) +[09/Jun/2026:10:21:38 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (129539 ms) http-nio-1024-exec-10 (159 byte) +[09/Jun/2026:10:21:38 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (172268 ms) http-nio-1024-exec-5 (159 byte) +[09/Jun/2026:10:21:41 +0800] - 127.0.0.1 OPTIONS /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (1036 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:10:21:42 +0800] - 127.0.0.1 GET /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (269480 ms) http-nio-1024-exec-6 (160 byte) +[09/Jun/2026:10:21:42 +0800] - 127.0.0.1 OPTIONS /leave/queryPage HTTP/1.1 200 (990 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:21:42 +0800] - 127.0.0.1 POST /leave/queryPage HTTP/1.1 200 (77403 ms) http-nio-1024-exec-2 (160 byte) +[09/Jun/2026:10:21:44 +0800] - 127.0.0.1 OPTIONS /oa/notice/query HTTP/1.1 200 (568 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:10:21:44 +0800] - 127.0.0.1 OPTIONS /oa/noticeType/getAll HTTP/1.1 200 (543 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:21:44 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30001 HTTP/1.1 200 (552 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:21:44 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30001 HTTP/1.1 200 (594 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:21:44 +0800] - 127.0.0.1 GET /oa/noticeType/getAll HTTP/1.1 200 (58504 ms) http-nio-1024-exec-5 (88 byte) +[09/Jun/2026:10:21:44 +0800] - 127.0.0.1 POST /oa/notice/query HTTP/1.1 200 (60178 ms) http-nio-1024-exec-7 (160 byte) +[09/Jun/2026:10:21:44 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30001 HTTP/1.1 200 (60188 ms) http-nio-1024-exec-10 (90 byte) +[09/Jun/2026:10:21:44 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30001 HTTP/1.1 200 (57758 ms) http-nio-1024-exec-6 (90 byte) +[09/Jun/2026:10:21:44 +0800] - 127.0.0.1 OPTIONS /oa/enterprise/page/query HTTP/1.1 200 (1269 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:21:44 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30002 HTTP/1.1 200 (1270 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:21:44 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30002 HTTP/1.1 200 (1271 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:21:44 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30002 HTTP/1.1 200 (66028 ms) http-nio-1024-exec-8 (90 byte) +[09/Jun/2026:10:21:44 +0800] - 127.0.0.1 POST /oa/enterprise/page/query HTTP/1.1 200 (67423 ms) http-nio-1024-exec-1 (160 byte) +[09/Jun/2026:10:21:44 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30002 HTTP/1.1 200 (74297 ms) http-nio-1024-exec-8 (90 byte) +[09/Jun/2026:10:22:00 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (11907 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:10:22:00 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (2229 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:22:00 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (2860 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:10:22:00 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (71352 ms) http-nio-1024-exec-7 (159 byte) +[09/Jun/2026:10:22:00 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (129706 ms) http-nio-1024-exec-10 (159 byte) +[09/Jun/2026:10:22:00 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (133516 ms) http-nio-1024-exec-5 (159 byte) +[09/Jun/2026:10:22:36 +0800] - 127.0.0.1 OPTIONS /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (1850 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:22:37 +0800] - 127.0.0.1 GET /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (278620 ms) http-nio-1024-exec-8 (160 byte) +[09/Jun/2026:10:22:37 +0800] - 127.0.0.1 OPTIONS /department/listAll HTTP/1.1 200 (975 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:10:22:37 +0800] - 127.0.0.1 GET /department/listAll HTTP/1.1 200 (9573 ms) http-nio-1024-exec-10 (262 byte) +[09/Jun/2026:10:22:38 +0800] - 127.0.0.1 OPTIONS /leave/queryPage HTTP/1.1 200 (1558 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:10:22:38 +0800] - 127.0.0.1 POST /leave/queryPage HTTP/1.1 200 (77621 ms) http-nio-1024-exec-6 (160 byte) +[09/Jun/2026:10:24:10 +0800] - 127.0.0.1 OPTIONS /department/listAll HTTP/1.1 200 (26481 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:24:11 +0800] - 127.0.0.1 GET /department/listAll HTTP/1.1 200 (38500 ms) http-nio-1024-exec-2 (262 byte) +[09/Jun/2026:10:24:11 +0800] - 127.0.0.1 OPTIONS /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (1106 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:24:12 +0800] - 127.0.0.1 GET /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (299664 ms) http-nio-1024-exec-1 (160 byte) +[09/Jun/2026:10:24:13 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (727 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:24:13 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (1001 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:10:24:13 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (851 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:10:24:13 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (155889 ms) http-nio-1024-exec-5 (159 byte) +[09/Jun/2026:10:24:13 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (161527 ms) http-nio-1024-exec-3 (159 byte) +[09/Jun/2026:10:24:14 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (260882 ms) http-nio-1024-exec-6 (159 byte) +[09/Jun/2026:10:24:28 +0800] - 127.0.0.1 OPTIONS /leave/queryPage HTTP/1.1 200 (1116 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:24:28 +0800] - 127.0.0.1 POST /leave/queryPage HTTP/1.1 200 (66057 ms) http-nio-1024-exec-2 (160 byte) +[09/Jun/2026:10:24:30 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30001 HTTP/1.1 200 (940 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:24:30 +0800] - 127.0.0.1 OPTIONS /oa/notice/query HTTP/1.1 200 (969 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:24:30 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30001 HTTP/1.1 200 (1054 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:10:24:30 +0800] - 127.0.0.1 OPTIONS /oa/noticeType/getAll HTTP/1.1 200 (636 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:10:24:30 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30001 HTTP/1.1 200 (65593 ms) http-nio-1024-exec-10 (90 byte) +[09/Jun/2026:10:24:30 +0800] - 127.0.0.1 GET /oa/noticeType/getAll HTTP/1.1 200 (65715 ms) http-nio-1024-exec-3 (88 byte) +[09/Jun/2026:10:24:30 +0800] - 127.0.0.1 POST /oa/notice/query HTTP/1.1 200 (83007 ms) http-nio-1024-exec-5 (160 byte) +[09/Jun/2026:10:24:30 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30001 HTTP/1.1 200 (50729 ms) http-nio-1024-exec-6 (90 byte) +[09/Jun/2026:10:24:31 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30002 HTTP/1.1 200 (926 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:24:31 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30002 HTTP/1.1 200 (819 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:24:31 +0800] - 127.0.0.1 OPTIONS /oa/enterprise/page/query HTTP/1.1 200 (926 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:24:31 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30002 HTTP/1.1 200 (58094 ms) http-nio-1024-exec-7 (90 byte) +[09/Jun/2026:10:24:31 +0800] - 127.0.0.1 POST /oa/enterprise/page/query HTTP/1.1 200 (64308 ms) http-nio-1024-exec-1 (160 byte) +[09/Jun/2026:10:24:31 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30002 HTTP/1.1 200 (61150 ms) http-nio-1024-exec-8 (90 byte) +[09/Jun/2026:10:24:32 +0800] - 127.0.0.1 POST /leave/queryPage HTTP/1.1 200 (91589 ms) http-nio-1024-exec-10 (160 byte) +[09/Jun/2026:10:24:33 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30002 HTTP/1.1 200 (74726 ms) http-nio-1024-exec-3 (90 byte) +[09/Jun/2026:10:24:33 +0800] - 127.0.0.1 POST /oa/enterprise/page/query HTTP/1.1 200 (75366 ms) http-nio-1024-exec-5 (160 byte) +[09/Jun/2026:10:24:33 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30002 HTTP/1.1 200 (57760 ms) http-nio-1024-exec-6 (90 byte) +[09/Jun/2026:10:24:34 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (943 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:24:34 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (944 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:24:34 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (944 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:24:34 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (73483 ms) http-nio-1024-exec-8 (159 byte) +[09/Jun/2026:10:24:34 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (180037 ms) http-nio-1024-exec-1 (159 byte) +[09/Jun/2026:10:24:34 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (181534 ms) http-nio-1024-exec-7 (159 byte) +[09/Jun/2026:10:24:40 +0800] - 127.0.0.1 OPTIONS /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (922 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:24:40 +0800] - 127.0.0.1 GET /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (262238 ms) http-nio-1024-exec-3 (160 byte) +[09/Jun/2026:10:24:42 +0800] - 127.0.0.1 OPTIONS /department/listAll HTTP/1.1 200 (1281 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:10:24:42 +0800] - 127.0.0.1 GET /department/listAll HTTP/1.1 200 (18793 ms) http-nio-1024-exec-6 (262 byte) +[09/Jun/2026:10:24:43 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20008 HTTP/1.1 200 (763 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:24:43 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/query HTTP/1.1 200 (828 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:24:43 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/helpDocCatalog/getAll HTTP/1.1 200 (643 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:10:24:43 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/query HTTP/1.1 200 (1333 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:24:43 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20008 HTTP/1.1 200 (527 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:24:43 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20008 HTTP/1.1 200 (71146 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:10:24:43 +0800] - 127.0.0.1 GET /support/helpDoc/helpDocCatalog/getAll HTTP/1.1 200 (71280 ms) http-nio-1024-exec-7 (88 byte) +[09/Jun/2026:10:24:43 +0800] - 127.0.0.1 POST /support/helpDoc/query HTTP/1.1 200 (72498 ms) http-nio-1024-exec-4 (160 byte) +[09/Jun/2026:10:24:43 +0800] - 127.0.0.1 POST /support/helpDoc/query HTTP/1.1 200 (112664 ms) http-nio-1024-exec-3 (160 byte) +[09/Jun/2026:10:24:43 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20008 HTTP/1.1 200 (87526 ms) http-nio-1024-exec-6 (90 byte) +[09/Jun/2026:10:24:44 +0800] - 127.0.0.1 GET /department/listAll HTTP/1.1 200 (14780 ms) http-nio-1024-exec-2 (262 byte) +[09/Jun/2026:10:24:45 +0800] - 127.0.0.1 GET /support/helpDoc/helpDocCatalog/getAll HTTP/1.1 200 (58942 ms) http-nio-1024-exec-5 (88 byte) +[09/Jun/2026:10:24:45 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20008 HTTP/1.1 200 (59957 ms) http-nio-1024-exec-8 (90 byte) +[09/Jun/2026:10:24:45 +0800] - 127.0.0.1 POST /support/helpDoc/query HTTP/1.1 200 (61670 ms) http-nio-1024-exec-10 (160 byte) +[09/Jun/2026:10:24:45 +0800] - 127.0.0.1 POST /support/helpDoc/query HTTP/1.1 200 (63476 ms) http-nio-1024-exec-9 (160 byte) +[09/Jun/2026:10:24:45 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20008 HTTP/1.1 200 (57517 ms) http-nio-1024-exec-7 (90 byte) +[09/Jun/2026:10:24:46 +0800] - 127.0.0.1 OPTIONS /support/protect/level3protect/getConfig HTTP/1.1 200 (1142 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:24:46 +0800] - 127.0.0.1 GET /support/protect/level3protect/getConfig HTTP/1.1 200 (9287 ms) http-nio-1024-exec-4 (432 byte) +[09/Jun/2026:10:24:46 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (3480 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:24:46 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (3621 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:24:46 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (3766 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:24:47 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (76270 ms) http-nio-1024-exec-8 (90 byte) +[09/Jun/2026:10:24:47 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (58078 ms) http-nio-1024-exec-10 (90 byte) +[09/Jun/2026:10:24:47 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (148664 ms) http-nio-1024-exec-5 (48035 byte) +[09/Jun/2026:10:24:47 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20005 HTTP/1.1 200 (492 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:24:47 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20005 HTTP/1.1 200 (464 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:24:47 +0800] - 127.0.0.1 OPTIONS /support/heartBeat/query HTTP/1.1 200 (482 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:10:24:47 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20005 HTTP/1.1 200 (56817 ms) http-nio-1024-exec-4 (90 byte) +[09/Jun/2026:10:24:47 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20005 HTTP/1.1 200 (59459 ms) http-nio-1024-exec-2 (90 byte) +[09/Jun/2026:10:24:47 +0800] - 127.0.0.1 POST /support/heartBeat/query HTTP/1.1 200 (119348 ms) http-nio-1024-exec-3 (586 byte) +[09/Jun/2026:10:24:51 +0800] - 127.0.0.1 OPTIONS /leave/queryPage HTTP/1.1 200 (1030 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:24:51 +0800] - 127.0.0.1 POST /leave/queryPage HTTP/1.1 200 (72237 ms) http-nio-1024-exec-8 (160 byte) +[09/Jun/2026:10:24:54 +0800] - 127.0.0.1 OPTIONS /oa/noticeType/getAll HTTP/1.1 200 (1798 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:24:54 +0800] - 127.0.0.1 OPTIONS /oa/notice/query HTTP/1.1 200 (1798 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:10:24:54 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30001 HTTP/1.1 200 (1798 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:24:54 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30001 HTTP/1.1 200 (1799 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:24:54 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30001 HTTP/1.1 200 (74944 ms) http-nio-1024-exec-4 (90 byte) +[09/Jun/2026:10:24:54 +0800] - 127.0.0.1 GET /oa/noticeType/getAll HTTP/1.1 200 (75117 ms) http-nio-1024-exec-7 (88 byte) +[09/Jun/2026:10:24:54 +0800] - 127.0.0.1 POST /oa/notice/query HTTP/1.1 200 (75074 ms) http-nio-1024-exec-2 (160 byte) +[09/Jun/2026:10:24:54 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30001 HTTP/1.1 200 (51324 ms) http-nio-1024-exec-3 (90 byte) +[09/Jun/2026:10:24:55 +0800] - 127.0.0.1 OPTIONS /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (619 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:24:55 +0800] - 127.0.0.1 GET /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (262408 ms) http-nio-1024-exec-8 (160 byte) +[09/Jun/2026:10:24:56 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (577 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:24:56 +0800] - 127.0.0.1 OPTIONS /flow/definition/queryPage HTTP/1.1 200 (577 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:24:56 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (572 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:10:24:56 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (77230 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:10:24:56 +0800] - 127.0.0.1 POST /flow/definition/queryPage HTTP/1.1 200 (78267 ms) http-nio-1024-exec-4 (160 byte) +[09/Jun/2026:10:24:56 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (60101 ms) http-nio-1024-exec-7 (90 byte) +[09/Jun/2026:10:24:56 +0800] - 127.0.0.1 OPTIONS /flow/execute/toDoPage?pageNum=1&pageSize=10 HTTP/1.1 200 (574 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:24:57 +0800] - 127.0.0.1 GET /flow/execute/toDoPage?pageNum=1&pageSize=10 HTTP/1.1 200 (350249 ms) http-nio-1024-exec-3 (160 byte) +[09/Jun/2026:10:24:57 +0800] - 127.0.0.1 OPTIONS /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (449 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:24:57 +0800] - 127.0.0.1 GET /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (207677 ms) http-nio-1024-exec-8 (160 byte) +[09/Jun/2026:10:25:00 +0800] - 127.0.0.1 OPTIONS /department/listAll HTTP/1.1 200 (1103 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:25:00 +0800] - 127.0.0.1 GET /department/listAll HTTP/1.1 200 (12014 ms) http-nio-1024-exec-10 (262 byte) +[09/Jun/2026:10:25:02 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (422 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:25:02 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (439 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:10:25:02 +0800] - 127.0.0.1 OPTIONS /position/queryPage HTTP/1.1 200 (437 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:25:02 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (49916 ms) http-nio-1024-exec-2 (90 byte) +[09/Jun/2026:10:25:02 +0800] - 127.0.0.1 POST /position/queryPage HTTP/1.1 200 (59720 ms) http-nio-1024-exec-7 (160 byte) +[09/Jun/2026:10:25:02 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (67320 ms) http-nio-1024-exec-3 (90 byte) +[09/Jun/2026:10:25:02 +0800] - 127.0.0.1 OPTIONS /employee/query HTTP/1.1 200 (515 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:25:02 +0800] - 127.0.0.1 GET /department/listAll HTTP/1.1 200 (9307 ms) http-nio-1024-exec-9 (262 byte) +[09/Jun/2026:10:25:02 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (58207 ms) http-nio-1024-exec-8 (90 byte) +[09/Jun/2026:10:25:02 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (51479 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:10:25:02 +0800] - 127.0.0.1 POST /employee/query HTTP/1.1 200 (239571 ms) http-nio-1024-exec-10 (823 byte) +[09/Jun/2026:10:25:02 +0800] - 127.0.0.1 POST /employee/query HTTP/1.1 200 (267441 ms) http-nio-1024-exec-4 (823 byte) +[09/Jun/2026:10:25:03 +0800] - 127.0.0.1 OPTIONS /role/getAll HTTP/1.1 200 (419 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:10:25:03 +0800] - 127.0.0.1 GET /role/getAll HTTP/1.1 200 (56630 ms) http-nio-1024-exec-2 (88 byte) +[09/Jun/2026:10:25:22 +0800] - 127.0.0.1 OPTIONS /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (3501 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:10:25:22 +0800] - 127.0.0.1 GET /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (332966 ms) http-nio-1024-exec-3 (160 byte) +[09/Jun/2026:10:25:25 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (610 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:10:25:25 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (620 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:25:25 +0800] - 127.0.0.1 OPTIONS /flow/definition/queryPage HTTP/1.1 200 (620 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:25:25 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (77053 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:10:25:25 +0800] - 127.0.0.1 POST /flow/definition/queryPage HTTP/1.1 200 (85972 ms) http-nio-1024-exec-10 (160 byte) +[09/Jun/2026:10:25:25 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (55083 ms) http-nio-1024-exec-4 (90 byte) +[09/Jun/2026:10:32:04 +0800] - 127.0.0.1 OPTIONS /flow/execute/toDoPage?pageNum=1&pageSize=10 HTTP/1.1 200 (7015 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:32:04 +0800] - 127.0.0.1 GET /flow/execute/toDoPage?pageNum=1&pageSize=10 HTTP/1.1 200 (379926 ms) http-nio-1024-exec-9 (160 byte) +[09/Jun/2026:10:32:05 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (714 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:32:05 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (864 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:32:05 +0800] - 127.0.0.1 OPTIONS /flow/definition/queryPage HTTP/1.1 200 (754 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:32:05 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (71396 ms) http-nio-1024-exec-5 (90 byte) +[09/Jun/2026:10:32:05 +0800] - 127.0.0.1 POST /flow/definition/queryPage HTTP/1.1 200 (142675 ms) http-nio-1024-exec-2 (160 byte) +[09/Jun/2026:10:32:05 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (70792 ms) http-nio-1024-exec-7 (90 byte) +[09/Jun/2026:10:32:22 +0800] - 127.0.0.1 OPTIONS /flow/execute/toDoPage?pageNum=1&pageSize=10 HTTP/1.1 200 (1049 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:32:22 +0800] - 127.0.0.1 GET /flow/execute/toDoPage?pageNum=1&pageSize=10 HTTP/1.1 200 (382520 ms) http-nio-1024-exec-8 (160 byte) +[09/Jun/2026:10:32:23 +0800] - 127.0.0.1 OPTIONS /flow/definition/queryPage HTTP/1.1 200 (752 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:32:23 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (721 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:32:23 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (755 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:32:23 +0800] - 127.0.0.1 POST /flow/definition/queryPage HTTP/1.1 200 (62894 ms) http-nio-1024-exec-1 (160 byte) +[09/Jun/2026:10:32:23 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (62936 ms) http-nio-1024-exec-4 (90 byte) +[09/Jun/2026:10:32:23 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (61401 ms) http-nio-1024-exec-5 (90 byte) +[09/Jun/2026:10:34:13 +0800] - 127.0.0.1 OPTIONS /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (8578 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:10:34:13 +0800] - 127.0.0.1 GET /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (396088 ms) http-nio-1024-exec-10 (160 byte) +[09/Jun/2026:10:34:14 +0800] - 127.0.0.1 OPTIONS /flow/definition/queryPage HTTP/1.1 200 (828 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:34:14 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (754 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:34:14 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (927 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:34:14 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (69782 ms) http-nio-1024-exec-5 (90 byte) +[09/Jun/2026:10:34:14 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (53943 ms) http-nio-1024-exec-3 (90 byte) +[09/Jun/2026:10:34:14 +0800] - 127.0.0.1 POST /flow/definition/queryPage HTTP/1.1 200 (123916 ms) http-nio-1024-exec-4 (160 byte) +[09/Jun/2026:10:34:15 +0800] - 127.0.0.1 OPTIONS /flow/execute/toDoPage?pageNum=1&pageSize=10 HTTP/1.1 200 (1036 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:10:34:15 +0800] - 127.0.0.1 GET /flow/execute/toDoPage?pageNum=1&pageSize=10 HTTP/1.1 200 (309511 ms) http-nio-1024-exec-2 (160 byte) +[09/Jun/2026:10:34:16 +0800] - 127.0.0.1 OPTIONS /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (482 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:10:34:16 +0800] - 127.0.0.1 GET /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (233139 ms) http-nio-1024-exec-10 (160 byte) +[09/Jun/2026:10:34:17 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (82836 ms) http-nio-1024-exec-9 (90 byte) +[09/Jun/2026:10:34:17 +0800] - 127.0.0.1 POST /flow/definition/queryPage HTTP/1.1 200 (114068 ms) http-nio-1024-exec-6 (160 byte) +[09/Jun/2026:10:34:17 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (78562 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:10:34:19 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (870 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:34:19 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (903 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:34:19 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (870 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:10:34:19 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (139915 ms) http-nio-1024-exec-2 (159 byte) +[09/Jun/2026:10:34:19 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (193497 ms) http-nio-1024-exec-7 (159 byte) +[09/Jun/2026:10:34:19 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (230787 ms) http-nio-1024-exec-8 (159 byte) +[09/Jun/2026:10:34:33 +0800] - 127.0.0.1 OPTIONS /leave/queryPage HTTP/1.1 200 (9568 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:34:33 +0800] - 127.0.0.1 POST /leave/queryPage HTTP/1.1 200 (190810 ms) http-nio-1024-exec-9 (160 byte) +[09/Jun/2026:10:34:37 +0800] - 127.0.0.1 POST /leave/queryPage HTTP/1.1 200 (92219 ms) http-nio-1024-exec-6 (160 byte) +[09/Jun/2026:10:34:39 +0800] - 127.0.0.1 OPTIONS /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (448 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:34:39 +0800] - 127.0.0.1 GET /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (354278 ms) http-nio-1024-exec-4 (160 byte) +[09/Jun/2026:10:35:07 +0800] - 127.0.0.1 OPTIONS /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (3740 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:35:08 +0800] - 127.0.0.1 GET /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (291882 ms) http-nio-1024-exec-5 (160 byte) +[09/Jun/2026:10:35:08 +0800] - 127.0.0.1 OPTIONS /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (546 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:35:08 +0800] - 127.0.0.1 GET /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (357739 ms) http-nio-1024-exec-7 (160 byte) +[09/Jun/2026:10:35:16 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (5076 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:10:35:17 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (568845 ms) http-nio-1024-exec-10 (55814 byte) +[09/Jun/2026:10:35:17 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (663 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:35:17 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (60656 ms) http-nio-1024-exec-6 (4742 byte) +[09/Jun/2026:10:35:17 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (567 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:35:17 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (65933 ms) http-nio-1024-exec-4 (87 byte) +[09/Jun/2026:10:35:17 +0800] - 127.0.0.1 OPTIONS /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (599 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:35:17 +0800] - 127.0.0.1 GET /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (317226 ms) http-nio-1024-exec-5 (160 byte) +[09/Jun/2026:10:35:25 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (553 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:10:35:25 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (192 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:35:25 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (290 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:35:25 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (123977 ms) http-nio-1024-exec-4 (159 byte) +[09/Jun/2026:10:35:25 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (140196 ms) http-nio-1024-exec-1 (159 byte) +[09/Jun/2026:10:35:25 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (237230 ms) http-nio-1024-exec-6 (159 byte) +[09/Jun/2026:10:35:25 +0800] - 127.0.0.1 OPTIONS /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (451 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:35:25 +0800] - 127.0.0.1 GET /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (347594 ms) http-nio-1024-exec-5 (160 byte) +[09/Jun/2026:10:35:26 +0800] - 127.0.0.1 OPTIONS /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (554 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:10:35:26 +0800] - 127.0.0.1 GET /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (292031 ms) http-nio-1024-exec-2 (160 byte) +[09/Jun/2026:10:35:26 +0800] - 127.0.0.1 GET /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (407127 ms) http-nio-1024-exec-8 (160 byte) +[09/Jun/2026:10:35:29 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (507 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:35:29 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (506 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:35:29 +0800] - 127.0.0.1 OPTIONS /flow/definition/queryPage HTTP/1.1 200 (507 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:35:29 +0800] - 127.0.0.1 POST /flow/definition/queryPage HTTP/1.1 200 (86474 ms) http-nio-1024-exec-6 (160 byte) +[09/Jun/2026:10:35:29 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (86480 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:10:35:29 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (77175 ms) http-nio-1024-exec-3 (90 byte) +[09/Jun/2026:10:36:52 +0800] - 127.0.0.1 OPTIONS /support/message/queryMyMessage HTTP/1.1 200 (4444 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:10:36:52 +0800] - 127.0.0.1 POST /support/message/queryMyMessage HTTP/1.1 200 (117397 ms) http-nio-1024-exec-9 (159 byte) +[09/Jun/2026:10:36:52 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (376 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:36:53 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (66889 ms) http-nio-1024-exec-4 (87 byte) +[09/Jun/2026:10:36:59 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (1989 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:36:59 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (430768 ms) http-nio-1024-exec-6 (55814 byte) +[09/Jun/2026:10:36:59 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (773 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:36:59 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (75013 ms) http-nio-1024-exec-5 (4742 byte) +[09/Jun/2026:10:36:59 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (515 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:36:59 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (71519 ms) http-nio-1024-exec-7 (87 byte) +[09/Jun/2026:10:36:59 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (620 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:10:36:59 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (333 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:36:59 +0800] - 127.0.0.1 OPTIONS /flow/definition/queryPage HTTP/1.1 200 (7966 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:37:00 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (89541 ms) http-nio-1024-exec-10 (90 byte) +[09/Jun/2026:10:37:00 +0800] - 127.0.0.1 POST /flow/definition/queryPage HTTP/1.1 200 (143109 ms) http-nio-1024-exec-4 (160 byte) +[09/Jun/2026:10:37:00 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (67891 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:10:38:05 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (2180 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:38:05 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (537363 ms) http-nio-1024-exec-7 (55814 byte) +[09/Jun/2026:10:38:05 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (363 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:38:05 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (76860 ms) http-nio-1024-exec-8 (4742 byte) +[09/Jun/2026:10:38:05 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (425 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:38:05 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (82962 ms) http-nio-1024-exec-4 (87 byte) +[09/Jun/2026:10:38:05 +0800] - 127.0.0.1 OPTIONS /flow/definition/queryPage HTTP/1.1 200 (245 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:38:05 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (293 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:10:38:05 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (446 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:38:06 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (88221 ms) http-nio-1024-exec-2 (90 byte) +[09/Jun/2026:10:38:06 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (62882 ms) http-nio-1024-exec-7 (90 byte) +[09/Jun/2026:10:38:06 +0800] - 127.0.0.1 POST /flow/definition/queryPage HTTP/1.1 200 (151413 ms) http-nio-1024-exec-6 (160 byte) +[09/Jun/2026:10:48:10 +0800] - 127.0.0.1 OPTIONS /leave/queryPage HTTP/1.1 200 (3580 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:48:11 +0800] - 127.0.0.1 POST /leave/queryPage HTTP/1.1 200 (92710 ms) http-nio-1024-exec-5 (160 byte) +[09/Jun/2026:10:48:14 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (186 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:48:14 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (379 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:48:14 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (250 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:48:14 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (106908 ms) http-nio-1024-exec-7 (48035 byte) +[09/Jun/2026:10:48:14 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (141073 ms) http-nio-1024-exec-6 (90 byte) +[09/Jun/2026:10:48:14 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (64430 ms) http-nio-1024-exec-10 (90 byte) +[09/Jun/2026:10:48:25 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (2258 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:48:25 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (2247 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:10:48:25 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (181847 ms) http-nio-1024-exec-4 (20213 byte) +[09/Jun/2026:10:48:25 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (118984 ms) http-nio-1024-exec-5 (20213 byte) +[09/Jun/2026:10:48:25 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (63927 ms) http-nio-1024-exec-2 (20213 byte) +[09/Jun/2026:10:48:26 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (77939 ms) http-nio-1024-exec-1 (20213 byte) +[09/Jun/2026:10:48:40 +0800] - 127.0.0.1 OPTIONS /leave/queryPage HTTP/1.1 200 (536 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:48:40 +0800] - 127.0.0.1 POST /leave/queryPage HTTP/1.1 200 (83535 ms) http-nio-1024-exec-7 (160 byte) +[09/Jun/2026:10:48:41 +0800] - 127.0.0.1 OPTIONS /oa/notice/query HTTP/1.1 200 (735 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:48:41 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30001 HTTP/1.1 200 (716 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:48:41 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30001 HTTP/1.1 200 (796 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:10:48:41 +0800] - 127.0.0.1 OPTIONS /oa/noticeType/getAll HTTP/1.1 200 (369 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:48:41 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30001 HTTP/1.1 200 (68556 ms) http-nio-1024-exec-4 (90 byte) +[09/Jun/2026:10:48:41 +0800] - 127.0.0.1 GET /oa/noticeType/getAll HTTP/1.1 200 (68387 ms) http-nio-1024-exec-2 (88 byte) +[09/Jun/2026:10:48:41 +0800] - 127.0.0.1 POST /oa/notice/query HTTP/1.1 200 (114673 ms) http-nio-1024-exec-5 (160 byte) +[09/Jun/2026:10:48:41 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30001 HTTP/1.1 200 (72325 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:10:48:42 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30002 HTTP/1.1 200 (435 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:48:42 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30002 HTTP/1.1 200 (369 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:48:42 +0800] - 127.0.0.1 OPTIONS /oa/enterprise/page/query HTTP/1.1 200 (435 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:10:48:42 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30002 HTTP/1.1 200 (67042 ms) http-nio-1024-exec-10 (90 byte) +[09/Jun/2026:10:48:42 +0800] - 127.0.0.1 POST /oa/enterprise/page/query HTTP/1.1 200 (76644 ms) http-nio-1024-exec-8 (160 byte) +[09/Jun/2026:10:48:42 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30002 HTTP/1.1 200 (50818 ms) http-nio-1024-exec-9 (90 byte) +[09/Jun/2026:10:48:43 +0800] - 127.0.0.1 POST /oa/notice/query HTTP/1.1 200 (76406 ms) http-nio-1024-exec-2 (160 byte) +[09/Jun/2026:10:48:43 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30001 HTTP/1.1 200 (76405 ms) http-nio-1024-exec-4 (90 byte) +[09/Jun/2026:10:48:43 +0800] - 127.0.0.1 GET /oa/noticeType/getAll HTTP/1.1 200 (76276 ms) http-nio-1024-exec-5 (88 byte) +[09/Jun/2026:10:48:43 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30001 HTTP/1.1 200 (78192 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:10:48:44 +0800] - 127.0.0.1 POST /leave/queryPage HTTP/1.1 200 (79271 ms) http-nio-1024-exec-7 (160 byte) +[09/Jun/2026:10:48:45 +0800] - 127.0.0.1 OPTIONS /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (392 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:48:46 +0800] - 127.0.0.1 GET /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (284109 ms) http-nio-1024-exec-3 (160 byte) +[09/Jun/2026:10:48:46 +0800] - 127.0.0.1 OPTIONS /department/listAll HTTP/1.1 200 (661 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:48:46 +0800] - 127.0.0.1 GET /department/listAll HTTP/1.1 200 (8397 ms) http-nio-1024-exec-8 (262 byte) +[09/Jun/2026:10:48:47 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/query HTTP/1.1 200 (1157 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:48:47 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20008 HTTP/1.1 200 (1158 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:48:47 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20008 HTTP/1.1 200 (493 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:48:47 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/helpDocCatalog/getAll HTTP/1.1 200 (1133 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:10:48:47 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/query HTTP/1.1 200 (1156 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:48:47 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20008 HTTP/1.1 200 (78095 ms) http-nio-1024-exec-10 (90 byte) +[09/Jun/2026:10:48:47 +0800] - 127.0.0.1 GET /support/helpDoc/helpDocCatalog/getAll HTTP/1.1 200 (78137 ms) http-nio-1024-exec-7 (88 byte) +[09/Jun/2026:10:48:47 +0800] - 127.0.0.1 POST /support/helpDoc/query HTTP/1.1 200 (78435 ms) http-nio-1024-exec-6 (160 byte) +[09/Jun/2026:10:48:48 +0800] - 127.0.0.1 POST /support/helpDoc/query HTTP/1.1 200 (124140 ms) http-nio-1024-exec-3 (160 byte) +[09/Jun/2026:10:48:48 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20008 HTTP/1.1 200 (81712 ms) http-nio-1024-exec-8 (90 byte) +[09/Jun/2026:10:48:50 +0800] - 127.0.0.1 OPTIONS /support/feedback/query HTTP/1.1 200 (265 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:48:50 +0800] - 127.0.0.1 POST /support/feedback/query HTTP/1.1 200 (49543 ms) http-nio-1024-exec-1 (160 byte) +[09/Jun/2026:10:48:51 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (324 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:48:51 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (84178 ms) http-nio-1024-exec-5 (160 byte) +[09/Jun/2026:10:48:52 +0800] - 0:0:0:0:0:0:0:1 GET /doc.html HTTP/1.1 200 (13969 ms) http-nio-1024-exec-2 (1892 byte) +[09/Jun/2026:10:48:52 +0800] - 0:0:0:0:0:0:0:1 GET /webjars/css/chunk-vendors.f24a310a.css HTTP/1.1 200 (11304 ms) http-nio-1024-exec-7 (328123 byte) +[09/Jun/2026:10:48:52 +0800] - 0:0:0:0:0:0:0:1 GET /webjars/js/app.b0c0d7df.js HTTP/1.1 200 (10470 ms) http-nio-1024-exec-3 (381873 byte) +[09/Jun/2026:10:48:52 +0800] - 0:0:0:0:0:0:0:1 GET /webjars/css/app.8a48e86b.css HTTP/1.1 200 (14757 ms) http-nio-1024-exec-10 (622127 byte) +[09/Jun/2026:10:48:52 +0800] - 0:0:0:0:0:0:0:1 GET /webjars/css/chunk-75464e7e.8fb93ba5.css HTTP/1.1 200 (3228 ms) http-nio-1024-exec-8 (168 byte) +[09/Jun/2026:10:48:52 +0800] - 0:0:0:0:0:0:0:1 GET /webjars/js/chunk-0d102d5a.b2bddffc.js HTTP/1.1 200 (8121 ms) http-nio-1024-exec-4 (21330 byte) +[09/Jun/2026:10:48:52 +0800] - 0:0:0:0:0:0:0:1 GET /webjars/js/chunk-069eb437.355c4fb0.js HTTP/1.1 200 (11656 ms) http-nio-1024-exec-1 (64291 byte) +[09/Jun/2026:10:48:52 +0800] - 0:0:0:0:0:0:0:1 GET /webjars/css/chunk-d7d5f59c.a9ffbfcb.css HTTP/1.1 200 (12904 ms) http-nio-1024-exec-9 (878 byte) +[09/Jun/2026:10:48:52 +0800] - 0:0:0:0:0:0:0:1 GET /webjars/js/chunk-0fd67716.d57e2c41.js HTTP/1.1 200 (13198 ms) http-nio-1024-exec-5 (243559 byte) +[09/Jun/2026:10:48:52 +0800] - 0:0:0:0:0:0:0:1 GET /webjars/js/chunk-2d0af44e.392afcd6.js HTTP/1.1 200 (3725 ms) http-nio-1024-exec-7 (1057 byte) +[09/Jun/2026:10:48:52 +0800] - 0:0:0:0:0:0:0:1 GET /webjars/js/chunk-2d0bd799.eb48b7f1.js HTTP/1.1 200 (4167 ms) http-nio-1024-exec-9 (1121 byte) +[09/Jun/2026:10:48:52 +0800] - 0:0:0:0:0:0:0:1 GET /webjars/js/chunk-2d0da532.591ad7fc.js HTTP/1.1 200 (2921 ms) http-nio-1024-exec-3 (587 byte) +[09/Jun/2026:10:48:52 +0800] - 0:0:0:0:0:0:0:1 GET /webjars/js/chunk-3b888a65.8737ce4f.js HTTP/1.1 200 (3367 ms) http-nio-1024-exec-10 (36379 byte) +[09/Jun/2026:10:48:52 +0800] - 0:0:0:0:0:0:0:1 GET /webjars/js/chunk-589faee0.5bfd1708.js HTTP/1.1 200 (3509 ms) http-nio-1024-exec-4 (17980 byte) +[09/Jun/2026:10:48:52 +0800] - 0:0:0:0:0:0:0:1 GET /webjars/js/chunk-3ec4aaa8.a79d19f8.js HTTP/1.1 200 (4654 ms) http-nio-1024-exec-8 (136766 byte) +[09/Jun/2026:10:48:52 +0800] - 0:0:0:0:0:0:0:1 GET /webjars/js/chunk-adb9e944.2c7f24fe.js HTTP/1.1 200 (3997 ms) http-nio-1024-exec-7 (12786 byte) +[09/Jun/2026:10:48:52 +0800] - 0:0:0:0:0:0:0:1 GET /webjars/js/chunk-735c675c.5b409314.js HTTP/1.1 200 (8081 ms) http-nio-1024-exec-1 (494687 byte) +[09/Jun/2026:10:48:52 +0800] - 0:0:0:0:0:0:0:1 GET /webjars/js/chunk-d7d5f59c.e61130f3.js HTTP/1.1 200 (3184 ms) http-nio-1024-exec-9 (43740 byte) +[09/Jun/2026:10:48:52 +0800] - 0:0:0:0:0:0:0:1 GET /webjars/js/chunk-260d712a.390177fe.js HTTP/1.1 200 (23674 ms) http-nio-1024-exec-2 (1147455 byte) +[09/Jun/2026:10:48:52 +0800] - 0:0:0:0:0:0:0:1 GET /webjars/js/chunk-75464e7e.b130271b.js HTTP/1.1 200 (7738 ms) http-nio-1024-exec-4 (441406 byte) +[09/Jun/2026:10:48:52 +0800] - 0:0:0:0:0:0:0:1 GET /webjars/js/chunk-vendors.d51cf6f8.js HTTP/1.1 200 (41041 ms) http-nio-1024-exec-6 (2235580 byte) +[09/Jun/2026:10:48:52 +0800] - 0:0:0:0:0:0:0:1 GET /v3/api-docs/swagger-config HTTP/1.1 200 (11612 ms) http-nio-1024-exec-3 (335 byte) +[09/Jun/2026:10:48:53 +0800] - 0:0:0:0:0:0:0:1 GET /v3/api-docs/%E4%B8%9A%E5%8A%A1%E6%8E%A5%E5%8F%A3 HTTP/1.1 200 (639127 ms) http-nio-1024-exec-10 (223893 byte) +[09/Jun/2026:10:48:54 +0800] - 0:0:0:0:0:0:0:1 GET /swagger-ui/index.html HTTP/1.1 200 (4957 ms) http-nio-1024-exec-5 (734 byte) +[09/Jun/2026:10:48:54 +0800] - 0:0:0:0:0:0:0:1 GET /swagger-ui/index.css HTTP/1.1 200 (2749 ms) http-nio-1024-exec-7 (202 byte) +[09/Jun/2026:10:48:54 +0800] - 0:0:0:0:0:0:0:1 GET /swagger-ui/swagger-ui.css HTTP/1.1 200 (3639 ms) http-nio-1024-exec-8 (152072 byte) +[09/Jun/2026:10:48:54 +0800] - 0:0:0:0:0:0:0:1 GET /swagger-ui/swagger-ui-standalone-preset.js HTTP/1.1 200 (10321 ms) http-nio-1024-exec-9 (230640 byte) +[09/Jun/2026:10:48:54 +0800] - 0:0:0:0:0:0:0:1 GET /swagger-ui/swagger-initializer.js HTTP/1.1 200 (12243 ms) http-nio-1024-exec-2 (665 byte) +[09/Jun/2026:10:48:54 +0800] - 0:0:0:0:0:0:0:1 GET /swagger-ui/swagger-ui-bundle.js HTTP/1.1 200 (17464 ms) http-nio-1024-exec-1 (1400247 byte) +[09/Jun/2026:10:48:54 +0800] - 0:0:0:0:0:0:0:1 GET /v3/api-docs/swagger-config HTTP/1.1 200 (2617 ms) http-nio-1024-exec-4 (335 byte) +[09/Jun/2026:10:48:55 +0800] - 0:0:0:0:0:0:0:1 GET /v3/api-docs/%E4%B8%9A%E5%8A%A1%E6%8E%A5%E5%8F%A3 HTTP/1.1 200 (36809 ms) http-nio-1024-exec-6 (223893 byte) +[09/Jun/2026:10:48:57 +0800] - 127.0.0.1 OPTIONS /support/protect/level3protect/getConfig HTTP/1.1 200 (545 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:48:57 +0800] - 127.0.0.1 GET /support/protect/level3protect/getConfig HTTP/1.1 200 (12220 ms) http-nio-1024-exec-10 (432 byte) +[09/Jun/2026:10:49:01 +0800] - 127.0.0.1 OPTIONS /support/dataMasking/demo/query HTTP/1.1 200 (393 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:10:49:01 +0800] - 127.0.0.1 GET /support/dataMasking/demo/query HTTP/1.1 200 (20664 ms) http-nio-1024-exec-7 (3006 byte) +[09/Jun/2026:10:49:01 +0800] - 127.0.0.1 OPTIONS /support/protect/loginFail/queryPage HTTP/1.1 200 (484 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:10:49:02 +0800] - 127.0.0.1 POST /support/protect/loginFail/queryPage HTTP/1.1 200 (91512 ms) http-nio-1024-exec-9 (160 byte) +[09/Jun/2026:10:49:02 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20006 HTTP/1.1 200 (300 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:49:02 +0800] - 127.0.0.1 OPTIONS /support/loginLog/page/query HTTP/1.1 200 (299 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:49:02 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20006 HTTP/1.1 200 (198 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:49:03 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20006 HTTP/1.1 200 (85557 ms) http-nio-1024-exec-6 (90 byte) +[09/Jun/2026:10:49:03 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20006 HTTP/1.1 200 (55476 ms) http-nio-1024-exec-10 (90 byte) +[09/Jun/2026:10:49:03 +0800] - 127.0.0.1 POST /support/loginLog/page/query HTTP/1.1 200 (154678 ms) http-nio-1024-exec-3 (1523 byte) +[09/Jun/2026:10:49:04 +0800] - 127.0.0.1 POST /support/protect/loginFail/queryPage HTTP/1.1 200 (90558 ms) http-nio-1024-exec-5 (160 byte) +[09/Jun/2026:10:49:05 +0800] - 127.0.0.1 GET /support/dataMasking/demo/query HTTP/1.1 200 (12570 ms) http-nio-1024-exec-7 (3013 byte) +[09/Jun/2026:10:49:07 +0800] - 127.0.0.1 POST /support/protect/loginFail/queryPage HTTP/1.1 200 (99954 ms) http-nio-1024-exec-8 (160 byte) +[09/Jun/2026:10:49:08 +0800] - 127.0.0.1 OPTIONS /support/dataMasking/demo/query HTTP/1.1 200 (403 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:49:08 +0800] - 127.0.0.1 GET /support/dataMasking/demo/query HTTP/1.1 200 (11950 ms) http-nio-1024-exec-2 (3318 byte) +[09/Jun/2026:10:49:15 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (441 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:49:15 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (388 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:49:15 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (434 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:49:15 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (62556 ms) http-nio-1024-exec-10 (90 byte) +[09/Jun/2026:10:49:15 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (85102 ms) http-nio-1024-exec-3 (48035 byte) +[09/Jun/2026:10:49:15 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (52248 ms) http-nio-1024-exec-5 (90 byte) +[09/Jun/2026:10:49:17 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20001 HTTP/1.1 200 (409 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:10:49:17 +0800] - 127.0.0.1 OPTIONS /support/config/query HTTP/1.1 200 (405 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:10:49:17 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20001 HTTP/1.1 200 (222 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:49:17 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20001 HTTP/1.1 200 (72314 ms) http-nio-1024-exec-2 (90 byte) +[09/Jun/2026:10:49:17 +0800] - 127.0.0.1 POST /support/config/query HTTP/1.1 200 (129715 ms) http-nio-1024-exec-1 (901 byte) +[09/Jun/2026:10:49:17 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20001 HTTP/1.1 200 (61191 ms) http-nio-1024-exec-4 (90 byte) +[09/Jun/2026:10:49:18 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20002 HTTP/1.1 200 (274 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:49:18 +0800] - 127.0.0.1 OPTIONS /support/dict/queryPage HTTP/1.1 200 (281 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:49:18 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20002 HTTP/1.1 200 (322 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:49:19 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20002 HTTP/1.1 200 (64676 ms) http-nio-1024-exec-5 (90 byte) +[09/Jun/2026:10:49:19 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20002 HTTP/1.1 200 (45858 ms) http-nio-1024-exec-9 (90 byte) +[09/Jun/2026:10:49:19 +0800] - 127.0.0.1 POST /support/dict/queryPage HTTP/1.1 200 (114885 ms) http-nio-1024-exec-8 (493 byte) +[09/Jun/2026:10:49:19 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20003 HTTP/1.1 200 (354 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:49:19 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20003 HTTP/1.1 200 (362 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:10:49:19 +0800] - 127.0.0.1 OPTIONS /support/serialNumber/all HTTP/1.1 200 (352 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:49:19 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20003 HTTP/1.1 200 (58582 ms) http-nio-1024-exec-3 (90 byte) +[09/Jun/2026:10:49:19 +0800] - 127.0.0.1 GET /support/serialNumber/all HTTP/1.1 200 (65994 ms) http-nio-1024-exec-4 (377 byte) +[09/Jun/2026:10:49:19 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20003 HTTP/1.1 200 (51776 ms) http-nio-1024-exec-6 (90 byte) +[09/Jun/2026:10:49:25 +0800] - 127.0.0.1 OPTIONS /support/cache/names HTTP/1.1 200 (364 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:49:25 +0800] - 127.0.0.1 GET /support/cache/names HTTP/1.1 200 (6702 ms) http-nio-1024-exec-5 (167 byte) +[09/Jun/2026:10:49:27 +0800] - 127.0.0.1 OPTIONS /support/reload/query HTTP/1.1 200 (265 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:49:27 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20007 HTTP/1.1 200 (281 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:10:49:27 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20007 HTTP/1.1 200 (279 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:49:27 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20007 HTTP/1.1 200 (57378 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:10:49:27 +0800] - 127.0.0.1 GET /support/reload/query HTTP/1.1 200 (63848 ms) http-nio-1024-exec-7 (88 byte) +[09/Jun/2026:10:49:27 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20007 HTTP/1.1 200 (58287 ms) http-nio-1024-exec-3 (90 byte) +[09/Jun/2026:10:49:28 +0800] - 127.0.0.1 OPTIONS /support/file/queryPage HTTP/1.1 200 (319 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:49:28 +0800] - 127.0.0.1 POST /support/file/queryPage HTTP/1.1 200 (65725 ms) http-nio-1024-exec-6 (160 byte) +[09/Jun/2026:10:49:29 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20009 HTTP/1.1 200 (277 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:49:29 +0800] - 127.0.0.1 OPTIONS /support/job/query HTTP/1.1 200 (278 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:10:49:29 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20009 HTTP/1.1 200 (212 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:10:49:29 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20009 HTTP/1.1 200 (58774 ms) http-nio-1024-exec-2 (90 byte) +[09/Jun/2026:10:49:29 +0800] - 127.0.0.1 POST /support/job/query HTTP/1.1 200 (60563 ms) http-nio-1024-exec-9 (160 byte) +[09/Jun/2026:10:49:29 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20009 HTTP/1.1 200 (78952 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:10:49:31 +0800] - 127.0.0.1 POST /support/file/queryPage HTTP/1.1 200 (54369 ms) http-nio-1024-exec-7 (160 byte) +[09/Jun/2026:10:49:32 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20009 HTTP/1.1 200 (57267 ms) http-nio-1024-exec-3 (90 byte) +[09/Jun/2026:10:49:32 +0800] - 127.0.0.1 POST /support/job/query HTTP/1.1 200 (57981 ms) http-nio-1024-exec-4 (160 byte) +[09/Jun/2026:10:49:32 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20009 HTTP/1.1 200 (48986 ms) http-nio-1024-exec-6 (90 byte) +[09/Jun/2026:10:49:33 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20005 HTTP/1.1 200 (411 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:49:33 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20005 HTTP/1.1 200 (416 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:10:49:33 +0800] - 127.0.0.1 OPTIONS /support/heartBeat/query HTTP/1.1 200 (415 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:10:49:33 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20005 HTTP/1.1 200 (48250 ms) http-nio-1024-exec-9 (90 byte) +[09/Jun/2026:10:49:33 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20005 HTTP/1.1 200 (76115 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:10:49:33 +0800] - 127.0.0.1 POST /support/heartBeat/query HTTP/1.1 200 (131578 ms) http-nio-1024-exec-2 (586 byte) +[09/Jun/2026:10:49:39 +0800] - 0:0:0:0:0:0:0:1 GET /druid HTTP/1.1 302 (3414 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:10:49:39 +0800] - 0:0:0:0:0:0:0:1 GET /druid/index.html HTTP/1.1 200 (2756 ms) http-nio-1024-exec-3 (4090 byte) +[09/Jun/2026:10:49:39 +0800] - 0:0:0:0:0:0:0:1 GET /druid/css/style.css HTTP/1.1 200 (924 ms) http-nio-1024-exec-6 (924 byte) +[09/Jun/2026:10:49:39 +0800] - 0:0:0:0:0:0:0:1 GET /druid/js/lang.js HTTP/1.1 200 (1012 ms) http-nio-1024-exec-5 (21891 byte) +[09/Jun/2026:10:49:39 +0800] - 0:0:0:0:0:0:0:1 GET /druid/js/common.js HTTP/1.1 200 (816 ms) http-nio-1024-exec-10 (6584 byte) +[09/Jun/2026:10:49:39 +0800] - 0:0:0:0:0:0:0:1 GET /druid/css/bootstrap.min.css HTTP/1.1 200 (2838 ms) http-nio-1024-exec-4 (95686 byte) +[09/Jun/2026:10:49:39 +0800] - 0:0:0:0:0:0:0:1 GET /druid/js/jquery.min.js HTTP/1.1 200 (2826 ms) http-nio-1024-exec-8 (89844 byte) +[09/Jun/2026:10:49:39 +0800] - 0:0:0:0:0:0:0:1 GET /druid/header.html HTTP/1.1 200 (1055 ms) http-nio-1024-exec-9 (1754 byte) +[09/Jun/2026:10:49:39 +0800] - 0:0:0:0:0:0:0:1 POST /druid/basic.json HTTP/1.1 200 (16332 ms) http-nio-1024-exec-1 (30735 byte) +[09/Jun/2026:10:49:51 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (426 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:49:51 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (426 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:49:51 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (317 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:10:49:51 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (69297 ms) http-nio-1024-exec-8 (159 byte) +[09/Jun/2026:10:49:51 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (124636 ms) http-nio-1024-exec-10 (159 byte) +[09/Jun/2026:10:49:51 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (222889 ms) http-nio-1024-exec-4 (159 byte) +[09/Jun/2026:10:49:53 +0800] - 127.0.0.1 OPTIONS /leave/queryPage HTTP/1.1 200 (519 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:10:49:53 +0800] - 127.0.0.1 POST /leave/queryPage HTTP/1.1 200 (82118 ms) http-nio-1024-exec-7 (160 byte) +[09/Jun/2026:10:49:55 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (75857 ms) http-nio-1024-exec-5 (159 byte) +[09/Jun/2026:10:49:55 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (118187 ms) http-nio-1024-exec-2 (159 byte) +[09/Jun/2026:10:49:55 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (147821 ms) http-nio-1024-exec-3 (159 byte) +[09/Jun/2026:10:49:56 +0800] - 127.0.0.1 OPTIONS /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (463 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:49:56 +0800] - 127.0.0.1 GET /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (345526 ms) http-nio-1024-exec-8 (160 byte) +[09/Jun/2026:10:49:57 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (312 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:10:49:57 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (405 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:10:49:57 +0800] - 127.0.0.1 OPTIONS /flow/definition/queryPage HTTP/1.1 200 (402 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:10:49:57 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (67473 ms) http-nio-1024-exec-7 (90 byte) +[09/Jun/2026:10:49:57 +0800] - 127.0.0.1 POST /flow/definition/queryPage HTTP/1.1 200 (67497 ms) http-nio-1024-exec-1 (160 byte) +[09/Jun/2026:10:49:57 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (64439 ms) http-nio-1024-exec-5 (90 byte) +[09/Jun/2026:10:49:57 +0800] - 127.0.0.1 OPTIONS /flow/execute/toDoPage?pageNum=1&pageSize=10 HTTP/1.1 200 (466 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:49:58 +0800] - 127.0.0.1 GET /flow/execute/toDoPage?pageNum=1&pageSize=10 HTTP/1.1 200 (379777 ms) http-nio-1024-exec-3 (160 byte) +[09/Jun/2026:10:49:58 +0800] - 127.0.0.1 OPTIONS /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (469 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:10:49:58 +0800] - 127.0.0.1 GET /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (232620 ms) http-nio-1024-exec-8 (160 byte) +[09/Jun/2026:10:49:59 +0800] - 127.0.0.1 GET /flow/execute/toDoPage?pageNum=1&pageSize=10 HTTP/1.1 200 (290526 ms) http-nio-1024-exec-10 (160 byte) +[09/Jun/2026:10:50:00 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (48392 ms) http-nio-1024-exec-9 (90 byte) +[09/Jun/2026:10:50:00 +0800] - 127.0.0.1 POST /flow/definition/queryPage HTTP/1.1 200 (75317 ms) http-nio-1024-exec-4 (160 byte) +[09/Jun/2026:10:50:00 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (49310 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:10:50:01 +0800] - 127.0.0.1 GET /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (276880 ms) http-nio-1024-exec-7 (160 byte) +[09/Jun/2026:10:50:03 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (286 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:10:50:03 +0800] - 127.0.0.1 OPTIONS /flow/definition/queryPage HTTP/1.1 200 (335 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:10:50:03 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (334 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:10:50:03 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (44910 ms) http-nio-1024-exec-6 (90 byte) +[09/Jun/2026:10:50:03 +0800] - 127.0.0.1 POST /flow/definition/queryPage HTTP/1.1 200 (56177 ms) http-nio-1024-exec-8 (160 byte) +[09/Jun/2026:10:50:03 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (60034 ms) http-nio-1024-exec-10 (90 byte) +[09/Jun/2026:12:04:24 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (3555 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:12:04:24 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (11180 ms) http-nio-1024-exec-10 (124 byte) +[09/Jun/2026:12:04:25 +0800] - 127.0.0.1 GET /login/getTwoFactorLoginFlag HTTP/1.1 200 (37599 ms) http-nio-1024-exec-9 (91 byte) +[09/Jun/2026:12:04:25 +0800] - 127.0.0.1 GET /login/getCaptcha HTTP/1.1 200 (63608 ms) http-nio-1024-exec-1 (4140 byte) +[09/Jun/2026:12:21:03 +0800] - 127.0.0.1 GET /login/getCaptcha HTTP/1.1 200 (8060 ms) http-nio-1024-exec-4 (4292 byte) +[09/Jun/2026:12:22:03 +0800] - 127.0.0.1 GET /login/getCaptcha HTTP/1.1 200 (13961 ms) http-nio-1024-exec-3 (4196 byte) +[09/Jun/2026:12:23:03 +0800] - 127.0.0.1 GET /login/getCaptcha HTTP/1.1 200 (9616 ms) http-nio-1024-exec-6 (4220 byte) +[09/Jun/2026:12:24:03 +0800] - 127.0.0.1 GET /login/getCaptcha HTTP/1.1 200 (10166 ms) http-nio-1024-exec-2 (4160 byte) +[09/Jun/2026:12:25:03 +0800] - 127.0.0.1 GET /login/getCaptcha HTTP/1.1 200 (7268 ms) http-nio-1024-exec-10 (3947 byte) +[09/Jun/2026:12:26:03 +0800] - 127.0.0.1 GET /login/getCaptcha HTTP/1.1 200 (13414 ms) http-nio-1024-exec-9 (4364 byte) +[09/Jun/2026:12:44:51 +0800] - 127.0.0.1 GET /login/getCaptcha HTTP/1.1 200 (10231 ms) http-nio-1024-exec-5 (4116 byte) +[09/Jun/2026:12:45:51 +0800] - 127.0.0.1 GET /login/getCaptcha HTTP/1.1 200 (6981 ms) http-nio-1024-exec-7 (4216 byte) +[09/Jun/2026:13:18:24 +0800] - 127.0.0.1 GET /login/getCaptcha HTTP/1.1 200 (12809 ms) http-nio-1024-exec-3 (4156 byte) +[09/Jun/2026:13:36:22 +0800] - 127.0.0.1 GET /login/getCaptcha HTTP/1.1 200 (5516 ms) http-nio-1024-exec-2 (4372 byte) +[09/Jun/2026:13:37:22 +0800] - 127.0.0.1 GET /login/getCaptcha HTTP/1.1 200 (8454 ms) http-nio-1024-exec-8 (4276 byte) +[09/Jun/2026:13:38:22 +0800] - 127.0.0.1 GET /login/getCaptcha HTTP/1.1 200 (4754 ms) http-nio-1024-exec-10 (4027 byte) +[09/Jun/2026:13:55:08 +0800] - 127.0.0.1 GET /login/getCaptcha HTTP/1.1 200 (8747 ms) http-nio-1024-exec-1 (4364 byte) +[09/Jun/2026:13:56:08 +0800] - 127.0.0.1 GET /login/getCaptcha HTTP/1.1 200 (14167 ms) http-nio-1024-exec-5 (4067 byte) +[09/Jun/2026:13:57:08 +0800] - 127.0.0.1 GET /login/getCaptcha HTTP/1.1 200 (5205 ms) http-nio-1024-exec-7 (4248 byte) +[09/Jun/2026:13:58:08 +0800] - 127.0.0.1 GET /login/getCaptcha HTTP/1.1 200 (7873 ms) http-nio-1024-exec-4 (4472 byte) +[09/Jun/2026:14:01:10 +0800] - 127.0.0.1 GET /login/getCaptcha HTTP/1.1 200 (28133 ms) http-nio-1024-exec-6 (4356 byte) +[09/Jun/2026:14:01:38 +0800] - 127.0.0.1 GET /login/getCaptcha HTTP/1.1 200 (11745 ms) http-nio-1024-exec-2 (4071 byte) +[09/Jun/2026:14:01:45 +0800] - 127.0.0.1 OPTIONS /login HTTP/1.1 200 (1214 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:01:46 +0800] - 127.0.0.1 POST /login HTTP/1.1 200 (1199916 ms) http-nio-1024-exec-9 (57300 byte) +[09/Jun/2026:14:01:46 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (526 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:01:46 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (379 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:01:46 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (93918 ms) http-nio-1024-exec-7 (87 byte) +[09/Jun/2026:14:01:47 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (161858 ms) http-nio-1024-exec-4 (4742 byte) +[09/Jun/2026:14:01:47 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (398 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:01:47 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (246 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:01:47 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (303 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:01:47 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (171903 ms) http-nio-1024-exec-9 (159 byte) +[09/Jun/2026:14:01:47 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (222558 ms) http-nio-1024-exec-8 (159 byte) +[09/Jun/2026:14:01:47 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (244168 ms) http-nio-1024-exec-10 (159 byte) +[09/Jun/2026:14:02:04 +0800] - 127.0.0.1 OPTIONS /leave/queryPage HTTP/1.1 200 (724 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:02:04 +0800] - 127.0.0.1 POST /leave/queryPage HTTP/1.1 200 (89206 ms) http-nio-1024-exec-5 (160 byte) +[09/Jun/2026:14:02:07 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30002 HTTP/1.1 200 (304 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:02:07 +0800] - 127.0.0.1 OPTIONS /oa/enterprise/page/query HTTP/1.1 200 (378 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:02:07 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30002 HTTP/1.1 200 (378 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:02:08 +0800] - 127.0.0.1 POST /oa/enterprise/page/query HTTP/1.1 200 (68943 ms) http-nio-1024-exec-2 (160 byte) +[09/Jun/2026:14:02:08 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30002 HTTP/1.1 200 (68950 ms) http-nio-1024-exec-6 (90 byte) +[09/Jun/2026:14:02:08 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30002 HTTP/1.1 200 (53206 ms) http-nio-1024-exec-9 (90 byte) +[09/Jun/2026:14:02:08 +0800] - 127.0.0.1 OPTIONS /oa/notice/query HTTP/1.1 200 (429 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:02:08 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30001 HTTP/1.1 200 (429 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:14:02:08 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/30001 HTTP/1.1 200 (441 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:02:08 +0800] - 127.0.0.1 OPTIONS /oa/noticeType/getAll HTTP/1.1 200 (707 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:02:08 +0800] - 127.0.0.1 GET /oa/noticeType/getAll HTTP/1.1 200 (94238 ms) http-nio-1024-exec-3 (88 byte) +[09/Jun/2026:14:02:08 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30001 HTTP/1.1 200 (94685 ms) http-nio-1024-exec-7 (90 byte) +[09/Jun/2026:14:02:08 +0800] - 127.0.0.1 POST /oa/notice/query HTTP/1.1 200 (94828 ms) http-nio-1024-exec-4 (160 byte) +[09/Jun/2026:14:02:08 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30001 HTTP/1.1 200 (71179 ms) http-nio-1024-exec-6 (90 byte) +[09/Jun/2026:14:02:09 +0800] - 127.0.0.1 POST /leave/queryPage HTTP/1.1 200 (97381 ms) http-nio-1024-exec-2 (160 byte) +[09/Jun/2026:14:02:11 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30001 HTTP/1.1 200 (58289 ms) http-nio-1024-exec-9 (90 byte) +[09/Jun/2026:14:02:11 +0800] - 127.0.0.1 GET /oa/noticeType/getAll HTTP/1.1 200 (58210 ms) http-nio-1024-exec-10 (88 byte) +[09/Jun/2026:14:02:11 +0800] - 127.0.0.1 POST /oa/notice/query HTTP/1.1 200 (79120 ms) http-nio-1024-exec-8 (160 byte) +[09/Jun/2026:14:02:11 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/30001 HTTP/1.1 200 (61889 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:14:02:27 +0800] - 127.0.0.1 OPTIONS /department/listAll HTTP/1.1 200 (376 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:02:27 +0800] - 127.0.0.1 GET /department/listAll HTTP/1.1 200 (9925 ms) http-nio-1024-exec-3 (262 byte) +[09/Jun/2026:14:02:29 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/helpDocCatalog/getAll HTTP/1.1 200 (182 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:02:29 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20008 HTTP/1.1 200 (326 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:02:29 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/query HTTP/1.1 200 (237 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:02:29 +0800] - 127.0.0.1 OPTIONS /support/helpDoc/query HTTP/1.1 200 (326 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:02:29 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20008 HTTP/1.1 200 (234 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:02:29 +0800] - 127.0.0.1 GET /support/helpDoc/helpDocCatalog/getAll HTTP/1.1 200 (74469 ms) http-nio-1024-exec-1 (88 byte) +[09/Jun/2026:14:02:29 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20008 HTTP/1.1 200 (74833 ms) http-nio-1024-exec-5 (90 byte) +[09/Jun/2026:14:02:29 +0800] - 127.0.0.1 POST /support/helpDoc/query HTTP/1.1 200 (75086 ms) http-nio-1024-exec-9 (160 byte) +[09/Jun/2026:14:02:29 +0800] - 127.0.0.1 POST /support/helpDoc/query HTTP/1.1 200 (140772 ms) http-nio-1024-exec-8 (160 byte) +[09/Jun/2026:14:02:29 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20008 HTTP/1.1 200 (65171 ms) http-nio-1024-exec-3 (90 byte) +[09/Jun/2026:14:02:29 +0800] - 127.0.0.1 OPTIONS /leave/queryPage HTTP/1.1 200 (377 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:02:29 +0800] - 127.0.0.1 POST /leave/queryPage HTTP/1.1 200 (83407 ms) http-nio-1024-exec-2 (160 byte) +[09/Jun/2026:14:05:34 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (3020 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:14:05:35 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (518164 ms) http-nio-1024-exec-8 (61812 byte) +[09/Jun/2026:14:05:35 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (577 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:05:35 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (65831 ms) http-nio-1024-exec-6 (4742 byte) +[09/Jun/2026:14:05:35 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (337 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:05:35 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (69389 ms) http-nio-1024-exec-10 (87 byte) +[09/Jun/2026:14:05:54 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (374 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:05:54 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (220 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:05:54 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (187 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:05:54 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (119870 ms) http-nio-1024-exec-8 (159 byte) +[09/Jun/2026:14:05:54 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (133312 ms) http-nio-1024-exec-1 (159 byte) +[09/Jun/2026:14:05:54 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (184604 ms) http-nio-1024-exec-9 (159 byte) +[09/Jun/2026:14:06:05 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (363 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:06:05 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (337 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:06:05 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (363 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:06:05 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (52174 ms) http-nio-1024-exec-5 (90 byte) +[09/Jun/2026:14:06:05 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (73637 ms) http-nio-1024-exec-7 (90 byte) +[09/Jun/2026:14:06:05 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (181127 ms) http-nio-1024-exec-10 (54033 byte) +[09/Jun/2026:14:06:14 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (333 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:06:14 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (157327 ms) http-nio-1024-exec-8 (26403 byte) +[09/Jun/2026:14:06:14 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (81629 ms) http-nio-1024-exec-1 (26403 byte) +[09/Jun/2026:14:06:17 +0800] - 127.0.0.1 OPTIONS /menu/update HTTP/1.1 200 (824 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:14:06:18 +0800] - 127.0.0.1 POST /menu/update HTTP/1.1 200 (315884 ms) http-nio-1024-exec-3 (90 byte) +[09/Jun/2026:14:06:18 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (431 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:06:18 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (133595 ms) http-nio-1024-exec-6 (54032 byte) +[09/Jun/2026:14:06:24 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (318 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:06:24 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (318 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:06:24 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (77221 ms) http-nio-1024-exec-10 (26402 byte) +[09/Jun/2026:14:06:24 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (68586 ms) http-nio-1024-exec-4 (26402 byte) +[09/Jun/2026:14:06:27 +0800] - 127.0.0.1 OPTIONS /menu/update HTTP/1.1 200 (826 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:14:06:27 +0800] - 127.0.0.1 POST /menu/update HTTP/1.1 200 (204013 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:14:06:27 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (919 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:14:06:27 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (90182 ms) http-nio-1024-exec-3 (54033 byte) +[09/Jun/2026:14:06:31 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (340 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:06:31 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (340 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:06:31 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (98762 ms) http-nio-1024-exec-7 (26403 byte) +[09/Jun/2026:14:06:31 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (78312 ms) http-nio-1024-exec-5 (26403 byte) +[09/Jun/2026:14:06:33 +0800] - 127.0.0.1 OPTIONS /menu/update HTTP/1.1 200 (810 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:06:34 +0800] - 127.0.0.1 POST /menu/update HTTP/1.1 200 (225569 ms) http-nio-1024-exec-4 (90 byte) +[09/Jun/2026:14:06:34 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (434 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:14:06:34 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (166988 ms) http-nio-1024-exec-1 (54032 byte) +[09/Jun/2026:14:06:36 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (70152 ms) http-nio-1024-exec-9 (26402 byte) +[09/Jun/2026:14:06:36 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (82321 ms) http-nio-1024-exec-3 (26402 byte) +[09/Jun/2026:14:06:39 +0800] - 127.0.0.1 OPTIONS /menu/update HTTP/1.1 200 (732 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:06:39 +0800] - 127.0.0.1 POST /menu/update HTTP/1.1 200 (257130 ms) http-nio-1024-exec-6 (90 byte) +[09/Jun/2026:14:06:39 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (332 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:06:39 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (76928 ms) http-nio-1024-exec-5 (54031 byte) +[09/Jun/2026:14:06:41 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (318 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:06:41 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (313 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:06:41 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (75597 ms) http-nio-1024-exec-8 (26401 byte) +[09/Jun/2026:14:06:41 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (117850 ms) http-nio-1024-exec-1 (26401 byte) +[09/Jun/2026:14:06:44 +0800] - 127.0.0.1 OPTIONS /menu/update HTTP/1.1 200 (346 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:14:06:44 +0800] - 127.0.0.1 POST /menu/update HTTP/1.1 200 (267749 ms) http-nio-1024-exec-3 (90 byte) +[09/Jun/2026:14:06:44 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (421 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:06:44 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (113427 ms) http-nio-1024-exec-6 (54030 byte) +[09/Jun/2026:14:07:03 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (374 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:07:03 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (374 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:07:03 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (74481 ms) http-nio-1024-exec-4 (26400 byte) +[09/Jun/2026:14:07:03 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (118105 ms) http-nio-1024-exec-10 (26400 byte) +[09/Jun/2026:14:07:06 +0800] - 127.0.0.1 OPTIONS /menu/update HTTP/1.1 200 (1781 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:07:07 +0800] - 127.0.0.1 POST /menu/update HTTP/1.1 200 (286721 ms) http-nio-1024-exec-9 (90 byte) +[09/Jun/2026:14:07:07 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (392 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:07:07 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (96912 ms) http-nio-1024-exec-2 (54027 byte) +[09/Jun/2026:14:07:12 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (313 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:07:12 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (313 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:07:12 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (113289 ms) http-nio-1024-exec-5 (26397 byte) +[09/Jun/2026:14:07:12 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (111986 ms) http-nio-1024-exec-4 (26397 byte) +[09/Jun/2026:14:07:15 +0800] - 127.0.0.1 OPTIONS /menu/update HTTP/1.1 200 (706 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:07:15 +0800] - 127.0.0.1 POST /menu/update HTTP/1.1 200 (284001 ms) http-nio-1024-exec-8 (90 byte) +[09/Jun/2026:14:07:15 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (325 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:07:15 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (125528 ms) http-nio-1024-exec-9 (54027 byte) +[09/Jun/2026:14:07:19 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (326 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:07:19 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (326 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:07:19 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (165900 ms) http-nio-1024-exec-7 (26397 byte) +[09/Jun/2026:14:07:19 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (129501 ms) http-nio-1024-exec-6 (26397 byte) +[09/Jun/2026:14:07:22 +0800] - 127.0.0.1 OPTIONS /menu/update HTTP/1.1 200 (759 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:07:22 +0800] - 127.0.0.1 POST /menu/update HTTP/1.1 200 (265061 ms) http-nio-1024-exec-4 (90 byte) +[09/Jun/2026:14:07:22 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (433 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:07:22 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (80196 ms) http-nio-1024-exec-8 (54027 byte) +[09/Jun/2026:14:07:34 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (487 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:14:07:34 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (487 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:07:34 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (123619 ms) http-nio-1024-exec-3 (26397 byte) +[09/Jun/2026:14:07:34 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (111752 ms) http-nio-1024-exec-2 (26397 byte) +[09/Jun/2026:14:07:36 +0800] - 127.0.0.1 OPTIONS /menu/update HTTP/1.1 200 (379 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:07:37 +0800] - 127.0.0.1 POST /menu/update HTTP/1.1 200 (252446 ms) http-nio-1024-exec-6 (90 byte) +[09/Jun/2026:14:07:37 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (337 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:07:37 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (112675 ms) http-nio-1024-exec-4 (54027 byte) +[09/Jun/2026:14:07:53 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (331 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:07:53 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (331 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:14:07:53 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (122631 ms) http-nio-1024-exec-1 (26397 byte) +[09/Jun/2026:14:07:53 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (126696 ms) http-nio-1024-exec-9 (26397 byte) +[09/Jun/2026:14:07:57 +0800] - 127.0.0.1 OPTIONS /menu/update HTTP/1.1 200 (764 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:07:57 +0800] - 127.0.0.1 POST /menu/update HTTP/1.1 200 (287051 ms) http-nio-1024-exec-2 (90 byte) +[09/Jun/2026:14:07:57 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (479 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:07:57 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (136323 ms) http-nio-1024-exec-6 (54027 byte) +[09/Jun/2026:14:07:59 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (326 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:07:59 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (326 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:08:00 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (132972 ms) http-nio-1024-exec-10 (26397 byte) +[09/Jun/2026:14:08:00 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (101221 ms) http-nio-1024-exec-8 (26397 byte) +[09/Jun/2026:14:08:04 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (194088 ms) http-nio-1024-exec-1 (26397 byte) +[09/Jun/2026:14:08:04 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (106959 ms) http-nio-1024-exec-9 (26397 byte) +[09/Jun/2026:14:08:07 +0800] - 127.0.0.1 OPTIONS /menu/update HTTP/1.1 200 (912 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:08:08 +0800] - 127.0.0.1 POST /menu/update HTTP/1.1 200 (381327 ms) http-nio-1024-exec-2 (90 byte) +[09/Jun/2026:14:08:08 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (420 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:08:08 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (165728 ms) http-nio-1024-exec-6 (54027 byte) +[09/Jun/2026:14:08:10 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (358 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:08:11 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (641314 ms) http-nio-1024-exec-5 (61806 byte) +[09/Jun/2026:14:08:11 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (557 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:08:11 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (57746 ms) http-nio-1024-exec-8 (4742 byte) +[09/Jun/2026:14:08:11 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (302 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:08:11 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (91008 ms) http-nio-1024-exec-9 (87 byte) +[09/Jun/2026:14:08:11 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (298 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:08:11 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (300 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:08:11 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (58574 ms) http-nio-1024-exec-6 (90 byte) +[09/Jun/2026:14:08:11 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (116690 ms) http-nio-1024-exec-7 (54027 byte) +[09/Jun/2026:14:08:11 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (62897 ms) http-nio-1024-exec-4 (90 byte) +[09/Jun/2026:14:08:27 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (454 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:14:08:27 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (612 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:08:27 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (612 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:08:27 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (139451 ms) http-nio-1024-exec-1 (159 byte) +[09/Jun/2026:14:08:27 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (139422 ms) http-nio-1024-exec-9 (159 byte) +[09/Jun/2026:14:08:27 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (140436 ms) http-nio-1024-exec-3 (159 byte) +[09/Jun/2026:14:08:29 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (84897 ms) http-nio-1024-exec-7 (159 byte) +[09/Jun/2026:14:08:29 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (134768 ms) http-nio-1024-exec-2 (159 byte) +[09/Jun/2026:14:08:29 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (137374 ms) http-nio-1024-exec-6 (159 byte) +[09/Jun/2026:14:08:33 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (310 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:08:33 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (258 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:14:08:33 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (311 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:08:33 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (67540 ms) http-nio-1024-exec-10 (159 byte) +[09/Jun/2026:14:08:33 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (107199 ms) http-nio-1024-exec-9 (159 byte) +[09/Jun/2026:14:08:33 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (107191 ms) http-nio-1024-exec-1 (159 byte) +[09/Jun/2026:14:20:46 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (3401 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:20:46 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (3401 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:20:46 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (3399 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:14:20:46 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (106179 ms) http-nio-1024-exec-4 (54027 byte) +[09/Jun/2026:14:20:46 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (135717 ms) http-nio-1024-exec-10 (90 byte) +[09/Jun/2026:14:20:46 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (70018 ms) http-nio-1024-exec-9 (90 byte) +[09/Jun/2026:14:20:48 +0800] - 127.0.0.1 OPTIONS /support/config/query HTTP/1.1 200 (313 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:20:48 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20001 HTTP/1.1 200 (333 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:20:48 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20001 HTTP/1.1 200 (315 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:20:48 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20001 HTTP/1.1 200 (79866 ms) http-nio-1024-exec-8 (90 byte) +[09/Jun/2026:14:20:48 +0800] - 127.0.0.1 POST /support/config/query HTTP/1.1 200 (133085 ms) http-nio-1024-exec-3 (901 byte) +[09/Jun/2026:14:20:48 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20001 HTTP/1.1 200 (53036 ms) http-nio-1024-exec-5 (90 byte) +[09/Jun/2026:14:20:51 +0800] - 127.0.0.1 OPTIONS /support/dict/queryPage HTTP/1.1 200 (305 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:20:51 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20002 HTTP/1.1 200 (356 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:20:51 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20002 HTTP/1.1 200 (243 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:20:51 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20002 HTTP/1.1 200 (90792 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:14:20:51 +0800] - 127.0.0.1 POST /support/dict/queryPage HTTP/1.1 200 (149473 ms) http-nio-1024-exec-9 (493 byte) +[09/Jun/2026:14:20:51 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20002 HTTP/1.1 200 (58385 ms) http-nio-1024-exec-7 (90 byte) +[09/Jun/2026:14:20:55 +0800] - 127.0.0.1 OPTIONS /support/dict/dictData/queryDictData/2 HTTP/1.1 200 (362 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:20:55 +0800] - 127.0.0.1 GET /support/dict/dictData/queryDictData/2 HTTP/1.1 200 (83111 ms) http-nio-1024-exec-8 (4121 byte) +[09/Jun/2026:14:21:03 +0800] - 127.0.0.1 OPTIONS /support/dict/dictData/queryDictData/5 HTTP/1.1 200 (581 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:21:03 +0800] - 127.0.0.1 GET /support/dict/dictData/queryDictData/5 HTTP/1.1 200 (88038 ms) http-nio-1024-exec-5 (499 byte) +[09/Jun/2026:14:21:11 +0800] - 127.0.0.1 OPTIONS /support/dict/updateDisabled/5 HTTP/1.1 200 (850 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:21:11 +0800] - 127.0.0.1 GET /support/dict/updateDisabled/5 HTTP/1.1 200 (139302 ms) http-nio-1024-exec-4 (90 byte) +[09/Jun/2026:14:21:11 +0800] - 127.0.0.1 OPTIONS /support/dict/queryPage HTTP/1.1 200 (455 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:21:12 +0800] - 127.0.0.1 POST /support/dict/queryPage HTTP/1.1 200 (154010 ms) http-nio-1024-exec-1 (493 byte) +[09/Jun/2026:14:21:13 +0800] - 127.0.0.1 OPTIONS /support/dict/dictData/queryDictData/2 HTTP/1.1 200 (717 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:14:21:14 +0800] - 127.0.0.1 GET /support/dict/dictData/queryDictData/2 HTTP/1.1 200 (95395 ms) http-nio-1024-exec-7 (4121 byte) +[09/Jun/2026:14:21:23 +0800] - 127.0.0.1 OPTIONS /support/dict/dictData/queryDictData/2 HTTP/1.1 200 (387 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:21:23 +0800] - 127.0.0.1 GET /support/dict/dictData/queryDictData/2 HTTP/1.1 200 (90824 ms) http-nio-1024-exec-8 (4121 byte) +[09/Jun/2026:14:21:30 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20003 HTTP/1.1 200 (479 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:21:30 +0800] - 127.0.0.1 OPTIONS /support/serialNumber/all HTTP/1.1 200 (512 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:21:30 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20003 HTTP/1.1 200 (526 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:21:30 +0800] - 127.0.0.1 GET /support/serialNumber/all HTTP/1.1 200 (87658 ms) http-nio-1024-exec-10 (377 byte) +[09/Jun/2026:14:21:30 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20003 HTTP/1.1 200 (90961 ms) http-nio-1024-exec-4 (90 byte) +[09/Jun/2026:14:21:30 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20003 HTTP/1.1 200 (58892 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:14:21:30 +0800] - 127.0.0.1 OPTIONS /support/cache/names HTTP/1.1 200 (504 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:14:21:30 +0800] - 127.0.0.1 GET /support/cache/names HTTP/1.1 200 (11789 ms) http-nio-1024-exec-7 (167 byte) +[09/Jun/2026:14:21:32 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20003 HTTP/1.1 200 (90763 ms) http-nio-1024-exec-2 (90 byte) +[09/Jun/2026:14:21:32 +0800] - 127.0.0.1 GET /support/serialNumber/all HTTP/1.1 200 (92216 ms) http-nio-1024-exec-8 (377 byte) +[09/Jun/2026:14:21:32 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20003 HTTP/1.1 200 (55472 ms) http-nio-1024-exec-6 (90 byte) +[09/Jun/2026:14:21:32 +0800] - 127.0.0.1 GET /support/cache/names HTTP/1.1 200 (10764 ms) http-nio-1024-exec-5 (167 byte) +[09/Jun/2026:14:21:33 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20002 HTTP/1.1 200 (296 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:21:33 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20002 HTTP/1.1 200 (373 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:21:33 +0800] - 127.0.0.1 OPTIONS /support/dict/queryPage HTTP/1.1 200 (373 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:21:33 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20002 HTTP/1.1 200 (101387 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:14:21:33 +0800] - 127.0.0.1 POST /support/dict/queryPage HTTP/1.1 200 (147675 ms) http-nio-1024-exec-9 (493 byte) +[09/Jun/2026:14:21:33 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20002 HTTP/1.1 200 (59577 ms) http-nio-1024-exec-7 (90 byte) +[09/Jun/2026:14:22:06 +0800] - 127.0.0.1 OPTIONS /support/cache/names HTTP/1.1 200 (2871 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:22:06 +0800] - 127.0.0.1 GET /support/cache/names HTTP/1.1 200 (24258 ms) http-nio-1024-exec-8 (167 byte) +[09/Jun/2026:14:22:07 +0800] - 127.0.0.1 OPTIONS /support/serialNumber/all HTTP/1.1 200 (360 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:22:07 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20003 HTTP/1.1 200 (535 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:22:07 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20003 HTTP/1.1 200 (507 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:22:07 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20003 HTTP/1.1 200 (99575 ms) http-nio-1024-exec-4 (90 byte) +[09/Jun/2026:14:22:07 +0800] - 127.0.0.1 GET /support/serialNumber/all HTTP/1.1 200 (102342 ms) http-nio-1024-exec-10 (377 byte) +[09/Jun/2026:14:22:07 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20003 HTTP/1.1 200 (64954 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:14:22:10 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20002 HTTP/1.1 200 (313 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:14:22:10 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20002 HTTP/1.1 200 (239 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:22:10 +0800] - 127.0.0.1 OPTIONS /support/dict/queryPage HTTP/1.1 200 (317 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:22:11 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20002 HTTP/1.1 200 (88291 ms) http-nio-1024-exec-8 (90 byte) +[09/Jun/2026:14:22:11 +0800] - 127.0.0.1 POST /support/dict/queryPage HTTP/1.1 200 (148559 ms) http-nio-1024-exec-5 (493 byte) +[09/Jun/2026:14:22:11 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20002 HTTP/1.1 200 (60251 ms) http-nio-1024-exec-8 (90 byte) +[09/Jun/2026:14:22:23 +0800] - 127.0.0.1 OPTIONS /support/dict/dictData/queryDictData/5 HTTP/1.1 200 (704 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:22:24 +0800] - 127.0.0.1 GET /support/dict/dictData/queryDictData/5 HTTP/1.1 200 (118519 ms) http-nio-1024-exec-4 (499 byte) +[09/Jun/2026:14:25:04 +0800] - 127.0.0.1 OPTIONS /support/dict/queryPage HTTP/1.1 200 (4310 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:25:04 +0800] - 127.0.0.1 POST /support/dict/queryPage HTTP/1.1 200 (146441 ms) http-nio-1024-exec-9 (955 byte) +[09/Jun/2026:14:25:07 +0800] - 127.0.0.1 OPTIONS /support/dict/dictData/queryDictData/101 HTTP/1.1 200 (435 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:25:07 +0800] - 127.0.0.1 GET /support/dict/dictData/queryDictData/101 HTTP/1.1 200 (88517 ms) http-nio-1024-exec-5 (1491 byte) +[09/Jun/2026:14:25:12 +0800] - 127.0.0.1 OPTIONS /support/dict/dictData/queryDictData/102 HTTP/1.1 200 (344 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:14:25:12 +0800] - 127.0.0.1 GET /support/dict/dictData/queryDictData/102 HTTP/1.1 200 (57284 ms) http-nio-1024-exec-3 (4025 byte) +[09/Jun/2026:14:25:18 +0800] - 127.0.0.1 OPTIONS /support/dict/dictData/updateDisabled/46 HTTP/1.1 200 (371 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:25:18 +0800] - 127.0.0.1 GET /support/dict/dictData/updateDisabled/46 HTTP/1.1 200 (166526 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:14:25:20 +0800] - 127.0.0.1 OPTIONS /support/dict/dictData/updateDisabled/45 HTTP/1.1 200 (392 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:25:20 +0800] - 127.0.0.1 GET /support/dict/dictData/updateDisabled/45 HTTP/1.1 200 (123762 ms) http-nio-1024-exec-2 (90 byte) +[09/Jun/2026:14:25:21 +0800] - 127.0.0.1 OPTIONS /support/dict/dictData/updateDisabled/47 HTTP/1.1 200 (874 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:25:21 +0800] - 127.0.0.1 GET /support/dict/dictData/updateDisabled/47 HTTP/1.1 200 (159897 ms) http-nio-1024-exec-9 (90 byte) +[09/Jun/2026:14:25:22 +0800] - 127.0.0.1 GET /support/dict/dictData/updateDisabled/45 HTTP/1.1 200 (140230 ms) http-nio-1024-exec-6 (90 byte) +[09/Jun/2026:14:25:23 +0800] - 127.0.0.1 OPTIONS /support/dict/dictData/updateDisabled/46 HTTP/1.1 200 (371 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:25:23 +0800] - 127.0.0.1 GET /support/dict/dictData/updateDisabled/46 HTTP/1.1 200 (126890 ms) http-nio-1024-exec-8 (90 byte) +[09/Jun/2026:14:25:24 +0800] - 127.0.0.1 GET /support/dict/dictData/updateDisabled/47 HTTP/1.1 200 (122950 ms) http-nio-1024-exec-3 (90 byte) +[09/Jun/2026:14:25:54 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (1957 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:25:54 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (470012 ms) http-nio-1024-exec-1 (75381 byte) +[09/Jun/2026:14:25:54 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (645 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:25:54 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (68042 ms) http-nio-1024-exec-2 (10581 byte) +[09/Jun/2026:14:25:54 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (328 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:25:54 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (72373 ms) http-nio-1024-exec-9 (87 byte) +[09/Jun/2026:14:25:54 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20002 HTTP/1.1 200 (317 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:25:54 +0800] - 127.0.0.1 OPTIONS /support/dict/queryPage HTTP/1.1 200 (202 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:25:54 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20002 HTTP/1.1 200 (177 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:14:25:54 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20002 HTTP/1.1 200 (88019 ms) http-nio-1024-exec-3 (90 byte) +[09/Jun/2026:14:25:55 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20002 HTTP/1.1 200 (68638 ms) http-nio-1024-exec-3 (90 byte) +[09/Jun/2026:14:25:55 +0800] - 127.0.0.1 POST /support/dict/queryPage HTTP/1.1 200 (190471 ms) http-nio-1024-exec-4 (955 byte) +[09/Jun/2026:14:26:50 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (408 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:26:50 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (619072 ms) http-nio-1024-exec-2 (68196 byte) +[09/Jun/2026:14:26:50 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (619 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:26:50 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (61168 ms) http-nio-1024-exec-9 (10581 byte) +[09/Jun/2026:14:26:50 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (351 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:26:50 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (53034 ms) http-nio-1024-exec-5 (87 byte) +[09/Jun/2026:14:26:54 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20005 HTTP/1.1 200 (328 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:26:54 +0800] - 127.0.0.1 OPTIONS /support/heartBeat/query HTTP/1.1 200 (349 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:26:54 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20005 HTTP/1.1 200 (349 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:14:26:54 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20005 HTTP/1.1 200 (68113 ms) http-nio-1024-exec-4 (90 byte) +[09/Jun/2026:14:26:54 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20005 HTTP/1.1 200 (51487 ms) http-nio-1024-exec-2 (90 byte) +[09/Jun/2026:14:26:54 +0800] - 127.0.0.1 POST /support/heartBeat/query HTTP/1.1 200 (123789 ms) http-nio-1024-exec-10 (586 byte) +[09/Jun/2026:14:27:04 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (1866 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:27:04 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (1793 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:27:04 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (1788 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:14:27:05 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (139245 ms) http-nio-1024-exec-1 (159 byte) +[09/Jun/2026:14:27:05 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (142378 ms) http-nio-1024-exec-3 (159 byte) +[09/Jun/2026:14:27:05 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (211004 ms) http-nio-1024-exec-5 (159 byte) +[09/Jun/2026:14:27:20 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (331 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:27:20 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (309 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:27:20 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (331 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:14:27:20 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (67386 ms) http-nio-1024-exec-7 (90 byte) +[09/Jun/2026:14:27:20 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (92468 ms) http-nio-1024-exec-10 (46397 byte) +[09/Jun/2026:14:27:20 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (58539 ms) http-nio-1024-exec-9 (90 byte) +[09/Jun/2026:14:27:25 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (350 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:27:25 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (161736 ms) http-nio-1024-exec-1 (25862 byte) +[09/Jun/2026:14:27:25 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (71497 ms) http-nio-1024-exec-3 (25862 byte) +[09/Jun/2026:14:27:28 +0800] - 127.0.0.1 OPTIONS /menu/update HTTP/1.1 200 (718 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:27:28 +0800] - 127.0.0.1 POST /menu/update HTTP/1.1 200 (249686 ms) http-nio-1024-exec-8 (90 byte) +[09/Jun/2026:14:27:28 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (404 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:27:28 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (74824 ms) http-nio-1024-exec-2 (46393 byte) +[09/Jun/2026:14:27:32 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (349 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:27:32 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (367 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:27:32 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (102913 ms) http-nio-1024-exec-9 (25858 byte) +[09/Jun/2026:14:27:32 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (76580 ms) http-nio-1024-exec-6 (25858 byte) +[09/Jun/2026:14:27:34 +0800] - 127.0.0.1 OPTIONS /menu/update HTTP/1.1 200 (810 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:27:34 +0800] - 127.0.0.1 POST /menu/update HTTP/1.1 200 (221647 ms) http-nio-1024-exec-3 (90 byte) +[09/Jun/2026:14:27:34 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (1769 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:27:34 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (107119 ms) http-nio-1024-exec-8 (46389 byte) +[09/Jun/2026:14:27:37 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (311 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:27:37 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (311 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:27:37 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (98958 ms) http-nio-1024-exec-10 (25854 byte) +[09/Jun/2026:14:27:37 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (73015 ms) http-nio-1024-exec-7 (25854 byte) +[09/Jun/2026:14:27:40 +0800] - 127.0.0.1 OPTIONS /menu/update HTTP/1.1 200 (770 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:14:27:40 +0800] - 127.0.0.1 POST /menu/update HTTP/1.1 200 (274857 ms) http-nio-1024-exec-6 (90 byte) +[09/Jun/2026:14:27:40 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (628 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:27:40 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (76091 ms) http-nio-1024-exec-3 (46385 byte) +[09/Jun/2026:14:27:42 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (98770 ms) http-nio-1024-exec-5 (25850 byte) +[09/Jun/2026:14:27:42 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (73579 ms) http-nio-1024-exec-8 (25850 byte) +[09/Jun/2026:14:27:45 +0800] - 127.0.0.1 OPTIONS /menu/update HTTP/1.1 200 (313 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:27:45 +0800] - 127.0.0.1 POST /menu/update HTTP/1.1 200 (283031 ms) http-nio-1024-exec-2 (90 byte) +[09/Jun/2026:14:27:45 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (446 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:27:45 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (74500 ms) http-nio-1024-exec-7 (46381 byte) +[09/Jun/2026:14:27:48 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (564 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:14:27:48 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (573828 ms) http-nio-1024-exec-6 (68180 byte) +[09/Jun/2026:14:27:48 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (360 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:27:48 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (74760 ms) http-nio-1024-exec-3 (10581 byte) +[09/Jun/2026:14:27:48 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (433 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:27:49 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (63595 ms) http-nio-1024-exec-8 (87 byte) +[09/Jun/2026:14:27:49 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (312 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:27:49 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (312 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:27:49 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (76718 ms) http-nio-1024-exec-7 (90 byte) +[09/Jun/2026:14:27:49 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (89157 ms) http-nio-1024-exec-10 (46381 byte) +[09/Jun/2026:14:27:49 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (61992 ms) http-nio-1024-exec-9 (90 byte) +[09/Jun/2026:14:29:26 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (5161 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:14:29:26 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (5161 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:29:26 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (5164 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:29:26 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (166977 ms) http-nio-1024-exec-10 (159 byte) +[09/Jun/2026:14:29:26 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (167017 ms) http-nio-1024-exec-7 (159 byte) +[09/Jun/2026:14:29:26 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (233523 ms) http-nio-1024-exec-2 (159 byte) +[09/Jun/2026:14:29:30 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (63441 ms) http-nio-1024-exec-6 (159 byte) +[09/Jun/2026:14:29:30 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (134811 ms) http-nio-1024-exec-9 (159 byte) +[09/Jun/2026:14:29:30 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (156741 ms) http-nio-1024-exec-3 (159 byte) +[09/Jun/2026:14:30:10 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (292 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:30:10 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (286 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:30:10 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (292 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:14:30:10 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (67025 ms) http-nio-1024-exec-7 (90 byte) +[09/Jun/2026:14:30:10 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (83117 ms) http-nio-1024-exec-4 (46381 byte) +[09/Jun/2026:14:30:10 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (65042 ms) http-nio-1024-exec-10 (90 byte) +[09/Jun/2026:14:30:30 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (353 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:30:30 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (148554 ms) http-nio-1024-exec-6 (25846 byte) +[09/Jun/2026:14:30:30 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (127509 ms) http-nio-1024-exec-9 (25846 byte) +[09/Jun/2026:14:32:48 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (2365 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:14:32:49 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (701260 ms) http-nio-1024-exec-7 (68107 byte) +[09/Jun/2026:14:32:49 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (622 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:32:49 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (61717 ms) http-nio-1024-exec-10 (10581 byte) +[09/Jun/2026:14:32:49 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (368 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:32:49 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (49680 ms) http-nio-1024-exec-6 (87 byte) +[09/Jun/2026:14:32:49 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (347 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:14:32:49 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (233 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:32:49 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (189 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:32:49 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (145105 ms) http-nio-1024-exec-5 (90 byte) +[09/Jun/2026:14:32:49 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (197867 ms) http-nio-1024-exec-8 (46308 byte) +[09/Jun/2026:14:32:49 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (62823 ms) http-nio-1024-exec-7 (90 byte) +[09/Jun/2026:14:33:23 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (1160 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:33:23 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (559731 ms) http-nio-1024-exec-10 (68106 byte) +[09/Jun/2026:14:33:23 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (566 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:33:23 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (82735 ms) http-nio-1024-exec-6 (10581 byte) +[09/Jun/2026:14:33:23 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (315 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:14:33:23 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (55614 ms) http-nio-1024-exec-3 (87 byte) +[09/Jun/2026:14:33:31 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (311 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:33:31 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (297 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:33:31 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (285 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:14:33:31 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (76584 ms) http-nio-1024-exec-4 (90 byte) +[09/Jun/2026:14:33:31 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (98171 ms) http-nio-1024-exec-7 (46307 byte) +[09/Jun/2026:14:33:31 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (59193 ms) http-nio-1024-exec-10 (90 byte) +[09/Jun/2026:14:34:00 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (320 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:34:00 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (126789 ms) http-nio-1024-exec-6 (25772 byte) +[09/Jun/2026:14:34:00 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (133756 ms) http-nio-1024-exec-9 (25772 byte) +[09/Jun/2026:14:34:04 +0800] - 127.0.0.1 OPTIONS /menu/update HTTP/1.1 200 (769 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:34:04 +0800] - 127.0.0.1 POST /menu/update HTTP/1.1 200 (359218 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:14:34:04 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (412 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:34:04 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (85619 ms) http-nio-1024-exec-8 (46304 byte) +[09/Jun/2026:14:34:08 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (395 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:34:08 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (395 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:34:08 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (121007 ms) http-nio-1024-exec-10 (25769 byte) +[09/Jun/2026:14:34:08 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (121140 ms) http-nio-1024-exec-2 (25769 byte) +[09/Jun/2026:14:34:11 +0800] - 127.0.0.1 OPTIONS /menu/update HTTP/1.1 200 (698 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:34:11 +0800] - 127.0.0.1 POST /menu/update HTTP/1.1 200 (261552 ms) http-nio-1024-exec-9 (90 byte) +[09/Jun/2026:14:34:11 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (321 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:34:11 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (199508 ms) http-nio-1024-exec-1 (46301 byte) +[09/Jun/2026:14:34:19 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (323 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:14:34:19 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (323 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:34:19 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (154241 ms) http-nio-1024-exec-4 (25766 byte) +[09/Jun/2026:14:34:19 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (116349 ms) http-nio-1024-exec-7 (25766 byte) +[09/Jun/2026:14:34:25 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (342 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:34:25 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (342 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:34:26 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (148906 ms) http-nio-1024-exec-6 (25766 byte) +[09/Jun/2026:14:34:26 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (109905 ms) http-nio-1024-exec-9 (25766 byte) +[09/Jun/2026:14:34:30 +0800] - 127.0.0.1 OPTIONS /menu/update HTTP/1.1 200 (746 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:34:30 +0800] - 127.0.0.1 POST /menu/update HTTP/1.1 200 (368069 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:14:34:30 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (431 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:34:30 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (149038 ms) http-nio-1024-exec-8 (46298 byte) +[09/Jun/2026:14:34:38 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (346 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:34:39 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (556015 ms) http-nio-1024-exec-10 (68097 byte) +[09/Jun/2026:14:34:39 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (362 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:34:39 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (65569 ms) http-nio-1024-exec-6 (10581 byte) +[09/Jun/2026:14:34:39 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (313 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:14:34:39 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (56300 ms) http-nio-1024-exec-3 (87 byte) +[09/Jun/2026:14:34:46 +0800] - 127.0.0.1 OPTIONS /department/listAll HTTP/1.1 200 (502 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:34:46 +0800] - 127.0.0.1 GET /department/listAll HTTP/1.1 200 (13249 ms) http-nio-1024-exec-5 (262 byte) +[09/Jun/2026:14:35:29 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (3238 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:35:29 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (635569 ms) http-nio-1024-exec-7 (68097 byte) +[09/Jun/2026:14:35:29 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (523 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:35:29 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (71775 ms) http-nio-1024-exec-2 (10581 byte) +[09/Jun/2026:14:35:29 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (601 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:35:29 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (79517 ms) http-nio-1024-exec-9 (87 byte) +[09/Jun/2026:14:35:29 +0800] - 127.0.0.1 OPTIONS /department/listAll HTTP/1.1 200 (401 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:35:29 +0800] - 127.0.0.1 GET /department/listAll HTTP/1.1 200 (21054 ms) http-nio-1024-exec-1 (262 byte) +[09/Jun/2026:14:35:35 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (3314 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:35:35 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (611858 ms) http-nio-1024-exec-8 (68097 byte) +[09/Jun/2026:14:35:35 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (194 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:35:35 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (63560 ms) http-nio-1024-exec-7 (10581 byte) +[09/Jun/2026:14:35:36 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (391 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:35:36 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (62608 ms) http-nio-1024-exec-2 (87 byte) +[09/Jun/2026:14:35:36 +0800] - 127.0.0.1 OPTIONS /department/listAll HTTP/1.1 200 (224 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:35:36 +0800] - 127.0.0.1 GET /department/listAll HTTP/1.1 200 (12076 ms) http-nio-1024-exec-9 (262 byte) +[09/Jun/2026:14:35:40 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (574 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:35:41 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (520232 ms) http-nio-1024-exec-3 (68097 byte) +[09/Jun/2026:14:35:41 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (961 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:35:41 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (64030 ms) http-nio-1024-exec-5 (10581 byte) +[09/Jun/2026:14:35:41 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (436 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:14:35:41 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (64790 ms) http-nio-1024-exec-4 (87 byte) +[09/Jun/2026:14:35:41 +0800] - 127.0.0.1 OPTIONS /department/listAll HTTP/1.1 200 (590 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:35:41 +0800] - 127.0.0.1 GET /department/listAll HTTP/1.1 200 (11149 ms) http-nio-1024-exec-10 (262 byte) +[09/Jun/2026:14:35:45 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (577120 ms) http-nio-1024-exec-2 (68097 byte) +[09/Jun/2026:14:35:45 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (62080 ms) http-nio-1024-exec-6 (10581 byte) +[09/Jun/2026:14:35:45 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (64441 ms) http-nio-1024-exec-9 (87 byte) +[09/Jun/2026:14:35:45 +0800] - 127.0.0.1 GET /department/listAll HTTP/1.1 200 (10485 ms) http-nio-1024-exec-3 (262 byte) +[09/Jun/2026:14:35:52 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (1883 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:35:52 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (527774 ms) http-nio-1024-exec-5 (68097 byte) +[09/Jun/2026:14:35:52 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (580 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:14:35:52 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (103829 ms) http-nio-1024-exec-4 (10581 byte) +[09/Jun/2026:14:35:52 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (804 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:35:52 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (68041 ms) http-nio-1024-exec-10 (87 byte) +[09/Jun/2026:14:35:52 +0800] - 127.0.0.1 OPTIONS /department/listAll HTTP/1.1 200 (503 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:35:52 +0800] - 127.0.0.1 GET /department/listAll HTTP/1.1 200 (8235 ms) http-nio-1024-exec-6 (262 byte) +[09/Jun/2026:14:35:57 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (544377 ms) http-nio-1024-exec-9 (68097 byte) +[09/Jun/2026:14:35:57 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (65489 ms) http-nio-1024-exec-3 (10581 byte) +[09/Jun/2026:14:35:57 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (53867 ms) http-nio-1024-exec-1 (87 byte) +[09/Jun/2026:14:35:57 +0800] - 127.0.0.1 GET /department/listAll HTTP/1.1 200 (11031 ms) http-nio-1024-exec-5 (262 byte) +[09/Jun/2026:14:36:01 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (8592 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:14:36:01 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (550689 ms) http-nio-1024-exec-4 (68097 byte) +[09/Jun/2026:14:36:01 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (170 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:36:01 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (66435 ms) http-nio-1024-exec-10 (10581 byte) +[09/Jun/2026:14:36:01 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (364 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:36:01 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (57289 ms) http-nio-1024-exec-6 (87 byte) +[09/Jun/2026:14:36:01 +0800] - 127.0.0.1 OPTIONS /department/listAll HTTP/1.1 200 (227 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:14:36:02 +0800] - 127.0.0.1 GET /department/listAll HTTP/1.1 200 (12333 ms) http-nio-1024-exec-3 (262 byte) +[09/Jun/2026:14:36:06 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (7775 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:36:07 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (572040 ms) http-nio-1024-exec-1 (68097 byte) +[09/Jun/2026:14:36:07 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (272 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:36:07 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (65767 ms) http-nio-1024-exec-8 (10581 byte) +[09/Jun/2026:14:36:07 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (377 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:36:07 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (58804 ms) http-nio-1024-exec-7 (87 byte) +[09/Jun/2026:14:36:07 +0800] - 127.0.0.1 OPTIONS /department/listAll HTTP/1.1 200 (322 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:36:07 +0800] - 127.0.0.1 GET /department/listAll HTTP/1.1 200 (11923 ms) http-nio-1024-exec-2 (262 byte) +[09/Jun/2026:14:36:11 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (602485 ms) http-nio-1024-exec-6 (68097 byte) +[09/Jun/2026:14:36:11 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (72957 ms) http-nio-1024-exec-9 (10581 byte) +[09/Jun/2026:14:36:11 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (55389 ms) http-nio-1024-exec-3 (87 byte) +[09/Jun/2026:14:36:11 +0800] - 127.0.0.1 GET /department/listAll HTTP/1.1 200 (25393 ms) http-nio-1024-exec-1 (262 byte) +[09/Jun/2026:14:36:21 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (3448 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:36:21 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (640423 ms) http-nio-1024-exec-8 (68097 byte) +[09/Jun/2026:14:36:21 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (560 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:36:21 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (61029 ms) http-nio-1024-exec-7 (10581 byte) +[09/Jun/2026:14:36:21 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (447 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:36:22 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (53166 ms) http-nio-1024-exec-2 (87 byte) +[09/Jun/2026:14:36:22 +0800] - 127.0.0.1 OPTIONS /department/listAll HTTP/1.1 200 (614 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:36:22 +0800] - 127.0.0.1 GET /department/listAll HTTP/1.1 200 (13387 ms) http-nio-1024-exec-9 (262 byte) +[09/Jun/2026:14:36:26 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (365 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:36:26 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (569481 ms) http-nio-1024-exec-1 (68097 byte) +[09/Jun/2026:14:36:26 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (562 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:36:27 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (64058 ms) http-nio-1024-exec-8 (10581 byte) +[09/Jun/2026:14:36:27 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (444 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:36:27 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (56252 ms) http-nio-1024-exec-7 (87 byte) +[09/Jun/2026:14:36:27 +0800] - 127.0.0.1 OPTIONS /department/listAll HTTP/1.1 200 (456 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:36:27 +0800] - 127.0.0.1 GET /department/listAll HTTP/1.1 200 (14339 ms) http-nio-1024-exec-2 (262 byte) +[09/Jun/2026:14:36:31 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (3694 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:36:32 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (697925 ms) http-nio-1024-exec-9 (68097 byte) +[09/Jun/2026:14:36:32 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (638 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:36:32 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (73136 ms) http-nio-1024-exec-1 (10581 byte) +[09/Jun/2026:14:36:32 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (527 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:36:32 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (66910 ms) http-nio-1024-exec-8 (87 byte) +[09/Jun/2026:14:36:32 +0800] - 127.0.0.1 OPTIONS /department/listAll HTTP/1.1 200 (430 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:36:32 +0800] - 127.0.0.1 GET /department/listAll HTTP/1.1 200 (12035 ms) http-nio-1024-exec-7 (262 byte) +[09/Jun/2026:14:36:37 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (2243 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:36:38 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (542010 ms) http-nio-1024-exec-2 (68097 byte) +[09/Jun/2026:14:36:38 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (302 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:36:38 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (223820 ms) http-nio-1024-exec-9 (10581 byte) +[09/Jun/2026:14:36:38 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (320 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:36:38 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (57545 ms) http-nio-1024-exec-1 (87 byte) +[09/Jun/2026:14:36:43 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (584867 ms) http-nio-1024-exec-5 (68097 byte) +[09/Jun/2026:14:36:43 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (74892 ms) http-nio-1024-exec-8 (10581 byte) +[09/Jun/2026:14:36:43 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (62183 ms) http-nio-1024-exec-4 (87 byte) +[09/Jun/2026:14:37:31 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (7446 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:37:31 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (7481 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:37:31 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (7936 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:37:31 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (154738 ms) http-nio-1024-exec-3 (159 byte) +[09/Jun/2026:14:37:31 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (210834 ms) http-nio-1024-exec-9 (159 byte) +[09/Jun/2026:14:37:31 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (249549 ms) http-nio-1024-exec-6 (159 byte) +[09/Jun/2026:14:37:36 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (683 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:37:36 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (683 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:14:37:36 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (683 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:37:37 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (94357 ms) http-nio-1024-exec-7 (159 byte) +[09/Jun/2026:14:37:37 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (151140 ms) http-nio-1024-exec-2 (159 byte) +[09/Jun/2026:14:37:37 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (196822 ms) http-nio-1024-exec-4 (159 byte) +[09/Jun/2026:14:38:20 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (543 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:38:20 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (696634 ms) http-nio-1024-exec-3 (68331 byte) +[09/Jun/2026:14:38:20 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (376 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:14:38:20 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (69758 ms) http-nio-1024-exec-6 (10581 byte) +[09/Jun/2026:14:38:20 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (575 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:38:20 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (50321 ms) http-nio-1024-exec-8 (87 byte) +[09/Jun/2026:14:40:48 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (6181 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:40:49 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (706210 ms) http-nio-1024-exec-10 (63899 byte) +[09/Jun/2026:14:40:49 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (775 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:40:49 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (78759 ms) http-nio-1024-exec-9 (10581 byte) +[09/Jun/2026:14:40:49 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (501 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:40:49 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (58909 ms) http-nio-1024-exec-5 (87 byte) +[09/Jun/2026:14:40:57 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (229 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:40:57 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (204 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:40:57 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (396 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:14:40:57 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (131737 ms) http-nio-1024-exec-10 (159 byte) +[09/Jun/2026:14:40:57 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (165787 ms) http-nio-1024-exec-2 (159 byte) +[09/Jun/2026:14:40:57 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (179589 ms) http-nio-1024-exec-4 (159 byte) +[09/Jun/2026:14:41:05 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (343 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:41:05 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (343 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:14:41:05 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (341 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:41:05 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (56889 ms) http-nio-1024-exec-5 (90 byte) +[09/Jun/2026:14:41:05 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (61325 ms) http-nio-1024-exec-8 (90 byte) +[09/Jun/2026:14:41:05 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (130537 ms) http-nio-1024-exec-7 (42106 byte) +[09/Jun/2026:14:41:12 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (481 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:41:12 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (150606 ms) http-nio-1024-exec-10 (21425 byte) +[09/Jun/2026:14:41:12 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (117029 ms) http-nio-1024-exec-2 (21425 byte) +[09/Jun/2026:14:41:14 +0800] - 127.0.0.1 OPTIONS /menu/update HTTP/1.1 200 (838 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:41:14 +0800] - 127.0.0.1 POST /menu/update HTTP/1.1 200 (333529 ms) http-nio-1024-exec-9 (90 byte) +[09/Jun/2026:14:41:14 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (682 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:41:14 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (128840 ms) http-nio-1024-exec-3 (42102 byte) +[09/Jun/2026:14:41:17 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (362 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:41:17 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (362 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:14:41:18 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (109474 ms) http-nio-1024-exec-7 (21421 byte) +[09/Jun/2026:14:41:18 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (73946 ms) http-nio-1024-exec-1 (21421 byte) +[09/Jun/2026:14:41:21 +0800] - 127.0.0.1 OPTIONS /menu/update HTTP/1.1 200 (741 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:41:21 +0800] - 127.0.0.1 POST /menu/update HTTP/1.1 200 (249394 ms) http-nio-1024-exec-2 (90 byte) +[09/Jun/2026:14:41:21 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (480 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:41:21 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (119078 ms) http-nio-1024-exec-9 (42098 byte) +[09/Jun/2026:14:41:24 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (323 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:41:24 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (320 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:41:24 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (129796 ms) http-nio-1024-exec-8 (21417 byte) +[09/Jun/2026:14:41:24 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (160736 ms) http-nio-1024-exec-5 (21417 byte) +[09/Jun/2026:14:41:27 +0800] - 127.0.0.1 OPTIONS /menu/update HTTP/1.1 200 (497 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:41:27 +0800] - 127.0.0.1 POST /menu/update HTTP/1.1 200 (247984 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:14:41:27 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (450 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:41:27 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (75259 ms) http-nio-1024-exec-2 (42094 byte) +[09/Jun/2026:14:41:30 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (924 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:41:30 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (924 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:14:41:30 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (119438 ms) http-nio-1024-exec-3 (21413 byte) +[09/Jun/2026:14:41:30 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (72116 ms) http-nio-1024-exec-6 (21413 byte) +[09/Jun/2026:14:41:32 +0800] - 127.0.0.1 OPTIONS /menu/update HTTP/1.1 200 (948 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:14:41:33 +0800] - 127.0.0.1 POST /menu/update HTTP/1.1 200 (217071 ms) http-nio-1024-exec-5 (90 byte) +[09/Jun/2026:14:41:33 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (512 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:41:33 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (106884 ms) http-nio-1024-exec-1 (42090 byte) +[09/Jun/2026:14:41:35 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (703 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:41:35 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (386050 ms) http-nio-1024-exec-2 (63883 byte) +[09/Jun/2026:14:41:35 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (691 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:41:35 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (63296 ms) http-nio-1024-exec-9 (10581 byte) +[09/Jun/2026:14:41:35 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (407 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:41:35 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (54249 ms) http-nio-1024-exec-6 (87 byte) +[09/Jun/2026:14:41:35 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (383 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:14:41:35 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (383 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:41:35 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (76457 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:14:41:35 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (87190 ms) http-nio-1024-exec-5 (42090 byte) +[09/Jun/2026:14:41:35 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (54668 ms) http-nio-1024-exec-10 (90 byte) +[09/Jun/2026:14:51:53 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (3047 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:51:53 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (5366 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:51:53 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (3034 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:51:54 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (103536 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:14:51:54 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (97941 ms) http-nio-1024-exec-5 (90 byte) +[09/Jun/2026:14:51:54 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (231711 ms) http-nio-1024-exec-8 (42090 byte) +[09/Jun/2026:14:52:05 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (789 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:52:05 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (123498 ms) http-nio-1024-exec-2 (42090 byte) +[09/Jun/2026:14:55:10 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (3019 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:55:10 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (513049 ms) http-nio-1024-exec-6 (63891 byte) +[09/Jun/2026:14:55:10 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (757 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:55:10 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (62413 ms) http-nio-1024-exec-5 (10581 byte) +[09/Jun/2026:14:55:11 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (512 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:14:55:11 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (61465 ms) http-nio-1024-exec-10 (87 byte) +[09/Jun/2026:14:55:11 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (284 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:55:11 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (371 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:55:11 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (270 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:14:55:11 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (107174 ms) http-nio-1024-exec-7 (90 byte) +[09/Jun/2026:14:55:11 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (126442 ms) http-nio-1024-exec-3 (42097 byte) +[09/Jun/2026:14:55:11 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (55235 ms) http-nio-1024-exec-6 (90 byte) +[09/Jun/2026:14:55:17 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (449 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:55:17 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (448 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:55:17 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (403 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:14:55:17 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (97332 ms) http-nio-1024-exec-10 (90 byte) +[09/Jun/2026:14:55:17 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (107639 ms) http-nio-1024-exec-2 (42097 byte) +[09/Jun/2026:14:55:17 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (54077 ms) http-nio-1024-exec-4 (90 byte) +[09/Jun/2026:14:56:54 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (1142 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:56:54 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (399871 ms) http-nio-1024-exec-5 (64288 byte) +[09/Jun/2026:14:56:54 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (333 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:56:54 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (55698 ms) http-nio-1024-exec-8 (10581 byte) +[09/Jun/2026:14:56:55 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (708 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:56:55 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (58212 ms) http-nio-1024-exec-2 (87 byte) +[09/Jun/2026:14:56:55 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (219 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:14:56:55 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (194 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:56:55 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (425 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:56:55 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (113534 ms) http-nio-1024-exec-3 (90 byte) +[09/Jun/2026:14:56:55 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (123156 ms) http-nio-1024-exec-6 (45450 byte) +[09/Jun/2026:14:56:55 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (51245 ms) http-nio-1024-exec-5 (90 byte) +[09/Jun/2026:14:57:49 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (431 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:57:49 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (445061 ms) http-nio-1024-exec-8 (64289 byte) +[09/Jun/2026:14:57:49 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (575 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:57:49 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (60144 ms) http-nio-1024-exec-2 (10581 byte) +[09/Jun/2026:14:57:49 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (491 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:14:57:49 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (59786 ms) http-nio-1024-exec-7 (87 byte) +[09/Jun/2026:14:58:05 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (415 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:58:05 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (477290 ms) http-nio-1024-exec-5 (64276 byte) +[09/Jun/2026:14:58:05 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (423 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:58:05 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (70610 ms) http-nio-1024-exec-8 (10581 byte) +[09/Jun/2026:14:58:05 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (632 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:58:05 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (51928 ms) http-nio-1024-exec-2 (87 byte) +[09/Jun/2026:14:58:07 +0800] - 127.0.0.1 OPTIONS /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (471 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:14:58:07 +0800] - 127.0.0.1 GET /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (231569 ms) http-nio-1024-exec-7 (160 byte) +[09/Jun/2026:14:58:09 +0800] - 127.0.0.1 OPTIONS /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (585 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:58:09 +0800] - 127.0.0.1 GET /flow/execute/donePage?pageNum=1&pageSize=10 HTTP/1.1 200 (350697 ms) http-nio-1024-exec-4 (160 byte) +[09/Jun/2026:14:58:10 +0800] - 127.0.0.1 GET /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (204782 ms) http-nio-1024-exec-6 (160 byte) +[09/Jun/2026:14:58:11 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (169 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:14:58:11 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (340 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:58:11 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (196 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:58:12 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (90519 ms) http-nio-1024-exec-2 (90 byte) +[09/Jun/2026:14:58:12 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (52685 ms) http-nio-1024-exec-9 (90 byte) +[09/Jun/2026:14:58:12 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (209554 ms) http-nio-1024-exec-10 (45438 byte) +[09/Jun/2026:14:58:24 +0800] - 127.0.0.1 OPTIONS /menu/tree?onlyMenu=true HTTP/1.1 200 (345 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:58:24 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (149648 ms) http-nio-1024-exec-3 (23627 byte) +[09/Jun/2026:14:58:24 +0800] - 127.0.0.1 GET /menu/tree?onlyMenu=true HTTP/1.1 200 (121986 ms) http-nio-1024-exec-4 (23627 byte) +[09/Jun/2026:14:58:28 +0800] - 127.0.0.1 OPTIONS /menu/update HTTP/1.1 200 (1129 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:58:28 +0800] - 127.0.0.1 POST /menu/update HTTP/1.1 200 (334688 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:14:58:28 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (408 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:58:28 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (121484 ms) http-nio-1024-exec-8 (45435 byte) +[09/Jun/2026:14:58:30 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (504 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:58:30 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (496288 ms) http-nio-1024-exec-9 (64273 byte) +[09/Jun/2026:14:58:30 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (599 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:14:58:30 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (64443 ms) http-nio-1024-exec-7 (10581 byte) +[09/Jun/2026:14:58:30 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (479 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:58:30 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (58391 ms) http-nio-1024-exec-4 (87 byte) +[09/Jun/2026:14:58:30 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (391 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:58:30 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (391 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:58:30 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (60885 ms) http-nio-1024-exec-8 (90 byte) +[09/Jun/2026:14:58:30 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (57229 ms) http-nio-1024-exec-2 (90 byte) +[09/Jun/2026:14:58:30 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (129082 ms) http-nio-1024-exec-5 (45435 byte) +[09/Jun/2026:14:58:32 +0800] - 127.0.0.1 OPTIONS /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (362 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:14:58:32 +0800] - 127.0.0.1 GET /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (253084 ms) http-nio-1024-exec-10 (160 byte) +[09/Jun/2026:14:59:11 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (3982 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:59:11 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (5370 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:14:59:11 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (3915 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:59:12 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (142402 ms) http-nio-1024-exec-1 (159 byte) +[09/Jun/2026:14:59:12 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (143882 ms) http-nio-1024-exec-6 (159 byte) +[09/Jun/2026:14:59:12 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (187755 ms) http-nio-1024-exec-8 (159 byte) +[09/Jun/2026:14:59:31 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (689 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:14:59:31 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (708 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:59:31 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (695 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:59:31 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (101206 ms) http-nio-1024-exec-10 (90 byte) +[09/Jun/2026:14:59:31 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (58195 ms) http-nio-1024-exec-7 (90 byte) +[09/Jun/2026:14:59:31 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (162219 ms) http-nio-1024-exec-3 (34847 byte) +[09/Jun/2026:14:59:33 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20002 HTTP/1.1 200 (396 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:59:33 +0800] - 127.0.0.1 OPTIONS /support/dict/queryPage HTTP/1.1 200 (396 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:14:59:33 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20002 HTTP/1.1 200 (373 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:59:34 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20002 HTTP/1.1 200 (75963 ms) http-nio-1024-exec-8 (90 byte) +[09/Jun/2026:14:59:34 +0800] - 127.0.0.1 POST /support/dict/queryPage HTTP/1.1 200 (135576 ms) http-nio-1024-exec-2 (955 byte) +[09/Jun/2026:14:59:34 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20002 HTTP/1.1 200 (62302 ms) http-nio-1024-exec-9 (90 byte) +[09/Jun/2026:14:59:37 +0800] - 127.0.0.1 OPTIONS /support/dict/dictData/queryDictData/2 HTTP/1.1 200 (869 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:59:37 +0800] - 127.0.0.1 GET /support/dict/dictData/queryDictData/2 HTTP/1.1 200 (94094 ms) http-nio-1024-exec-10 (4121 byte) +[09/Jun/2026:14:59:40 +0800] - 127.0.0.1 OPTIONS /support/dict/updateDisabled/5 HTTP/1.1 200 (740 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:14:59:40 +0800] - 127.0.0.1 GET /support/dict/updateDisabled/5 HTTP/1.1 200 (122201 ms) http-nio-1024-exec-3 (90 byte) +[09/Jun/2026:14:59:40 +0800] - 127.0.0.1 OPTIONS /support/dict/queryPage HTTP/1.1 200 (635 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:14:59:40 +0800] - 127.0.0.1 POST /support/dict/queryPage HTTP/1.1 200 (117129 ms) http-nio-1024-exec-1 (955 byte) +[09/Jun/2026:14:59:51 +0800] - 127.0.0.1 OPTIONS /support/dict/update HTTP/1.1 200 (849 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:14:59:51 +0800] - 127.0.0.1 POST /support/dict/update HTTP/1.1 200 (193553 ms) http-nio-1024-exec-8 (90 byte) +[09/Jun/2026:14:59:51 +0800] - 127.0.0.1 OPTIONS /support/dict/queryPage HTTP/1.1 200 (2425 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:14:59:52 +0800] - 127.0.0.1 POST /support/dict/queryPage HTTP/1.1 200 (132322 ms) http-nio-1024-exec-9 (949 byte) +[09/Jun/2026:14:59:57 +0800] - 127.0.0.1 OPTIONS /support/dict/dictData/queryDictData/2 HTTP/1.1 200 (365 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:14:59:57 +0800] - 127.0.0.1 GET /support/dict/dictData/queryDictData/2 HTTP/1.1 200 (63854 ms) http-nio-1024-exec-10 (4121 byte) +[09/Jun/2026:15:00:16 +0800] - 127.0.0.1 OPTIONS /support/dict/dictData/update HTTP/1.1 200 (2475 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:15:00:17 +0800] - 127.0.0.1 POST /support/dict/dictData/update HTTP/1.1 200 (211458 ms) http-nio-1024-exec-3 (90 byte) +[09/Jun/2026:15:00:17 +0800] - 127.0.0.1 OPTIONS /support/dict/dictData/queryDictData/2 HTTP/1.1 200 (339 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:15:00:17 +0800] - 127.0.0.1 GET /support/dict/dictData/queryDictData/2 HTTP/1.1 200 (67931 ms) http-nio-1024-exec-1 (4133 byte) +[09/Jun/2026:15:00:53 +0800] - 127.0.0.1 OPTIONS /support/dict/dictData/queryDictData/2 HTTP/1.1 200 (2023 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:15:00:53 +0800] - 127.0.0.1 GET /support/dict/dictData/queryDictData/2 HTTP/1.1 200 (85268 ms) http-nio-1024-exec-9 (4133 byte) +[09/Jun/2026:15:00:56 +0800] - 127.0.0.1 OPTIONS /support/dict/dictData/queryDictData/102 HTTP/1.1 200 (597 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:15:00:56 +0800] - 127.0.0.1 GET /support/dict/dictData/queryDictData/102 HTTP/1.1 200 (87714 ms) http-nio-1024-exec-10 (4025 byte) +[09/Jun/2026:15:01:18 +0800] - 127.0.0.1 OPTIONS /support/dict/batchDelete HTTP/1.1 200 (1134 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:15:01:18 +0800] - 127.0.0.1 POST /support/dict/batchDelete HTTP/1.1 200 (197253 ms) http-nio-1024-exec-3 (90 byte) +[09/Jun/2026:15:01:18 +0800] - 127.0.0.1 OPTIONS /support/dict/queryPage HTTP/1.1 200 (582 ms) http-nio-1024-exec-4 (0 byte) +[09/Jun/2026:15:01:19 +0800] - 127.0.0.1 POST /support/dict/queryPage HTTP/1.1 200 (191213 ms) http-nio-1024-exec-1 (792 byte) +[09/Jun/2026:15:01:28 +0800] - 127.0.0.1 OPTIONS /support/dict/queryPage HTTP/1.1 200 (1846 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:15:01:28 +0800] - 127.0.0.1 POST /support/dict/queryPage HTTP/1.1 200 (120511 ms) http-nio-1024-exec-8 (1016 byte) +[09/Jun/2026:15:01:30 +0800] - 127.0.0.1 OPTIONS /support/dict/dictData/queryDictData/103 HTTP/1.1 200 (573 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:15:01:30 +0800] - 127.0.0.1 GET /support/dict/dictData/queryDictData/103 HTTP/1.1 200 (72442 ms) http-nio-1024-exec-9 (4548 byte) +[09/Jun/2026:15:04:21 +0800] - 127.0.0.1 OPTIONS /support/dict/queryPage HTTP/1.1 200 (6121 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:15:04:22 +0800] - 127.0.0.1 POST /support/dict/queryPage HTTP/1.1 200 (188520 ms) http-nio-1024-exec-7 (2365 byte) +[09/Jun/2026:15:04:28 +0800] - 127.0.0.1 OPTIONS /support/dict/dictData/queryDictData/110 HTTP/1.1 200 (360 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:15:04:28 +0800] - 127.0.0.1 GET /support/dict/dictData/queryDictData/110 HTTP/1.1 200 (61433 ms) http-nio-1024-exec-4 (1637 byte) +[09/Jun/2026:15:09:19 +0800] - 127.0.0.1 OPTIONS /support/dict/queryPage HTTP/1.1 200 (7534 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:15:09:19 +0800] - 127.0.0.1 POST /support/dict/queryPage HTTP/1.1 200 (228980 ms) http-nio-1024-exec-6 (331 byte) +[09/Jun/2026:15:09:21 +0800] - 127.0.0.1 POST /support/dict/queryPage HTTP/1.1 200 (133543 ms) http-nio-1024-exec-8 (2365 byte) +[09/Jun/2026:15:09:53 +0800] - 127.0.0.1 OPTIONS /support/dict/queryPage HTTP/1.1 200 (254 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:15:09:53 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20002 HTTP/1.1 200 (334 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:15:09:53 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20002 HTTP/1.1 200 (166 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:15:09:53 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20002 HTTP/1.1 200 (89005 ms) http-nio-1024-exec-10 (90 byte) +[09/Jun/2026:15:09:53 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20002 HTTP/1.1 200 (63275 ms) http-nio-1024-exec-3 (90 byte) +[09/Jun/2026:15:09:53 +0800] - 127.0.0.1 POST /support/dict/queryPage HTTP/1.1 200 (198018 ms) http-nio-1024-exec-7 (2365 byte) +[09/Jun/2026:15:09:55 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20002 HTTP/1.1 200 (87581 ms) http-nio-1024-exec-4 (90 byte) +[09/Jun/2026:15:09:56 +0800] - 127.0.0.1 POST /support/dict/queryPage HTTP/1.1 200 (141360 ms) http-nio-1024-exec-1 (2365 byte) +[09/Jun/2026:15:09:56 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20002 HTTP/1.1 200 (58850 ms) http-nio-1024-exec-6 (90 byte) +[09/Jun/2026:15:09:58 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20002 HTTP/1.1 200 (228 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:15:09:58 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20002 HTTP/1.1 200 (310 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:15:09:58 +0800] - 127.0.0.1 OPTIONS /support/dict/queryPage HTTP/1.1 200 (297 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:15:09:58 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20002 HTTP/1.1 200 (70980 ms) http-nio-1024-exec-10 (90 byte) +[09/Jun/2026:15:09:58 +0800] - 127.0.0.1 POST /support/dict/queryPage HTTP/1.1 200 (122073 ms) http-nio-1024-exec-5 (2365 byte) +[09/Jun/2026:15:09:58 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20002 HTTP/1.1 200 (61675 ms) http-nio-1024-exec-3 (90 byte) +[09/Jun/2026:15:11:11 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (3461 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:15:11:11 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (3446 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:15:11:11 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (3460 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:15:11:11 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (93274 ms) http-nio-1024-exec-10 (90 byte) +[09/Jun/2026:15:11:11 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (56152 ms) http-nio-1024-exec-5 (90 byte) +[09/Jun/2026:15:11:11 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (201464 ms) http-nio-1024-exec-2 (34847 byte) +[09/Jun/2026:15:11:20 +0800] - 127.0.0.1 OPTIONS /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (381 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:15:11:20 +0800] - 127.0.0.1 GET /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (291039 ms) http-nio-1024-exec-4 (160 byte) +[09/Jun/2026:15:12:00 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (381 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:15:12:00 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (381 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:15:12:00 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (381 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:15:12:00 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (117583 ms) http-nio-1024-exec-9 (90 byte) +[09/Jun/2026:15:12:00 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (127867 ms) http-nio-1024-exec-8 (34847 byte) +[09/Jun/2026:15:12:00 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (56465 ms) http-nio-1024-exec-10 (90 byte) +[09/Jun/2026:15:12:01 +0800] - 127.0.0.1 OPTIONS /support/dict/queryPage HTTP/1.1 200 (305 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:15:12:01 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20002 HTTP/1.1 200 (225 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:15:12:01 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/20002 HTTP/1.1 200 (305 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:15:12:01 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20002 HTTP/1.1 200 (99817 ms) http-nio-1024-exec-4 (90 byte) +[09/Jun/2026:15:12:01 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/20002 HTTP/1.1 200 (56833 ms) http-nio-1024-exec-7 (90 byte) +[09/Jun/2026:15:12:01 +0800] - 127.0.0.1 POST /support/dict/queryPage HTTP/1.1 200 (156917 ms) http-nio-1024-exec-1 (2365 byte) +[09/Jun/2026:15:12:04 +0800] - 127.0.0.1 OPTIONS /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (317 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:15:12:04 +0800] - 127.0.0.1 GET /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (256981 ms) http-nio-1024-exec-9 (160 byte) +[09/Jun/2026:15:12:22 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (292 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:15:12:23 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (530369 ms) http-nio-1024-exec-10 (53685 byte) +[09/Jun/2026:15:12:23 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (341 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:15:12:23 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (66754 ms) http-nio-1024-exec-2 (20837 byte) +[09/Jun/2026:15:12:23 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (427 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:15:12:23 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (57789 ms) http-nio-1024-exec-4 (87 byte) +[09/Jun/2026:15:12:23 +0800] - 127.0.0.1 OPTIONS /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (398 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:15:12:23 +0800] - 127.0.0.1 GET /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (229550 ms) http-nio-1024-exec-1 (160 byte) +[09/Jun/2026:15:13:01 +0800] - 127.0.0.1 OPTIONS /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (5487 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:15:13:02 +0800] - 127.0.0.1 GET /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (287328 ms) http-nio-1024-exec-8 (160 byte) +[09/Jun/2026:15:13:03 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (398 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:15:13:03 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (219 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:15:13:03 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (196 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:15:13:03 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (77181 ms) http-nio-1024-exec-4 (90 byte) +[09/Jun/2026:15:13:03 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (61416 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:15:13:03 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (141715 ms) http-nio-1024-exec-7 (34846 byte) +[09/Jun/2026:15:13:06 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (394 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:15:13:07 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (444097 ms) http-nio-1024-exec-9 (53685 byte) +[09/Jun/2026:15:13:07 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (845 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:15:13:07 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (69137 ms) http-nio-1024-exec-10 (20837 byte) +[09/Jun/2026:15:13:07 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (440 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:15:13:07 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (54568 ms) http-nio-1024-exec-2 (87 byte) +[09/Jun/2026:15:13:07 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (64327 ms) http-nio-1024-exec-5 (90 byte) +[09/Jun/2026:15:13:07 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (74290 ms) http-nio-1024-exec-4 (34846 byte) +[09/Jun/2026:15:13:07 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (58895 ms) http-nio-1024-exec-1 (90 byte) +[09/Jun/2026:15:13:08 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (417331 ms) http-nio-1024-exec-7 (53685 byte) +[09/Jun/2026:15:13:08 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (67665 ms) http-nio-1024-exec-6 (20837 byte) +[09/Jun/2026:15:13:08 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (59952 ms) http-nio-1024-exec-9 (87 byte) +[09/Jun/2026:15:13:08 +0800] - 127.0.0.1 OPTIONS /menu/query HTTP/1.1 200 (305 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:15:13:08 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (320 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:15:13:08 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10002 HTTP/1.1 200 (320 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:15:13:08 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (63339 ms) http-nio-1024-exec-5 (90 byte) +[09/Jun/2026:15:13:08 +0800] - 127.0.0.1 GET /menu/query HTTP/1.1 200 (73574 ms) http-nio-1024-exec-2 (34846 byte) +[09/Jun/2026:15:13:08 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10002 HTTP/1.1 200 (59499 ms) http-nio-1024-exec-4 (90 byte) +[09/Jun/2026:15:13:11 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (276 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:15:13:11 +0800] - 127.0.0.1 OPTIONS /oa/notice/employee/query HTTP/1.1 200 (334 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:15:13:11 +0800] - 127.0.0.1 OPTIONS /support/changeLog/queryPage HTTP/1.1 200 (212 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:15:13:12 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (122422 ms) http-nio-1024-exec-3 (159 byte) +[09/Jun/2026:15:13:12 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (125409 ms) http-nio-1024-exec-9 (159 byte) +[09/Jun/2026:15:13:12 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (176252 ms) http-nio-1024-exec-10 (159 byte) +[09/Jun/2026:15:13:12 +0800] - 127.0.0.1 OPTIONS /login/getLoginInfo HTTP/1.1 200 (466 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:15:13:13 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (469343 ms) http-nio-1024-exec-5 (53685 byte) +[09/Jun/2026:15:13:13 +0800] - 127.0.0.1 OPTIONS /support/dict/getAllDictData HTTP/1.1 200 (532 ms) http-nio-1024-exec-2 (0 byte) +[09/Jun/2026:15:13:13 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (67700 ms) http-nio-1024-exec-4 (20837 byte) +[09/Jun/2026:15:13:13 +0800] - 127.0.0.1 OPTIONS /support/message/getUnreadCount HTTP/1.1 200 (812 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:15:13:13 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (55687 ms) http-nio-1024-exec-1 (87 byte) +[09/Jun/2026:15:13:13 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (58790 ms) http-nio-1024-exec-9 (159 byte) +[09/Jun/2026:15:13:13 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (127266 ms) http-nio-1024-exec-6 (159 byte) +[09/Jun/2026:15:13:13 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (176289 ms) http-nio-1024-exec-3 (159 byte) +[09/Jun/2026:15:13:15 +0800] - 127.0.0.1 GET /login/getLoginInfo HTTP/1.1 200 (504999 ms) http-nio-1024-exec-10 (53685 byte) +[09/Jun/2026:15:13:15 +0800] - 127.0.0.1 GET /support/dict/getAllDictData HTTP/1.1 200 (68360 ms) http-nio-1024-exec-8 (20837 byte) +[09/Jun/2026:15:13:15 +0800] - 127.0.0.1 GET /support/message/getUnreadCount HTTP/1.1 200 (56231 ms) http-nio-1024-exec-5 (87 byte) +[09/Jun/2026:15:13:15 +0800] - 127.0.0.1 POST /support/changeLog/queryPage HTTP/1.1 200 (61395 ms) http-nio-1024-exec-7 (159 byte) +[09/Jun/2026:15:13:15 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (124029 ms) http-nio-1024-exec-2 (159 byte) +[09/Jun/2026:15:13:15 +0800] - 127.0.0.1 POST /oa/notice/employee/query HTTP/1.1 200 (173501 ms) http-nio-1024-exec-4 (159 byte) +[09/Jun/2026:15:13:19 +0800] - 127.0.0.1 OPTIONS /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (446 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:15:13:19 +0800] - 127.0.0.1 GET /flow/execute/copyPage?pageNum=1&pageSize=10 HTTP/1.1 200 (220745 ms) http-nio-1024-exec-9 (160 byte) +[09/Jun/2026:15:13:19 +0800] - 127.0.0.1 OPTIONS /department/listAll HTTP/1.1 200 (441 ms) http-nio-1024-exec-6 (0 byte) +[09/Jun/2026:15:13:19 +0800] - 127.0.0.1 GET /department/listAll HTTP/1.1 200 (9012 ms) http-nio-1024-exec-3 (262 byte) +[09/Jun/2026:15:13:22 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (384 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:15:13:22 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (220 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:15:13:22 +0800] - 127.0.0.1 OPTIONS /position/queryPage HTTP/1.1 200 (380 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:15:13:22 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (57186 ms) http-nio-1024-exec-2 (90 byte) +[09/Jun/2026:15:13:22 +0800] - 127.0.0.1 POST /position/queryPage HTTP/1.1 200 (67603 ms) http-nio-1024-exec-7 (160 byte) +[09/Jun/2026:15:13:22 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (59393 ms) http-nio-1024-exec-4 (90 byte) +[09/Jun/2026:15:13:23 +0800] - 127.0.0.1 OPTIONS /employee/query HTTP/1.1 200 (549 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:15:13:23 +0800] - 127.0.0.1 GET /department/listAll HTTP/1.1 200 (7642 ms) http-nio-1024-exec-6 (262 byte) +[09/Jun/2026:15:13:23 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (82429 ms) http-nio-1024-exec-9 (90 byte) +[09/Jun/2026:15:13:24 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (60810 ms) http-nio-1024-exec-10 (90 byte) +[09/Jun/2026:15:13:24 +0800] - 127.0.0.1 POST /employee/query HTTP/1.1 200 (253266 ms) http-nio-1024-exec-3 (823 byte) +[09/Jun/2026:15:13:24 +0800] - 127.0.0.1 POST /employee/query HTTP/1.1 200 (237074 ms) http-nio-1024-exec-8 (823 byte) +[09/Jun/2026:15:13:31 +0800] - 127.0.0.1 OPTIONS /role/getAll HTTP/1.1 200 (529 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:15:13:31 +0800] - 127.0.0.1 GET /role/getAll HTTP/1.1 200 (103183 ms) http-nio-1024-exec-2 (1770 byte) +[09/Jun/2026:15:13:31 +0800] - 127.0.0.1 OPTIONS /role/menu/getRoleSelectedMenu/10001 HTTP/1.1 200 (433 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:15:13:31 +0800] - 127.0.0.1 GET /role/menu/getRoleSelectedMenu/10001 HTTP/1.1 200 (131827 ms) http-nio-1024-exec-4 (8312 byte) +[09/Jun/2026:15:13:58 +0800] - 127.0.0.1 OPTIONS /role/add HTTP/1.1 200 (7872 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:15:13:58 +0800] - 127.0.0.1 POST /role/add HTTP/1.1 200 (212626 ms) http-nio-1024-exec-6 (90 byte) +[09/Jun/2026:15:13:58 +0800] - 127.0.0.1 OPTIONS /role/getAll HTTP/1.1 200 (405 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:15:13:58 +0800] - 127.0.0.1 GET /role/getAll HTTP/1.1 200 (75460 ms) http-nio-1024-exec-10 (1928 byte) +[09/Jun/2026:15:14:01 +0800] - 127.0.0.1 OPTIONS /role/menu/getRoleSelectedMenu/1 HTTP/1.1 200 (415 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:15:14:01 +0800] - 127.0.0.1 GET /role/menu/getRoleSelectedMenu/1 HTTP/1.1 200 (126773 ms) http-nio-1024-exec-8 (8308 byte) +[09/Jun/2026:15:14:05 +0800] - 127.0.0.1 OPTIONS /dataScope/list HTTP/1.1 200 (603 ms) http-nio-1024-exec-5 (0 byte) +[09/Jun/2026:15:14:05 +0800] - 127.0.0.1 GET /dataScope/list HTTP/1.1 200 (23484 ms) http-nio-1024-exec-2 (486 byte) +[09/Jun/2026:15:14:05 +0800] - 127.0.0.1 OPTIONS /role/dataScope/getRoleDataScopeList/1 HTTP/1.1 200 (511 ms) http-nio-1024-exec-7 (0 byte) +[09/Jun/2026:15:14:05 +0800] - 127.0.0.1 GET /role/dataScope/getRoleDataScopeList/1 HTTP/1.1 200 (61542 ms) http-nio-1024-exec-4 (88 byte) +[09/Jun/2026:15:14:05 +0800] - 127.0.0.1 OPTIONS /role/employee/queryEmployee HTTP/1.1 200 (514 ms) http-nio-1024-exec-1 (0 byte) +[09/Jun/2026:15:14:05 +0800] - 127.0.0.1 POST /role/employee/queryEmployee HTTP/1.1 200 (101594 ms) http-nio-1024-exec-6 (160 byte) +[09/Jun/2026:15:14:07 +0800] - 127.0.0.1 OPTIONS /department/listAll HTTP/1.1 200 (338 ms) http-nio-1024-exec-3 (0 byte) +[09/Jun/2026:15:14:07 +0800] - 127.0.0.1 OPTIONS /employee/query HTTP/1.1 200 (373 ms) http-nio-1024-exec-9 (0 byte) +[09/Jun/2026:15:14:07 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (352 ms) http-nio-1024-exec-10 (0 byte) +[09/Jun/2026:15:14:07 +0800] - 127.0.0.1 OPTIONS /support/tableColumn/getColumns/10001 HTTP/1.1 200 (225 ms) http-nio-1024-exec-8 (0 byte) +[09/Jun/2026:15:14:07 +0800] - 127.0.0.1 GET /department/listAll HTTP/1.1 200 (25944 ms) http-nio-1024-exec-5 (262 byte) +[09/Jun/2026:15:14:07 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (98889 ms) http-nio-1024-exec-7 (90 byte) +[09/Jun/2026:15:14:07 +0800] - 127.0.0.1 GET /support/tableColumn/getColumns/10001 HTTP/1.1 200 (60543 ms) http-nio-1024-exec-7 (90 byte) +[09/Jun/2026:15:14:08 +0800] - 127.0.0.1 POST /employee/query HTTP/1.1 200 (261127 ms) http-nio-1024-exec-2 (823 byte) +[09/Jun/2026:15:14:08 +0800] - 127.0.0.1 POST /employee/query HTTP/1.1 200 (228287 ms) http-nio-1024-exec-4 (823 byte) diff --git a/logs/sa-admin/dev/warn/warn-2026-06-02-1.log b/logs/sa-admin/dev/warn/warn-2026-06-02-1.log new file mode 100644 index 0000000..4312d47 --- /dev/null +++ b/logs/sa-admin/dev/warn/warn-2026-06-02-1.log @@ -0,0 +1,34 @@ +[2026-06-02 18:54:59,550][WARN ][main] Bean 'mybatisPlusConfig' of type [net.lab1024.sa.base.config.MybatisPlusConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-02 18:54:59,556][WARN ][main] Bean 'paginationInterceptor' of type [com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-02 18:54:59,559][WARN ][main] Bean 'myBatisPlugin' of type [net.lab1024.sa.admin.module.system.datascope.MyBatisPlugin] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-02 18:54:59,563][WARN ][main] Bean 'dataSourceConfig' of type [net.lab1024.sa.base.config.DataSourceConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-02 18:54:59,565][WARN ][main] Bean 'jdkRegexpMethodPointcut' of type [org.springframework.aop.support.JdkRegexpMethodPointcut] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-02 18:54:59,567][WARN ][main] Bean 'defaultPointcutAdvisor' of type [org.springframework.aop.support.DefaultPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-02 18:55:00,576][WARN ][main] Bean 'druidDataSource' of type [com.alibaba.druid.pool.DruidDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-02 18:55:00,912][WARN ][main] [net.lab1024.sa.base.module.support.operatelog.OperateLogDao.deleteByIds] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteByIds] (AbstractMethod.java:407) +[2026-06-02 18:55:00,956][WARN ][main] Bean 'sqlSessionFactory' of type [org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-02 18:55:00,958][WARN ][main] Bean 'org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration' of type [org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-02 18:55:00,964][WARN ][main] Bean 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties' of type [org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-02 18:55:00,967][WARN ][main] Bean 'dataSourceScriptDatabaseInitializer' of type [org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-02 18:55:00,971][WARN ][main] Bean 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-02 18:55:00,976][WARN ][main] Bean 'mybatisDatabaseIdProviderConfig' of type [net.lab1024.sa.base.config.MybatisDatabaseIdProviderConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-02 18:55:00,976][WARN ][main] Bean 'databaseIdProvider' of type [org.apache.ibatis.mapping.VendorDatabaseIdProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-02 18:55:00,979][WARN ][main] Bean 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-02 18:55:00,983][WARN ][main] Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-02 18:55:00,985][WARN ][main] Bean 'reloadItemDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-02 18:55:00,989][WARN ][main] Bean 'reloadItemDao' of type [jdk.proxy2.$Proxy131] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-02 18:55:00,998][WARN ][main] Bean 'reloadResultDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-02 18:55:00,999][WARN ][main] Bean 'reloadResultDao' of type [jdk.proxy2.$Proxy133] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-02 18:55:01,008][WARN ][main] Bean 'reloadCommand' of type [net.lab1024.sa.base.module.support.reload.ReloadCommand] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-02 18:55:02,045][WARN ][main] Can not find io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider in the classpath, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos' (DnsServerAddressStreamProviders.java:70) +[2026-06-02 18:55:04,288][WARN ][main] Cannot find template location: [classpath:/templates/] (please add some templates, check your FreeMarker configuration, or set spring.freemarker.check-template-location=false) (FreeMarkerAutoConfiguration.java:66) +[2026-06-02 18:55:04,408][WARN ][main] +-------------【sa-admin】 服务已成功启动 (sa-admin started successfully)------------- + 当前启动环境: dev , 开发环境 + 返回码初始化: 完成15个返回码初始化 + 服务本机地址: http://localhost:1024/ + 服务外网地址: http://198.18.0.1:1024/ + Swagger地址: http://localhost:1024/swagger-ui/index.html + knife4j地址: http://localhost:1024/doc.html +------------------------------------------------------------------------------------- + (WebServerListener.java:66) diff --git a/logs/sa-admin/dev/warn/warn.log b/logs/sa-admin/dev/warn/warn.log index cecb073..f902832 100644 --- a/logs/sa-admin/dev/warn/warn.log +++ b/logs/sa-admin/dev/warn/warn.log @@ -147,3 +147,37 @@ knife4j地址: http://localhost:1024/doc.html ------------------------------------------------------------------------------------- (WebServerListener.java:66) +[2026-06-09 15:14:24,239][WARN ][main] Bean 'mybatisPlusConfig' of type [net.lab1024.sa.base.config.MybatisPlusConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-09 15:14:24,244][WARN ][main] Bean 'paginationInterceptor' of type [com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-09 15:14:24,247][WARN ][main] Bean 'myBatisPlugin' of type [net.lab1024.sa.admin.module.system.datascope.MyBatisPlugin] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-09 15:14:24,251][WARN ][main] Bean 'dataSourceConfig' of type [net.lab1024.sa.base.config.DataSourceConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-09 15:14:24,253][WARN ][main] Bean 'jdkRegexpMethodPointcut' of type [org.springframework.aop.support.JdkRegexpMethodPointcut] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-09 15:14:24,255][WARN ][main] Bean 'defaultPointcutAdvisor' of type [org.springframework.aop.support.DefaultPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-09 15:14:25,457][WARN ][main] Bean 'druidDataSource' of type [com.alibaba.druid.pool.DruidDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-09 15:14:25,967][WARN ][main] [net.lab1024.sa.base.module.support.operatelog.OperateLogDao.deleteByIds] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteByIds] (AbstractMethod.java:407) +[2026-06-09 15:14:26,019][WARN ][main] Bean 'sqlSessionFactory' of type [org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-09 15:14:26,022][WARN ][main] Bean 'org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration' of type [org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-09 15:14:26,028][WARN ][main] Bean 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties' of type [org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-09 15:14:26,032][WARN ][main] Bean 'dataSourceScriptDatabaseInitializer' of type [org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-09 15:14:26,037][WARN ][main] Bean 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-09 15:14:26,044][WARN ][main] Bean 'mybatisDatabaseIdProviderConfig' of type [net.lab1024.sa.base.config.MybatisDatabaseIdProviderConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-09 15:14:26,045][WARN ][main] Bean 'databaseIdProvider' of type [org.apache.ibatis.mapping.VendorDatabaseIdProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-09 15:14:26,049][WARN ][main] Bean 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-09 15:14:26,053][WARN ][main] Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-09 15:14:26,056][WARN ][main] Bean 'reloadItemDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-09 15:14:26,060][WARN ][main] Bean 'reloadItemDao' of type [jdk.proxy2.$Proxy131] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-09 15:14:26,070][WARN ][main] Bean 'reloadResultDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-09 15:14:26,071][WARN ][main] Bean 'reloadResultDao' of type [jdk.proxy2.$Proxy133] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-09 15:14:26,087][WARN ][main] Bean 'reloadCommand' of type [net.lab1024.sa.base.module.support.reload.ReloadCommand] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [smartReloadManager]? Check the corresponding BeanPostProcessor declaration and its dependencies. (PostProcessorRegistrationDelegate.java:437) +[2026-06-09 15:14:27,148][WARN ][main] Can not find io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider in the classpath, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos' (DnsServerAddressStreamProviders.java:70) +[2026-06-09 15:14:29,272][WARN ][main] Cannot find template location: [classpath:/templates/] (please add some templates, check your FreeMarker configuration, or set spring.freemarker.check-template-location=false) (FreeMarkerAutoConfiguration.java:66) +[2026-06-09 15:14:29,396][WARN ][main] +-------------【sa-admin】 服务已成功启动 (sa-admin started successfully)------------- + 当前启动环境: dev , 开发环境 + 返回码初始化: 完成15个返回码初始化 + 服务本机地址: http://localhost:1024/ + 服务外网地址: http://198.18.0.1:1024/ + Swagger地址: http://localhost:1024/swagger-ui/index.html + knife4j地址: http://localhost:1024/doc.html +------------------------------------------------------------------------------------- + (WebServerListener.java:66) diff --git a/smart-flow-api/sa-admin/src/main/java/net/lab1024/sa/admin/module/system/position/domain/entity/PositionEntity.java b/smart-flow-api/sa-admin/src/main/java/net/lab1024/sa/admin/module/system/position/domain/entity/PositionEntity.java index c77d1b8..c35714e 100644 --- a/smart-flow-api/sa-admin/src/main/java/net/lab1024/sa/admin/module/system/position/domain/entity/PositionEntity.java +++ b/smart-flow-api/sa-admin/src/main/java/net/lab1024/sa/admin/module/system/position/domain/entity/PositionEntity.java @@ -34,7 +34,7 @@ public class PositionEntity { /** * 职级 */ - @TableField(value = "`level`") + @TableField(value = "\"level\"") private String level; /** diff --git a/smart-flow-api/sa-admin/src/main/resources/mapper/system/PositionMapper.xml b/smart-flow-api/sa-admin/src/main/resources/mapper/system/PositionMapper.xml index d211b06..1904f0c 100644 --- a/smart-flow-api/sa-admin/src/main/resources/mapper/system/PositionMapper.xml +++ b/smart-flow-api/sa-admin/src/main/resources/mapper/system/PositionMapper.xml @@ -5,7 +5,14 @@ - SELECT * + SELECT + position_id, + position_name, + "level", + sort, + remark, + deleted_flag, + create_time, + update_time FROM t_position where deleted_flag = #{deletedFlag}